@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: #3c64a0;
  text-decoration: underline;
}

a:link {
  text-decoration: underline;
}

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;
}

/*==================================
icomoon
==================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?rjtmg8");
  src: url("fonts/icomoon.eot?rjtmg8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?rjtmg8") format("truetype"), url("fonts/icomoon.woff?rjtmg8") format("woff"), url("fonts/icomoon.svg?rjtmg8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e912";
}
.icon-ball:before {
  content: "\e900";
}
.icon-camp:before {
  content: "\e901";
}
.icon-club:before {
  content: "\e902";
}
.icon-cutlery:before {
  content: "\e903";
}
.icon-hole:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e906";
}
.icon-onsen:before {
  content: "\e907";
}
.icon-star:before {
  content: "\e908";
}
.icon-tee:before {
  content: "\e909";
}
.icon-telmark:before {
  content: "\e90a";
}
.icon-display:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-instagram:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e911";
}
.icon-circle-left:before {
  content: "\e90d";
}
.icon-circle-right:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-pin:before {
  content: "\e90c";
}

/*==================================
HTML
==================================*/
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;
  line-height: 1.625;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";

  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #313131;
  letter-spacing: 0.25em;

  -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;
}

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

.l-wrapper {
  text-align: left;
  font-size: 1.8rem;
  overflow: hidden;
}
@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;
}

.l-wrap2 {
  width: 100%;
  max-width: 1800px; /* メインカラム幅+40px*/
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l-wrap2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

section {
  position: relative;
}

/* パンくず */
.c-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  padding: 40px 20px 0;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #989898;

  position: relative;
}
.c-breadCrumb:before {
  content: "\e905";
  color: #313131;
  margin-right: 0.5em;
  font-size: 125%;

  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-breadCrumb > li {
  margin-right: 5px;
}
.c-breadCrumb > li:not(:first-child):before {
  content: "\ff1e";
  margin-right: 5px;
}
.c-breadCrumb > li:first-child > span {
  color: #313131;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .c-breadCrumb {
    width: 100%;
    padding-top: 20px;
  }
  .c-breadCrumb {
    font-size: 1.2rem;
  }
}

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

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

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

/* Line */
.u-line {
  margin: 0;
  height: 1px;
  border: none;
  background-color: #197d4b;
  opacity: 0.5;
}

/* Color */
.u-green {
  color: #197d4b;
}
.u-white {
  color: #fff;
}

/* Text */
.u-strong {
  font-weight: 700;
}
.u-small {
  font-size: 90%;
}
.u-smaller {
  font-size: 50%;
}
.u-sup {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

/* 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-pt120 {
  padding-top: 120px;
}
.u-pb120 {
  padding-bottom: 120px;
}

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

/*==================================
Header
==================================*/
.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 60px;
  box-shadow: 0 0px 10px #aaa;
  white-space: nowrap;
  z-index: 100;
}
.l-header_inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.l-header_logo {
  flex-shrink: 0;
}
.l-header_logo a {
  display: block;
  width: 290px;
}
.l-header_utility_nav_item {
  font-weight: 500;
}
.l-header_utility_nav_item > a {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .l-header {
    height: 100px;
  }
  .l-header_inr {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 60px;
  }
  .l-header_utility {
    display: flex;
    align-items: center;
    margin-left: 60px;
  }
  .l-header_utility_nav_item {
    display: inline-block;
  }
  .l-header_utility_nav_item:not(:first-of-type) {
    margin-left: 2em;
    padding-left: 2em;
    border-left: 2px solid #313131;
    margin-right: -0.5em;
  }
  .l-header_utility_nav_item > a {
    color: #313131;
    display: block;
    position: relative;
  }
  .l-header_utility_nav_item > a .border {
    background: #197d4b;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: -8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.1s, height 0.1s;
    transition: width 0.1s, height 0.1s;
    width: 0;
  }
  .l-header_utility_nav_item > a:hover .border {
    height: 2px;
    width: 40px;
  }
  .l-header_utility_nav_item > a .text {
    display: block;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  #nav-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header {
    display: block;
  }
  .l-header_logo a {
    width: 260px;
  }
  .l-header_utility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #197d4b;
    min-height: calc(100vh - 60px);
    padding: 40px 20px;
  }
  .l-header_utility nav {
    width: 100%;
    margin: 0 auto;
  }
  .l-header_utility_nav {
    color: #fff;

    display: flex;
    flex-wrap: wrap;
  }
  .l-header_utility_nav > li {
    position: relative;
    padding-left: 1em;
  }
  .l-header_utility_nav > li:before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
  }
  .l-header_utility_nav_item {
    font-size: 2.2rem;

    width: 50%;
  }
  .l-header_utility_nav_item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .l-header_utility_nav_item > a {
    display: inline-block;
    color: #fff;
  }

  #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: #197d4b;
    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;
  }
}

