/* ----------------------------------------------------
 common
 ---------------------------------------------------- */
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
}

[class^="icon-"]::before,
[class^="icon-"]::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-scope::after {
  content: "\e900";
}

.icon-pin::after {
  content: "\e901";
}

.icon-home::after {
  content: "\e902";
}

.icon-news::after {
  content: "\e903";
}

.icon-point::after {
  content: "\e904";
}

.icon-member::after {
  content: "\e905";
}

.icon-faq::after {
  content: "\e906";
}

.icon-fb::after {
  content: "\e907";
}

.icon-tw::after {
  content: "\e908";
}

.icon-insta::after {
  content: "\e909";
}

.icon-dumbbell::after {
  content: "\e90a";
}

.icon-amenity::after {
  content: "\e90b";
}

.icon-towel::after {
  content: "\e90c";
}

.icon-shampoo::after {
  content: "\e90d";
}

.icon-wifi::after {
  content: "\e90e";
}

.icon-parking::after {
  content: "\e90f";
}

.icon-hanger::after {
  content: "\e910";
}

.icon-shower::after {
  content: "\e911";
}

.icon-shoes::after {
  content: "\e912";
}

.icon-security::after {
  content: "\e913";
}

.icon-locker::after {
  content: "\e914";
}

.icon-water::after {
  content: "\e915";
}

.icon-sunburn::after {
  content: "\e916";
}

.icon-cafe::after {
  content: "\e917";
}

.icon-comic::after {
  content: "\e918";
}

.icon-open::after {
  content: "\e919";
}

.icon-ice::after {
  content: "\e91a";
}

.icon-movie::after {
  content: "\e91b";
}

.icon-use::after {
  content: "\e91c";
}

.icon-weight::after {
  content: "\e91d";
}

.icon-tel::after {
  content: "\e91e";
}

@media screen and (max-width: 1260px) {
  /* 1260px以上*/
}

@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}

@media screen and (max-width: 767px) {
  /* 768px以下*/
}

@media screen and (max-width: 480px) {
  /* 480px以下*/
}

@media screen and (max-width: 320px) {
  /* 320px以下*/
}

/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # ================================================================= # Global selectors # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # ================================================================= # General elements # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # ================================================================= # Forms # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # ================================================================= # Specify media element style # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # ================================================================= # Accessibility # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # ================================================================= # Selection # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}


html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  /*font-family:"roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  line-height: 1.6;
  /* font-size: 14px; */
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* -webkit-font-feature-settings: "palt" 1; font-feature-settings: "palt" 1;
*/
}

* {
  margin: 0;
  padding: 0;
}

/*selection*/
::-moz-selection {
  background-color: #c1e76b;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #c1e76b;
  color: #000;
  text-shadow: none;
}

/*placeholder*/
::-webkit-input-placeholder-shown {
  color: #cccccc;
}

:-ms-input-placeholder-shown {
  color: #cccccc;
}

::-ms-input-placeholder-shown {
  color: #cccccc;
}

::placeholder-shown {
  color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
  color: #cccccc;
}

img,
svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ul,
dl,
ol {
  list-style-type: none;
}

/*    Link
--------------------------------------------------------------------------------*/
a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/*  margin */
.mg0a {
  margin: 0 auto;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgr0 {
  margin-right:2 0 !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

/* padding */
.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL {
  text-align: left;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

/*clear*/
.clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px;
}

/* clearfix micro */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.-pcOnly {
  display: block;
}

@media screen and (max-width: 767px) {
  .-pcOnly {
    display: none;
  }
}

.-spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spOnly {
    display: block;
  }
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.-fontEN {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.-fontNum {
  /*font-family: 'Roboto Condensed';*/
}

.z-minus1{
	z-index: -1;
}

.z-10{
	z-index: 10;
}

.z-20{
	z-index: 20;
}

.c_wh {
  color: #fff;
}

.c_green {
  color: #5cb74f;
}

.is_bgBk {
  background-color: #000;
}

.has_underline_green {
  border-bottom: solid 3px #5cb74f;
}

@media screen and (max-width: 767px) {
  .has_underline_green {
    border-bottom: solid 2px #5cb74f;
  }
}


/* ----------------------------------------------------
 header
 ---------------------------------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
    background: #ebebeb;
    border-bottom: 1px solid #fff;
  }
  .drawer.drawer--right.drawer-open .l-header {
    background: #cfe9ca;
  }
}

/*FiT24 Top Header / Footer*/
.l-header.-fit24Header {
  height: auto;
}

.l-header.-fit24Header .l-header-inner {
  height: 100px;
  background: #f0f0f0;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.l-header.-fit24Header .l-header-inner {
		height: 50px;
	}
}

.l-header.-fit24Header .l-headerLogo {
  display: flex;
	align-items: center;
  gap: 20px;
	margin-left: 35px;
}

@media screen and (max-width: 1024px) {
	.l-header.-fit24Header .l-headerLogo {
		gap: 22px;
	}
}

@media screen and (max-width: 480px) {
	.l-header.-fit24Header .l-headerLogo {
		gap: 12px;
		margin-left: 15px;
	}
}

.logo-fit24{
  display: block;
	height: 55px;
	width: auto;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
	.logo-fit24{
		padding: 0;
		height: 40px;
	}
}

@media screen and (max-width: 480px) {
	.logo-fit24{
		padding-top: 3px;
		height: 34px;
	}
}

.logo-fit24 > img{
	height: 100%;
}

.logo-indoor-golf{
  display: block;
	height: 50px;
	width: auto;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
	.logo-indoor-golf{
		padding: 0;
		height: 40px;
	}
}

@media screen and (max-width: 480px) {
	.logo-indoor-golf{
		padding-top: 2px;
		height: 30px;
	}
}

.logo-indoor-golf > img{
		height: 100%;
}

.l-header.-fit24Header .l-gNav02 {
  position: absolute;
  top: 123px;
  right: 80px;
}
.l-header.-fit24Header .l-gNavPC02 {
  display: flex;
  gap: 10px;
}
.l-header.-fit24Header .l-gNavPC02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 140px;
  height: 48px;
  border: 2px solid #5eb74f;
  border-radius: 25px;
  background: #fff;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.en {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  left: 0.025em;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.jp {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo !important;
}
.l-header.-fit24Header .l-gNavPC02 .l-gNavPC_item a span.-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .l-header.-fit24Header .l-gNavALL {
    width: auto;
    right: 0;
  }
}


/* ----------------------------------------------------
 global navigation
 ---------------------------------------------------- */

.l-gNavPC {
  display: flex;
	margin-left: auto;
  /* position: absolute;
  right: 316px;
  top: 0; */
}

/* @media screen and (max-width: 1024px) {
  .l-gNavPC {
    right: 290px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC {
    right: 220px;
  }
} */

@media screen and (max-width: 767px) {
  .l-gNavPC {
    display: none;
  }
}

.l-gNavPC .l-gNavPC_item{
	margin-right: 26px;
}

