@charset "UTF-8";
.entry-content a.nohref,
.entry-content a.nohref:hover,
.entry-content a.nohref:active,
.entry-content a.nohref:link {
  color: inherit;
}

.banners {
  margin: 3em auto 3em;
}
.banners ul {
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .banners ul {
    width: 910px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .banners ul {
    width: 92%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .banners li {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .banners li {
    width: 100%;
  }
  .banners li:not(:last-of-type) {
    margin-bottom: 1.7em;
  }
}
.banners a:hover {
  opacity: 0.8;
}

.banners_golfset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .banners_golfset {
    width: 917px;
    margin: 3em auto;
  }
}
@media screen and (max-width: 767px) {
  .banners_golfset {
    width: 92%;
    margin: 2em auto;
  }
}
@media screen and (min-width: 768px) {
  .banners_golfset li {
    width: 447px;
  }
  .banners_golfset li:nth-of-type(1), .banners_golfset li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .banners_golfset li:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.banners_golfset div {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banners_golfset div {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .banners_golfset div {
    margin-top: 0.4em;
    font-size: 88.24%;
  }
}

/* 温泉バナー*/
.banners_travel_onsen {
  margin: 2.5rem auto 3rem;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen {
    width: 880px;
  }
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen {
    width: 92%;
  }
}
.banners_travel_onsen dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0.8rem;
  background-color: #008000;
}
.banners_travel_onsen dt span {
  display: block;
  font-size: 112%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dt span br {
    display: none;
  }
}
.banners_travel_onsen dt span:nth-of-type(2) {
  margin: 0 1.6em;
}
.banners_travel_onsen dt span:nth-of-type(3), .banners_travel_onsen dt span:nth-of-type(4), .banners_travel_onsen dt span:nth-of-type(5) {
  margin: 0 0.3em;
}
.banners_travel_onsen dt span img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dt span.gl_icon img {
    width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dt span.tr_icon img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen dt .gl_icon,
  .banners_travel_onsen dt .tr_icon {
    display: none;
  }
}
.banners_travel_onsen dd {
  background-color: #F9F9E1;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dd {
    padding: 1rem 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen dd {
    padding: 1rem 1.2rem 2rem;
  }
}
.banners_travel_onsen dd p {
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dd p {
    width: 740px;
    font-size: 94%;
  }
}
.banners_travel_onsen ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen ul {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen li {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.banners_travel_onsen li:nth-child(1) {
  border: 1px solid #00527b;
  background-color: #deecdc;
}
.banners_travel_onsen li:nth-child(1) a:after {
  background-image: url("/app/themes/homemate-golf/assets/images/travel/img-arrow-green.png");
}
.banners_travel_onsen li:nth-child(2) {
  border: 1px solid #ff0080;
  background-color: #fdf2f5;
}
.banners_travel_onsen li:nth-child(2) a:after {
  background-image: url("/app/themes/homemate-golf/assets/images/travel/img-arrow-pink.png");
}
.banners_travel_onsen li:nth-child(3) {
  border: 1px solid #f37107;
  background-color: #fff1eb;
}
.banners_travel_onsen li:nth-child(3) a:after {
  background-image: url("/app/themes/homemate-golf/assets/images/travel/img-arrow-orange.png");
}
.banners_travel_onsen li figcaption {
  font-size: 82%;
  display: block;
  color: #000;
  text-align: justify;
  padding: 0.6rem;
}
.banners_travel_onsen a {
  display: block;
  position: relative;
}
.banners_travel_onsen a:hover {
  opacity: 0.8;
}
.banners_travel_onsen a:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.travel_link {
  margin: 3em auto 3em;
  background-color: #fbf0f4;
}
@media screen and (min-width: 768px) {
  .travel_link {
    width: 880px;
    padding: 1.2em 2em;
  }
}
@media screen and (max-width: 767px) {
  .travel_link {
    width: 100%;
    padding: 3.4vw 4vw;
  }
}
.travel_link ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .travel_link ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .travel_link ul {
    flex-direction: column;
  }
}
.travel_link ul li:first-of-type {
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .travel_link ul li:first-of-type {
    width: 55.7%;
  }
}
@media screen and (max-width: 767px) {
  .travel_link ul li:first-of-type {
    width: 100%;
  }
}
.travel_link ul li:first-of-type p {
  font-size: 95%;
}
.travel_link ul li:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.travel_link ul li:last-of-type .img_travel {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .travel_link ul li:last-of-type .img_travel {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .travel_link ul li:last-of-type .img_travel {
    width: 100%;
    margin: 1.5em 0;
  }
}
.travel_link ul li:last-of-type a {
  color: #fff;
  font-weight: bold;
  background-color: #bf2b62;
  padding: 0.9em 2.4em 0.9em 1em;
  border-radius: 0.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .travel_link ul li:last-of-type a {
    margin-bottom: 1em;
  }
}
.travel_link ul li:last-of-type a:hover {
  opacity: 0.8;
}
.travel_link ul li:last-of-type a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0.9em;
}
.travel_link .travel_link_title {
  font-size: 110%;
  color: #236909;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .travel_link .travel_link_title {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .travel_link .travel_link_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.travel_link .travel_link_title span {
  font-size: 91%;
}
.travel_link .travel_link_title img {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .travel_link .travel_link_title img {
    width: 220px;
    margin-left: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .travel_link .travel_link_title img {
    display: block;
    width: 70vw;
    margin-top: 0.4em;
  }
}

.banner3 {
  margin: 3em auto 2em;
}
.banner3 ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .banner3 ul {
    width: 812px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .banner3 ul {
    width: 92%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .banner3 ul li {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .banner3 ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.banner3 a:hover {
  opacity: 0.8;
}

.banner2 ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .banner2 ul {
    width: 950px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .banner2 ul {
    width: 92%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .banner2 ul li {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .banner2 ul li {
    width: 100%;
  }
}
.banner2 ul figcaption {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .banner2 ul figcaption {
    padding: 0 0.9em;
    font-size: 88%;
  }
}
@media screen and (max-width: 767px) {
  .banner2 ul figcaption {
    padding: 0 0;
    font-size: 92%;
  }
  .banner2 ul figcaption:first-of-type {
    margin-bottom: 1.7em;
  }
}
.banner2 a:hover {
  opacity: 0.8;
}

footer > .footmenu {
  margin-bottom: 40px;
}
