@charset "UTF-8";

/* base */
html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	color: #B3946D;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.05;
	text-align:left;
	padding:0;
	margin:0;
	position:relative;
	background: #000 url(../images/bg.jpg) repeat;
}

/* all */
h1,h2,h3,h4,h5,p,dt,dd,li,th,td,address,strong,em,table,dl,ul,ol,img,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary
{
	padding:0;
	margin:0;
	background:transparent;
}

/* font */
h1,h2,h3,h4,h5,p,dt,dd,li,th,td,a,address,strong,em,form,input,textarea,select,submit,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	color:inherit; line-height:inherit; font-family:inherit; font-size:inherit;
}

/* indivisual */
a{
	border:none; color:inherit; text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
address,em{
	font-style:normal;
}
ul,ol{
	list-style:none none outside;
}
img{
	display:block; border:none;
}
a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.post{
	min-height:300px !important;
}

.catch{
	font-size:150%;
}

.bs {
	border: 2px solid #B3946D;
    line-height: 50px;
    padding: 13px;
    text-align: center;
    font-size: 120%;
    margin: 3rem auto 2rem;
    width: 40%;
}
.bs:hover {
	background-color: #B3946D;
	border-color: #B3946D;
	color: #fff;
}
.bs a{
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------
	clearfix
---------------------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------------------------------------------
	header
---------------------------------------------------------------------------------------- */
#header{
	width:100%;
}
#headerBody{
	width:100%;
	border-bottom:4px solid #b5946b;
	background:#FFE600;
}

#header img{
	height:110px;
	margin:0 auto;
}

#about img {
	}

#header .other{
	position: absolute;
	top: 0px;
	right: 0px;
}

#header .back{
	position: absolute;
	top: 0px;
	left: 0px;
}

/*----------------------------------------------------------------------------------------
	navi
---------------------------------------------------------------------------------------- */
#navi{
	display:block;
}
nav{
	background: url(../images/bg_navi.png) repeat-x;
	height:60px;
}
#navi ul{
	width:960px;
	margin:0 auto;
	background: url(../images/bg_navi2.png) no-repeat left bottom;
}
#navi ul li{
	width: calc(100% / 7);
	float:left;
	background: url(../images/bg_navi2.png) no-repeat right bottom;
}
#navi ul li a{
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
}
#navi ul li a strong{
	display: block;
	font-size:14px;
	margin-bottom: 7px;
}
#navi ul li a span{
	display: block;
	font-size:9px;
}
/* =========================================
 "home"
============================================ */
#home {
	width: 100%;
	height:100%;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
	background: url(../images/main.jpg) no-repeat center;
	background-size:cover;
}

#indexHeader li.yonago{
	width:280px;
	height:280px;
	position:absolute;
	top:16%;
	left:4%;
}

#indexHeader li.kurayoshi{
	width:280px;
	height:280px;
	position:absolute;
	bottom:16%;
	right:4%;
}

#indexHeader li img{
	max-width:100%;
	min-width:100%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
}

#indexHeader li:hover img{
	opacity:1;
}

#indexHeader li span{
	display:block;
	width:280px;
	height:280px;
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/nav-bg.png) no-repeat center;
	background-size:cover;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    -ms-animation: spin 20s linear infinite;
    -o-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

#indexHeader li:hover span{
	opacity:0.64;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

/* =========================================
 "yonago"
============================================ */
#yonago {
	width: 100%;
	margin: 0 auto;
	position:relative;
}
/*
#yonago #header{
	position:absolute;
	top:0;
	left:0px;
	z-index:9999;
}
#yonago #navi{
	width:100%;
	background: #000 url(../images/bg.jpg) repeat;
	position:absolute;
	top:114px;
	left:0px;
	z-index:9999;
}
*/
/* =========================================
bxslider
============================================ */

/* =========================================
main
============================================ */
div#main{
	margin:0 auto;
	text-align:left;
	padding:0 0 3rem 0;
}
#contentsHeader{
	padding:2em 0 2.5em 0;
	margin:0 0 3rem 0;
	background: url(../images/bg.png) repeat;
}
#contentsHeader.yonago{
	background: url(../yonago/images/bg.jpg) no-repeat center;
	background-size:100% auto;
}
#contentsHeader.kurayoshi{
	background: url(../kurayoshi/images/bg.jpg) no-repeat center 40%;
	background-size:100% auto;
}
#ancestor {
	font-family: 'Open Sans', sans-serif;
	font-size:400%;
	text-align:center;
}
#ancestor span{
	display:block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25%;
	font-weight:normal;
	margin:0.25em 0 0 0;
}
#contents{
	width:960px;
	margin:0 auto;
}
#full {
	width:100%;
	padding-bottom: 20px;
	position:relative;
}
#full:after{
	clear: both;
	content: '';
	display: block;
}
#full.yonago{
	width: 100%;
	height: calc(100vh - 194px);
	background:url(../yonago/images/yonago.jpg) no-repeat center;
	background-size:cover;
}
#full.kurayoshi{
	width:100%;
	/*background:url(../kurayoshi/images/kurayoshi.jpg) right center / cover no-repeat ;*/
}
#full h1{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	position:absolute;
	top:50%;
	left:0px;
	color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFE600, 0 0 30px #FFE600, 0 0 40px #FFE600, 0 0 50px #FFE600, 0 0 75px #FFE600;
    letter-spacing: 5px;
	z-index:9999;
}
#full h1 span{
	display:block;
	padding:0 0.5em;
}
@media screen and (min-width:980px){
	#full h1{
		font-size:600%;
	}
}
@media screen and (min-width:1440px){
	#full h1{
		font-size:800%;
		text-align:center;
	}
}
#full .info{
	width: calc(25% - 20px);
	margin: 10px 0 0 20px;
}
#full .info .body{
	padding:1.125em 1.5em;
	background:rgba(0,0,0,0.64);
}
#full .info .body2{
	padding:1.125em 1.5em;
	margin:20px 0 0;
	background:rgba(0,0,0,0.64);
}
#full .info h2{
	font-size:150%;
	font-family: 'Open Sans', sans-serif;
}
#full .info h2 a{
	text-decoration:none;
}
#full .info p{
	font-size:80%;
	line-height:1.75;
	margin:0.5em 0 0 0;
}
#full .info p.image{
	float:right;
	margin:0.375em 0 0.375em 1em;
}
#full .info p.image a{
	display:block;
	width:80px;
	height:80px;
	background-size:cover;
}
#full .info p.image a:hover{
	opacity:0.64;
}
#full .info .body .date{
	padding:0.875em 0 0 0;
	margin:0.875em 0 0 0;
	border-top:1px dotted #b5946b;
}
#full .info .body .date:first-of-type{
	padding:0;
	border-top:none;
}

