/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
Override the default (display: inline) for
browsers that do not recognize HTML5 tags.
IE8 (and lower) requires a shiv:
http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
Makes browsers agree.
IE + Opera = font-weight: bold.
Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
For IE.
http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
For IE6 + IE7:
"display: list-item" keeps bullets from
disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
top: -0.5em;
}

svg {
/*
For IE9. Without, occasionally draws shapes
outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/* css begin */

body {
	color: #4e4e4e;
	text-align: center;
	max-width: 100%;
	background-color: #fff;
}
a {
  text-decoration: none;
  color: #3E4043;
}
.img-frame {
  min-width: 320px;
  max-width: 1260px; 
  margin: auto;
}
.clear {
	clear: both;
	margin: 0;
}
header .tel {
  display: none;
}
header .logo-mobile {
  display: none;
}
header .mobile-trigger {
  display: none;
}

.nav-bar {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  height: 90px;
  display: inline-block;
}
nav {
  margin: 20px auto;
}
nav a {
  padding: 20px;
  font-size: 21px;
  color: #3E4043;
  display: inline;
}
nav a:hover {
  color: #fabe31;
}
nav img {
  width: 15%;
}
nav a img:hover {
  transform: translateY(-6px);
  transition: transform 0.2s ease-in-out;
  box-shadow: 1px 1px 4px 2px #666;
}
main section {
  margin: 60px auto;
}
main h1,h2,h3,h4 {
  margin: 0.4em 0;
  color: #000;
  font-weight: 900;
  font-family: "Asap";
}
main h1 {
  color: #6d1dce;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 20px;
}
main h2 {
  text-align: center;
  font-size: 35px;
}
main h3 {
  text-align: center;
  font-size: 25px;
}
main h4 {
  text-align: justify;
  font: normal 18px "Droid Sans";
  color: #4e4e4e;
}

main .event .order-now {
  margin: 20px auto;
}

main .order-now {
  width: 4em;
  padding: 10px 20px;
  margin: 50px auto;
  border-radius: 20px;
  line-height: 1.5;
  font: normal 30px "Asap";
  background: #f8841d;
}
main .order-now a {
  color: white;
}
main a img:hover {
  transform: translateY(-6px);
  transition: transform 0.2s ease-in-out;
  box-shadow: 1px 1px 4px 2px #666;
}
.heading {
  margin-top: 0;
}
.heading .video {
	position: relative;
	padding-bottom: 56.01%; 
  max-width: 1600px;
}
.heading .video-frame {
  background-color: #000;
}

.heading .video iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
}

.heading .intr {
	width: 50%; 
	margin: 80px auto 50px auto;
}

.heading .intr .notice {
  border: 2px solid #6d1dce;
  padding: 20px;
  margin-top: 30px;
  width: 70%;
  font-size: 18px;
  color: #6d1dce;
}
.heading .intr h4 {
	padding: 20px 0 50px;
}

.heading .banner {
	background: url(../image/Skywalk-1-Narrow.jpg) repeat-x;
  background-position: 50% 50%;
  background-attachment: fixed;
  overflow: hidden;
}

.heading .banner h2 {
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	background-color: #000;
  margin: 0;
}

.heading .banner .img-frame {
  height: 200px;
}

.heading .small_img {
  max-width: 300px;
}