@media screen and (max-width: 1024px) {
	.l-gNavPC .l-gNavPC_item {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.l-gNavPC .l-gNavPC_item {
		margin-right: 4px;
	}
}

.l-gNavPC .l-gNavPC_item a {
  display: block;
  height: 100px;
  padding: 30px 4px 0 4px;
  padding-top: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-gNavPC .l-gNavPC_item a span {
  line-height: 1;
  display: block;
}

.l-gNavPC .l-gNavPC_item a span.jp {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo !important;
}

@media screen and (max-width: 1024px) {
  .l-gNavPC .l-gNavPC_item a span.jp {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavPC .l-gNavPC_item a span.jp {
    font-size: 12px;
  }
}

.l-gNavPC .l-gNavPC_item a span.en {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  position: relative;
  left: 0.025em;
	min-width: max-content;
}

@media screen and (max-width: 1024px) {
	.l-gNavPC .l-gNavPC_item a span.en {
		font-size: 17px;
	}
}

@media screen and (max-width: 900px) {
	.l-gNavPC .l-gNavPC_item a span.en {
		font-size: 16px;
	}
}

.l-gNavPC .l-gNavPC_item a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.l-gNavALL {
  /* display: flex;
  position: absolute;
  right: 0;
  top: 0; */
  /*width: 316px;*/
	height: 100%;
	margin-right: 80px;
  background: #5eb74f;
}
@media screen and (max-width: 1024px) {
	.l-gNavALL {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.l-gNavALL {
		margin-right: 12px;
	}
}

/* @media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item {
    position: absolute;
    right: 0;
    top: 0;
  }
} */

.l-gNavALL .l-gNavALL_item .itemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
	min-width: max-content;
  /* width: 158px; */
	padding: 0 12px;
  height: 100%;
  font-size: 16px;
	line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
		padding: 0 6px;
  }
}

@media screen and (max-width: 900px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    /* width: 100px; */
		padding: 0 4px;
    font-size: 12px;
  }
}

/* @media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    width: 60px;
    height: 50px;
    font-size: 10px;
    padding: 0;
  }
} */

.l-gNavALL .l-gNavALL_item .itemBtn:hover {
  opacity: 0.9;
}

.l-gNavALL .l-gNavALL_item.-mypage .itemBtn {
  gap: 8px;
}

/* @media screen and (max-width: 1024px) {
  .l-gNavALL .l-gNavALL_item .itemBtn {
    width: 120px;
  }
} */

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry {
    right: 120px;
  }
}

.l-gNavALL .l-gNavALL_item.-inquiry{
	height: 100%;
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 1px;
  height: 70px;
  margin: auto 0;
  /* background-color: #fff; */
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn {
    padding-top: 18px;
  }
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span {
  display: block;
  line-height: 1;
}

.l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span:last-child {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span:last-child {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-inquiry .itemBtn span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch {
    right: 60px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn {
  background: #5eb74f;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn {
    padding-top: 11px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span {
  display: block;
  line-height: 1;
  color: #fff;
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.icon-mypage {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.icon-scope::after {
    font-size: 16px;
  }
}

.l-gNavALL .l-gNavALL_item.-shopSerch .itemBtn span.txt {
  margin-top: 8px;
}

.l-gNavALL .l-gNavALL_item.-drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-gNavALL .l-gNavALL_item.-drawer {
    display: inline-block;
  }
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn {
  display: flex;
  position: relative;
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(1) {
  margin-top: -16px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(2) {
  margin-top: -8px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(3) {
  margin-top: 1px;
}
.l-gNavALL .l-gNavALL_item.-drawer .itemBtn span:nth-child(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: -2px;
  color: #000;
  font-size: 10px;
}

.l-drawer .l-gNavSP_topCont {
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item {
  border-top: 1px solid #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item.-mypage {
  background: #5eb74f;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a {
  display: block;
  width: 100%;
  height: 49px;
  color: #000;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item.-mypage a {
  color: #fff;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner {
  padding: 0 18px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner span {
  display: block;
  line-height: 1;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner .en {
  font-size: 15px;
  letter-spacing: 0.05em;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .inner .jp {
  font-size: 11px;
  width: 7em;
  letter-spacing: 0.05em;
  text-align: left;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item div[class*="icon-"]::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 1;
  display: block;
  color: #5eb74f;
}

/* office用 */
.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice img {
  margin-top: 6px;
  margin-right: 20px;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .text {
  float: right;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice span {
  display: block;
  line-height: 1;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .en {
  font-weight: bold;
}

.l-drawer .l-gNavSP_topCont .l-gNavSP_topCont_item a .innerOffice .jp {
  font-size: 14px;
  opacity: 0.5;
  margin-top: 5px;
}

.l-drawer .l-gNavSP_btmCont {
  background: #f0f0f0;
  padding: 45px 20px 40px;
}

.l-drawer .l-gNavSP_btmList .l-gNavSP_btmList_item a {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-bottom: 20px;
}

.l-drawer .l-gNavSP_btmBtn {
  margin-top: 25px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:nth-child(n + 2) {
  margin-top: 10px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a {
  font-size: 16px;
  color: #3d4c04;
  padding: 9px 10px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a span {
  position: relative;
  padding-left: 30px;
}

.l-drawer .l-gNavSP_btmBtn .l-gNavSP_btmBtn_item:last-child a span::after {
  color: #3d4c04;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.drawer-overlay {
  z-index: 10;
}

.drawer-nav {
  width: 80vw;
  background: #f0f0f0;
  display: none;
}
.l-gNavSP_logo {
	width: 210px;
  padding: 0 0 0 20px;
}
.-golfTop .l-gNavSP_logo {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .drawer-nav {
    display: block;
  }
}

.drawer--right .drawer-nav {
  right: -80vw;
}

.drawer--right .drawer-nav .drawer-menu {
  margin-top: 49px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 83vw;
  background: none !important;
}

.drawer--right.drawer-open .l-headerLogo {
  opacity: 0;
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(1) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(2) {
  width: 0;
}

.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(3) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer--right.drawer-open .-drawer .itemBtn span:nth-child(3)::after {
  content: none;
}


/* ----------------------------------------------------
menu button
 ---------------------------------------------------- */
 header #menu-button p {
    display: none;
  }

@media screen and (max-width: 767px){

  #menu-button div:nth-child(3)::after {
  content: "Menu";
  position: absolute;
  top: 5px;
  left: 0px;
  color: #000;
  font-size: 10px;
  Font-weight: bold;
}
      /*ボタン*/
  header #menu-button {
    position: absolute;
    display: block;
    right: 0px;
    top: -5px;
    width: 50px;
    height: 47px;
    cursor: pointer;
    z-index: 2;
    transition:
      top .35s ease,
      right .45s cubic-bezier(.4,0,.2,1),
      transform .45s cubic-bezier(.4,0,.2,1),
      background .3s ease;
  }
  header #menu-button > div {
    width: 28px;
    height: 2px;
    background: #000;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header #menu-button > div:nth-child(1) {
    top: 35%;
    right: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  header #menu-button.active > div:nth-child(3)::after {
    content: none;
  }

  header #menu-button.active{
    right: calc(100vw - 65px);/* ボタンを左に移動 */
    top: 3px;
  }
  header #menu-button.active > div:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(45deg);
    -moz-transform: translate(-5%, -50%) rotate(45deg);
    -ms-transform: translate(-5%, -50%) rotate(45deg);
    -o-transform: translate(-5%, -50%) rotate(45deg);
    transform: translate(-5%, -50%) rotate(45deg);
  }

    header #menu-button.active > div:nth-child(2) {
    opacity: 0;
  }

  header #menu-button.active > div:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-5%, -50%) rotate(-45deg);
    -moz-transform: translate(-5%, -50%) rotate(-45deg);
    -ms-transform: translate(-5%, -50%) rotate(-45deg);
    -o-transform: translate(-5%, -50%) rotate(-45deg);
    transform: translate(-5%, -50%) rotate(-45deg);
  }

  header #menu-button > div:nth-child(2) {
    top: 50%;
    right: 10px;
  }

  header #menu-button > div:nth-child(3) {
    top: 65%;
    right: 10px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .drawer-nav .l-drawer .block .active::after {
    background: rgba(0, 0, 0, 0.5);}


  header .menu > li > a {
    position: relative;
    display: block;
    height: auto;
    padding: 1.3em 3.5%;
    line-height: 1em;
    color: #000;
  }

  /* ドロワーメニューのアニメーション */
  .l-drawer {
    position: fixed;
    top: 50px;
    right: 0!important;
    width: 80vw;
    height: calc(100vh - 50px);
    background: #f0f0f0;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease!important;
    opacity: 0;
  }

  /* メニューが開いている時 */
  .l-drawer.active {
    transform: translateX(0);
    opacity: 1;
  }
/* メニューが開いている時の項目 */
  .l-drawer.active .l-gNavSP_topCont_item {
    transform: translateY(0);
    opacity: 1;
  }

  .l-header-inner.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 1;
  }
  .cover.active{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

}


/* ----------------------------------------------------
 common button
 ---------------------------------------------------- */

/* 今すぐカンタン手続きなどで使われているボタン */
.shopDetailBtn {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px 20px;
  transition: all 0.3s ease-in-out;
}

/* 矢印 */
.shopDetailBtn.has_arr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shopDetailBtn.has_arr::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
   transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}

/* closeボタン */
.shopDetailBtn.has_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shopDetailBtn.has_close::before, .shopDetailBtn.has_close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 14px;
  background: #000;
	 transition: all 0.3s ease-in-out;
}

.shopDetailBtn.has_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.shopDetailBtn.has_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.shopDetailBtn.has_close:hover.shopDetailBtn.has_close::before {
	  background: #fff;
}

.shopDetailBtn.has_close:hover.shopDetailBtn.has_close::after {
	  background: #fff;
}

/* 影あり */
.shopDetailBtn.has_shadow{
	position: relative;
}

.shopDetailBtn.has_shadow::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0F7018;
	border-radius: 9999px;
}

/* モーダル内ボタン */
.shopDetailBtn.is_modal {
	font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
	height: 50px;
	margin-top: 14px;
}

.shopDetailBtn_txt {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
}

.shopDetailBtn_txt.is_sm {
  font-size: 18px;
}

.shopDetailBtn.is_radius {
  border-radius: 9999px;
}

/* 黒 */
.shopDetailBtn.is_black {
  background-color: #000;
  color: #fff;
  border: solid 1px#000;
}

.shopDetailBtn.is_black.has_white-line {
  border: solid 1px#fff;
}

.shopDetailBtn.is_black:hover {
  background-color: #fff;
  color: #000;
}

.shopDetailBtn.is_black:hover.shopDetailBtn.is_black.has_arr::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.shopDetailBtn.is_black.has_arr::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* 白 */
.shopDetailBtn.is_white {
  background-color: #fff;
  color: #000;
  border: solid 1px#000;
}

.shopDetailBtn.is_white.has_arr::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.shopDetailBtn.is_white:hover {
  background-color: #000;
  color: #fff;
  border: solid 1px#fff;
}

.shopDetailBtn.is_white:hover.shopDetailBtn.is_white.has_arr::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* 緑 */
.shopDetailBtn.is_green {
	background-color: #5eb74f;
	color: #fff;
	border: solid 1px#5eb74f;
}
.shopDetailBtn.is_green.has_arr::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.shopDetailBtn.is_green:hover {
	background-color: #fff;
	color: #5eb74f;
	border: solid 1px #5eb74f;
}

.shopDetailBtn.is_green:hover.shopDetailBtn.is_green.has_arr::after {
	border-top: solid 2px #5eb74f;
	border-right: solid 2px #5eb74f;
}


/* 各セクションごとの調整 */
#sec00 .shopDetailBtn {
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
	height: 50px;
	max-width: 342px;
}

#sec00 .shopDetailBtn + .shopDetailBtn {
	margin-top: 10px;
}

#sec01 .shopDetailBtn {
	max-width: 200px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 14px;
  justify-content: space-between;
  padding: 0 20px;
	height: 40px;
}

#sec01 .shopDetailBtn_txt {
	font-size: 14px;
}

#sec01 .shopDetailBtn.has_arr::after {
  transform-origin: center;
  transform: rotate(135deg) translateY(2px);
}

#sec02 {
  background-color: #000;
}

#sec02.sectionTitle {
	margin-bottom: 50px;
}

#sec02 .btnWrap {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #sec02 .btnWrap {
    flex-direction: column;
  }
}

