#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:30px;
	left:0;
}


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


/* Main
===============================================================*/
div#Main p.btn01 {
	display:block;
	width:442px;
	height:108px;
	background:url(../images/btn.jpg) no-repeat 0 -108px;
	margin:0 auto;
}


div#Main p.btn01 a {
	display:block;
	width:442px;
	height:108px;
	text-indent:-9999px;
	background:url(../images/btn.jpg) no-repeat 0 0;
	transition: all 300ms 0s ease;
}

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

div#Main p.btn02 a {
	display:block;
    width: 442px;
    height: 88px;
	text-indent:-9999px;
	background:url(../images/btn03.jpg) no-repeat 0 0;
	margin:0 auto 29px;
	box-shadow: 3px 3px 6px #dfe0d5;
	transition: all 300ms 0s ease;
}

div#Main p.btn03 {
	text-align:center;
	padding-bottom:48px;
    letter-spacing: 0.2em;
	font-size:19px;
    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;
    padding-right: 21px;
}

div#Main p.btn04 a {
	display:block;
    width: 442px;
    height: 88px;
	text-indent:-9999px;
	background:url(../images/btn05.jpg) no-repeat 0 0;
	margin:0 auto 29px;
	box-shadow: 3px 3px 6px #dfe0d5;
	transition: all 300ms 0s ease;
}

div#Main p.btn05 a {
	display:block;
    width: 442px;
    height: 88px;
	text-indent:-9999px;
	background:url(../images/btn06.jpg) no-repeat 0 0;
	margin:0 auto 29px;
	box-shadow: 3px 3px 6px #dfe0d5;
	transition: all 300ms 0s ease;
}

div#Main p.btn01 a:hover {
    opacity:0;
}
div#Main p.btn02 a:hover ,
div#Main p.btn04 a:hover ,
div#Main p.btn05 a:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}


div#Main .bg_fuji {
	height:746px;
	background:url(../images/main_bg.jpg) no-repeat center top;
}
div#Main .bg_fuji p.lead {
	height:100%;
	text-indent:-9999px;
	background:url(../images/lead.png) no-repeat center 226px;
}


div#Main .bg_beige {
	height:304px;
	margin-bottom:100px;
	background:url(../images/txt01.jpg) no-repeat center center #ecf1e5;
}
div#Main .bg_beige p {
	display:none;
}


div#Main .section {
	width:1000px;
	margin:0 auto 100px;
	display:table;
}
div#Main .sec02 {
	margin-bottom:86px;
}

div#Main .section .slidebox {
	display:table-cell;
	width:612px;
	vertical-align:top;
}
div#Main .section .txt {
	display:table-cell;
	vertical-align:middle;
	width: 381px;
}
div#Main .section .txt h2 {
	display:none;
}

div#Main .sec01 .txt {
	background:url(../images/txt02.png) no-repeat right center;
}

div#Main .sec01 .txt {
	opacity:0;
	position:relative;
	transform: translateY(-8%);
	transition: all 2200ms 0s ease;
}

div#Main .sec01 .slidebox {
	opacity:0;
	position:relative;
	transform: translateX(-8%);
	transition: all 2500ms 0s ease;
}

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

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


div#Main .sec02 .txt {
	background:url(../images/txt03.png) no-repeat left center;
}

div#Main .sec02 .txt {
	opacity:0;
	position:relative;
	transform: translateY(-8%);
	transition: all 2200ms 0s ease;
}

div#Main .sec02 .slidebox {
	opacity:0;
	position:relative;
	transform: translateX(8%);
	transition: all 2500ms 0s ease;
}

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

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


div#Main .sec03 {
	width:1100px !important;
	display:block;
    position: relative;
	margin-bottom:0;
    clear: both;
    overflow: hidden;
	z-index:2;
}
div#Main .sec03 .txt {
	background: url(../images/txt04.png) no-repeat left center;
    width: 581px;
    height: 338px;
    display: block;
    position: absolute;
    left: 50px;
    top: 62px;
    z-index: 10;
}
div#Main .sec03 .ph {
    float: right;
    padding-right: 8px;
}


div#Main .sec03 .txt {
	opacity:0;
	transform: translateY(-8%);
	transition: all 2200ms 0s ease;
}

div#Main .sec03 .ph {
	opacity:0;
	transition: all 2500ms 0s ease;
}

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

div#Main .sec03.active .ph {
	opacity:1;
	top:0;
}