/* Utility - Additional items */
.l-header_utility_btn {
  display: flex;
  margin-left: 2em;
}
.l-header_utility_btn li:not(:first-of-type) {
  margin-left: 20px;
}
.l-header_utility_btn a {
  text-decoration: none;
}
.l-header_utility_btn_contact {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_btn {
    flex-direction: column;
    margin-left: 0;
    margin-top: 40px;
  }
  .l-header_utility_btn_contact {
    display: block;
  }
  .l-header_utility_btn li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* header green-button */
.c-btn02 {
  display: block;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  padding: 6px 2em;
  text-decoration: none;
  letter-spacing: 0.2em;
  background: #197d4b;
  min-width: 180px;
  text-align: center;
}
.c-btn02.c-btn02__deepGreen {
  background: #194b19;
}

.l-header_utility_sns {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .c-btn02 {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 20px;
    background: none !important;
  }
}

/* header SNS */
.l-header_utility_sns {
  display: none;
}
.l-header_utility_sns li:not(:first-of-type) {
  margin-left: 20px;
}

.l-header_utility_sns a {
  text-decoration: none;
  color: #197d4b;
  font-size: 2.8rem;

  padding: 10px;
  background: #fff;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_sns {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
}

/* header Copyright */
.l-header_utility_copyright {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .l-header_utility_copyright {
    display: block;

    margin-top: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
}

/*==================================
Side(Header)
==================================*/
.l-side {
  position: fixed;
  height: 100vh;
  width: 80px;
  background: #fff;
  z-index: 1;
}
.l-side_inr {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-side_copyright {
  writing-mode: vertical-rl;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.l-side_snsList {
  position: absolute;
  bottom: 0;
  margin: 40px auto;
}
.l-side_snsList li:not(:first-of-type) {
  margin-top: 20px;
}
.l-side_snsList li > a {
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  background: #197d4b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .l-side {
    display: none;
  }
}

/*==================================
RESERVATION
==================================*/
.p-reservation_bg {
  background: url(/assets/images/bg01.jpg) no-repeat center/cover;
}

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

.p-reservation_headBox {
  padding: 0 160px;
  position: relative;
}
.p-reservation_headBox:after {
  content: url(/assets/images/ill-man05.svg);
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: inline-block;
  width: 120px;
}

@media only screen and (max-width: 768px) {
  .p-reservation_headBox {
    padding: 0;
  }
  .p-reservation_headBox:after {
    top: 40%;
    right: 0;
    width: 80px;
  }
}

/* Related Link */
.p-relatedList {
  display: flex;
  justify-content: center;
  padding: 30px 80px;
  position: relative;
}
.p-relatedList:before {
  content: url(/assets/images/ill-woman02.svg);
  position: absolute;
  bottom: 30px;
  left: 0;
  display: inline-block;
  width: 100px;
}
.p-relatedList_item {
  max-width: 300px;
  padding: 0 20px;
}
.p-relatedList_item:not(:first-of-type) {
  margin-left: 40px;
}
.p-relatedList_item > a {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .p-relatedList {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .p-relatedList:before {
    /* width: 80px; */
    display: none;
  }
  .p-relatedList_item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
}

/*==================================
Footer
==================================*/
.l-footer {
  background: #197d4b;
  color: #fff;
  padding: 120px 0;
  position: relative;
}
.l-footer_inr {
  max-width: 1240px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer_col2 {
  display: flex;
}

.l-footer_col2Box {
  flex: 1;
}
.l-footer_col2Box.sp-none {
  border-right: 2px solid #fff;
}

.l-footer_menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}

.l-footer_nav li:not(:first-of-type),
.l-footer_nav2 li:not(:first-of-type),
.l-footer_btn li:not(:first-of-type) {
  margin-top: 30px;
}
.l-footer_nav li:before,
.l-footer_nav2 li:before {
  content: "\30fb";
  margin-right: 0.5em;
}
.l-footer_nav li > a,
.l-footer_nav2 li > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.l-footer_nav li > a:hover,
.l-footer_nav2 li > a:hover {
  text-decoration: underline;
}

.l-footer_utility {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

.l-footer_btn li {
  min-width: 260px;
}

.l-footer_info {
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
.l-footer_info:before {
  content: url(/assets/images/ill-man02.svg);
  position: absolute;
  bottom: 5px;
  right: 0;
  display: inline-block;
  width: 110px;
}

.l-footer_logo a {
  display: block;
}

.l-footer_add .l-footer_add_pin {
  color: #fff;
  text-decoration: none;
  margin-left: 0.5em;
  font-size: 110%;
}

.l-footer_tel {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 20px;
}
.l-footer_tel > a {
  color: #fff;
  margin-left: 0.2em;
}

.l-footer_time {
  margin-top: 20px;
}
.l-footer_time li:not(:first-of-type) {
  margin-top: 10px;
}

.l-footer_copyright {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .sp-none {
    display: none;
  }
  .l-footer_info:before {
    width: 10vw;
    min-width: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 0;
    margin-bottom: 56px; /* 固定ナビ用 */
  }
  .l-footer_info {
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.1em;
  }
  .l-footer_tel {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* SPフッター固定ナビゲーション */
.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: #197d4b;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 40px;
    line-height: 1.4;
    text-decoration: none;
  }
  .l-bottom .icon-location:before,
  .l-bottom .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%);
  }
  .l-bottom .icon-location:before {
    background-image: url(/assets/images/icon-location.svg);
  }
  .l-bottom .icon-telmark:before {
    background-image: url(/assets/images/icon-telmark.svg);
  }
}

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

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

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

#page_top a:after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@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;
  }
}

/*==================================
Common - Title
==================================*/
/* Heading1 */
.p-secTtl01 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
.p-secTtl01_icon > span {
  font-size: 24px;
  color: #fff;
  background: #197d4b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-secTtl01_icon > span:before {
  letter-spacing: 0;
}
.p-secTtl01_icon + .p-secTtl01 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-secTtl01 {
    font-size: 2.4rem;
  }
}

/* Heading2 - icon support */
.p-secTtl02 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-secTtl02_l {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}
.p-secTtl02_en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.p-secTtl02_small {
  font-size: 60%;
}
.p-secTtl02_icn:before {
  display: inline-block;
  font-size: 60px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .p-secTtl02 {
    font-size: 2.6rem;
  }
  .p-secTtl02_l {
    font-size: 3.4rem;
  }
  .p-secTtl02_en {
    font-size: 1.6rem;
  }
}

/* Heading3 - font big */
.p-secTtl03 {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
}
.p-secTtl03_en {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-secTtl03 {
    font-size: 3.2rem;
  }
  .p-secTtl03_en {
    font-size: 1.6rem;
  }
}

.c-headTtl {
  padding-bottom: 60px;
  margin: 0 40px;
}
.c-headTtl_jp {
  letter-spacing: 0.2em;
  position: relative;
  margin-top: 60px;
  white-space: nowrap;
}
.c-headTtl_jp > span:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #fff;
}

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