#sec02 .shopDetailBtn {
  max-width: 525px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 60px;
}

@media screen and (max-width: 767px) {
  #sec02 .shopDetailBtn {
    height: 50px;
    max-width: 342px;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .shopDetailBtn + .shopDetailBtn {
    margin-top: 30px;
  }
}


#sec02_under.ctabtn_area {
  background-color: #e4e4e4;
}

#sec02_under .l-innerWrap {
  width: 100%;
  padding: 50px 20px;
}

#sec02_under .guide_txt {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
	font-size: 19px;
	margin-bottom: 14px;
}

#sec02_under .btnWrap {
	display: flex;
  align-items: center;
	flex-direction: column;
}

#sec02_under .shopDetailBtn {
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
	max-width: 342px;
	height: 50px;
}

#sec02_under .shopDetailBtn + .shopDetailBtn {
	margin-top: 10px;
}

#sec02 {
  background-color: #000;
}

#sec02 .sectionTitle {
	margin-bottom: 40px;
}

#sec02_under .ctabtn_area {
  background-color: #e4e4e4;
}

#sec02_under .l-innerWrap {
  width: 100%;
  padding: 50px 20px;
}

#sec02_under .guide_txt {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
	font-size: 19px;
	margin-bottom: 14px;
}

#sec02_under .btnWrap {
  display: flex;
  align-items: center;
	flex-direction: column;
}

#sec02_under .shopDetailBtn {
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
	max-width: 342px;
	height: 50px;
}

#sec02_under .shopDetailBtn + .shopDetailBtn {
	margin-top: 10px;
}

#sec03.sectionTitle {
  margin-bottom: 50px;
}

#sec03 .btnWrap {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #sec03 .btnWrap {
    flex-direction: column;
  }
}

#sec03 .shopDetailBtn {
  max-width: 525px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 60px;
}

@media screen and (max-width: 767px) {
  #sec03 .shopDetailBtn {
    max-width: 342px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .shopDetailBtn + .shopDetailBtn {
    margin-top: 30px;
  }
}



#sec04 .shopDetailBtn {
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 30px;
  margin-top: 30px;
	height: 50px;
  max-width: 342px;
	font-size: 16px;
}


#sec04 .shopDetailBtn.has_arr::after {
  transform-origin: center;
  transform: rotate(135deg) translateY(1px);
  transition: all 0.3s;
}

#sec04 .-active.shopDetailBtn.has_arr::after {
  transform: rotate(-45deg) translateY(1px);
}




.l-accessBox .shopDetailBtn {
  max-width: 410px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 14px;
  justify-content: space-between;
  padding: 0 20px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .l-accessBox .shopDetailBtn {
    max-width: 260px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .l-accessBox .shopDetailBtn {
    max-width: 200px;
  }
}

.l-accessBox .shopDetailBtn_txt {
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .l-accessBox .shopDetailBtn_txt {
    font-size: 14px;
  }
}

.l-accessBox .shopDetailBtn.has_arr::after {
  transform-origin: center;
  transform: rotate(135deg) translateY(2px);
}


.dIB {
  display: inline-block;
}
.-cpTitle {
  float: left;
  display: table;
  height: 100px;
}
.-cpLimit {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: solid 4px #fff000;
  border-radius: 50%;
  color: #fff000;
  font-size: 18pt;
  font-weight: bold;
  line-height: 80%;
  height: 100px;
  width: 100px;
}
.-cpDate {
  font-size: 21pt;
}
.-cpWk {
  font-size: 13pt;
}
.-cpCatch {
  padding-left: 20px;
  color: #fff000;
  display: table-cell;
  vertical-align: middle;
}

.btnGreen {
  display: inline-block;
  border-radius: 10px;
  background-color: #5eb74f;
  color: #ffffff !important;
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 90%;
}
.l-tagArea .l-tagArea_item .txt ul li span {
  /*padding: 0 10px;*/
}

@media screen and (max-width: 767px) {
  .-cpTitle {
    height: 80px;
  }
  .-cpLimit {
    font-size: 13pt;
    height: 80px;
    width: 80px;
  }
  .-cpDate {
    font-size: 17pt;
  }
  .-cpWk {
    font-size: 11pt;
  }
  .-cpCatch {
    padding-left: 10px;
  }
}


/* ----------------------------------------------------
 fixed - back to top button
 ---------------------------------------------------- */


#c-pageTop {
  position: fixed;
  right: 28px;
  bottom: 20px;
  z-index: 30;
}

