@charset "utf-8";
/* CSS Document */
@media (max-width: 1600px) {

#header_inner{padding: 0 10px;}
}
@media (max-width: 1280px) {
	ul#navi_ul li a,ul#navi_ul li p span{

    font-size: 15px;}
	}

@media (max-width: 1180px) {
ul#navi_ul li{    padding: 0 4px;}

.bx-wrapper{margin:0 auto;margin-bottom:10px;    max-width: 820px!important;}
.bx-wrapper .bx-controls-direction a{z-index: 99!important;}
.room_img{width:auto;margin-bottom:10px;}

.r_des{width:auto;margin-bottom:10px;    min-height:auto;}
.bx1 .r_des .bx-wrapper{position:relative;;z-index:1;bottom:auto;right:auto;    margin: 0 auto;margin-bottom:10px;}
.bx2 .r_des .bx-wrapper{position:relative;;z-index:1;bottom:auto;right:auto;    margin: 0 auto;margin-bottom:10px;}
.fleft{float:none;}
.fright{float:none;}

.roomwrap{max-width:820px;padding:40px 20px;margin:0 auto;}
}

@media (max-width:1000px) {
	

@media (max-width:970px) {
	
	
	
		#logo img {
    height: auto;
    max-height: 35px;
}
	.marueffect figcaption h3{font-size: 20px;}
#introduce li {
    width: 130px;
    height:130px;
    float: left;
    display: block;
}

#introduce li:nth-child(1) {
    margin: 0px 0 0 -280px;
}
#introduce li:nth-child(2) {
    margin: 70px 0 0 -150px;
}
#introduce li:nth-child(3) {
    margin: 70px 0 0 20px;
}
#introduce li:nth-child(4) {
    margin: 0px 0 0 150px;
}
.marueffect figcaption p{font-size:9px;}

}


body{padding-top: 52px;}

.notab{display:none;}
.nopc{display:block;}.nosp{display:none!important;}

#news ul{margin-top:0px;}

.yoyaku{display:none;}
.yoyaku2{display:block;}
.header_inner {
	width:auto;
	margin: 0 auto;
	padding:0 !important;
}
#header_left {
    float:none;
    width:auto;
    padding:0;
}

ul.accordion li p {
    line-height: 26px !important;
    /* background: #E8EEFF; */
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #fff;
    display: block;
    background-image: url(../img/ya01.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    /* height: 18px; */
    padding: 8px;
    /* padding-top: 13px; */
    /* border: 1px solid #cccccc; */
    border-top: none;
    text-align: left;
    cursor: pointer;
    font-weight: normal;
}
    ul.accordion li p{
     background-image: url(../cmn/open.png);
     background-repeat: no-repeat;background-size:16px;
     background-position: 95% center;
}

ul.accordion li p.active{
          background-image: url(../cmn/close.png);background-size:16px;
}


#navi{
		 color:inherit;height:auto;    /*overflow-x: hidden;  */  margin-top: 52px;
   overflow-y: hidden;
}


ul#navi_ul {
	position: relative;height: auto;
	text-align:inherit;
	margin:0 auto;padding:0;
	background: rgba(255,255,255,0.9);

}
ul#navi_ul li a {
	text-decoration: none;
	font-weight:normal;
	letter-spacing:inherit;
	font-family:inherit;
	line-height:26px;padding:8px;text-align:left;height:auto;
}
ul#navi_ul li {width:auto;    height: auto;
		padding: 0;
	float: none;
	position: relative;
	display:inherit;margin:auto;display:block;}
	
	#navi_ul li{-ms-writing-mode:lr-tb;
  writing-mode:lr-tb; min-height:inherit;}

#navi_ul li span {
    font-size: 9px;
    letter-spacing: 0;
    font-weight: normal;
    color: #998D66;
    position: relative;
    z-index: 1;
    right: auto;
    top: auto;
    margin-left: 20px;
}

/*ul#navi_ul li:hover {
background:#abb9db;
color:#ffffff !important;
}*/

ul#navi_ul li:after{display:none;}

