
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100000;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2000000;
}

#loader p.ratate {
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
	position:relative;
	top:15px;
	left:0;
}

#loader p.ratate img {
	width:20px !important;
}

#loader p.ld img {
	width:60px !important;
}


@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}



/* Main
===============================================================*/
div#Main p.btn01 a {
	display:block;
	width:251px;
	height:69px;
	text-indent:-9999px;
	background:url(../images/btn02.jpg) no-repeat 0 0;
	background-size:251px 69px;
	margin:0 auto 46px;
}

div#Main p.btn02 {
	padding-bottom:20px;
}

div#Main p.btn02 a {
	display:block;
	width:311px;
	height:64px;
	text-indent:-9999px;
	background:url(../images/btn03.jpg) no-repeat 0 0;
	background-size:311px 64px;
	margin:0 auto 29px;
	box-shadow: 3px 3px 6px #dfe0d5;
}

div#Main p.btn03 {
	text-align:center;
	padding-bottom:30px;
    letter-spacing: 0.2em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
div#Main p.btn03 a {
    text-decoration: underline;
    color: #231916;
	background:url(../images/ar01.png) no-repeat right center;
	background-size:5px 8px;
    padding-right: 10px;
}

div#Main p.btn04 a {
	display:block;
	width:311px;
	height:64px;
	text-indent:-9999px;
	background:url(../images/btn04.jpg) no-repeat 0 0;
	background-size:311px 64px;
	margin:0 auto;
	box-shadow: 3px 3px 6px #dfe0d5;
}

div#Main p.btn05 a {
	display:block;
	width:311px;
	height:64px;
	text-indent:-9999px;
	background:url(../images/btn05.jpg) no-repeat 0 0;
	background-size:311px 64px;
	margin:0 auto;
	box-shadow: 3px 3px 6px #dfe0d5;
}


div#Main .bg_beige {
	margin-bottom:30px;
}


div#Main .section {
	margin:0 12px 33px;
}

div#Main .section .slidebox {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}
div#Main .section .txt h2 {
	display:none;
}


div#Main .sec01 {
	opacity:0;	
	transform: translateY(-5%);
	transition: all 2500ms 0s ease;
}

div#Main .sec01.active {
	opacity:1;	
	transform: translateY(0%);
}

div#Main .sec02 {
	opacity:0;	
	transform: translateY(-5%);
	transition: all 2500ms 0s ease;
}

div#Main .sec02.active {
	opacity:1;	
	transform: translateY(0%);
}

div#Main .sec03 {
	margin-bottom:0;
}
div#Main .sec03 .ph {
    padding-top: 14px;
    padding-bottom: 18px;
}

div#Main .sec03 {
	opacity:0;	
	transform: translateY(-5%);
	transition: all 2500ms 0s ease;
	position:relative;
	z-index:2;
}

div#Main .sec03.active {
	opacity:1;	
	transform: translateY(0%);
}

div#Main .bg_fuji2 {
	z-index:1;
	position:relative;
}

div#Main .sec04 {
	margin:0 0 29px;
}
div#Main .sec04 .ph {
    padding-bottom: 5px;
}

div#Main .sec04 {
	opacity:0;	
	transform: translateY(-5%);
	transition: all 2500ms 0s ease;
}

div#Main .sec04.active {
	opacity:1;	
	transform: translateY(0%);
}


div#Genchi {
	background:url(../../images/bg_genchi.jpg) repeat-x 0 0;
	padding: 23px 0 34px;
}
div#Genchi p.lead {
	margin:23px 15px 30px;
}


div#Stay {
	background-color:#f9faef;
	padding-bottom:30px;
}
div#Stay h2 {
	background:#FFFFFF;
}
div#Stay p.lead {
	margin:23px 15px 21px;
}

div#Stay .timetable {
	margin:0 12px 21px;
}
div#Stay .timetable h3{
    color: #183c85;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
}

div#Stay .timetable dl {
	width:100%;
	display:table;
    padding-bottom: 8px;
}
div#Stay .timetable dl dt {
	display:table-cell;
	color:#231916;
    width: 82px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

div#Stay .timetable dl dt span.spp {
	display:inline-block;
	width:60px;
	text-align:right;
	padding:0 8px 0 0;
}
div#Stay .timetable dl dd {
	display:table-cell;
	color:#231916;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

div#Stay .timetable table {
    width: 100%;
    margin: 26px 0 10px;
    border-top: #6e7e9f 1px solid;
    border-right: #6e7e9f 1px solid;
}
div#Stay .timetable table tr th {
	background:#6e7e9f;
	color:#FFFFFF;
	text-align: left;
    font-size: 13px;
	width: 55px;
    padding: 10px;
    border-bottom: #f9faef 1px solid;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}
div#Stay .timetable table tr:last-child th {
    border-bottom: #6e7e9f 1px solid;
}
div#Stay .timetable table tr td {
    padding: 10px;
    color: #231916;
    border-bottom: #6e7e9f 1px solid;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
div#Stay .timetable table tr td a {
	text-decoration:underline;
}
div#Stay .timetable table tr td ul li {
	margin-left: 1em;
	text-indent: -1em;
}

div#Stay .timetable ul.caution li {
	font-size: 12px;
    line-height: 18px;
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}


div#Golf {
	margin:0 0 34px;
	background:url(../images/bg_golf.jpg) repeat 0 0;
	background-size:60px 60px;
}
div#Golf h2 {
	background:#FFFFFF;
}
div#Golf p.lead {
	margin:23px 12px 11px;
}

div#Golf .timetable {
	margin:0 12px 21px;
}
div#Golf .timetable h3{
    color: #183c85;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
}

div#Golf .timetable dl {
	width:100%;
	display:table;
    padding-bottom: 8px;
}
div#Golf .timetable dl dt {
	display:table-cell;
	color:#231916;
    width: 82px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

div#Golf .timetable dl dt span.spp {
	display:inline-block;
	width:60px;
	text-align:right;
	padding:0 8px 0 0;
}
div#Golf .timetable dl dd {
	display:table-cell;
	color:#231916;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

div#Golf .timetable table {
    width: 100%;
    margin: 26px 0 10px;
    border-top: #6e7e9f 1px solid;
    border-right: #6e7e9f 1px solid;
}
div#Golf .timetable table tr th {
	background:#6e7e9f;
	color:#FFFFFF;
	text-align: left;
    font-size: 13px;
	width: 55px;
    padding: 10px;
    border-bottom: #f9faef 1px solid;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}
div#Golf .timetable table tr:last-child th {
	border-bottom: #6e7e9f 1px solid;
}
div#Golf .timetable table tr td {
    padding: 10px;
    color: #231916;
    border-bottom: #6e7e9f 1px solid;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
div#Golf .timetable table tr td a {
	text-decoration:underline;
}

div#Golf .timetable ul.caution li {
	font-size: 12px;
    line-height: 18px;
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}


.tiny {
	padding:0 13px 34px 13px;
	text-align: center;
}


div#Access {
	margin:0 12px 12px;
}

div#Access ul {
	display:none;
}

div#Access #Mapbox2 {
	position: relative;
    width: 100%;
    height: 250px;
	margin-top:21px;
}