div#Main .bg_fuji2 {
	background:url(../images/bg_s04.jpg) no-repeat center bottom;
	background-size:100% auto;
	padding:79px 0 86px;
	z-index:1;
	position:relative;
}
div#Main .sec04 {
	width:1100px !important;
	display:block;
	position:relative;
	padding-top:45px;
    margin-bottom: 34px;
}
div#Main .sec04 .txt {
	background:url(../images/txt05.png) no-repeat right center;
    width: 423px;
    height: 305px;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 10;
}

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

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

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

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



div#Genchi {
	height:477px;
	background:url(../images/bg_genchi.jpg) repeat-x 0 0;
	position:relative;
}
div#Genchi p.lead {
    width: 100%;
	background:url(../images/txt08.png) no-repeat center 76px;
    height: 310px;
	text-indent:-9999px;
}




div#Stay {
	background:url(../images/bg_stay.jpg) repeat 0 0;
	position:relative;
}
div#Stay .stay_title {
	height:1281px;
	background:url(../images/main_stay.jpg) no-repeat center top;
}
div#Stay p.lead {
    width: 100%;
	background:url(../images/txt08.png) no-repeat center 76px;
    height: 310px;
	text-indent:-9999px;
}

div#Stay .timetable {
    margin: 54px auto 66px;
    width: 1000px;
    display: table;
}
div#Stay .timetable p.ph {
	display:table-cell;
	width:458px;
    vertical-align: top;
}
div#Stay .timetable .time_flow {
	display:table-cell;
	padding-left:58px;
    vertical-align: top;
}

div#Stay .timetable h3{
    color: #183c85;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}

div#Stay .timetable p {
	font-size: 16px;
}

div#Stay .timetable dl {
	width:100%;
	display:table;
    padding-bottom: 4px;
}
div#Stay .timetable dl dt {
	display: table-cell;
    text-align: right;
    color: #231916;
    width: 70px;
    font-size: 16px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	padding-right:12px;
}
div#Stay .timetable dl dd {
	display:table-cell;
	color:#231916;
    font-size: 16px;
    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;*/
    margin: 26px 0 0;
    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: 16px;
    width: 88px;
    padding: 6px 21px;
    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: 6px 21px;
    font-size: 16px;
    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 span {
    font-size: 14px;
}
div#Stay .timetable table tr td a {
	text-decoration:underline;
}
div#Stay .timetable table tr td ul li {
	font-size: 16px;
	line-height: 1.4;
	margin-left: 1em;
	text-indent: -1em;
}

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



div#Golf {
	margin-bottom:50px;
	background:url(../images/bg_golf.jpg) repeat 0 0;
	position:relative;
}
div#Golf .golf_title {
	height:1190px;
	background:url(../images/main_golf.jpg) no-repeat center top;
}
div#Golf p.lead {
    width: 100%;
	background:url(../images/txt06.png) no-repeat center 77px;
    height: 364px;
	text-indent:-9999px;
}

div#Golf .timetable {
    margin: 54px auto 66px;
    width: 1000px;
    display: table;
}
div#Golf .timetable p.ph {
	display:table-cell;
	width:458px;
    vertical-align: top;
}
div#Golf .timetable .time_flow {
	display:table-cell;
	padding-left:58px;
    vertical-align: top;
}

div#Golf .timetable h3{
    color: #183c85;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}

div#Golf .timetable dl {
	width:100%;
	display:table;
    padding-bottom: 4px;
}
div#Golf .timetable dl dt {
	display: table-cell;
    text-align: right;
    color: #231916;
    width: 70px;
    font-size: 16px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	padding-right:12px;
}
div#Golf .timetable dl dd {
	display:table-cell;
	color:#231916;
    font-size: 16px;
    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: 16px;
    width: 88px;
    padding: 6px 21px;
		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: 6px 21px;
    font-size: 16px;
    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 span {
    font-size: 14px;
}
div#Golf .timetable table tr td a {
	text-decoration:underline;
}

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


.tiny {
	padding:80px 0 68px 0;
	text-align: center;
}

.tiny a {
	transition: all 300ms 0s ease;
}

.tiny a:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
}


div#Access h2 {
	height:126px;
	text-indent:-9999px;
	background:url(../images/txt07.png) no-repeat center top;
}

div#Access ul {
	display:none;
}
div#Access #Mapbox {
    width: 100%;
    height:674px;
	margin-bottom:15px;
}
