@charset "utf-8";
/* ==========================================================

========================================================== */
img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .none_sp_inline {
    display: none;
  }
  .flex {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  body > #wrap > #container > [id^="main"] {
    width: 1180px;
  }
  [id^="main"] > .breadcrumbs > ul.siteroute {
    display: block;
    float: none;
    width: 956px;
    margin: 14px auto 6px;
    font-size: 15px;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
  [id^="main"] > .breadcrumbs > ul.siteroute::-webkit-scrollbar {
    height: 4px; /* スクロールバーの高さを調整 */
  }
  [id^="main"] > .breadcrumbs > ul.siteroute::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2); /* スクロールバーの色を調整 */
    border-radius: 3px; /* スクロールバーの角を丸くする */
  }
  [id^="main"] > .breadcrumbs > ul.siteroute:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4); /* スクロールバーの色を調整 */
  }
  [id^="main"] > .breadcrumbs > ul.siteroute > li {
    display: inline;
    float: none;
  }
  [id^="main"] > .breadcrumbs > ul.siteroute > li:first-child {
    padding-left: 0;
  }
  body > #wrap > #container > [id^="main"] #mainbox {
    width: 956px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
}

.travel_link {
  margin: 3em auto 3em;
  background-color: #fbf0f4;
  box-sizing: border-box;
}
@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;
}

/* 温泉バナー*/
.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;
}
.banners_travel_onsen dt span:nth-of-type(3) {
  margin: 0 0.6em;
}
.banners_travel_onsen dt span:not(:nth-of-type(3)) {
  padding: 0 0.2rem;
}
.banners_travel_onsen dt span img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .banners_travel_onsen dt span img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banners_travel_onsen dt span img {
    width: 30px;
  }
}
.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;
  }
}
.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;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3rem;
  bottom: 1.5rem;
  background: #2196F3;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
#page_top.appear {
  opacity: 0.6;
  pointer-events: auto;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: .8rem;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*#page_top:hover {
  opacity: 0.85;
}*/
@media screen and (max-width: 767px) {
  #page_top {
    display: none;
  }
}