
body{
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-top: 128px;
  background-color: #000;
  color: #fff;
  background: none;
  z-index: 1;
  overflow-y:auto;
}
body::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background:url(../img/top.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}

.section-full {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
  margin: 64px 20px;
  padding: 8px;
  line-height: 1.5em;
}
.section-inline {
  margin: 64px 20px;
  padding: 8px;
  line-height: 1.5em;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}


section > img{
  width: 100%;
  height: auto;
}

.std-table{
	width: 100%;
	text-align: center;
}

table {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

h1 {
  margin: 8px;
}

.image-comment{
  font-size: 12px;
}

/* パンくず */
.breadcrumb{
  padding: 0 20px;
  font-size: 12px;
  height: 14px;
  position: absolute;
  top: 114px;
  color: #fff;
  background-color: #000;
}



/* header */


header {
  position: absolute;
  top: 0;
  width: 100%;
}

#header-up {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  height: 64px;
  width: 100%;
  padding: 0 10px;
  z-index: 100;
}
#header-logo{
  height: 100%;
  position: relative;
}
#header-logo img{
  position: relative;
  max-width: 160px;
  height: auto;
  max-height: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10;
}
#header-up > div {
  height: 100%;
  position: relative;
}
#header-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: calc( 10px + 0.25vw );
}
#header-tel {
  font-size: calc( 10px + 1.5vw );
  display: block;
}

#header-low {
  background-color: #000;
  color: #fff;
  height: 64px;
  width: 100%;
  padding: 0 10px;
  z-index: 100;
}



nav{
  position: relative;
  text-align: right;
}
#nav-menu::before{
  content:"≡";
  color: #fff;
  display: inline-block;
  position: absolute;
  font-size: 40px;
  line-height: 64px;;
  height: 64px;
  right: 0;
  top: -64px;
}
#nav-menu {
  position:absolute;
  text-align:center;
  overflow: visible;
  height: 0;
  top:64px;
}
#nav-menu > li {
  display: inline-block;
  line-height: 64px;
  max-height: 0;
  min-width: 100px;
  overflow: hidden;
  text-align: center;
  transition: max-height 0.2s linear;
  background-color: #000;
  color: #fff;
}



/* footer */
footer {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background-color: #ebebeb;
  color: #000;

  width: 100%;
  z-index: 1;
}
#footer-wrap {
  font-size: calc( 10px + 0.5vw );
}
#footer-wrap > div {
  text-align: center;
}
#footer-wrap > div > div > div {
  margin: 8px 0;
}
#footer-wrap > div > div > div > img {
  display: none;
}
#footer-wrap > div > div > button {
  padding: 0;
  border: none;
  background: transparent;
}
#footer-wrap > div > div > button img {
  display: block;
  max-width: 180px;
}

#footer-wrap > .left {
}
#footer-wrap > .center {
  text-align: center;
}
#footer-wrap > .right {
}

#footer-wrap .sub-title {
  text-align: center;
  font-weight: bold;
  font-size: calc( 10px + 1vw );
}

#footer-menu a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer-links {
  font-size: 12px;
  color: rgba(0,0,0,0.5);
}




#asahi-golf-resort-wrap {
  margin: 8px 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#asahi-golf-resort-wrap > * {
  min-height: 0%;
}
#asahi-golf-resort {
  text-align: center;
}
#asahi-golf-resort > img {
  height: 100px;
  width: auto;
}
.golf-link {
  display: block;
  text-align: center;
  margin: 8px 0;
}
.golf-link > img {
  width: 80%;
  height: auto;
}


.img-grid img{
  max-width: calc(100% / 3);
  max-height: calc( 200px / 3 );
}


#e-reserve-form {
  width: 100%;
}

#game-table{
  display: none;
}
#course-data-table {
  display: none;
}

#course-yardage-table {
  display: none;
}


.sp-hidden{
  display: none;
}

.form-table {
  width: 100%;
  margin: 0;
}
