ul.gNavi {
    margin-bottom: 0px;
    position: relative;
    max-width: 984px;
    text-align: center;
	width:100%;
	height:auto;
}
ul.gNavi li {
    float: left;
	font-family: 'HelveticaWorld-Regular';
    font-size: 14px;
    margin: 0 0px;
	max-width:123px;
	width:100%;
	height:auto;
}

ul.gNavi li a {
    color: #585858;
    float: left;
    font-family: 'HelveticaNeueLTCom-Lt';
    font-size: 18px;
    line-height: 50px;
	max-width:123px;
	width:100%;
	height:auto;
	    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul.gNavi li a:hover, 
ul.gNavi li a.active {
	    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul.gNavi li a#magic-line {
    background: url("mainnav_active.png") repeat-x scroll left top transparent;
    height:50px;
    left: 0;
    list-style: none outside none;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: -1;
}

ul.gNavi02 {
    margin-bottom: 0px;
    position: relative;
    max-width: 984px;
    text-align: center;
	width:100%;
	height:auto;
}
ul.gNavi02 li {
    float: left;
	font-family: 'HelveticaWorld-Regular';
    font-size: 14px;
    margin: 0 0px;
	max-width:123px;
	width:100%;
	height:auto;
	border-right: 1px solid #8d8278;
}
ul.gNavi02 li a {
    color: #585858;
    float: left;
    font-family: 'HelveticaNeueLTCom-Lt';
    font-size: 18px;
    line-height: 50px;
	max-width:123px;
	width:100%;
	height:auto;
}
ul.gNavi02 li a:hover, 
ul.gNavi02 li a.active {
    color: #D50100;
	background-color:#8a8277;
}
ul.gNavi02 li a#magic-line {
    height: 50px;
    left: 0;
    list-style: none outside none;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
h6 {
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
    max-width: 1000px;
    height: 138px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    font-family : "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #253D4D;
}


p.top_midasi{
   animation-duration: 1s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	letter-spacing: .32em;
	line-height: calc(54 / 32);
	line-height: 1.688;
	margin-bottom:40px;
    max-width: 1000px;
    height: auto;
    font-size: 22px;
    text-align: center;
  
}


@media screen and (max-width:559px) { 

p.top_midasi{
	font-size:24px;
	line-height:1.8em;
	letter-spacing:0.5px;

}
}

@media screen and (max-width:359px) { 

p.top_midasi{
	font-size:24px;
	line-height:1.6em;
	letter-spacing:0.5px;

}
}


p.top_midasiA {
    animation-duration: 3s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
    max-width: 1000px;
    height: 20px;
    font-size: 18px;
    font-weight: 300;
	letter-spacing: 8px;
    text-align: center;
    font-family: 'Trajan Pro Regular';
    margin-top: 30px;
    margin-bottom: 40px;
  
}

p.desi_midasi{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:25px;
	font-size:15px;
	font-weight:100;
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:10px;
	letter-spacing: 2px;
	color: #9FA0A0;
	padding:0 20px;
}

p.desi_midasi2{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:25px;
	font-size:18px;
	font-weight:100;
	text-align:left;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:70px;
	margin-bottom:10px;
	letter-spacing: 2px;
	color: #3B362C;
	padding:0 20px;
}

p.desi_bun_L{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
	font-size:24px;
	font-weight:0;
		text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:-5px;
	letter-spacing: 4px;
	color: #3B362C;
	padding:0 20px;
}

p.desi_bun_L{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
	font-size:24px;
	font-weight:0;
		text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:-5px;
	letter-spacing: 4px;
	color: #3B362C;
	padding:0 20px;
}

p.desi_bun_LL{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
	font-size:24px;
	font-weight:0;
		text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:25px;
	letter-spacing: 4px;
	color: #3B362C;
	padding:0 20px;
}

p.bon_bun_L{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
	font-size:24px;
	font-weight:0;
		text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:-5px;
	letter-spacing: 4px;
	color: #3B362C;
	padding:0 20px;
}

@media screen and (max-width:559px) {
	p.desi_bun_L{
		font-size:20px;
	letter-spacing: 0px;
		
	}
	p.desi_bun_M{
		margin-top:-10px;
	}
}


@media screen and (max-width:359px) {
	p.desi_bun_L{
		font-size:16px;
	letter-spacing: 0.5px;
		
	}
	p.bon_bun_M{
		font-size:10px;
		line-height:32px;
}
}
p.desi_bun_M{
	max-width:860px;
	height:auto;
	font-size:14px;
	font-weight:100;
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:30px;
	letter-spacing: 1px;
	line-height:30px;
	color: #3B362C;
	padding:0 20px;
}

p.bon_bun_M{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
	font-size:14px;
	font-weight:100;
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:30px;
	letter-spacing: 4px;
	line-height:30px;
	color: #3B362C;
	padding:0 20px;
}

p.desi_bun_M_center{
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: RightToLeft;/* アニメーション名 */
	max-width:860px;
	height:auto;
    font-size: 18px;
	line-height:54px;
	font-weight:100;
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:30px;
	letter-spacing: 0.5px;
	color: #3B362C;
}


@media screen and (max-width:559px) {
	p.bon_bun_M{
		font-size:12px;
		line-height:34px;
        letter-spacing:0.2px;
		line-height:20px;

	}}
	
p.page_midasi{
	max-width:1000px;
	height:138px;
	font-size:36px;
	font-weight:900;
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	margin-top:10px;
	margin-bottom:10px;
	color: #3B362C;
}

.eq_cyui{
	clear:both;
	max-width:940px;
	text-align:right;
	margin-bottom: 16px;
}

.eq_cyui2{
	clear:both;
	max-width:1000px;
	text-align:right;
	margin-bottom: 60px;
}


.eq_cyui3{
	clear:both;
	max-width:1000px;
	text-align:right;
	margin-bottom: 0px;
}


p.cyui{
	font-size:12px;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	color:#3B362C;
	padding-top:0.7em;
}

p.ac{
	font-size:8px;
	font-family :"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	color:#3B362C;
	padding-top:0.7em;
}

.loading span {
  display: inline-block;
  margin: 0 -.05em;
  animation: loading 1.4s infinite alternate;
}
loading span:nth-child(2) {
  animation-delay: .1s;
}
loading span:nth-child(3) {
  animation-delay: .2s;
}
loading span:nth-child(4) {
  animation-delay: .3s;
}
loading span:nth-child(5) {
  animation-delay: .4s;
}
loading span:nth-child(6) {
  animation-delay: .5s;
}
loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/********************************/
/* room  */
/********************************/
.room_box01{
	max-width:980px;
	margin:0 auto;
	padding-top:0px;
}

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


.rooms_box01{
	max-width:100%;
	margin:0 auto;
	padding-top:0px;
	text-align:center;
}

.concept02{
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	padding-top:3em;
	padding-bottom:10px;
	
}


.rooms_top{
	max-width:980px;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	
}

.rooms_button{
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	outline: none;
	background-color:#b6b779;
	border: 1px solid #6d6d49;
	color: #fff;
	line-height: 38px;
	margin-left:30px;
	margin-right:30px;
}
.rooms_button:hover {
	background-color: #fff;
	border-color: #6d6d49;
	color: #b6b779;
}

.rooms_gazou{
	display: inline-block;
	height:427px;
	width:290px; 
	text-align: center;
	text-decoration: none;
}

.rooms_type1{
	display: inline-block;
	width: auto;
	height: 80px;
	text-align: center;
	text-decoration: none;
	font-size:36px;
	
}

.rooms_type2{
	display: inline-block;
	width: auto;
	height: 80px;
	text-align: center;
	text-decoration: none;
	font-size:24px;
}

.rooms_madori{
    display: inline-block;
    width: auto;
    height: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

.rooms_senyu1{
	display: inline-block;
	width: auto;
	height: 80px;
	text-align: center;
	text-decoration: none;
	font-size:12px;
}

.rooms_senyu2{
    display: inline-block;
    width: auto;
    height: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
}

.rooms_senyu3{
	display: inline-block;
	width: auto;
	height: 80px;
	text-align: center;
	text-decoration: none;
	font-size:24px;
}

.top_fuwari1 {
text-align: center;
font-size: 16px;
line-height: 40px;	
letter-spacing: 5px;
font-family: "Sawarabi Mincho";
color: #422D13;
}

.fadein {
text-align: center;
font-size: 16px;
line-height: 40px;	
letter-spacing: 5px;
font-family: "Sawarabi Mincho";
color: #422D13;
}

#animation {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 5px;
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif;
    color: #253D4D;
    font-style: normal;
    font-weight: 100;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Trajan Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Trajan Pro Regular'), url('TrajanPro-Regular.woff') format('woff');
}


@font-face {
font-family: 'Trajan Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Trajan Pro Bold'), url('TrajanPro-Bold.woff') format('woff');
}

@keyframes typing { from { width: 0; } }
@keyframes caret { 50% { border-color: transparent; } }

p.midashi {
text-align: center;
font-family: "Trajan Pro Regular"; 
width: 11ch;
font_space {letter-spacing: 0.3em}
border-right: .08em solid;
overflow: hidden;
font-size: 4em;
white-space: nowrap;
animation: typing 5s steps(11, end), caret .5s step-end infinite;
}
