
body{
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding-top: 128px;
  background-color: #000;
  color: #fff;
  background: url(../img/top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment:fixed;             /* 背景画像を固定する */
  z-index: 1;
  overflow-y:auto;
}


.section-full {
  margin: 64px;
  padding: 8px;
  line-height: 1.5em;
  width: calc( 100% - 128px );
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}
.section-inline {
  margin: 64px;
  padding: 8px;
  line-height: 1.5em;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  overflow: hidden;
}

.std-table{
	width: 600px;
	text-align: center;
  color: #000 !important;
}

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

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 {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  height: 64px;
  width: 100%;
  padding: 0 10px;
  z-index: 100;
}
#header-logo img{
  width: auto ;
  max-height: 64px;
  z-index:10;
}

#header-up > div {
  height: 100%;
  position: relative;
}

#header-contact {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: calc( 10px + 0.25vw );
}
#header-tel {
  display: inline-block;
  padding: 8px;
  font-size: calc( 10px + 2vw );
}

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

#nav-menu > li {
  display: inline-block;
  line-height: 64px;
  height: 64px;
  min-width: 100px;
  text-align: center;
}
#nav-menu > li > a {
  height: 100%;
  width: 100%;
}

#nav-menu {
  height: 64px;;
  text-align: right;
}
#nav-menu > li > a::after {
  content: "\203A";
  /*position: relative;
  top: 5px;
  left: 5px;*/
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  /*width: 20px;
  height: 20px;
  transform: rotate(90deg);*/

}
#nav-menu > li:hover {
  background-color: #948a52;
}



/* footer */
footer {
  position: absolute;
  top: 100%;
  background-color: #ebebeb;
  color: #000;
  width: 100%;
  padding: 20px 10px;
  z-index: 1;
}
#footer-wrap {
  display: flex;
  justify-content: space-around;
  font-size: calc( 10px + 1vw );
}
#footer-wrap > div {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#footer-wrap > div > div {
  max-height: 100%;
}
#footer-wrap > div > * {
  min-height: 0%;
}
#footer-wrap > div > div > div {
  margin: 16px 0;
}
#footer-wrap > div > div > div > img {
  max-width: 100%;
}
#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 {
  width: 35%;
  text-align: center;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}
#footer-wrap > .right {
}

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

#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 {
  display: flex;
  justify-content: space-around;
}
#asahi-golf-resort-wrap > * {
  min-height: 0%;
}
#asahi-golf-resort > img {
  height: 100px;
  width: auto;
}
.golf-link {
  display: block;
  width: 15%;
  position: relative;
}
.golf-link > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}


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



#e-reserve-form {
  width: 680px;
  table-layout: fixed;
}

.pc-hidden{
  display: none;
}

.form-table {
  min-width: 600px;
  margin: 0;
}
