@charset "UTF-8";

/*----------------------------------
Reset Style
----------------------------------*/
blockquote,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

q:after,
q:before {
  content: " ";
}

abbr,
acronym {
  border: 0;
}

a {
  color: #001900;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 1;
}

dd img,
dt img,
li img {
  vertical-align: top;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
i,
menu,
nav,
section,
summary,
time {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  cursor: pointer;
  border-radius: 0;
  text-align: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
}

select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";

  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.5em;
  color: #313131;
  line-height: 1.825;

  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  body {
    position: relative;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  text-decoration: none;
  cursor: default;
}
@media only screen and (min-width: 1201px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href^="tel:"]:active img,
a[href^="tel:"]:focus img,
a[href^="tel:"]:hover img {
  opacity: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-wrapper {
  text-align: left;
  font-size: 1.8rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}

.l-wrap {
  width: 100%;
  max-width: 1240px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

section {
  position: relative;
}

/*==================================
Utility
==================================*/
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Background */
.u-bgWhite {
  background: #fff;
}

/* Text */
.u-strong {
  font-weight: 700;
}
.u-small {
  font-size: 90%;
}

/* Flex */
.u-flex {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .u-flex {
    display: block;
  }
}

/* Margin */
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt160 {
  margin-top: 160px;
}

.u-mb120 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 40px;
  }
  .u-mt100 {
    margin-top: 50px;
  }
  .u-mt120 {
    margin-top: 60px;
  }
  .u-mt160 {
    margin-top: 80px;
  }
  .u-mb120 {
    margin-bottom: 60px;
  }
}

/* Padding */
.u-pd120 {
  padding: 120px 0;
}
.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .u-pd120 {
    padding: 60px 0;
  }
  .u-pb120 {
    padding-bottom: 80px;
  }
}

/*==================================
Utility - Old
==================================*/
/* Flex */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex > figure,
.u-flex img {
  width: 100%;
}

.u-flex_fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex520 {
  max-width: 520px;
  margin-left: 120px;
}

.u-flex640 {
  max-width: 640px;
  margin-left: 120px;
}

.u-flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex_rev .u-flex520,
.u-flex_rev .u-flex640 {
  margin-left: 0;
  margin-right: 120px;
}

.u-flex_inr {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex > *:nth-child(n + 2) {
    margin-top: 20px;
  }
  .u-flex520,
  .u-flex640 {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  .u-flex_rev .u-flex520,
  .u-flex_rev .u-flex640 {
    margin-right: 0;
  }
}
/*----------------------------------
Reset Style - Old
----------------------------------*/
.l-wrap_w {
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sp_disp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sp_disp {
    display: block;
  }
}

.pc_disp {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .pc_disp {
    display: none;
  }
}

/*==================================
Header
==================================*/
header {
  display: none;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100px;
  box-shadow: 0 0px 10px #aaa;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .l-header {
    height: 60px;
    background: #199632;
  }
}

.l-header_inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.l-header_logo {
  width: 220px;
}
.l-header_logo a {
  display: block;
}
.l-header_logo img {
  width: 100%;
}
.l-header_utility {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}

.l-header_utility nav {
  width: 100%;
}
.l-header_utility_nav_item:not(:first-of-type) {
  margin-top: 40px;
}
.l-header_utility_nav_btn01 {
  display: block;
  color: #fff;
  background: #199632;
  padding: 20px 60px 20px 40px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 0.2em;
}

.icon-onsen:after,
.icon-golf:after,
.icon-villa:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.icon-onsen:after {
  content: url(/assets/images/onsenm.svg);
}

.icon-golf:after {
  content: url(/assets/images/golfm.svg);
}

.icon-villa:after {
  content: url(/assets/images/villam.svg);
}