@media screen and (max-width: 1024px) {
  #c-pageTop {
    right: 18px;
		bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop {
    bottom: 70px;
  }
}

#c-pageTop a {
  display: block;
	width: 60px;
	height: 60px;
  position: relative;
  font-size: 1px;
  background: rgba(95, 183, 80, 0.8);
  /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); */
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a {
   	width: 50px;
		height: 50px;
  }
}


#c-pageTop a span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding-top: 32px;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a span {
    padding-top: 28px;
		font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a span {
    font-size: 12px;
  }
}

#c-pageTop a::before,
#c-pageTop a::after {
  content: "";
  position: absolute;
  left: 50%;
}

#c-pageTop a::before {
  width: 12px;
  height: 1px;
  background: #fff;
  margin-left: -6px;
	top: 14px;

}

@media screen and (max-width: 1024px) {
  #c-pageTop a::before {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a::before {
    width: 10px;
    margin-left: -5px;
  }
}

#c-pageTop a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
  margin-left: -6px;
  top: 19px;
}

@media screen and (max-width: 1024px) {
  #c-pageTop a::after {
		top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #c-pageTop a::after {
    border-width: 0 5px 6px 5px;
    margin-left: -5px;
  }
}

#c-pageTop a:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------
 fixed - cta button (footer)
 ---------------------------------------------------- */

/* 店舗詳細追従ボタンの場合 */
.l-fixedCvbtn {
	display: none; /* 初期は非表示 */
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  padding: 12px 15%;
  align-items: center;
  gap: 28px;
  justify-content: center;
  background-color: #e4e4e4;
}

@media screen and (max-width: 1024px) {
  .l-fixedCvbtn {
		display: flex;
    padding: 10px;
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .l-fixedCvbtn {
    gap: 10px;
  }
}

.l-fixedCvbtn .shopDetailBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  max-width: 360px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .l-fixedCvbtn .shopDetailBtn {
    padding: 8px 12px;
    font-size: 14px;
    max-width: unset;
    width: calc(50% - 5px);
  }
}

.l-fixedCvbtn .shopDetailBtn .shopDetailBtn_txt {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-fixedCvbtn .shopDetailBtn .shopDetailBtn_txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopDetailBtn.has_arr::after {
    width: 8px;
    height: 8px;
  }
}

.l-fixedCvbtn .shopDetailBtn.is_black {
  border: solid 1px #fff;
}

.l-fixedCvbtn .shopDetailBtn:hover.is_black {
  border: solid 1px #000;
}

/* ----------------------------------------------------
 footer
 ---------------------------------------------------- */
.l-footer {
  background: #fff;
}

.l-footer .l-innerWrap {
  width: auto;
}

.l-footerTop .l-innerWrap:first-child {
  padding: 0;
}

.l-footerTop .l-footerLogo {
  margin: 30px 23px 0;
  border-top: 1px solid #999999;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 12px 0 10px;
  line-height: 1;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a {
  display: block;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-fit24 {
		height: 36px;
		width: auto;
}


.l-footerTop .l-footerLogo .l-footerLogo_inner a.-fit24 > img {
		height: 100%;
		width: auto;
		display: block;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-indoor-golf {
		height: 36px;
    width: auto;
}

.l-footerTop .l-footerLogo .l-footerLogo_inner a.-indoor-golf > img{
		width: auto;
    height: 100%;
    display: block;
}

.l-footerTop .l-footerWrap {
  position: relative;
      padding: 15px 30px 60px;
  background: #e4e4e4;
}

.l-footerTop .l-footerWrap > div {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.l-footerTop .l-footerNav {
  display: flex;
  justify-content: space-between;
}

.l-footerTop .l-footerNav .l-footerNav_item {
	line-height: 1;
}

.l-footerTop .l-footerNav .l-footerNav_item a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
	color: #1a1a1a;
	font-size: 10px;
}

.l-footerTop .l-footerNav .l-footerNav_item a:hover {
  opacity: 0.8;
}

.l-footerTop .l-footerSns {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: auto;
	margin-top: 15px;
}

.l-footerTop .l-footerSns .l-footerSns_item a {
  display: block;
  width: 30px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-footerTop .l-footerSns .l-footerSns_item:first-child a {
  background: #000;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.l-footerTop .l-footerSns .l-footerSns_item a .icon-tw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
}

.l-footerTop .l-footerSns .l-footerSns_item:first-child a ::after {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  padding-left: 2px;
}

.l-footerTop .l-footerSns .l-footerSns_item:last-child a ::after {
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
}

.l-footerTop .l-footerSns .l-footerSns_item a:hover {
  opacity: 0.8;
}

.l-footerTop .copyright {
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  padding: 20px 20px 40px;

}

.l-footerTop .corp_member {
  padding-top: 30px;
	text-align: center;
  margin: 0 auto 30px auto;
}

.l-footerTop .corp_member a img.sp {
  display: none;
}

/* @media screen and (max-width: 767px) { */
  .l-footerTop .corp_member a img.pc {
    display: none;
  }

  .l-footerTop .corp_member a img.sp {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
/* } */

.l-footerBtm {
  background: #fff;
}

.l-footerBtm .l-innerWrap {
    padding: 40px 0 100px;
}

.l-footerBtm .l-footerBtmLogo .pic {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.l-footerBtm .l-footerBtmTxt {
  text-align: center;
  margin-top: 15px;
	padding: 0 20px;
}

.l-footerBnr {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.l-footerBnr li {
	margin: 0 10px;
	width: 300px;
}

.l-footerBnr li a {
  display: block;
  transition: 0.3s;
}

.l-footerBnr li a:hover {
  opacity: 0.8;
}


/* ----------------------------------------------------
	カスタムフィールド　textarea　共通
 ---------------------------------------------------- */

.l-infoDetailArea_body {
	padding: 20px 0;
}

.l-infoDetailText img,
.l-infoDetailArea_body img {
  max-width: 100%;
}

.l-infoDetailText h1,
.l-infoDetailArea_body h1 {
  margin-bottom: 0.8em;
	font-size: 2rem;
	line-height: 1.4em;
}

.l-infoDetailText h2,
.l-infoDetailArea_body h2 {
  /* color: #848484; */
  margin-bottom: 0.8em;
	font-size: 1.8rem;
	line-height: 1.4em;
}

.l-infoDetailText h3,
.l-infoDetailArea_body h3 {
	font-size: 1.8rem;
  line-height: 1.5em;
  color: #5eb74f;
  margin-bottom: 0.8em;
}

.l-infoDetailText h4,
.l-infoDetailArea_body h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0.5em;
  background: #f2f2f3;
  margin-bottom: 1em;
}

.l-infoDetailText h5,
.l-infoDetailArea_body h5 {
	font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
}

.l-infoDetailText p,
.l-infoDetailArea_body p {
 	font-size: 1.4rem;
	line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.l-infoDetailText a,
.l-infoDetailArea_body a {
 	font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #5eb74f;
  text-decoration: underline;
}

.l-infoDetailText a:hover,
.l-infoDetailArea_body a:hover {
  text-decoration: none;
}


/* ----------------------------------------------------
 First View
 ---------------------------------------------------- */

.bg-fixed-img-cover::before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

 .bg-fixed-img{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

 .bg-fixed-img.has-blur{
	filter: blur(2px);
}

/* fv-left-contents */
#fv-left-contents{
	display: none;
}

@media screen and (min-width: 768px) {
  #fv-left-contents {
    display: block;
    width: calc(100% - 440px);
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 1024px) {
  #fv-left-contents {
    width: calc((100% - 440px) - (clamp(280px, 23vw, 330px)));
  }
}

@media screen and (min-width: 1440px) {
  #fv-left-contents {
    width: calc((100% - 500px) - 400px);
  }
}

#fv-left-contents .fv-obj-line-green-right{
	width: clamp(120px,8vw,160px);
	display: block;
	position: absolute;
	top: 100px;
	right: 0px;
}

#fv-left-contents .fv-obj-line-green-left{
	width: 70px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

#fv-left-contents .fv-logo-fit24{
	width: clamp(167px,12vw,240px);
	display: block;
	position: absolute;
	top: 170px;
	left: clamp(40px,4vw,70px);
}

@media screen and (min-width: 1440px) {
  #fv-left-contents .fv-logo-fit24{
   left: 90px;
  }
}

#fv-left-contents .fv-copy-wrap-fit24{
	display: block;
	position: absolute;
	top: 55%;
	left: clamp(40px,4vw,70px);
}

@media screen and (min-width: 1440px) {
  #fv-left-contents .fv-copy-wrap-fit24{
   left: 90px;
  }
}

