@charset "UTF-8";

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	color:#666464;
}
.container{
	max-width:1038px !important;
}
.gothic{
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
.mincho{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.bold{ font-weight: bold; }
.italic{ font-style: italic; }
.text9{ font-size:9px; }
.text10{ font-size:10px; }
.text11{ font-size:11px; }
.text12{ font-size:12px; }
.text13{ font-size:13px; }
.text14{ font-size:14px; }
.text15{ font-size:15px; }
.text16{ font-size:16px; }
.text17{ font-size:17px; }
.text18{ font-size:18px; }
.text19{ font-size:19px; }
.text20{ font-size:20px; }
.text21{ font-size:21px; }
.text22{ font-size:22px; }
.text23{ font-size:23px; }
.text24{ font-size:24px; }
.lh10{ line-height:1em;}
.lh12{ line-height:1.2em;}
.lh14{ line-height:1.4em;}
.lh16{ line-height:1.6em;}
.lh18{ line-height:1.8em;}
.lh20{ line-height:2em;}
.ls01{ letter-spacing: 0.1em; }
.ls02{ letter-spacing: 0.2em; }
.ls04{ letter-spacing: 0.4em; }
.ls06{ letter-spacing: 0.6em; }
.ls08{ letter-spacing: 0.8.em; }
.ls10{ letter-spacing: 1em; }

img{
	max-width:100%;
}

.btn01{
	display:inline-block;
	font-size:12px;
	color:#666464;
	border:1px solid #AAAAAA;
	width:151px;
	height:43px;
	line-height:43px;
}
.btn01:hover{
	background-color:#d3d3d4;
	text-decoration: none;
}

.header_space{
	height:290px;
}
.header_space2{
	height:120px;
}
.header_back{
    position:fixed;
	height:98px;
	background-color:#FFFFFF;
    top:0;
	right:0;
	left:0;
	z-index:1001;
}
.logo_box{
	position:absolute;
	top:74px;
	left:50%;
	margin-left:-144px;
	display:block;
	width:288px;
	text-align:center;
	z-index:2000;
}
.logo{
    position:fixed;
	top:20px;
	left:50%;
	margin-left:-92px;
	width:184px;
	height:47px;
	text-align:center;
	z-index:3000;
}
.logo:hover{
	opacity:0.3;
}



/*ナビバー*/
.navibar{
	position:absolute;
	text-align:center;
	top:104px;
	left:0;
	right:0;
	margin:0 -26px 0 26px;
	z-index:1003;
	font-family: 'Khand', sans-serif;
	font-weight: 100;
}
.navibar_fixed{
	position:fixed;
	top:0;
}
.navibar ul{
	position: absolute;
	display:block;
	padding:0;
	width:1024px;
	top:0;
	left:50%;
	padding-top:40px;
	margin-left:-520px;
}
.navibar ul li,
.navibar_fixed ul li{
	display:inline-block;
	padding:0;
	margin-right:70px;
}
.navibar ul li a,
.navibar_fixed ul li a{
	font-size:20px;
	letter-spacing: 2px;
	color:#231815;
}
.navibar ul li a:hover,
.navibar_fixed ul li a:hover{
	color:#9fa0a0;
	text-decoration: none;
}
.navibar ul li:nth-child(3),
.navibar_fixed ul li:nth-child(3){
	margin-right:300px;
}
.navibar ul li:last-child{
	margin-right:0;
}
.navibar .active{
	font-weight:500;
}

/*HIROSHIMA,JAPAN部分*/
.header_bottom{
	position:relative;
	text-align:center;
	z-index:1004;
	font-size:10px;
	letter-spacing: 0.3em;
	color: #000;
}
.header_bottom_fixed{
	position: fixed;
	top:75px;
	left:0;
	right:0;
}

/**/
.menu_btn{
	position: fixed;
	top:20px;
	right:20px;
	z-index:2000;
}

/*スマホ　ナビバー*/
.navibar_smart{
	position:fixed;
	text-align:center;
	top:148px;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	z-index:3000;
	background-color:rgba(255,255,255,0.95);
	display:none;
	font-family: 'Khand', sans-serif;
	font-weight: 100;
}
.navibar_smart ul{
	display:block;
	padding:0;
}
.navibar_smart ul li{
	display:block;
	padding:0 26px;
}
.navibar_smart ul li a{
	display:block;
	font-size:18px;
	color:#231815;
	height:60px;
	line-height:60px;
}
.navibar_smart ul li a:hover{
	color:#9fa0a0;
	text-decoration: none;
}

/* BOOKINGボタン*/
.booking_btn{
	position:absolute;
	top:305px;
	right:50%;
	margin-right:-544px;
	width:208px;
	height:69px;
	background-image:url(../images/booking.png);
	z-index:1005;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	
}
.booking_btn_en {
	background-image:url(../images/booking_en.png);
}
.booking_btn_fixed{
	position:fixed;
	top:120px;
}
.booking_btn:hover{
	background-image:url(../images/booking_h.png);
}
.booking_btn_en:hover {
	background-image:url(../images/booking_h_en.png);
}
.booking_btn_smart{
	position:absolute;
	background-color:rgba(239,239,239,0.9);
	height:50px;
	top:290px;
	left:0;
	right:0;
	text-align:center;
	z-index:1005;
	font-family: 'Khand', sans-serif;
	font-weight: 100;
}
.booking_btn_smart a{
	display:block;
	font-size:21px;
	line-height:30px;
	color:#231815;
	padding-top:3px;
	font-weight: bolder;
}
.booking_btn_smart span{
	font-size:10px;
	line-height:10px;
	color:#9fa0a0;
	display:block;
}
.booking_btn_smart a:hover{
	text-decoration: none;
}
.booking_btn_smart_fixed{
	position:fixed;
	top:98px;
}

/*Langage*/
.langage{
	position:fixed;
	top:26px;
	right:12px;
	z-index:1010;
}
.langage a{
	display:block;
}
.langage img,
.langage_smart img{
	width:30px;
}

.langage_smart{
	display:block;
	text-align:center;
}
.langage_smart a{
	display:inline-block;
	margin:15px;
}


footer{
	
}
footer .copyright{
	font-size:10px;
	color:#666464;
	margin-top:155px;
}

.address h4{
	font-size:14px;
	margin:0 0 24px;
	letter-spacing: 0.2em;
}
.address h4 span{
	font-size:9px;
}
.address p{
	font-size:12px;
	line-height:1.5em;
	margin-bottom:54px;
	letter-spacing: 0.2em;
}
.address p a{
	display:inline-block;
	margin:12px 0;
	color:#666464;
}
.sns{
	margin:0;
}
.sns a{
	opacity:0.3;
}
.sns a img{
	width:22px;
}
.sns a:hover{
	opacity:1;
}
.btn_access{
	font-family: 'Khand', sans-serif;
	font-size:13px;
	letter-spacing: 0.1em;
}



/*スライダーのボタン変更*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	margin-top:-40px;
	margin-bottom:20px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid rgba(200,200,200,0.3);
	border-radius: 10%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(255,255,255,0.5);
	opacity:1;
}
.sp-button:hover,
.sp-selected-button {
	opacity:1;
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(200,200,200,1);
}



.h_title{
	font-family: 'Khand', sans-serif;
	font-size:28px;
	letter-spacing: 0.1em;
	color:#231815;
	font-weight:100;
	line-height:1.4em;
	display:block;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
}
.h_title img{
	height:11px;
	margin:-7px auto 0;
	display:block;
}
.h_title span{
	display:block;
	font-size:10px;
	line-height:1.4em;
	color:#666464;
}
.h_title_small {
	font-size: 22px;
}

.japanese_box, .english_box {
	display: none;
}

.title {
	font-weight: bold;
}

.index_caption h3 {
	line-height: 2.1;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 1px;
}

.index_caption p {
	line-height: 2.1;
	font-weight: 100;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: "a-otf-ryumin-pr6n","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

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