.l-header_utility_reserve {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header_utility_reserve_num {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #313131;
}

.l-header_utility_sns {
  display: flex;
}
.l-header_utility_sns li:not(:first-of-type) {
  margin-left: 20px;
}
.l-header_utility_sns li > a {
  display: block;
  width: 40px;
}

.l-header_utility_copyright {
  margin-top: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .l-header_inr {
    padding: 0 20px;
  }
  .l-header_logo {
    width: 140px;
  }
  .l-header_logo img {
    content: url(/assets/images/logo_wh.svg);
  }
  .l-header_utility {
    min-height: calc(100vh - 60px);
    padding: 40px 20px;
    justify-content: center;
    flex-direction: column;
  }
  .l-header_utility_reserve {
    margin-top: 40px;
  }
  .l-header_utility_reserve_num {
    font-size: 3.6rem;
  }
  .l-header_utility_sns {
    margin-top: 40px;
  }

  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 20px;
    height: 40px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 40px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 8px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 80%;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 10px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 26px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #gloval-nav {
    overflow: scroll;
    margin-top: 60px;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
  }
  #gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
  }

  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
}

@media only screen and (min-width: 1201px) {
  #nav-toggle {
    display: none;
  }
  .l-header_utility nav,
  .l-header_utility_copyright {
    display: none;
  }
  .l-header_utility_reserve {
    display: flex;
    align-items: center;
  }
  .l-header_utility_reserve dd {
    margin-left: 20px;
  }
  .l-header_utility_sns {
    margin-left: 40px;
  }
}

/*==================================
footer
==================================*/
.l-footer {
  background: url(/assets/images/footer-bg.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

.l-footer_inr {
  max-width: 1240px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer_logo {
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .l-footer_logo {
    padding-top: 60px;
  }
}

.l-footer_logo > a {
  display: block;
  width: 320px;
  margin: 0 auto;
}

.l-footer_address {
  font-size: 16px;
  font-size: 1.6rem;
}

.l-footer_sns {
  display: flex;
  gap: 1em;
  margin-top: 20px;
  justify-content: center;
}
.l-footer_sns li a {
  display: inline-block;
}
.l-footer_sns li a img {
  width: 2em;
}

.l-footer_copyright {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

/* PageTopBtn */
#page_top,
#page_top a {
  width: 60px;
  height: 60px;
}

#page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #ffe100;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 5px #cfcfcf;
  box-shadow: 0 0px 5px #cfcfcf;
  color: #fff;
  font-size: 2.1rem;
  /* padding: 11px 5px; */
  text-align: center;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}

#page_top a:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: auto;
  text-align: center;
  width: 15px;
  height: 15px;
  border-top: 3px solid #001900;
  border-right: 3px solid #001900;
}

@media only screen and (max-width: 1024px) {
  #page_top,
  #page_top a {
    width: 50px;
    height: 50px;
  }
  #page_top {
    right: 20px;
    bottom: 20px;
  }
  #page_top a:before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #page_top {
    right: 10px;
    bottom: 75px;
  }
}

/* フッター固定ナビゲーション */
.l-bottom {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-bottom {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 20;
  }
  .l-bottom_nav {
    display: flex;
  }
  .l-bottom_nav li {
    width: calc(100% / 2);
    position: relative;
  }
  .l-bottom_nav li:nth-child(n + 2) {
    border-left: 1px solid #fff;
  }
  .l-bottom_nav a {
    display: block;
    background: #002a00;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 40px;
  }
  .icon-location:before,
  .icon-telmark:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .icon-location:before {
    background-image: url(/assets/images/icon-location.svg);
  }
  .icon-telmark:before {
    background-image: url(/assets/images/icon-telmark.svg);
  }
}

/*==================================
共通アイテム
==================================*/
.u-inr {
  padding: 120px 0;
}

.c-pageSec_ttl {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-pageSec_ttl h2 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.3em;
}

.c-pageSec_ttl h2::after {
  content: url(/assets/images/wave-b.svg);
  display: block;
  line-height: 0.5rem;
  margin-top: 0.5em;
}

.c-pageSec_ttl h2 img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 1em;
}