/* =========================================
footer
============================================ */
footer {
	line-height:1.5;
	padding:20px 28px;
	background: url(../images/bg.png) repeat;
	position:relative;
}
#footL{
	float:left;
}
#footR{
	float:right;
	text-align:right;
}
#footR p:last-of-type{
	position:absolute;
	bottom:20px;
	right:28px;
}
/* =========================================
Room
============================================ */
.roomBg{
	background: url(../images/bg_room.png) no-repeat;
	width:936px;
	height:394px;
	padding:4px 4px 4px 20px;
	margin:0 auto 24px;
}
.roomL{
	float:left;
	width:21%;
}
.roomL h3{
	margin:35px 0 20px 0;
	font-size:300%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height: 1.05;
}
.roomL h3 span{
	display:block;
	font-size:0.8rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: super;
	margin:0.5em 0 0 0;
}
.roomR{
	float:right;
	width:716px;
}
.roomR .slider1 img,
.roomR .slider2 img,
.roomR .slider3 img,
.roomR .slider4 img,
.roomR .slider5 img{
	width:554px;
}
.roomR .bx-pager1 img,
.roomR .bx-pager2 img,
.roomR .bx-pager3 img,
.roomR .bx-pager4 img,
.roomR .bx-pager5 img{
	width:161px;
	height:98px;
}
.roomTxt{
	line-height:1.7;
	font-size:11px;
}
/* =========================================
DRINK FOODS
============================================ */
.df1Bg{
	background: url(../images/bg_df1.png) no-repeat;
	width:798px;
	height:328px;
	padding:4px 4px 4px 18px;
	margin:0 auto 24px;
}
.df1L{
	float:left;
	width:30%;
}
.df1R{
	float:right;
	width:530px;
}
.df2Bg{
	background: url(../images/bg_df2.png) no-repeat;
	width:798px;
	height:328px;
	padding:4px 18px 4px 4px;
	margin:0 auto 24px;
}
.df2L{
	float:left;
	width:530px;
}
.df2R{
	float:right;
	width:30%;
}
.df1L h3, .df2R h3{
	margin:35px 0 20px 0;
	font-size:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height: normal;
}
.df1L h3 span, .df2R h3 span{
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: super;
}
.dfTxt{
	line-height:1.7;
	font-size:11px;
}
/* =========================================
TICKET
============================================ */
.wB{
	width:50%;
}
#ticket table{
	border-collapse: collapse;
}
#ticket table th,
#ticket table td{
	border: 1px solid #B3946D;
	padding: 0.5em;
}
/* =========================================
ACCESS
============================================ */
dl#access {
	width: 38%;
    margin: 0 auto 3vw;
}
#access dt {
  float : left;
  clear : both;
  width : 45%;
  padding:4px;
  font-weight: bold;
}
#access dd {
  margin-left : 45%;
  padding:4px;
}
#access br{ display:none;}

/* =========================================
ADD170701
============================================ */

.ua{
	display: block;
}

.slide {
}

.youtube{
}

.youtube:after{
	clear: both;
	content: '';
	display: block;
}

.youtube .l {
  width: calc(75% - 40px);
	float: left;
  position: relative;
	margin: 20px 20px 0;
}

.youtube .r {
	width: calc(25% - 20px);
	float: left;
	margin: 20px 0 0;
}

.youtube .r .ratio{
	margin-bottom: 1px;
}

.youtube .r .ratio:last-child{
	margin-bottom: 0;
}

/* #kurayoshi */

#kurayoshi{
	width: 100%;
	background: rgba(0,0,0,0.88);
}

#kurayoshi .body{
	width: 960px;
	padding: 3rem 0;
}

/* kurayoshi0 */

#kurayoshi0{
	width: 100%;
	padding: 3rem 0;
	background: rgba(0,0,0,0.88);
}

#kurayoshi0 .slide2 .image li{
	width: 960px;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

#kurayoshi0 .slide2 .prev img {
  left: calc((50% - 3rem) - 480px);
}

#kurayoshi0 .slide2 .next img {
  right: calc((50% - 3rem) - 480px);
}

#kurayoshi0 .info{
	width: 960px;
	margin: 0 auto;
}

#kurayoshi0 .info .l{
	width: calc(50% - 1.5rem);
	float: left;
}

#kurayoshi0 .info .r{
	width: calc(50% - 1.5rem);
	float: right;
}
