@charset "UTF-8";
.keyvisual {
  position: relative;
  overflow: hidden;
}
.keyvisual .overflow_wrapper {
  position: relative;
  background: #231b05;
  height: 320px;
}
.keyvisual .overflow_wrapper:after {
  content: "";
  background: #fff;
  width: 200px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -100px;
  transform: skew(-8deg);
}
.keyvisual h1 {
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
  color: #FFF;
  width: 55%;
}
.keyvisual h1 .big {
  display: block;
  margin-bottom: 20px;
  /* color: #fff; */
  line-height: 1.4;
  font-size: 40px;
}
.keyvisual h1 .small {
  display: block;
  /* color: #fff; */
  font-size: 32px;
  line-height: 1.3;
}
.keyvisual .image {
  position: absolute;
  z-index: 2;
  width: 50%;
  top: -5px;
  right: -5%;
  transform: skew(-8deg);
  overflow: hidden;
}
.keyvisual .image img {
  position: relative;
  left: -5%;
  width: 105%;
  transform: skew(8deg);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
  .keyvisual .overflow_wrapper {
    height: 400px;
  }
  .keyvisual h1 {
    z-index: 10;
    position: relative;
    padding-top: 30px;
    text-shadow: 0px 0px 3px #76161B;
  }
  .keyvisual .image {
    height: 100%;
  }
}
/* ~sp */
@media screen and (max-width: 767px) {
  .keyvisual .overflow_wrapper {
    margin-top: 20px;
    width: 110%;
    height: 270px;
  }
  .keyvisual .overflow_wrapper:after {
    width: 110px;
    transform: skew(-20deg);
  }
  .keyvisual h1 {
    padding: 190px 0;
    width: 89%;
    /* text-shadow: none; */
    /* color: #333; */
    text-shadow: 0px 0px 10px #201d3b;
    text-align: left;
  }
  .keyvisual h1 .big {
    font-size: 20px;
    margin-bottom: 1.4rem;
  }
  .keyvisual h1 .small {
    font-size: 18px;
  }
  .keyvisual .image {
    width: 120%;
    top: -40px;
    height: 200px;
    transform: skew(-20deg);
    right: -10%;
  }
  .keyvisual .image img {
    height: 200px;
  }
}
/*#intro*/
#intro {
  padding: 3rem 0;
}
#intro .inner {
  display: flex;
  flex-wrap: wrap;
}
#intro h2 {
  width: 100%;
}
#intro .message_img {
  order: 2;
  width: 200px;
}
@media (max-width: 550px) {
  #intro .message_img {
    order: 1;
  }
}
#intro .text {
  width: calc(100% - 300px);
}
@media (max-width: 550px) {
  #intro .text {
    width: 100%;
    order: 2;
  }
}

.text_block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.text_block .lefty {
  float: left;
}
.text_block .righty {
  float: right;
}
.text_block .image {
  min-width: 320px;
  width: 35%;
}
.text_block .image img {
  width: 100%;
  height: auto;
}
.text_block .image .caption {
  padding-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.text_block .image .caption .small {
  font-size: 16px;
  margin-right: 10px;
}
.text_block .text {
  max-width: 58%;
  width: 100%;
}
.text_block .text h2 {
  font-size: 2.6rem;
  line-height: 130%;
  margin-bottom: 30px;
}
.text_block .text p {
  margin-bottom: 20px;
  /* font-size: 16px; */
}

/*.inline_buttons{*/
.inline_buttons {
  margin-top: 30px;
  text-align: center;
}
.inline_buttons a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
  min-width: 256px;
  max-width: 260px;
  width: calc(50% - 20px);
  padding: 15px 0;
  background: #333;
  transition: 0.3s;
}
.inline_buttons a.color2 {
  background: #006035;
}
.inline_buttons a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.inline_buttons a span {
  font-size: 16px;
  color: #fff;
}