#fv-left-contents .fv-copy-img-fit24{
 width: clamp(280px,22vw,380px);
}

#fv-left-contents .fv-copy-txt-fit24{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8;
	font-weight: 700;
	margin-top: 40px;
}

#fv-left-contents .fv-logo-indoorgolf{
	width: clamp(287px,14vw,340px);
	display: block;
	position: absolute;
	top: 170px;
	left: clamp(40px,4vw,70px);
}

#fv-left-contents .fv-copy-wrap-indoorgolf{
	display: block;
	position: absolute;
	top: 48%;
	left: clamp(40px,4vw,70px);
}

#fv-left-contents .fv-copy-img-indoorgolf{
 width: clamp(330px,23vw,380px);
}

#fv-left-contents .fv-copy-txt-indoorgolf{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.8;
	font-weight: 700;
	margin-top: 40px;
}

/* fv-right-contents */
#fv-right-contents{
  display: none;
}

@media screen and (min-width: 1024px) {
	#fv-right-contents {
		position: fixed;
		top: 0;
		right: 0;
		width: clamp(260px, 23vw, 330px);
		height: 100%;
		background: var(--color-grad);
		display: block;
	}
}

@media screen and (min-width: 1440px) {
	#fv-right-contents{
		width: 400px;
	}
}

@media screen and (min-width: 1024px) {
	#fv-right-contents .contents-container{
		position: absolute;
		bottom: 14%;
		right: clamp(10px, 3vw, 40px);
	}
}

@media screen and (min-width: 1440px) {
	#fv-right-contents .contents-container{
		right: 60px;
	}
}

@media screen and (min-width: 1440px) {
	#fv-right-contents .contents-container{
		position: absolute;
		bottom: 14%;
		right: 100px;
	}
}


#fv-right-contents .fv-ankhor-list-item{
	cursor: pointer;
	width: fit-content;
}

#fv-right-contents .fv-ankhor-list-item + .fv-ankhor-list-item{
	margin-top: 4px;
}

#fv-right-contents .fv-ankhor-list-item > a {
    display: flex;
		align-items: center;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		padding: 3px 10px;
		transition: color 0.3s ease-in-out;
}

#fv-right-contents .fv-ankhor-list-item > a:hover {
  color: #5eb74f;
}

#fv-right-contents .fv-ankhor-list-item > a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
		margin-right: 10px;
		transition: transform 0.3s ease-in-out;
}

#fv-right-contents .fv-ankhor-list-item > a:hover::before {
		border-top: solid 1px #5eb74f;
   	border-right: solid 1px #5eb74f;
  	transform: rotate(45deg) translate(4px, -4px);
}

#fv-right-contents .btnWrap{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px	;
}

#fv-right-contents .btnWrap .shopDetailBtn{
	height: 37px;
	width: 220px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#fv-right-contents .btnWrap .shopDetailBtn_txt{
	font-size: 16px;
	font-weight: 700;
}

/* ----------------------------------------------------
 レイアウト共通
 ---------------------------------------------------- */

.l-innerWrap {
  width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 各セクションの余白調整 */
/* @media screen and (max-width: 767px) { */
  #sec01 .l-innerWrap {
    padding: 45px 20px 60px;
  }
/* } */

/* @media screen and (max-width: 767px) { */
  #sec-pickup .l-innerWrap {
    padding: 45px 20px 60px;
  }
/* } */

/* @media screen and (max-width: 767px) { */
  #sec02 .l-innerWrap {
    padding: 45px 20px 0px;
		overflow: hidden;
  }
/* } */

/* @media screen and (max-width: 767px) { */
  #sec03 .l-innerWrap {
    padding: 45px 20px 60px;
  }
/* } */

/* @media screen and (max-width: 767px) { */
  #sec04 .l-innerWrap {
    padding: 45px 20px 60px;
  }
/* } */

.l-innerWrap.-pdNon {
  padding: 0;
}

/* @media screen and (max-width: 767px) { */
  .l-innerWrap.-pdNon {
    padding: 0 20px;
  }
/* } */

.l-innerWrap.-pdLarge {
  padding: 160px 0;
}

/* @media screen and (max-width: 767px) { */
  .l-innerWrap.-pdLarge {
    padding: 100px 20px;
  }
/* } */


/* ----------------------------------------------------
 main contents
 ---------------------------------------------------- */

.page-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
}

.main-contents{
	background: #fff;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  /*IE,edge*/
  scrollbar-width: none;
  /*firefox*/
  -ms-overflow-style: none;
}

@media screen and (min-width: 768px) {
  .main-contents{
    max-width: 440px;
    box-shadow: 0 0 30px rgba(255,255,255,0.4);
    margin-right: 0;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
   .main-contents {
			/* max-width: 440px; */
			margin-right: clamp(260px, 23vw, 330px);
  }
}

@media screen and (min-width: 1440px) {
   .main-contents {
    max-width: 500px;
    margin-right: 400px;
  }
}

/* ----------------------------------------------------
 main visual
 ---------------------------------------------------- */

.l-mainvisual02.is_shopdetail {
  height: 100%!important;
}

.l-mainvisual02.is_shopdetail > .fv_wrap {
  background-color: #000;
}

.l-mainvisual02.is_shopdetail > .fv_wrap > .fv {
  max-width: 68%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02.is_shopdetail > .fv_wrap > .fv {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 {
    height: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .l-mainvisual02.is_shopdetail {
    height: 100% !important;
  }
}

.l-mainvisual02 .shopName {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .shopName {
    padding: 0 2em;
  }
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .shopName .copy {
    margin: 0 40px;
    text-align: center;
  }
}

.l-mainvisual02 .shopName .copy span {
  font-size: 27px;
  background: #fff;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
  padding: 6px 18px;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .shopName .copy span {
    font-size: 13px;
    padding: 3px 9px;
  }
}

.l-mainvisual02 .shopName .title {
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #000;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .shopName .title {
    font-size: 29px;
    margin-top: 10px;
  }
}

.l-mainvisual02 .l-campaign {
  position: absolute;
  right: 100px;
  bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .l-campaign {
    right: 20px;
    bottom: 140px;
  }
}

@media screen and (max-width: 320px) {
  .l-mainvisual02 .l-campaign {
    right: 10px;
    bottom: 130px;
  }
}

.l-mainvisual02 .l-campaign a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #fff000;
  width: 146px;
  height: 146px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .l-campaign a {
    width: 106px;
    height: 106px;
    font-size: 14px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .l-mainvisual02 .l-campaign a {
    width: 75px;
    height: 75px;
    font-size: 10px;
    padding-top: 12px;
  }
}

.l-mainvisual02 .l-campaign a:hover {
  opacity: 0.8;
}

.l-mainvisual02 .l-campaign a::before,
.l-mainvisual02 .l-campaign a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}

.l-mainvisual02 .l-campaign a::before {
  width: 18px;
  height: 18px;
  bottom: 20px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .l-campaign a::before {
    bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .l-mainvisual02 .l-campaign a::before {
    width: 15px;
    height: 15px;
    bottom: 5px;
  }
}

.l-mainvisual02 .l-campaign a::after {
  bottom: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .l-campaign a::after {
    bottom: 15px;
  }
}

@media screen and (max-width: 320px) {
  .l-mainvisual02 .l-campaign a::after {
    bottom: 9px;
  }
}

.l-mainvisual02 .l-campaign a .stop {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-7deg);
  transform: translate(-50%, -50%) rotate(-7deg);
  width: 214px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .l-mainvisual02 .l-campaign a .stop {
    width: 154px;
  }
}

@media screen and (max-width: 320px) {
  .l-mainvisual02 .l-campaign a .stop {
    width: 124px;
    margin-left: -10px;
  }
}


.l-mainvisual02.is_shopdetail .l-breadArea {
  position: unset;
  background-color: #000;
  height: 100%;
}

.l-mainvisual02.is_shopdetail > .l-breadArea > .l-breadAreaInner {
	padding: 18px 0 18px 20px;
}

.l-mainvisual02.is_shopdetail > .l-breadArea .title {
  color: #fff;
  width: fit-content;
  line-height: 1;
  font-size: 27px;
  margin-top: 0px;
}

/* ----------------------------------------------------
  information
 ---------------------------------------------------- */
/* FV直下の方 */
#shop_info_top {
	padding-bottom: 0;
  border-bottom: none;
}