.c-pageSec_copy {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 80px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .u-inr {
    padding: 80px 0;
  }
  .c-pageSec_ttl {
    font-size: inherit;
    background-size: 90% auto;
  }
  .c-pageSec_ttl h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .c-pageSec_ttl h2::after {
    content: url(/assets/images/wave-bs.svg);
  }
  .c-pageSec_copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
}

.c-pageSec_ttl2 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.c-pageSec_ttl2 h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 800;
  color: #001900;
  margin: 0 auto;
  line-height: 1.3;
}

.c-pageSec_ttl2 h2 span {
  line-height: 0.9;
  display: inline-block;
  background: linear-gradient(to top, #ffe100 8px, transparent 8px);
}

@media only screen and (max-width: 599px) {
  .c-pageSec_ttl2 {
    font-size: inherit;
  }
  .c-pageSec_ttl2 h2 {
    font-size: 2.2rem;
  }
}

.villa::before {
  background-image: url(/assets/images/villay.svg);
}

.onsen::before {
  background-image: url(/assets/images/onseny.svg);
}

.golf::before {
  background-image: url(/assets/images/golfy.svg);
}

.c-linkBtn {
  margin: 80px auto 0;
  text-align: center;
}

.c-linkBtn a {
  background: #001900;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #001900)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(0%, #001900));
  background: linear-gradient(to right, #fff 0%, #001900 0%), linear-gradient(to left, #fff 0%, #001900 0%);
  border: 1px solid #001900;
  display: inline-block;
  padding: 1em;
  color: #fff;
  width: 100%;
  max-width: 240px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-linkBtn a:hover,
.c-linkBtn a:focus {
  color: #001900;
  border: 1px solid #001900;
  -webkit-box-shadow: inset -120px 0 0 0 #fff, inset 120px 0 0 0 #fff;
  box-shadow: inset -120px 0 0 0 #fff, inset 120px 0 0 0 #fff;
}

@media only screen and (max-width: 599px) {
  .c-linkBtn {
    margin: 40px auto 0;
  }
}

.open_btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .open_btn {
    display: block;
    width: 40px;
    height: 20px;
    margin: auto 0;
    position: relative;
  }
  .open_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #001900;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .open_btn span:nth-child(2) {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 75%;
  }
  .open .open_btn {
    text-align: center;
  }
  .open .open_btn span {
    width: 30px;
    background: #fff;
  }
  .open .open_btn span:nth-child(1) {
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .open .open_btn span:nth-child(2) {
    display: none;
  }
  .open .open_btn span:nth-child(3) {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}

.c-pageSec_img {
  border-radius: 40px;
  overflow: hidden;
  max-width: 640px;
}

.c-pageSec_img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .c-pageSec_img {
    border-radius: 20px;
  }
}
/* リスト（ファイル） */
.c-fileList {
  margin-top: 20px;
}
.c-fileList > li {
  position: relative;
}
.c-fileList > li:not(:first-of-type) {
  margin-top: 1em;
}
.c-fileList > li a {
  display: inline-block;
  padding-left: 30px;
}
.c-fileList > li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 25px;
  background-image: url(/assets/images/i_other.svg);
}
@media only screen and (min-width: 769px) {
  .c-fileList > li a:before {
    width: 24px;
    height: 28px;
  }
}

/*==================================
MV
==================================*/
.p-mainVisual {
  background-color: #199632;
  background: url(/assets/images/blue.svg) no-repeat top right/auto 50%, url(/assets/images/mv-bg.jpg);
  position: relative;

  margin-top: -80px;
}

.p-mainVisual::before {
  background: url(/assets/images/yellow.svg) no-repeat top left/90% auto, url(/assets/images/mv01.jpg) no-repeat top center/100% auto;
  content: "";
  height: 70%;
  max-height: 750px;
  -webkit-mask-image: url("/assets/images/mask-top.svg");
  mask-image: url("/assets/images/mask-top.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

.p-mainVisual::after {
  background: url(/assets/images/mv02.jpg) no-repeat top center/auto 70%;
  content: "";
  height: 80%;
  max-width: 600px;
  max-height: 1000px;
  -webkit-mask-image: url("/assets/images/mask-onsen.svg");
  mask-image: url("/assets/images/mask-onsen.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 30%;
  right: 0;
  width: 40%;
}

.c-mvNav_bg::before {
  background: url(/assets/images/mv03.jpg) no-repeat center/cover;
  content: "";
  height: 210%;
  max-width: 640px;
  -webkit-mask-image: url("/assets/images/mask-golf.svg");
  mask-image: url("/assets/images/mask-golf.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: -50%;
  left: 0;
  width: 40%;
}

@media only screen and (max-width: 1024px) {
  .p-mainVisual {
    background: url(/assets/images/blue.svg) no-repeat top right/35% auto, url(/assets/images/mv-bg.jpg);
    margin-top: -40px;
  }
  .p-mainVisual::after {
    background: url(/assets/images/mv02.jpg) no-repeat top right 30% / auto 70%;
    height: 50%;
    top: 50%;
  }
  .c-mvNav::before {
    background: url(/assets/images/mv03.jpg) no-repeat center/cover;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .p-mainVisual {
    margin-top: 0;
  }
  .p-mainVisual::before {
    background: url(/assets/images/yellow.svg) no-repeat top center/auto 100px, url(/assets/images/mv01.jpg) no-repeat top left 20% / cover;
    height: 70%;
    -webkit-mask-image: url("/assets/images/mask-topsp.svg");
    mask-image: url("/assets/images/mask-topsp.svg");
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 90%;
  }
}

.c-mvWrap::after {
  background: url(/assets/images/mv-item01.png) no-repeat center/contain;
  content: "";
  height: 200px;
  position: absolute;
  top: 10%;
  right: 0;
  width: 240px;
  z-index: 3;
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c-mvTtl::after {
  background: url(/assets/images/mv-item02.png) no-repeat center/contain;
  content: "";
  height: 140px;
  position: absolute;
  top: 40%;
  right: 0;
  width: 100px;
  z-index: 3;
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.c-mvWrap::before {
  background: url(/assets/images/mv-item03.png) no-repeat center/contain;
  content: "";
  height: 180px;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 180px;
  z-index: 3;
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.c-mvTtl::before {
  background: url(/assets/images/mv-item04.png) no-repeat center/contain;
  content: "";
  height: 140px;
  position: absolute;
  top: 50%;
  left: -30%;
  width: 100px;
  z-index: 3;
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.c-mvNav_bg::after {
  background: url(/assets/images/mv-navitem.png) no-repeat center/contain;
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  left: 40%;
  width: 100px;
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media only screen and (max-width: 1400px) {
  .c-mvNav_bg::after {
    top: -30%;
    left: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mvWrap::after {
    height: 80px;
    top: 20%;
    right: 0;
    width: 96px;
  }
  .c-mvTtl::after {
    height: 50px;
    top: 50%;
    right: -10%;
    width: 30px;
  }
  .c-mvWrap::before {
    height: 74px;
    top: 10%;
    left: 0;
    width: 74px;
  }
  .c-mvTtl::before {
    height: 70px;
    top: 90%;
    left: -20%;
    width: 30px;
  }
  .c-mvNav_bg::after {
    height: 78px;
    top: -40%;
    left: 55%;
    width: 78px;
  }
}

.c-mvWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 1080px;
  text-shadow: 0 0 5px #0006;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  .c-mvWrap {
    height: 100vh;
    min-height: 620px;
    max-height: 800px;
  }
}

.c-mvTtl {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
  position: relative;
}

.c-mvLogo {
  display: block;
  height: 50%;
  max-width: 700px;
  max-height: 660px;
  margin: 0 auto;
  width: 60%;
  -webkit-animation: bounceIn 0.9s forwards;
  animation: bounceIn 0.9s forwards;
}

@media only screen and (max-width: 1024px) {
  .c-mvTtl {
    font-size: 20px;
    font-size: 2rem;
    width: 75%;
  }
  .c-mvLogo {
    display: block;
    height: 50%;
    width: 90%;
  }
}

.c-mvNav_bg {
  background: url(/assets/images/plate.svg) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: url(/assets/images/plate.svg) no-repeat top center/100% auto, linear-gradient(to bottom, transparent 70%, #fff 70%);
  height: 280px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .c-mvNav_bg {
    background: url(/assets/images/plate.svg) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
    background: url(/assets/images/plate.svg) no-repeat top center/100% auto, linear-gradient(to bottom, transparent 50%, #fff 50%);
  }
}

@media only screen and (max-width: 1024px) {
  .c-mvNav_bg {
    height: 140px;
  }
}
.c-mvNav {
  /* background: url(/assets/images/plate.svg) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: url(/assets/images/plate.svg) no-repeat top center/100% auto, linear-gradient(to bottom, transparent 70%, #fff 70%); */
  height: 280px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 4;
}

/* @media only screen and (max-width: 1200px) {
  .c-mvNav {
    background: url(/assets/images/plate.svg) no-repeat top center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
    background: url(/assets/images/plate.svg) no-repeat top center/100% auto, linear-gradient(to bottom, transparent 50%, #fff 50%);
  }
} */

@media only screen and (max-width: 1024px) {
  .c-mvNav {
    height: 140px;
  }
}

.c-mvNav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

@media only screen and (max-width: 1024px) {
  .c-mvNav_item {
    display: none;
  }
}

.c-mvNav_item li {
  padding: 0 40px;
  position: relative;
}

.c-mvNav_item li:nth-of-type(2)::before {
  background: #001900;
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 48px);
  left: -2px;
  width: 4px;
  position: absolute;
}

.c-mvNav_item li > a {
  color: #313131;
  display: inline-block;
}

.c-mvNav_item li > a:hover {
  animation: expansion 0.3s ease 0s;
}
@keyframes expansion {
  50% {
    transform: scale(1.1);
  }
}

.c-mvNav_link {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.c-mvNav_link span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}

.c-mvNav_link::before {
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}

.c-mvNav_link.onsen::before {
  background: url(/assets/images/onsen-icon.svg) no-repeat center/contain;
}

.c-mvNav_link.golf::before {
  background: url(/assets/images/golf-icon.svg) no-repeat center/contain;
}

/*==================================
about
==================================*/
.c-about_inr {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .c-about_inr {
    padding: 60px 0;
  }
}

.c-about_wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .c-about_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 0;
  }
}

.c-about_wrap figure {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media only screen and (max-width: 1024px) {
  .c-about_wrap figure {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }
}

.c-about_ttl {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .c-about_ttl {
    width: 100%;
  }
}

.c-about_ttl div {
  background: url(/assets/images/about-item.png) no-repeat top right/contain;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-about_ttl div {
    background: url(/assets/images/about-item.png) no-repeat top right/auto 60%;
    padding-top: 50px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .c-about_img {
    margin-top: 40px;
  }
}

/*==================================
topics
==================================*/
.c-topics {
  background-color: #ffffe1;
}

.c-topics_ttl {
  background: url(/assets/images/topics-item.png) no-repeat top center/contain;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-topics_ttl {
    background-size: 90% auto;
  }
}

.c-topicNav {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 80px auto 0;
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .c-topicNav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 60px;
  }
}

.c-topicNav_item::before {
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  vertical-align: middle;
  width: 40px;
}

@media only screen and (max-width: 599px) {
  .c-topicNav_item::before {
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-topicNav_item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.c-topicList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

@media only screen and (max-width: 599px) {
  .c-topicList {
    margin-top: 80px;
  }
}

.c-topicList_item {
  position: relative;
  width: calc(100% / 3 - 40px);
}

@media only screen and (max-width: 1024px) {
  .c-topicList_item {
    width: 100%;
  }
  .c-topicList_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.c-topicList_item a {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .u-flexList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .u-flexList > * {
    width: 48%;
  }
}

.c-contImg {
  border-radius: 20px;
  overflow: hidden;
}

.c-contImg::before {
  background-size: contain;
  content: "";
  height: 80px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 80px;
  z-index: 1;
}

.c-contImg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .c-contImg::before {
    height: 40px;
    top: -10px;
    left: 5px;
    width: 40px;
  }
}

.c-topicList_item_head {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 40px;
}

@media only screen and (max-width: 599px) {
  .c-topicList_item_head {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin-top: 10px;
  }
}

.c-topicList_item_body {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-topicList_item_body {
    margin-top: 0;
  }
}

.c-label {
  background: #199632;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 20px;
}

@media only screen and (max-width: 599px) {
  .c-label {
    margin-left: 0;
    padding: 0 10px;
  }
}

/*==================================
RECOMMEND
==================================*/
.c-recommend {
  background: url(/assets/images/recomm-bg.svg) no-repeat top center/contain, -webkit-gradient(linear, left top, left bottom, color-stop(8%, #ffffe1), color-stop(8%, transparent));
  background: url(/assets/images/recomm-bg.svg) no-repeat top center/contain, linear-gradient(to bottom, #ffffe1 8%, transparent 8%);
}

.c-recommend_ttl {
  background: url(/assets/images/recomm-item.png) no-repeat center/contain;
  padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .c-recommend_ttl {
    background-position-y: top;
    background-size: 90% auto;
    padding-top: 40px;
  }
}

.c-recommendList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 80px;
}

.c-recommendList_item {
  position: relative;
  width: calc(100% / 3 - 40px);
}

@media only screen and (max-width: 1024px) {
  .c-recommendList_item {
    width: 100%;
  }
  .c-recommendList_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.c-recommendList_item a {
  display: block;
  width: 100%;
}

.c-recommendList_item_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .c-recommendList_item_ttl {
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {
  .c-recommendList_item_ttl {
    font-size: 1.8rem;
    /*margin-top: 60px;*/
    margin-top: 0;
  }
}

.c-recommendList_item_ttl span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  height: 1em;
  margin-top: -50px;
  margin-bottom: 40px;
  position: relative;
  z-index: inherit;
}

@media only screen and (max-width: 1024px) {
  .c-recommendList_item_ttl span {
    font-size: 4.2rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-recommendList_item_ttl span img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

/*==================================
features
==================================*/
.c-features_bg {
  background: url(/assets/images/feature-bg.svg) no-repeat top -1px center/contain, url(/assets/images/feature-bg02.jpg) no-repeat top center/cover;
  background-attachment: local, fixed;
  padding-top: 120px;
  padding-bottom: 50vh;
}

@media only screen and (max-width: 1024px) {
  .c-features_bg {
    padding-bottom: 30vh;
  }
}

.c-features_ttl::before {
  background: url(/assets/images/features-item1.png) no-repeat top center/contain;
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  top: -120%;
  left: 70%;
  width: 250px;
}

@media only screen and (max-width: 1024px) {
  .c-features_ttl::before {
    height: 90px;
    top: -150%;
    right: 60%;
    width: 150px;
  }
}

.c-features_ttl::after {
  background: url(/assets/images/features-item2.png) no-repeat top center/contain;
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  top: -130%;
  right: 70%;
  width: 250px;
}

@media only screen and (max-width: 1024px) {
  .c-features_ttl::after {
    height: 90px;
    top: -150%;
    right: 60%;
    width: 150px;
  }
}

.p-featuresItem_body {
  margin-top: calc(-50vh + 120px);
}

@media only screen and (max-width: 1024px) {
  .p-featuresItem_body {
    margin-top: calc(-30vh + 80px);
  }
}

.c-featuresList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-features_ttl {
  color: #fff;
  position: relative;
  text-align: center;
}

.c-features_ttl h2 {
  -webkit-text-stroke: #fff 1px;
  text-shadow: #ffe100 4px 4px 0;
}

.c-features_ttl h2::after {
  content: url(/assets/images/wave-w.svg);
}

@media only screen and (max-width: 1024px) {
  .c-features_ttl h2::after {
    content: url(/assets/images/wave-ws.svg);
  }
}

.c-featuresList_item {
  width: calc(100% / 2 - 60px);
}

@media only screen and (max-width: 1024px) {
  .c-featuresList_item {
    padding-bottom: 40px;
    width: 100%;
  }
}

.c-featuresList_item_ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-featuresList_item_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.c-featuresList_item_ttl::after {
  content: url(/assets/images/wave-s.svg);
  display: block;
  line-height: 0.9;
}

@media only screen and (max-width: 1024px) {
  .c-featuresList_item_ttl::after {
    content: url(/assets/images/wave-sp.svg);
  }
}

.c-featuresList_item_txt {
  margin-top: 40px;
}

/*==================================
news
==================================*/
.c-news_wrap {
  background: #ffe100;
  border-radius: 40px;
  padding: 90px 120px 120px;
}

@media only screen and (max-width: 1024px) {
  .c-news_wrap {
    padding: 60px 32px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .c-news_wrap {
    padding: 30px 20px;
  }
}

.c-news_ttl {
  background: url(/assets/images/news-item.png) no-repeat top center/contain;
  padding: 40px 0;
}

.c-news_ttl h2 span {
  background: linear-gradient(to top, #199632 8px, transparent 8px);
}

.c-newsItem {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .c-newsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-newsItem::before {
  background: #001900;
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: calc(50% - 2px);
  position: absolute;
  width: 4px;
}

@media only screen and (max-width: 1200px) {
  .c-newsItem::before {
    content: none;
  }
}

.p-newsItem_body {
  width: calc(100% / 2 - 80px);
}

@media only screen and (max-width: 1200px) {
  .p-newsItem_body {
    padding: 30px 0;
    width: 100%;
  }
  .p-newsItem_body:nth-of-type(1) {
    padding-bottom: 50px;
  }
  .p-newsItem_body:nth-of-type(2) {
    padding-top: 50px;
    border-top: 2px solid #313131;
  }
}

.c-newsItem_ttl {
  text-align: center;
}

.c-newsItem_ttl::before {
  content: "";
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 62px;
}

@media only screen and (max-width: 1200px) {
  .c-newsItem_ttl::before {
    height: 40px;
    width: 42px;
  }
}

.p-newsItem_body .onsen::before {
  background: url(/assets/images/onsen-icon.svg) no-repeat center/contain;
}

.p-newsItem_body .golf::before {
  background: url(/assets/images/golf-icon.svg) no-repeat center/contain;
}

.c-newsItem_ttl h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .c-newsItem_ttl h3 {
    font-size: 2.4rem;
  }
}

.c-newsItem_ttl p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.c-newsList_item_head {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .c-newsList_item_head {
    font-size: 1.2rem;
  }
}

.c-newsList_item_body {
  font-weight: 600;
  margin-top: 10px;
}

.c-newsList_item_body > a:hover {
  text-decoration: underline;
}

.c-newsBtn {
  margin-left: auto;
  text-align: right;
}

.c-newsBtn a {
  border-bottom: 2px solid #001900;
  font-weight: 600;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  text-align: left;
  width: 160px;
}

@media only screen and (max-width: 1024px) {
  .c-newsBtn a {
    border-bottom: 1px solid #001900;
  }
}

.c-newsBtn a::after {
  border-top: 2px solid #001900;
  border-right: 2px solid #001900;
  content: "";
  display: inline-block;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-newsBtn a:hover:after {
  -webkit-transform: translate(1.5em, -50%) rotate(45deg);
  transform: translate(1.5em, -50%) rotate(45deg);
}

.c-newsBtn p {
  text-align: left;
}

/*==================================
others
==================================*/
.c-others .u-inr {
  padding: 60px 0;
}

.c-others {
  background: linear-gradient(to bottom, transparent 300px, #ffffe1 300px), url(/assets/images/access-bg.svg) no-repeat top right/contain;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .c-others {
    background: linear-gradient(to bottom, transparent 120px, #ffffe1 120px), url(/assets/images/access-bg.svg) no-repeat top right/contain;
  }
}

.c-others_ttl {
  background: url(/assets/images/others-item.png) no-repeat top right/contain;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .c-others_ttl {
    background-size: auto 50%;
    padding-top: 60px;
  }
}

.c-others_item {
  padding-bottom: 40px;
  justify-content: space-between;
}

.c-others_item:nth-of-type(n + 2) {
  padding-top: 40px;
  border-top: 3px dashed #199632;
}

.c-others_item > * {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 1024px) {
  .c-others_item > * {
    width: 100%;
  }
}

.c-others_item_Img {
  text-align: center;
}

.c-others_item_Img img {
  border-radius: 20px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 440px;
}
@media only screen and (max-width: 1024px) {
  .c-others_item_Img img {
    width: auto;
  }
}

.c-others_item_ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-others_item_ttl {
    font-size: 2.4rem;
  }
}
.c-others_item_fb {
  height: 32px;
  width: 32px;
  display: inline-block;
}

.c-others_item_fb img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-others_item_txt .c-newsBtn {
  -moz-text-align-last: left;
  text-align-last: left;
  margin-left: 0;
}

.c-others_item_txt .c-newsBtn a {
  width: 260px;
}

.c-others_item_detail dl {
  display: flex;
}

.c-others_item_detail dl dt {
  position: relative;
  white-space: no-wrap;
  width: 12rem;
}

.c-others_item_detail dl dt::after {
  content: "／";
  display: inline-block;
  right: 0;
  position: absolute;
}

.c-others_item_detail dl dd {
  width: calc(100% - 12rem);
}

/*==================================
access
==================================*/

@media only screen and (max-width: 1024px) {
  .c-access .u-inr {
    padding-top: 0;
  }
}

.c-access_ttl {
  background: url(/assets/images/access-item.png) no-repeat top right/contain;
  margin-top: 120px;
}

@media only screen and (max-width: 1024px) {
  .c-access_ttl {
    background-size: auto 50%;
    margin-top: 0;
    padding-top: 60px;
  }
}

.c-access_txt::after {
  -webkit-animation: swing 3s infinite;
  animation: swing 3s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: url(/assets/images/access-item2.png) no-repeat top right/contain;
  content: "";
  display: inline-block;
  height: 120px;
  margin-top: 20px;
  width: 200px;
}

@media only screen and (max-width: 1024px) {
  .c-access_txt::after {
    height: 80px;
    width: 120px;
  }
}

.map {
  width: calc(100% / 2 - 60px);
}

.map iframe {
  border-radius: 40px;
  max-height: 760px;
}

@media only screen and (max-width: 1024px) {
  .map {
    border-radius: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .map iframe {
    min-height: 350px;
  }
}

.c-access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .c-access_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}

.c-access_list dt {
  position: relative;
  white-space: no-wrap;
  width: 13rem;
}

@media only screen and (max-width: 1024px) {
  .c-access_list dt {
    width: 10rem;
  }
}

.c-access_list dt::after {
  content: "／";
  display: inline-block;
  right: 0;
  position: absolute;
}

.u-txt_s {
  font-size: 14px;
  font-size: 1.4rem;
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes swing {
  10% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  5% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation: bounce 0.9s forwards;
  animation: bounce 0.9s forwards;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}


/* 231107追記 */
.c-featuresList_item a img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.c-featuresList_item_ttl a {
  text-decoration: underline;
}

.c-featuresList_item_ttl a:hover {
  text-decoration: none;
  color: #199632;
}