/* hover */
@media screen and (min-width: 1024px) {
  .inline_buttons a:hover {
    opacity: 0.7;
  }
}
/* ~ipad pro */
@media screen and (max-width: 1024px) {
  #intro {
    padding-bottom: 40px;
  }
  .text_block .lefty {
    min-width: auto;
  }
}
/* ~sp */
@media screen and (max-width: 767px) {
  #intro {
    padding: 50px 0 10px;
  }
  .text_block .image {
    width: 100%;
    float: none;
  }
  .text_block .image img {
    width: 80%;
    display: block;
    margin: 0 auto 0px;
  }
  .text_block .image .caption {
    margin-bottom: 10px;
  }
  .text_block .text {
    max-width: -webkit-fill-available;
  }
  .text_block .text h2 {
    margin-bottom: 20px;
  }
}
/* ~sp sizeL */
/*#service{*/
#service {
  padding-bottom: 70px;
  padding-top: 70px;
  background: url(../img/bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#service h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
#service .logo_presentation {
  background-image: url(/img/golfback2.png);
  background-repeat: no-repeat;
  background-position: 110% bottom;
  background-size: 650px;
  padding-bottom: 2rem;
}
#service .logo_presentation:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
#service .logo_presentation .lefty {
  float: left;
}
#service .logo_presentation .righty {
  float: right;
}
#service .logo_presentation .image {
  width: 22%;
}
#service .logo_presentation .image img {
  max-width: 100%;
  height: auto;
}
#service .logo_presentation .content {
  width: 68%;
}
#service .logo_presentation .content .logo_block {
  margin-bottom: 42px;
}
#service .logo_presentation .content .logo_block .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#service .logo_presentation .content .logo_block .catch {
  display: inline-block;
  font-size: 36px;
  color: #005377;
  line-height: 1.4;
  margin-bottom: 3rem;
  font-weight: bold;
}
#service .logo_presentation .content .box {
  padding: 30px 0px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#service .logo_presentation .content .box ul {
  margin-left: 2rem;
}