/*==================================
Common - Circletxt
==================================*/
.c-circleTxt01 {
  border-radius: 50%;
  background: #197d4b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.c-circleTxt01__red {
  background: #ff1937;
}

.c-circle120 {
  width: 120px;
  height: 120px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-circle60 {
  width: 60px;
  height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}
.c-circle40 {
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-circleTxt01 {
  }
  .c-circle120 {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}

/*==================================
Common - Shutter button
==================================*/
.c-btn01 {
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  padding: 20px 40px;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-btn01 {
    padding: 20px;
  }
}

.c-btn01__red {
  color: #fff;
  background: #ff1937;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #ff1937)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(0%, #ff1937));
  background: linear-gradient(to right, #fff 0%, #ff1937 0%), linear-gradient(to left, #fff 0%, #ff1937 0%);
  border: 1px solid #ff1937;
}
.c-btn01__red:hover,
.c-btn01__red:focus {
  color: #ff1937;
  border: 1px solid #ff1937;
  -webkit-box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
  box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
}

.c-btn01__green {
  color: #fff;
  background: #197d4b;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #197d4b)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(0%, #197d4b));
  background: linear-gradient(to right, #fff 0%, #197d4b 0%), linear-gradient(to left, #fff 0%, #197d4b 0%);
  border: 1px solid #197d4b;
}
.c-btn01__green:hover,
.c-btn01__green:focus {
  color: #197d4b;
  border: 1px solid #197d4b;
  -webkit-box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
  box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
}

.c-btn01__white {
  color: #197d4b;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#197d4b), color-stop(0%, #fff)), -webkit-gradient(linear, right top, left top, from(#197d4b), color-stop(0%, #fff));
  background: linear-gradient(to right, #197d4b 0%, #fff 0%), linear-gradient(to left, #197d4b 0%, #fff 0%);
  border: 1px solid #197d4b;
}
.c-btn01__white:hover,
.c-btn01__white:focus {
  color: #fff;
  border: 1px solid #197d4b;
  -webkit-box-shadow: inset -150px 0 0 0 #197d4b, inset 150px 0 0 0 #197d4b;
  box-shadow: inset -150px 0 0 0 #197d4b, inset 150px 0 0 0 #197d4b;
}

.c-btn01__clear {
  color: #fff;
  background: none;
  background: -webkit-gradient(linear, left top, right top, from(#197d4b), color-stop(0%, transparent)), -webkit-gradient(linear, right top, left top, from(#197d4b), color-stop(0%, transparent));
  background: linear-gradient(to right, #197d4b 0%, transparent 0%), linear-gradient(to left, #197d4b 0%, transparent 0%);
  border: 1px solid #fff;
}
.c-btn01__clear:hover,
.c-btn01__clear:focus {
  color: #197d4b;
  border: 1px solid #fff;
  -webkit-box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
  box-shadow: inset -150px 0 0 0 #fff, inset 150px 0 0 0 #fff;
}

/*==================================
Common - discList
==================================*/
.c-discList {
  margin-top: 40px;
}
.c-discList > li {
  position: relative;
  padding-left: 1em;
}
.c-discList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
.c-discList > li:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313131;
  border-radius: 50%;
}

/*==================================
SubVisual
==================================*/
.c-subVisual_bg {
  background: url(/assets/images/bg_subvis.svg) no-repeat bottom center;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-subVisual_inr {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-subVisual_inr:before,
  .c-subVisual_inr:after {
    display: none;
  }
}

.c-subVisual_pat01:before {
  content: url(/assets/images/ill-cart.svg);
  width: 145px;
  position: absolute;
  top: 50%;
  left: calc(-145px + -160px);
  transform: translateY(-50%) scale(-1, 1);
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
}
.c-subVisual_pat02:after {
  content: url(/assets/images/ill-cart.svg);
  width: 145px;
  position: absolute;
  top: 50%;
  right: calc(-145px + -180px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-subVisual_pat03:after {
  content: url(/assets/images/ill-woman01.svg);
  width: 54px;
  position: absolute;
  top: 50%;
  right: calc(-120px + -160px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-subVisual_pat04:before {
  content: url(/assets/images/ill-man03.svg);
  width: 94px;
  position: absolute;
  top: 50%;
  left: calc(-94px + -120px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-subVisual_pat05:before {
  content: url(/assets/images/ill-man04.svg);
  width: 94px;
  position: absolute;
  top: 50%;
  left: calc(-94px + -160px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*==================================
News
==================================*/
.c-newsList_item {
  padding: 20px 0;
  border-top: 1px solid #197d4b;
}
.c-newsList_item:last-of-type {
  border-bottom: 1px solid #197d4b;
}
.c-newsList_item:last-of-type {
  margin-bottom: 0;
}
.c-newsList_item_head {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
.c-newsList_item_head > :not(:first-child) {
  margin-left: 1em;
}
.c-newsList_item_date {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-newsList_item_body a {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-newsList_item_date {
    font-size: 1.4rem;
  }
}

/* ICON - Category */
.c-label {
  display: inline-block;
  background: #197d4b;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1em;
  min-width: 100px;
  text-align: center;
}
.c-label:after {
  content: " ";
  margin-left: -0.5em;
}
@media only screen and (max-width: 768px) {
  .c-label {
    font-size: 1.2rem;
  }
}

/* ICON - New */
.c-label01 {
  display: inline-block;
  background: #e71240;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1.5em;
  text-align: center;
}
.c-label01:after {
  content: " ";
  margin-left: -0.5em;
}

/* pager */
.c-paging {
}
.c-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-paging_list li:not(:first-of-type) {
  margin-left: 6px;
}
.c-paging_list li a {
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #197d4b;
  background: #fff;
  color: #313131;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  border-radius: 5px;
  letter-spacing: 0;
}
.c-paging_list li a.is-current,
.c-paging_list li a:hover {
  background: #197d4b;
  color: #fff;
}

/* Tab button */
.c-tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -10px;
  margin-left: -20px;
}
.c-tabList_item {
  width: 9em;
  text-align: center;
  margin-top: 10px;
}
.c-tabList_item {
  margin-left: 20px;
}

.c-tabList_item a {
  display: block;
  color: #313131;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  border: 2px solid var(--tertiary);
  border-radius: 10px;
  padding: 6px 1em;
}
.c-tabList_item a:hover,
.c-tabList_item a.is-active {
  background: var(--tertiary);
}

@media only screen and (max-width: 768px) {
  .c-tabList_item a {
    padding: 3px 1em;
  }
}

/*==================================
PriceList
==================================*/
.p-priceList {
  display: flex;
}
.p-priceList li {
  flex: 1;
}
.p-priceList_item {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.p-priceList_item:not(:first-of-type) {
  border-left: 2px solid #197d4b;
}
.p-priceList_item_def {
  margin-left: 40px;
}
.p-priceList_item_body > del {
  color: #ff1937;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-priceList_item_price {
  color: #197d4b;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-priceList_item_price_small {
  display: block;
  font-size: 90%;
}

.p-priceTxt {
  font-weight: 700;
  color: #ff1937;
  font-size: 36px;
  font-size: 3.6rem;
  padding-top: 60px;
  margin-top: 80px;
  position: relative;
}
.p-priceTxt:before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-sizing: border-box;
  border: 40px solid transparent;
  border-top: 30px solid #ff1937;
}
.p-priceTxt02 {
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 60px;
  position: relative;
}
.p-priceTxt02:before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-sizing: border-box;
  border: 40px solid transparent;
  border-top: 30px solid #fff;
}

@media only screen and (max-width: 1200px) {
  .p-priceTxt02 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-priceTxt02 {
    font-size: 2.4px;
    font-size: 2.4rem;
  }
}

.p-priceList.p-priceList__inv .p-priceList_item:not(:first-of-type) {
  border-left: 2px solid #fff;
}
.p-priceList.p-priceList__inv .p-priceList_item_price {
  color: #fff;
}
.p-priceList.p-priceList__inv .c-circleTxt01 {
  background: #fff;
  color: #197d4b;
}

@media only screen and (max-width: 1199px) {
  .p-priceList {
    flex-direction: column;
  }
  .p-priceList_item {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .p-priceList_item:not(:first-of-type),
  .p-priceList.p-priceList__inv .p-priceList_item:not(:first-of-type) {
    border: none;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-priceList li {
    flex-direction: column;
  }
  .p-priceTxt {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .p-priceList_item_def {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-priceList_item_body > del {
    font-size: 4.2rem;
  }
}

/*==================================
20230613追加・修正
==================================*/
/* price info 料金詳細ボタン */

.p-priceTxt_gr {
  font-weight: 700;
  color: #197d4b;
  font-size: 36px;
  font-size: 3.6rem;
  padding-top: 60px;
  position: relative;
}
.p-priceTxt_gr:before {
  content: "";
  width: 60px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-sizing: border-box;
  border: 40px solid transparent;
  border-top: 30px solid #197d4b;
}

@media only screen and (max-width: 768px) {
  .p-priceTxt_gr{
    font-size: 2.4rem;
  }
}