/* ヘッダー */
header  {
    position:fixed;
    top:0;
    left:0;
    width:100%;
	height:52px;
    background:#fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
header .inner {
    position:relative;
    padding:0 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#logo{margin-top:5px;}

header h1{
height: 30px;
    float: left;
    max-height: 30px;max-width: 240px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;

}
	
header .inner01 h1 img {
/*display:table-cell;*/vertical-align:middle;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
} 
/* ナビゲーション */
header nav {
        overflow:auto;
        position: fixed;
        top: 0;
        right: -70%;
        width: 70%;
        max-width:320px;
        /*height: 100%;*/
        opacity: 0;
        z-index:9999;
		/*background:rgba(255,255,255,0.9);*/
}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
}
header nav ul {
    border-top:1px solid #ccc;
}
header nav ul li {
    border-bottom:1px solid #ccc;	color:#000000;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:13px;
    text-decoration:none;
line-height: 45px;
}
header nav ul li a:hover {
}
header nav ul li a:before {
  position: absolute;	
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
    border-top: 3px solid #666666;
  border-right: 3px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
 
/* ナビゲーションアイコン */
header .tel2 {
        display: block;
        width: 30px;
		height:30px;
        position: absolute;
        top: 5px;
        right: 58px;
	
        cursor: pointer;
		padding:5px;

}

header .navBtn {
        display: block;
        width: 30px;
		height:30px;
        position: absolute;
        top: 0;
        right:0;
        cursor: pointer;padding:10px 10px;padding-top:7px;padding-bottom:16px;
background:#9a8f66;
box-sizing:content-box;

}

header .navBtn span {
		z-index:10;
	margin-top: 3px;
        display: block;
        height: 4px;
        width: 100%;
        background: #ffffff;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}

header .navBtn span.menuB{
	background:none;
	width:auto;	margin-top: 0px;
	border-radius:0;
	display: block;
	position: absolute;
	height:auto;
    top: 34px;
    right:8px;
	z-index:15;color:#ffffff;
		font-size:10px;} 

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
}

#news li{/*max-width:300px;*/width: 100%;
    margin: 0 auto;}
	
	}


@media (max-width: 768px) {
    
	#news h2 span.news_a{margin-right:0;}
	#news h2 span.news_b {
    font-size: 10px;
}
	.topics .new_tit{font-size:16px;}
	.topics .new_cat, h3 .new_cat {
    font-size: 15px;
    width: 130px;
}.topics .strong {
    font-size: 15px;
}
	
    .cuisineimg1{
        display: none;
    }
    .cuisineimg2{
        display: none;
    }
	
	span.require{width:auto;padding: 3px 5px;}
	
	    /*お問い合わせ*/
    input[type="text"],
    textarea {
        width: 100%;
    }
    input[type="tel"],
    input[type="email"] {
        padding: 5px;
        width: 100%;

    }
	.yubin input[type="text"]{width:30%;}

    .table_contact th {
        width: 40%;
        padding: 5px;
        box-sizing: border-box;
        padding-right: 50px;
    }


    .table_contact td {
        width: 60%;
        padding: 5px;
        box-sizing: border-box;
    }

    .table_contact {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .table_contact tbody,
    .table_contact tr {
        width: 100%;
    }

/*	#news h2 span.news_a{    top: 30%;}*/
	.accordionlist{margin:20px 0;}
.accordionlist dt .title {
    float: left;
    font-size: inherit;
    padding-top: 0px;
    width: calc(100% - 45px);
}
.accordion_icon {
    width: 40px;
    height: 40px;
    float: right;margin-right:10px;
}

.accordion_icon span:nth-of-type(1) {
    top: 17px;
}
.accordion_icon span:nth-of-type(2) {
    top: 17px;
}

.accordion_icon.active2 span:nth-of-type(2) {
	top: 17px;}


.fixed2{margin-bottom:0px;}
.r_number img{width:50px;height:50px;}
.r_number {
    position: absolute;
    z-index: 2;
    top: -30px;}
.slide-content {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    padding: 20px;
	width:calc( 100% - 20px);
    line-height: 180%;
    color: #fff;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 2px 2px 1px #333, -2px 2px 1px #333, 2px -2px 1px #333, -2px -2px 1px #333;
    font-size: 1.6em;
}

.slide-content{width:100%;}

.more{    max-width: 290px;}
.yoyaku_btn2 {
    max-width: 290px;}
.yoyaku_btn {
    max-width: 320px;
    width: 100%;
    line-height: 53px;
    font-size: 20px;
    padding: 2px;
    margin-top: 20px;
}

.yokoso_img{ display:table;width:100%;vertical-align:middle;position:relative;}
.yokoso_text{display:table;width:100%;vertical-align:middle;padding-left:0;}
.ryufu{height:150px;}
#yokoso .yokoso_text {
    background: url(../img/concepy_moyo.png) no-repeat 100% 0px;
    background-size: 160px;padding-top: 20px;padding-left:15px;padding-right:15px;
}
h3.kyoto{font-size:30px;margin-bottom: 0px;}