#shop_info_top:empty {
  margin-bottom: none;
  border-bottom: none;
  padding: 0;
}

#shop_info_top > .l-infoDetailText {
  padding: 20px 10px;
  margin-bottom: 0;
}

#shop_info_top > .l-infoDetailText > p {
      font-size: 12px;
}

/* アクセス直下のエリア */
/* .l-attention_area {
  max-width: 1065px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
} */

#shop_info_bottom {
	padding: 0 20px;
}

#shop_info_bottom .mt-image-none {
  margin-bottom: 20px;
}

#shop_info_bottom .l-infoDetailText {
  padding-top: 20px;
}

#shop_info_bottom .l-infoDetailText + .l-infoDetailText {
  padding-top: 0px;
}

#shop_info_bottom .l-infoDetailText:last-child {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #shop_info_bottom .l-infoDetailText {
    padding-top: 20px;
  }

	#shop_info_bottom .l-infoDetailText + .l-infoDetailText {
		padding-top: 0px;
	}

	#shop_info_bottom .l-infoDetailText:last-child {
		padding-bottom: 60px;
	}
}


/* ----------------------------------------------------
  fv 直下のメニュー
 ---------------------------------------------------- */

.l-shopGnav {
  /*position: absolute;
  left: 0;
  bottom: -85px;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 85px;
  background: #5eb74f;
  margin-bottom: 50px;
}

.l-shopGnav.-item2 {
  justify-content: center;
}

.l-shopGnav .l-gNavShop_item {
  flex: 1;
  height: 100%;
  position: relative;
}
.l-shopGnav.-itemf2 .l-gNavShop_item:first-child {
  border-left: 2px solid #ebebeb;
}

/* @media screen and (max-width: 767px) { */
  .l-shopGnav {
    background: #fff;
    height: auto;
    margin-bottom: 30px;
  }
  .l-shopGnav.-item2 .l-gNavShop_item:first-child {
    border-left: none;
  }
  .l-shopGnav .l-gNavShop_item:first-child {
    border-left: none;
  }
  .l-shopGnav .l-gNavShop_item:last-child {
    border-right: none;
  }
  .l-shopGnav .l-gNavShop_item {
    flex: unset;
    width: 50%;
    height: 45px;
    border-top: 1px solid #cacaca;
  }
/* } */

/* @media screen and (max-width: 767px) { */
  .l-shopGnav .l-gNavShop_item::before {
    display: none;
  }
/* } */

.l-shopGnav .l-gNavShop_item a {
	font-size: 12px;
  padding: 15px 0;
	border-right: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  background: #5eb74f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  height: 100%;
}

.l-shopGnav .l-gNavShop_item:last-child a {
  border-right: none;
}

 .l-shopGnav .l-gNavShop_item:nth-child(2n) a {
    border-right: none;
  }

.l-shopGnav .l-gNavShop_item a::after {
  content: "";
  transform: rotate(45deg);
  display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.l-shopGnav .l-gNavShop_item a:hover {
  opacity: 0.8;
}


/* ----------------------------------------------------
  cta 今すぐカンタン手続き
 ---------------------------------------------------- */
/* 共通 */
.ctabtn_area {
  height: 205px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctabtn_area_inner {
  width: 100%;
  max-width: 1090px;
}

#sec00 .ctabtn_area {
  background-color: #e4e4e4;
}

#sec00 .l-innerWrap {
     padding: 0 20px 50px 20px;
	width: 100%;
}

#sec00 .guide_txt {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
	font-size: 19px;
  margin-bottom: 14px;
}

/* ----------------------------------------------------
 shop_cont_banner(バナー大サイズ)
 ---------------------------------------------------- */

.ShopContBnrAreaWrap {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin: 50px 0;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .ShopContBnrAreaWrap {
    margin: 25px 0;
    padding: 25px 0;
  }
}

/* ----------------------------------------------------
 section title
 ---------------------------------------------------- */
.sectionTitle {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sectionTitle .en {
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	font-size: 35px;
	margin-bottom: 6px;
  text-transform: uppercase;
}

.sectionTitle .ja {
  font-size: 18px;
  font-weight: 700;
}

#sec01 .sectionTitle {
	margin-bottom: 0;
	padding-bottom: 45px;
}

#sec-pickup .sectionTitle {
  margin-bottom: 50px;
}

#sec04 .sectionTitle {
	margin-bottom: 45px;
}

#sec-campaign .sectionTitle {
	margin-bottom: 50px;
}

.sectionTitleSquare {
  position: relative;
  background-color: #5cb74f;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* セクションごとの幅調整 */
  .sectionTitleSquare {
    font-size: 19px;
    height: 24px;
  }

  .sectionTitleSquare.is_storeview {
    max-width: unset;
  }

  .sectionTitleSquare.is_lineup {
    max-width: unset;
  }

  .sectionTitleSquare.is_monthly_price {
    max-width: unset;
    margin-top: 45px;
  }

  .sectionTitleSquare.is_option_price {
    max-width: unset;
    margin-top: 70px;
  }


.sectionTitleSquare .obj-secttl_square_right {
  position: absolute;
      right: -1px;
  top: 0px;
  height: 102%;
}


.sectionTitleSquare .obj-secttl_square_left {
  position: absolute;
  left: 0px;
  top: -1px;
  height: 102%;
}

#sec02 .sectionTitleSquare {
  margin-right: auto;
  margin-left: auto;
}

#sec03 .sectionTitleSquare {
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------
 タイトル左右のオブジェクト
 ---------------------------------------------------- */
.obj_position{
	position: relative;
}

.ttlobj_right {
  position: absolute;
	top: 20px;
  right: 0;
}

.ttlobj_left {
  position: absolute;
  top: 0;
	left: 20px;
}

#sec-pickup .ttlobj_right {
	top: 50px;
}

#sec-pickup .ttlobj_left {
	left: 10px;
}

/* ----------------------------------------------------
 	access
 ---------------------------------------------------- */

#sec01 .sectionTitle {
	margin-bottom: 0;
	padding-bottom: 45px;
}

.l-shopAccess_item.c-col2_item + .l-shopAccess_item.c-col2_item {
	width: 100%;
	margin-left: 0;
}

.l-shopAccess_item:last-child {
	margin-top: 30px;
}

.l-shopListArea_item .l-shopListCont .l-shopListBox .shoName a .combi,
.l-shopListArea_item .l-shopListCont .l-shopListBox .shoName a .title .combi {
	padding: 4px 4px 5px;
	font-size: 11px;
}


.l-shopAccess_item.c-col2_item + .l-shopAccess_item.c-col2_item {
	width: 100%;
	margin-left: 0;
}