@media all and (-ms-high-contrast: none) {
  #service .logo_presentation .content .box {
    padding: 30px 42px 26px;
  }
}
/* ~ipad pro */
@media screen and (max-width: 1024px) {
  #service {
    padding-top: 40px;
  }
}
/* ~sp */
@media screen and (max-width: 767px) {
  #service {
    padding: 40px 0;
  }
  #service .logo_presentation {
    background-size: 250px;
    background-position: 145px 10px;
  }
  #service .logo_presentation .image {
    width: 30%;
    margin: 0 auto 0;
    float: none;
  }
  #service .logo_presentation .content {
    width: 100%;
    float: none;
  }
  #service .logo_presentation .content .logo_block {
    margin-bottom: 20px;
    width: 80%;
  }
  #service .logo_presentation .content .logo_block .catch {
    font-size: 18px;
    letter-spacing: -0.5px;
    color: #005377;
    margin-top: 2.2rem;
    margin-bottom: 2rem;
  }
  #service .logo_presentation .content .box {
    margin-bottom: 30px;
  }
  #service .logo_presentation .content .box ul {
    margin-left: 0;
  }
}
.mission {
  background: linear-gradient(#9b7e5c 0%, #323129 100%);
  padding: 4rem 0;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.mission h3 {
  text-align: center;
  font-size: 30px;
  color: rgb(212, 187, 96);
  font-weight: 500;
  margin-bottom: 3rem;
}

.tokucyo {
  width: 80%;
  padding: 2rem 4rem;
  text-align: center;
  font-size: 24px;
  background-color: #F0EFEC;
  border: solid 1px #B5B09F;
  color: #661A1D;
  box-sizing: border-box;
  margin: 60px auto;
}
.tokucyo h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  border-bottom: solid 1px #707070;
}
.tokucyo p {
  margin-bottom: 10px;
}

.osusume_bg {
  background: linear-gradient(#2c2020 0%, #4a4141 52.99%, #2c2020 100%);
  margin-top: 70px;
  padding-bottom: 5rem;
}
.osusume_bg h3 {
  color: #C3A56C;
  font-size: 32px;
  text-align: center;
  padding-top: 3rem;
  font-weight: 500;
}
.osusume_bg p {
  text-align: center;
  color: #C3A56C;
  font-size: 20px;
  padding-bottom: 3rem;
}

.osusume_area {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.osusume_area li {
  background-color: #210500;
  text-align: center;
  margin: 15px 0;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  border: solid 1px #D1B967;
}

.osu-1 {
  width: 47%;
  padding: 20px 0;
}

.osu-2 {
  width: 100%;
  padding: 15px 0;
}

.osupan {
  font-size: 28px;
  color: #D1B967;
}

.about-title {
  color: #fff;
  width: 970px;
  text-align: center;
  border-radius: 24px;
  padding: 0.1rem;
  font-size: 24px;
  font-weight: 500;
  margin: 80px auto 15px;
  background: linear-gradient(#6a5c4c 0%, #170600 100%);
  border: 2px solid #846a30;
}

.haitou-1 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.haitou-2 {
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px;
}

.haitou-list {
  display: flex;
  width: 1080px;
  flex-wrap: wrap;
  margin: 10px auto;
  justify-content: space-between;
}

.haitou-box {
  width: 330px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.haitou-box img {
  width: 100%;
  height: auto;
}

.news_area {
  width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  box-sizing: border-box;
  background-color: #e8e0d9;
  border: #BA976B solid 2px;
}
.news_area h3 {
  width: 30%;
  background-color: #BA976B;
  text-align: center;
  color: #ffffff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 120%;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.news_area h3 span {
  display: block;
  font-family: inherit;
  font-family: poppins, source-han-sans-japanese, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 60%;
}
.news_area dl {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem;
  box-sizing: border-box;
}
.news_area dt {
  width: 20%;
  padding: 1rem;
  border-bottom: 1px solid #BA976B;
  box-sizing: border-box;
}
.news_area dd {
  width: 80%;
  padding: 1rem;
  text-decoration: underline;
  border-bottom: 1px solid #BA976B;
  box-sizing: border-box;
}
.news_area dd a {
  text-decoration: underline;
}

@media (max-width: 815px) {
  .news_area {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .news_area {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .news_area h3 {
    width: 100%;
    line-height: 1.3;
    padding: 0.7rem 0;
    font-size: 20px;
  }
}
@media (max-width: 815px) {
  .news_area dl {
    width: 68%;
    margin-left: 2%;
  }
}
@media (max-width: 550px) {
  .news_area dl {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 1rem;
  }
}
@media (max-width: 815px) {
  .news_area dt {
    width: 30%;
  }
}
@media (max-width: 550px) {
  .news_area dt {
    width: 30%;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
@media (max-width: 815px) {
  .news_area dd {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .news_area dd {
    width: 70%;
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
@media (max-width: 550px) {
  .mission {
    padding: 2rem 0;
    color: #fff;
  }
  .mission h3 {
    font-size: 22px;
  }
  .tokucyo {
    width: 94%;
    padding: 2rem;
    text-align: center;
    font-size: 20px;
    background-color: #F0EFEC;
    border: solid 1px #B5B09F;
    color: #661A1D;
    box-sizing: border-box;
    margin: 40px auto;
  }
  .tokucyo h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .tokucyo p {
    margin-bottom: 10px;
  }
  .osusume_bg {
    margin-top: 45px;
    padding-bottom: 2rem;
  }
  .osusume_bg h3 {
    font-size: 18px;
    text-align: center;
    padding-top: 2rem;
    font-weight: 500;
  }
  .osusume_bg p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 2rem;
  }
  .osusume_area {
    width: 94%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .osusume_area li {
    text-align: center;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 17px;
  }
  .osu-1 {
    width: 44%;
    padding: 20px 5px;
  }
  .osu-2 {
    width: 100%;
    padding: 15px 0;
  }
  .osupan {
    font-size: 20px;
  }
  .about-title {
    width: 94%;
    text-align: center;
    border-radius: 24px;
    padding: 0.1rem;
    font-size: 20px;
    font-weight: 500;
    margin: 40px auto 15px;
  }
  .haitou-1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .haitou-2 {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .haitou-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px auto;
    justify-content: space-between;
  }
  .haitou-box {
    width: 95%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  #intro h2 {
    font-size: 20px;
  }
}
.edit-area.type01 {
  padding-top: 40px;
  padding-bottom: 70px;
}
.edit-area.type02 {
  background-color: #F8F8F8;
  padding: 70px 0;
}
.edit-area.type03 {
  padding: 70px 0;
}
.edit-area.type04 {
  padding: 70px 0 110px;
}
.edit-area.type01 h2, .edit-area.type02 h2, .edit-area.type03 h2, .edit-area.type04 h2 {
  margin-bottom: 30px;
}

.box_block {
  padding: 30px 0;
  background: #fff;
}
.box_block ul {
  display: table;
  margin: 0 auto;
}
.box_block ul li {
  font-size: 1.6rem;
  line-height: 160%;
  /*font-weight: bold;*/
}

@media all and (-ms-high-contrast: none) {
  .box_block {
    padding: 30px 0 26px;
  }
}
/*table*/
.table01 {
  width: 100%;
}
.table01 th,
.table01 td {
  padding: 10px 0;
  padding-left: 20px;
  border-bottom: 1px solid #a0a0a0;
  text-align: left;
}
.table01 th {
  width: 147px;
  font-size: 1.4rem;
  font-weight: bold;
}
.table01 td {
  font-size: 1.6rem;
}
.table01 th.year {
  position: relative;
  width: 90px;
  padding-left: 0;
  border-bottom: none;
  font-size: 1.6rem;
  vertical-align: top;
}
.table01 th.year:after {
  content: "";
  display: block;
  background: #76161B;
  width: 1px;
  height: calc(100% - 36px);
  position: absolute;
  left: 20px;
  top: 43px;
}
.table01 td.month {
  width: 60px;
}

/* ~sp */
@media screen and (max-width: 767px) {
  .table01 th {
    width: 24%;
  }
}
/* ~sp */
@media screen and (max-width: 767px) {
  .table01 th.year {
    width: 60px;
  }
}
/* ~sp */
@media screen and (max-width: 767px) {
  .table01 td.month {
    width: 40px;
  }
}
/*table*/
.map iframe {
  width: 100%;
  height: 480px;
}
.map .links {
  padding-top: 12px;
  font-size: 1.4rem;
}
.map .links a {
  position: relative;
  float: right;
  padding-right: 12px;
}
.map .links a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

.hbtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #005377;
}
@media (max-width: 550px) {
  .hbtitle {
    margin-bottom: 2rem;
    font-size: 24px;
  }
}

.hbmain {
  border-top: 1px solid #115377;
  border-bottom: 1px solid #115377;
  margin-bottom: 3rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 550px) {
  .hbmain {
    display: block;
    padding: 0;
  }
}

.hbmain p {
  font-size: 24px;
  padding-top: 2rem;
  color: #005377;
}
@media (max-width: 550px) {
  .hbmain p {
    font-size: 20px;
    text-align: center;
    padding-top: 1rem;
  }
}

.hbmain h4 {
  font-weight: normal;
  font-size: 60px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #181b1c;
  line-height: 1;
}

.hbmain span {
  font-size: 24px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.message_img {
  float: right;
  margin-left: 40px;
}

@media (max-width: 550px) {
  .message_img {
    float: none;
    margin: 1rem auto;
  }
  .message_img img {
    width: 240px;
    display: block;
    margin: 1rem auto;
  }
  .hbtitle {
    font-size: 18px;
    line-height: 1.4;
  }
  .hbmain h4 {
    font-size: 30px;
  }
  .his-title {
    font-size: 20px;
  }
  .edit-area.type03 {
    padding-bottom: 0;
  }
}
.mission-hd {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 550px) {
  .mission-hd {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
}

header, footer {
  background-image: url(/img/bgg.webp);
  background-size: 1200px;
}

.tp-topic {
  display: flex;
}
@media (max-width: 550px) {
  .tp-topic {
    display: block;
  }
}
.tp-topic h3 {
  font-size: 30px;
  display: flex;
  align-items: center;
  width: 35%;
  text-align: center;
}
@media (max-width: 550px) {
  .tp-topic h3 {
    width: 100%;
    font-size: 22px;
    display: block;
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.tp-topic p {
  width: 58%;
  padding: 2%;
}
@media (max-width: 550px) {
  .tp-topic p {
    width: 100%;
  }
}

.tp-topic2 {
  display: flex;
  align-items: flex-start;
}
.tp-topic2 img {
  max-width: 450px;
  margin-left: 3rem;
}
@media (max-width: 550px) {
  .tp-topic2 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 80%;
    order: 1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 550px) {
  .tp-topic2 div {
    order: 2;
  }
}
@media (max-width: 550px) {
  .tp-topic2 {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=index.css.map */