#yoyaku{padding: 30px 0;overflow:hidden;
    padding-top: 86px;background:url(../img/yoyakuback.jpg) no-repeat 50% 80%;background-size:cover;position:relative;}
#yoyaku:after{background:rgba(35,24,21,0.15);z-index:1;position:absolute;content:'';width:100%;height:100%;    top: 0;left:0;}
#yokoso{padding:50px 0;background:#000418 url(../img/asanoha.png) repeat 0% 0%;color:#fff;position:relative;display:table;width: 100%;}

#ranking{padding-bottom:30px;background-color:#EFEEE9;background-image:url(../img/plan_moyo.png),url(../img/plan_moyo2.png);background-position:100% 100%,0% 0%;background-repeat:no-repeat,no-repeat;position:relative;background-size:200px,100px;}

#ranking .container {
/*    background: url(../img/ranking_moyo.png) no-repeat 50% 55px;
    background-size: 860px;*/
}
#hotspring{padding:30px 15px;background-color:#000418;background-image:url(../img/onsen_moyo.png),url(../img/asanoha.png);background-repeat:no-repeat,repeat;background-position:30px 30px,0% 0%;background-size:100px,auto;color:#fff;position:relative;overflow:hidden;}

	.sp_pd15{padding:30px 15px;}

.onsen_l{padding-left:0;}
.yakata_l{padding-left:0;}
.yakata_r{padding-right:0;}

#room{background:url(../img/roomback.jpg) no-repeat 50% 80%;background-size:cover;position:relative;}


.room_moyo1 {
    position: absolute;
    top: 40px;
    right: -5px;
    z-index: 1;
    width: 100px;
}
.room_moyo2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    left: -6px;
    width: 100px;
}


#access{background:#EFEEE9 url(../img/map.png) no-repeat 110% 0%;;padding:30px 0;position:relative;}
#cuisine{padding: 30px 0;text-align:center;
    position: relative;
    background-image: url(../img/take2.png);
    background-repeat: no-repeat;
    background-position: 105% 0%;
    background-size: 160px;}
	
#cuisine p{padding:0 15px;}
#topics{padding:30px 0;}
#sightseeing{padding:30px 0;position:relative;}
	
.big{font-size:20px;}

.w1100 {
    width: auto;
    padding: 0 3%;
}

.room_in {
    background: rgba(0,0,0,0.8);
    padding: 60px 30px;}

ul#navi_ul li a,ul#navi_ul li p span{font-size: 15px;}



h2 {
    font-size: 28px;
    margin-bottom: 26px;
    display: inline-block;
line-height: 36px;}


#pickup h2{    font-size: 28px;
}

h2 span{font-size:14px;}


h3{font-size:18px;}
h4 {
    font-size: 16px;
}

#copyright {
    font-size: 11px;
}

	#access {
    background: #EFEEE9;}
	#access .row{margin:auto;}
	#access .row .col-md-6{    padding-right: 0;padding-left:0;}
#access{text-align:center;}
#access h2{position:relative;z-index:2;}
.access_r {background: #EFEEE9 url(../img/map.png) no-repeat 60% 10%;
padding:15px;    padding-top: 0;
}
#sightseeing{ position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;}
.sightseeing_img2 {
    display: table;
    width: 100%;
    height: 200px;
    background: url(../img/hanabi.jpg) no-repeat 50% 20%;
    background-size: cover;
}
.sights{padding:30px 0;}