.l-shopAccess_item:last-child {
	margin-top: 30px;
}

.l-shopListArea_item .l-shopListCont .l-shopListBox .shoName a .combi,
.l-shopListArea_item .l-shopListCont .l-shopListBox .shoName a .title .combi {
	padding: 4px 4px 5px;
	font-size: 11px;
}

.l-accessBox + .l-accessBox {
	margin-top: 20px;
}


.l-accessBox .txtTable_title {
  line-height: 1;
  font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
}

.l-accessBox .txtTable_txt {
  margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}

.l-accessBox .txtTable_txt.is_shopName {
	font-size: 26px;
  font-weight: 700;
  color: #5eb74f;
}

.l-accessBox .txtTable_txt .has_address {
	display: block;
}

.l-accessBox .txtTable_txt .is_large {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.l-accessBox .txtTable_title.-wide {
  width: 11em;
}

/* スタッフアワー */
#staffHourArea {
  color: #fff;
	font-size: 14px;
}

/* 店舗詳細アイコン */
#shopdetail_icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 5px;
}

#shopdetail_icon ul li {
  width: calc(15% - 6px);
}

@media screen and (max-width: 480px) {
  #shopdetail_icon ul li {
    width: calc(25% - 14px);
  }
}

#shopdetail_icon ul li .text {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 480px) {
  #shopdetail_icon ul li .text {
    font-size: 11px;
    margin-top: 4px;
  }
}

/* 近隣店舗 */
.nearbyshop_list {
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.nearbyshop_list_item_link {
  display: block;
  padding: 8px 14px 8px 18px;
  transition: opacity 0.3s;
}

.nearbyshop_list_item_link:hover {
  opacity: 0.6;
}

.nearbyshop_list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-bottom: 6px;
}

.nearbyshop_list_title .txtTable_title {
  font-weight: 400;
	line-height: 1.2;
	font-size: 16px;
}

.nearbyshop_list_distance {
  font-size: 12px;
  font-weight: 600;
}

.nearbyshop_list_item_link_detail_name {
	font-size: 14px;
  font-weight: 600;
  color: #5eb74f;
  display: flex;
  align-items: center;
}

.nearbyshop_list_item_link_detail_name::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: solid 2px #5eb74f;
  border-right: solid 2px #5eb74f;
  margin-left: 4px;
  margin-top: 1px;
}


.nearbyshop_list_item_link_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nearbyshop_list_item_link_detail_distance > .txt {
  font-size: 12px;
}

.nearbyshop_list_item_link_detail_distance > .value {
  font-size: 15px;
  margin-left: 4px;
}

.nearbyshop_list_none{
	font-size: 14px;
}


/* Google Maps*/
.l-shopAccess_item .c-gmap {
  width: 100%;
  padding-top: 61.724%;
  position: relative;
}

.l-shopAccess_item .c-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/* ----------------------------------------------------
 バナー中・小・小ハーフ・特小 共通
 ---------------------------------------------------- */

.ShopBnrArea + .ShopBnrArea {
  margin-top: 50px;
}

.ShopBnrArea:empty {
  border-bottom: none;
  border-top: none;
  padding: 0;
}

.ShopBnrArea ul {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 0;
}

.ShopBnrArea ul li {
	width: 100%;
}

.ShopBnrArea ul li:last-child {
	margin-bottom: 0;
}

.ShopBnrArea ul li img {
  width: 100%;
}
.ShopBnrArea ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ShopBnrArea ul li a:hover {
  opacity: 0.8;
}

.ShopBnrArea ul li h3 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}

.ShopBnrArea ul li p {
	font-size: 1.4rem;
	line-height: 1.6em;
	margin-top: 12px;
  letter-spacing: 0.05em;
	margin-bottom: 10px;
}


/* ----------------------------------------------------
 campaign（バナー中サイズ）
 ---------------------------------------------------- */
#sec-campaign {
  background-color: #000;
}

.ShopBnrArea.is_md > ul {
		gap: 20px;
    display: flex;
    flex-direction: column;
}


.ShopBnrArea.is_md > ul > li {
    max-width: 600px;
    margin: auto;
    width: fit-content;
}

	.ShopBnrArea.is_md > ul > li .title {
	  font-size: 1.5rem;
		line-height: 1.5;
    max-width: 600px;
    margin: 4px auto;
    width: fit-content;
		height: auto!important;
		color: #5eb74f;
}

.ShopBnrArea.is_md > ul > li p {
    max-width: 600px;
    margin: auto;
    width: fit-content;
		color: #5eb74f;
		margin-bottom: 4px;
}

/* モーダル */
	html.is-fixed {
		overflow: hidden;
	}

	.modal__btn{
		transition: opacity 0.4s ease-in-out;
	}

	.modal__btn:hover{
		opacity: 0.6;
	}

.feature-modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 101; /* headerより前面に表示 */
		display: none;
	}

	.feature-modal__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		cursor: pointer;
		background-color: rgba(0, 0, 0, 0.75);
	}

	.feature-modal__body {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 378px;
		height: 90vh;
		max-height: 746px;
		background-color: #fff;
		overflow: auto;
	}
	@media screen and (max-width: 767px) {
		.feature-modal__body {
			width: 90%;
			height: 80vh;
		}
	}

	.feature-modal__inner {
		padding: 20px 20px 40px;
	}

	.feature-modal__top {
		border: 2px solid #000;
		border-radius: 3px;
		font-size: 1.6rem;
		line-height: 1.7;
		width: fit-content;
		padding: 2px 20px;
		margin-bottom: 6px;
	}

	.feature-modal__title {
		font-size: 1.8rem;
	}

	.feature-modal__close {
		margin-top: 20px;
		width: 100%;
		min-height: 50px;
		font-size: 1.6rem;
	}

/* ----------------------------------------------------
  pick up（バナー小・小ハーフ・特小）
 ---------------------------------------------------- */

/* 店舗用管理バナー小ハーフ */
.ShopBnrArea.is_smhalf > ul {
  gap: 18px;
	display: flex;
	align-items: flex-end;
}

.ShopBnrArea.is_smhalf > ul > li {
   width: calc(50% - 10px);
}


.ShopBnrArea.is_smhalf > ul > li > .title {
  font-size: 16px;
}

/* 店舗用管理バナー小 */
.ShopBnrArea.is_sm > ul {
  gap: 20px;
}

.ShopBnrArea.is_sm > ul > li {
	width: 100%;
}

.ShopBnrArea.is_sm > ul > li:nth-child(n + 2) > .title {
	height: auto !important;
}

.ShopBnrArea.is_sm > ul > li > .title {
  font-size: 18px;
}

/* 店舗用管理バナー特小 */
.ShopBnrArea.is_xs > ul {
  display: flex;
  flex-wrap: wrap;
	gap: 15px calc((100% - 240px) / 2);
	align-items: flex-end;
}

.ShopBnrArea.is_xs > ul > li {
	width: 80px;
}

.ShopBnrArea.is_xs > ul > li > .title {
	font-size: 15px;
  margin-bottom: 6px;
}

.ShopBnrArea.is_xs > ul > li > p {
  font-size: 12px;
  margin-top: 10px;
}

.ShopBnrArea.is_xs > ul > li > a {
  display: block;
	height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ShopBnrArea.is_xs > ul > li img {
	height: 80px;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------
  facility
 ---------------------------------------------------- */
/* 店内ビュー */
.l-gmapInviewArea {
  margin-top: 30px;
	margin-bottom: 70px;
}


.l-gmapInviewAreaAttention {
  color: #fff;
  margin-top: 10px;
}

.l-gmapInvieCont .cont_item {
  display: none;
  width: 100%;
	padding-top: 80%;
  height: 0;
  position: relative;
}

.l-gmapInvieCont .cont_item.-active {
  display: block;
}

.l-gmapInvieCont .cont_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-gmapInviewTab .tab_item {
  float: left;
   width: 50%;
  height: 70px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e4e4e4;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.l-gmapInviewTab .tab_item:nth-child(2n) {
	border-right: none;
}

.l-gmapInviewTab .tab_item.-bdBnon {
  border-bottom: none;
}

.l-gmapInviewTab .tab_item.-active {
  background: #5eb74f !important;
}

.l-gmapInviewTab .tab_item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.l-gmapInviewTab .tab_item span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}

/* 充実のラインナップ */
#sec02 .lineupList{
 margin-bottom: 80px;
}

#sec02 .lineupList .lineupList_item + .lineupList_item {
  margin-top: 50px;
	padding-top: 50px;
  position: relative;
}