.event h2 {
  margin-bottom: 40px;
}
.event h3 {
  text-align: left;
}
.event .col-2{
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 15px;
}
.event .col-2 img {
  width: 100%;
}
.event .cowman-icon {
  width: 6.8%;
  margin-top: 40px;
}
.food .banner {
  position: relative;
  background: url(../image/S3_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center center; 
  height: 270px;
  vertical-align: middle;
}
.food .banner div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.food .banner h2 {
  width: 30%;
  padding: 10px 20px;
  background-color: white;
  opacity: 0.8;
  margin: 0 auto;
}
.food h4 {
  padding: 40px 10px 20px 10px;
  text-align: center;
}
.food .col-2 {
  display: inline-block;
  width: 31%;
  margin: 15px;
}
.food .col-2 img {
  width: 100%;
}
.hotel h3 {
  margin: 40px 0;
}
.hotel .cabin h3 {
  margin-top: 20px;
}
.hotel .col-3 {
  display: inline-block;
  width: 29.9%;
  margin: 15px;
  vertical-align: top;
}
.hotel .col-3 img {
  width: 100%;
}

.hotel .col-3 .more {
  text-align: left;
  padding-top: 30px;
}

.hotel .col-3 .more a {
  text-decoration: underline;
}

.souvenir h4 {
  text-align: center;
  margin: 20px 10px;
  font-size: 20px;
  font-weight: 600;
}
.souvenir .img-frame {
  margin: 30px auto;
}
.souvenir .img-frame img {
  width: 23%;
  margin: 10px 10px;
}
.plans .container {
  max-width: 1000px;
  text-align: left;
  padding: 0 10px;
}
.plans h4 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.plans ul {
  padding-left: 20px;
}

.plans li {
  list-style: outside;
  padding-bottom: 12px;
  font-size: 20px;
}

.plans .container a {
  text-decoration: underline;
}

/* footer */

footer .info {
  background-color: black;
}

footer h2 {
  text-align: left;
  font-size: 35px;
  color: #fff;
}
footer h3 {
  text-align: left;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  margin: 10px;
}
footer h4, footer h4 a {
  text-align: left;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin: 10px;
}
footer h4 a {
  margin: 0;
}
.info .map {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 47%;
}
.info .map img {
  width: 43%;
}
.info .contact {
  display: inline-block;
  width: 47%;
  text-align: left;
}
.scroll-to-top {
  display: block;
  width: 26px;
  height: 26px;
  margin: 40px auto 2px;
  border: 1px solid #E7F6FF;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}



/* media */


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

  .event .col-2{
    width: 47%;
  }
  .food .col-2{
    width: 33%;
  }
  .hotel .col-3 {
    width: 29.9%;
  }
  .souvenir .img-frame img {
    width: 20%;
  }
  .info .map img {
    width: 43%;
  }
}

@media only screen and (max-width:1200px) {
  .event .col-2{
    width: 45%;
  }
  .food .col-2{
    width: 44%;
  }
  .hotel .col-3 {
    width: 27%;
  }
  .info .map {
    width: 47%;
  }
  .info .contact {
    width: 45%;
  }
}

@media only screen and (max-width:1000px) {
  header {
    text-align: left;
  }

  header .tel {
    display: block;
    text-align: left;
    padding: 20px 0px 0 10px;
    margin-bottom: 10px;
    color: #fabe31;
    font: 18px sans-serif;
  }
  header .mobile-trigger {
    position: fixed;
    top:45px;
    display: inline-block;
    padding: 0 0 0 10px;
    width: 5%;
    font-size: 40px;
    color: #3695EB;
    box-sizing: border-box;
    text-align: left;
    z-index: 1;
  }
  header .logo-mobile {
    display: inline-block;
    margin-left: 80px;
  }
  header .logo-mobile img{
    width: 50%;
  }
  header .nav-bar {
    position: relative;
    text-align: left;
    height: auto;
  }
  header .hide {
    display: none;
  }
  header .show {
    top:100px;
    position: fixed;
    z-index: 1;
    display: block;
    background-color: #eee;
    padding: 10px 20px;
    width: 280px;
    margin: 0;
  }
  header .show a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    text-align: left;
  }
  nav .logo-pc img {
    display: none;
  }
  .heading .intr {
    width: 80%;
  }
  .heading .banner {
    background-attachment: initial;
  }
  .event .col-2{
    width: 96%;
  }
  .event .cowman-icon {
    width: 15%;
  }
  .food .banner {
    height: 250px;
  }
  .food .banner h2 {
    width: 50%;
  }
  .food .col-2{
    width: 96%;
  }
  .hotel .col-3 {
    width: 96%;
  }
  .hotel .cabin h3 {
    margin-bottom: 20px;
  }
  .souvenir .img-frame img {
    width: 96%;
  }
  .info .map {
    width: 96%;
  }
  .info .map img {
    width: 35%;
  }
  .info .contact {
    width: 96%
  }
}

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

	header .mobile-trigger {
		top: 60px;
	}
	.event .col-2 {
	    margin: 15px 0;
	}	
	.food .col-2 {
	    margin: 15px 0;
	}
	.food .banner {
		height: 270px;
		background-size: auto auto; 
	}
	.hotel .col-3 {
	    margin: 15px 0;
	}
	.event .cowman-icon {
		width: 20%;
	}
	.info .map img {
		width: 47%;
	}
}