.sightseeing_img2{display:table;width:100%;}

#pickup{    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
	background:url(../img/pick_moyo.png) no-repeat 10px 10px;
	background-size:100px;}
	.pickup{padding-left:15px;text-align: center;}

#news h2{background: url(../img/kazari.png) no-repeat 50% 0%;background-size:30px;padding-top:30px;    font-size: 28px;}
#news h2 span {
    font-size: 9px;}
#footer .col-md-5{text-align:center;}


.conbox2{margin:0 auto;    margin-bottom: 20px;}

.footlogo{max-width:200px;width:100%;}


.okami_l {
    background: url(../img/okamimaru.png) no-repeat 50% 50%;
    height: 280px;
    background-size: 280px;
    display: table;
    width: 100%;
}

.okami_r {
    height: auto;
    display: table;
    width: 100%;
}
.movie{margin-top:40px;}
.movie iframe{width:100%;height:240px;}

.sitemap{border-top:1px solid #fff;margin-top:20px;}

.sitemap li{border-bottom: 1px solid #fff;}
.sitemap li a{display:block;}

.new_tit{clear:both;display:block;margin-top:5px;}

.banalist .col-md-3{text-align:center;}

	#pageTop{
/*	background:rgba(0,0,0,0.75);*/
	border-radius:5px;
	color:#FFF;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	font-family:Palatino Linotype;z-index:99;
	}
#pageTop:hover{
	/*background:rgba(33,22,19,0.75);*/
	}

#pageTop img{width:30px;}



/* CSS Document */
*{
padding:0;
margin:0;
font-size:13px;
boader:0;
text-decoration:none;
}
.button {
    font-size: 15px;}

img{max-width:100%;
height:auto;}

#main_slide img{max-width:inherit;}

a{
	outline:none;		color:#666666;
}

	
ul {
padding:0;
margin:0;
line-height:180%;
}

body{
	overflow-x:hidden;
min-width:100%;
-webkit-text-size-adjust: 100%;
font-size:13px;line-height:180%;
}

p{line-height:180%;}


#container {
	width: 100%;
	margin-top:0;
}
#content {


}

/**/
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.nosmp,.nosp{display:none;}
.nosp2{display:none;}
.nopc{display:block;}


#menu
{display:block;
margin: 0 auto;
padding-top:3px;
background:#ffffff;
color:#666666;
padding-bottom:5px;
height:38px;
width:100%;
}
/* header */
   .fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
   }
 
/* オーバーレイ */
.overlay {
        /*position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        z-index: 999;*/
}
 
 
#contents {
    margin-top:53px;
}
/* リセット */
html,body,nav,ul,li {
    margin:0;
    padding:0;
    list-style-type:none;
}
body{padding-top: 52px;}



#footer {
	position: relative;
	text-align:center;
	width:auto;
	margin:0 auto;
}



.nopc2{display:block;}

}
@media (max-width: 576px) {
	

	
	
	.kaso_back{padding:30px 0;}
	
#introduce h3 img{width:180px;}
.h600 {
    height: 220px;
}
.yoyaku_in{font-size:17px;}
.tyabox{padding:30px;padding-top: 35px;}
.tyabox_moyo1{width:200px;top: -40px;}
.tyabox_moyo2{    bottom: -36px;
    width: 200px;}
	
	.yoyaku_btn {
    max-width: 200px;
    width: 100%;
    line-height: 40px;}
.marueffect figcaption h3{font-size: 20px;}
#introduce li {
    width: 80px;
    height:80px;
    float: left;
    display: block;
}

#introduce li:nth-child(1) {
    margin: 0px 0 0 -180px;
}
#introduce li:nth-child(2) {
    margin: 70px 0 0 -100px;
}
#introduce li:nth-child(3) {
    margin: 70px 0 0 0px;
}
#introduce li:nth-child(4) {
    margin: 0px 0 0 80px;
}
.marueffect figcaption p{font-size:9px;}

.best1{width:200px;height:auto;}

.imap iframe{height:240px;}

.info-box{
    padding: 40px 10px;
}


}