#sec02 .lineupList .lineupList_item + .lineupList_item::before {
  content: "";
  width: 100vw;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}

#sec02 .lineupList_item_ttl {
  color: #fff;
	font-size: 22px;
  margin-top: 30px;
  margin-bottom: 4px;
}

#sec02 .lineupList_item_inner {
  display: flex;
	flex-direction: column;
	gap: 20px 0;
}

#sec02 .lineupList_item .lineupList_item_txt {
  color: #fff;
	font-size: 15px;
	max-width: 100%;
}

#sec02 .lineupList_item_imglist {
	display: flex;
	justify-content: space-between;
}

#sec02 .lineupList_item_imgwrap {
  position: relative;
  padding: 2px;
	width: 47%;
}

#sec02 .lineupList_item_imgwrap + .lineupList_item_imgwrap {
    margin-top: 0px;
}

#sec02 .lineupList_item_img {
  position: absolute;
}

#sec02 .lineupList_item_img.is_top {
  z-index: 2;
  top: 0;
  left: 0;
}

#sec02 .lineupList_item_img.is_bottom {
z-index: 1;
	top: 4px;
	left: 4px;
}

/* ----------------------------------------------------
	price
 ---------------------------------------------------- */

.l-priceArea {
	gap: 14px;
	margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 0;
}

.l-priceArea .l-priceArea_item.is_3rd {
  width: 51%;
}

.l-priceArea .l-priceArea_item {
	width: calc((100% - 28px) / 2);
	padding: 12px 0;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
}

.l-priceArea .l-priceArea_item .title {
  color: #000;
  font-weight: 700;
  line-height: 1.4;
	font-size: 15px;
}

.l-priceArea .l-priceArea_item .subttl {
  color: #5eb74f;
  font-weight: 900;
  line-height: 1.4;
	font-size: 14px;
}

.l-priceArea .l-priceArea_item .price {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
	font-size: 30px;
	margin-top: 10px;
}

.l-priceArea .l-priceArea_item .price span {
  font-family: "Oswald", sans-serif;
	font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 6px;
}
/* 税表記なしの場合 */
.l-priceArea .l-priceArea_item .price.is_notax span {
	font-size: 70px;
}

.l-priceArea .l-priceArea_item .tax {
	margin-top: 5px;
	font-size: 11px;
}

.l-priceArea .l-priceArea_item .tax span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
	font-size: 19px;
}

.l-priceArea .l-priceArea_item .tax small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-right: 2px;
  margin-left: 5px;
	font-size: 14px;
}

.l-optionArea {
	margin-top: 30px;
}

.l-optionArea .c-txtLarge {
  color: #4d4d4d;
  font-weight: 900;
  letter-spacing: 0.2em;
	margin-bottom: 10px;
	font-size: 13px;
}

.l-optionArea .note {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
	margin-top: 15px;
	font-size: 9px;
	letter-spacing: 0.05em;
}

.l-optionArea .note .asterisk {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.l-optionCont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
	gap: 16px;
}

.l-optionCont.cont-center {
  justify-content: center;
}

.l-optionCont .l-optionCont_item {
  background: #fff;
  border: 2px solid #000;
	 width: calc((100% - 16px) / 2);
}

.l-optionCont .l-optionCont_item .optionBox {
	padding: 10px 0;
}

.l-optionCont .l-optionCont_item .optionBox .title {
  color: #000;
	font-size: 13px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}

.l-optionCont .l-optionCont_item .optionBox .title.title-2line {
  letter-spacing: 0.075em;
}

.l-optionCont .l-optionCont_item .optionBox .txt {
	margin-top: 7px;
}

.l-optionCont .l-optionCont_item .optionBox .txt .price {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.4em;
  text-align: center;
  width: 100%;
	gap: 6px;
}

.l-optionCont .l-optionCont_item .optionBox .txt .price p {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
}

.l-optionCont .l-optionCont_item .optionBox .txt .price .date {
  background: #4d4d4d;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 4px;
	font-size: 10px;
	padding: 1px 5px 3px;
	margin-top: 0;
}

.l-optionCont .l-optionCont_item .optionBox .txt .price .yen {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1;
  letter-spacing: -0.03em;
	font-size: 23px;
}

.l-optionCont .l-optionCont_item .optionBox .txt .price .yen span {
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 6px;
	font-size: 33px;
}

.l-optionCont .l-optionCont_item .optionBox .txt .tax {
	font-size: 9px;
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.05em;
}

.l-optionCont .l-optionCont_item .optionBox .txt .tax span {
  font-family: "Oswald", sans-serif;
	font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.l-optionCont .l-optionCont_item .optionBox .txt .tax small {
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
}


/* ----------------------------------------------------
	information area（お知らせエリア）
 ---------------------------------------------------- */
.l-infoArea.-more {
  margin-top: 0;
}

.l-infoArea.-more .l-infoArea_item:first-child {
  border-top: none;
}

.l-infoArea .l-infoArea_item {
  border-top: 1px solid #d8d8d8;
}

.l-infoArea .l-infoArea_item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.l-infoArea .l-infoArea_item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-infoArea .l-infoArea_item a:hover {
  opacity: 0.6;
}

.l-infoArea .l-infoArea_item .l-infoBox {
     display: block;
}

.l-infoArea .l-infoArea_item .l-infoBox .infoTitle,
.l-infoArea .l-infoArea_item .l-infoBox .infoTxt {
	display: block;
  vertical-align: top;
	font-size: 14px;
  padding: 20px 0;
}

.is_shopDetailInfo .l-infoArea .l-infoArea_item .l-infoBox .infoTitle,
.is_shopDetailInfo .l-infoArea .l-infoArea_item .l-infoBox .infoTxt {
  color: #fff;
	display: block;
}

.l-infoArea .l-infoArea_item .l-infoBox .infoTitle {
  letter-spacing: -0.4em;
	width: 100%;
	padding: 20px 0 10px;
}


.l-infoArea .l-infoArea_item .l-infoBox .infoTitle .category,
.l-infoArea .l-infoArea_item .l-infoBox .infoTitle .date {
  font-family: "Oswald", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.l-infoArea .l-infoArea_item .l-infoBox .infoTitle .category {
  width: 120px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  margin-right: 20px;
}

.l-infoArea .l-infoArea_item .l-infoBox .infoTitle .date {
  font-weight: bold;
}

.l-infoArea .l-infoArea_item .l-infoBox .infoTxt {
  vertical-align: middle;
  padding: 0 0 20px;
}

/* アルバイト情報 */
.l-recruitArea a {
	display: block;
	width: 100%;
	font-size: 14px;
  margin: 60px auto 0;
  padding: 50px 0;
  text-align: center;
  background: #5eb74f;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.l-recruitArea a:hover {
  opacity: 0.8;
}

.l-recruitArea a::before,
.l-recruitArea a::after {
  content: "";
  display: block;
  position: absolute;
}

.l-recruitArea a::before {
	width: 16px;
	height: 16px;
	right: 2px;
	bottom: 2px;
  background: #fff;
}


.l-recruitArea a::after {
	width: 4px;
	height: 4px;
	right: 8px;
	bottom: 8px;
  border-top: 1px solid #5eb74f;
  border-right: 1px solid #5eb74f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-recruitArea a .c-col2_item {
  position: relative;
}

.l-recruitArea a .c-col2_item p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0 20px;
}
