@charset "UTF-8";
@import url("global.css");
#mainvisual .img {
  background: url(../golfcamp/img/main.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

#bodyarea {
  padding-bottom: 80px; }

.intro {
  padding-bottom: 30px; }
  .intro .wrapper {
    text-align: center; }
  .intro .sub {
    font-size: 24px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 5px; }
  .intro h2 {
    font-size: 40px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    margin-bottom: 25px; }
  .intro .text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7; }

.present {
  height: 520px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px; }
  .present::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../golfcamp/img/img.jpg) center center;
    background-size: cover; }
  .present .wrapper {
    position: relative;
    height: 520px; }
    .present .wrapper .box {
      position: absolute;
      right: 0;
      bottom: 60px;
      padding: 40px;
      z-index: 100;
      background-color: #fff;
      box-sizing: border-box;
      width: 470px; }
      .present .wrapper .box h3 {
        font-size: 28px;
        font-weight: bolder;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.4;
        margin-bottom: 15px;
        color: #492523; }
      .present .wrapper .box ul li {
        margin-top: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-indent: -1.1em;
        padding-left: 1.1em;
        color: #492523; }

.list ul {
  margin-top: 0px; }
  .list ul li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd; }
    .list ul li:first-child {
      margin-top: 20px;
      border-top: none; }
    .list ul li a {
      display: block; }
      .list ul li a:hover .image {
        opacity: 0.8; }
      .list ul li a:hover h4 {
        color: #492523; }
    .list ul li .image {
      float: left;
      width: 300px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
    .list ul li .txt {
      margin-left: 340px; }
      .list ul li .txt .category {
        display: inline-block;
        background-color: #492523;
        padding: 3px 15px;
        font-size: 14px;
        color: #fff;
        border-radius: 3px; }
      .list ul li .txt .day {
        display: inline-block;
        font-size: 18px;
        margin-left: 15px;
        vertical-align: bottom; }
      .list ul li .txt .end {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #d20000;
        margin-left: 15px; }
      .list ul li .txt h4 {
        font-size: 28px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.4; }
      .list ul li .txt .text {
        font-size: 16px; }

/********* entry *********/
.entry .title {
  text-align: center; }
  .entry .title h2 {
    font-size: 32px;
    font-weight: bolder;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4; }
  .entry .title .date {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px; }
  .entry .title .category {
    display: inline-block;
    background-color: #492523;
    padding: 3px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px; }

.entry .image_box {
  background-color: #eee;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px; }
  .entry .image_box .image {
    max-width: 800px;
    margin: 0 auto; }

.entry .body_box {
  margin: 60px auto 0;
  max-width: 1000px; }
  .entry .body_box.wrapper {
    text-align: center; }
  .entry .body_box h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 70px;
    color: #492523;
    position: relative; }
    .entry .body_box h3::after {
      content: "";
      position: absolute;
      width: 70px;
      height: 2px;
      background-color: #492523;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: 0 auto; }
  .entry .body_box .txt {
    margin-bottom: 40px;
    text-align: left; }
    .entry .body_box .txt p {
      margin-top: 10px; }
  .entry .body_box .map {
    width: 48%;
    height: 300px;
    float: left; }
    .entry .body_box .map iframe {
      width: 100%;
      height: 100%; }
  .entry .body_box .about {
    width: 48%;
    float: right;
    text-align: left; }
    .entry .body_box .about dl {
      padding: 15px 10px;
      border-bottom: 1px solid #eee;
      font-size: 16px; }
      .entry .body_box .about dl:first-child {
        border-top: 1px solid #eee; }
      .entry .body_box .about dl dt {
        width: 130px;
        float: left;
        font-weight: 700; }
      .entry .body_box .about dl dd {
        margin-left: 140px; }

.entry .price {
  margin-top: 40px; }
  .entry .price table {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto 0; }
    .entry .price table thead tr {
      background-color: #eee; }
    .entry .price table tr {
      background-color: #fff; }
      .entry .price table tr th, .entry .price table tr td {
        font-size: 16px;
        font-weight: 700;
        padding: 10px 20px; }
      .entry .price table tr:nth-child(2n) {
        background-color: #f3f3f3; }
      .entry .price table tr.last {
        color: #492523;
        font-weight: 800; }

.entry #form {
  margin-top: 80px; }
  .entry #form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 70px;
    color: #492523;
    position: relative;
    text-align: center; }
    .entry #form h3::after {
      content: "";
      position: absolute;
      width: 70px;
      height: 2px;
      background-color: #492523;
      left: 0;
      right: 0;
      bottom: -20px;
      margin: 0 auto; }
  .entry #form .box {
    text-align: center;
    margin-bottom: 40px; }
    .entry #form .box .center {
      display: inline-block;
      background-color: #f1e7e6;
      border: 1px solid #eee;
      padding: 15px 100px;
      font-size: 16px;
      font-weight: 700; }

table.inputform th {
  width: 25%; }

form#mailformpro label.mfp_checked {
  white-space: normal; }

.back {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  font-size: 16px;
  text-align: center; }
  .back a {
    display: block;
    padding: 10px 0; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #mainvisual .img {
    background-attachment: inherit; }

  .intro {
    padding-bottom: 10px; }
    .intro .sub {
      font-size: 20px; }
    .intro h2 {
      font-size: 32px; }
    .intro .text {
      font-size: 15px; }

  .present {
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px; }
    .present::before {
      content: "";
      width: 100%;
      height: 280px; }
    .present .wrapper {
      height: auto; }
      .present .wrapper .box {
        bottom: 0px;
        padding: 0px;
        width: 100%;
        position: relative;
        margin-top: 320px; }
        .present .wrapper .box h3 {
          font-size: 28px;
          text-align: center;
          color: #333; }
        .present .wrapper .box ul li {
          font-size: 18px;
          color: #333; }
          .present .wrapper .box ul li br {
            display: none; }

  .list ul li {
    margin-top: 30px; }
    .list ul li:first-child {
      margin-top: 20px;
      border-top: none; }
    .list ul li .image {
      width: 240px; }
    .list ul li .txt {
      margin-left: 280px; }
      .list ul li .txt .category {
        padding: 3px 15px; }
      .list ul li .txt h4 {
        font-size: 22px; }
      .list ul li .txt .text {
        font-size: 15px; }

  /********* entry *********/
  .entry .title h2 {
    font-size: 32px; }
  .entry .title .date {
    font-size: 16px; }

  .entry .image_box {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px; }
    .entry .image_box .image {
      max-width: 700px; }

  .entry .body_box {
    margin: 50px 10px 0;
    max-width: 100%;
    width: auto; }
    .entry .body_box h3 {
      font-size: 24px;
      margin-bottom: 60px; }
      .entry .body_box h3::after {
        content: "";
        width: 50px; }
    .entry .body_box .map {
      width: 40%;
      height: 280px; }
    .entry .body_box .about {
      width: 56%; }
      .entry .body_box .about dl {
        padding: 15px 10px;
        font-size: 15px; }
        .entry .body_box .about dl dt {
          width: 120px; }
        .entry .body_box .about dl dd {
          margin-left: 130px; }

  .entry .price {
    margin-top: 40px; }
    .entry .price table {
      width: auto;
      max-width: 100%;
      margin: 0px 10px 0; }
      .entry .price table tr th, .entry .price table tr td {
        font-size: 15px;
        padding: 10px 15px; }
      .entry .price table tr th:nth-child(1) {
        width: 120px; }
      .entry .price table tr td:nth-child(2) {
        width: 90px; }

  .entry #form {
    margin-top: 70px; }
    .entry #form h3 {
      font-size: 24px;
      margin-bottom: 60px; }
      .entry #form h3::after {
        content: "";
        width: 50px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea {
    padding-bottom: 50px; }

  .intro .sub {
    font-size: 18px; }
    .intro .sub span {
      display: block; }
  .intro h2 {
    font-size: 28px; }
    .intro h2 span {
      display: block; }
  .intro .text {
    font-size: 15px;
    text-align: left; }
    .intro .text br {
      display: none; }

  .present {
    margin-top: 40px;
    margin-bottom: 40px; }
    .present::before {
      content: "";
      height: 160px; }
    .present .wrapper .box {
      bottom: 0px;
      padding: 0 0px;
      margin-top: 190px; }
      .present .wrapper .box h3 {
        font-size: 20px; }
      .present .wrapper .box ul li {
        font-size: 16px; }

  .list ul li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd; }
    .list ul li:first-child {
      border-top: none;
      padding-top: 0; }
    .list ul li .image {
      width: 100%;
      max-width: 340px;
      margin: 0 auto 20px;
      float: none; }
    .list ul li .txt {
      margin-left: 0; }
      .list ul li .txt .category {
        padding: 3px 15px; }
      .list ul li .txt h4 {
        font-size: 18px;
        margin-bottom: 10px; }
      .list ul li .txt .text {
        font-size: 15px; }

  /********* entry *********/
  .entry .title h2 {
    font-size: 22px; }
  .entry .title .date {
    font-size: 14px; }

  .entry .image_box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px; }
    .entry .image_box .image {
      max-width: 700px; }

  .entry .body_box {
    margin: 40px 10px 0; }
    .entry .body_box h3 {
      font-size: 20px;
      margin-bottom: 50px; }
      .entry .body_box h3::after {
        content: "";
        width: 40px; }
    .entry .body_box .map {
      width: 100%;
      height: 280px;
      float: none;
      margin-bottom: 30px; }
    .entry .body_box .about {
      width: 100%;
      float: none; }
      .entry .body_box .about dl {
        padding: 12px 10px;
        font-size: 14px; }
        .entry .body_box .about dl dt {
          width: 110px; }
        .entry .body_box .about dl dd {
          margin-left: 120px; }

  .entry .price {
    margin-top: 40px; }
    .entry .price table {
      width: 100%;
      max-width: inherit;
      margin: 0px -10px;
      display: block; }
      .entry .price table thead {
        display: block;
        float: left;
        overflow-x: scroll;
        font-size: 14px;
        margin-top: -2px; }
      .entry .price table tbody {
        display: block;
        width: auto;
        overflow-x: auto;
        white-space: nowrap; }
        .entry .price table tbody tr {
          display: inline-block;
          margin: 0 -3px; }
      .entry .price table tr th {
        display: block;
        width: auto;
        font-size: 14px; }
      .entry .price table tr td {
        display: block;
        font-size: 14px; }
      .entry .price table tr th:nth-child(1) {
        width: inherit; }
      .entry .price table tr td:nth-child(2) {
        width: inherit; }

  .entry #form {
    margin-top: 60px; }
    .entry #form h3 {
      font-size: 20px;
      margin-bottom: 50px; }
      .entry #form h3::after {
        content: "";
        width: 40px; }
    .entry #form .box .center {
      padding: 15px 10px;
      font-size: 15px;
      width: 100%;
      box-sizing: border-box; }

  table.inputform th {
    width: auto; } }
