@charset "UTF-8";

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-size: 16px;
  color: #444;
  font-family: "Shippori Mincho B1", serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  position: relative;
  width: 100%;
}

a {
  color: #444;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #444;
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*margin*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*padding*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

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

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

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  outline: none;
  border-color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #c5c5c5;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #000;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }

  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    padding: 23px 17px;
    right: 15px;
    text-align: center;
    top: 20px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.85);
    transition: background 0.6s;
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #444;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -10px;
  }

  .toggle__bar::after {
    top: 10px;
  }

  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
}

.toggle.active {
  background: none;
}

.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 550px) {
  .toggle {
    padding: 19px 17px;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    width: 22px;
  }

  .toggle__bar::before {
    top: -8px;
  }

  .toggle__bar::after {
    top: 8px;
  }

  .toggle.active .toggle__bar::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .toggle.active .toggle__bar::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse nav ul.flexbox {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.collapse.in nav ul.flexbox {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    height: inherit !important;
  }
}

/*////////////////////////

fonts

////////////////////////*/
.montserrat {
  font-family: "Montserrat", sans-serif;
}

.ls_10 {
  letter-spacing: 0.1em;
}

.lh_2 {
  line-height: 2;
}

.lh_n {
  line-height: 1.2;
}

/*////////////////////////

 header

////////////////////////*/
.fixedmenu {
  visibility: visible !important;
  opacity: 1;
}

header {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
  margin: 0 auto;
}

header .logo {
  max-width: 190px;
  width: 100%;
}

header nav {
  width: 82%;
  max-width: 1170px;
}

.gnav {
  display: flex;
  align-items: center;
}

.h-nav {
  max-width: 685px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.h-nav li {
  margin-right: 2%;
}

.h-nav li a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.gnav .golf {
  padding: 0 1.2%;
  border-left: 1px solid rgba(68, 68, 68, 0.25);
  border-right: 1px solid rgba(68, 68, 68, 0.25);
  white-space: nowrap;
  text-align: center;
}

.gnav .golf a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.gnav .tel-box {
  padding-left: 1.2%;
  white-space: nowrap;
}

.gnav .tel-box p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.gnav .tel-box .tel {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.gnav .tel-box a {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

.select a {
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 1350px) {
  header nav {
    max-width: 875px;
  }

  .gnav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .gnav .tel-box {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1120px) {
  .gnav .golf {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header .logo {
    width: 16%;
  }

  .header-inner {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 100vh;
    visibility: hidden !important;
    opacity: 0;
    padding: 30px 0;
    transition: all 0.6s;
  }

  header.active {
    visibility: visible !important;
    opacity: 1;
  }

  .header-inner {
    display: block;
    width: 100%;
  }

  header .logo {
    font-size: 1rem;
    max-width: 150px;
    width: 100%;
    margin: 0 20px 30px;
  }

  .gnav {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .h-nav {
    max-width: 100%;
    display: block;
  }

  .h-nav li {
    padding: 10px 20px;
    margin-right: 0;
    border-bottom: 1px solid rgba(68, 68, 68, 0.25);
    transform: translateX(60%);
    transition: 0.6s;
  }

  .active .h-nav li {
    transform: translateX(0);
  }

  .h-nav li:first-child {
    border-top: 1px solid rgba(68, 68, 68, 0.25);
    transition-delay: 0.15s;
  }

  .h-nav li:nth-child(2) {
    transition-delay: 0.25s;
  }

  .h-nav li:nth-child(3) {
    transition-delay: 0.35s;
  }

  .h-nav li:nth-child(4) {
    transition-delay: 0.45s;
  }

  .h-nav li:nth-child(5) {
    transition-delay: 0.55s;
  }

  .gnav .golf {
    padding: 10px 20px;
    margin-top: 0;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(68, 68, 68, 0.25);
    transform: translateX(60%);
    transition: 0.6s;
    transition-delay: 0.65s;
  }

  .active .gnav .golf {
    transform: translateX(0);
  }

  .gnav .tel-box {
    transform: translateX(60%);
    transition: 0.6s;
    transition-delay: 0.75s;
    padding: 0 20px;
  }

  .active .gnav .tel-box {
    transform: translateX(0);
  }

  .gnav .tel-box p:not(.tel) {
    margin-bottom: 10px;
  }

  .select a {
    border-bottom: 0;
  }
}

/*////////////////////////

footer

////////////////////////*/
footer {
  width: 100%;
  background: url(img/common/footer-bk.jpg) no-repeat center center / cover;
  color: #fff;
  font-weight: normal;
  margin-top: 120px;
  padding: 100px 0;
  font-size: 1.5rem;
}

footer a,
footer a:hover {
  color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fz-18 {
  font-size: 1.8rem;
}

.bold {
  font-weight: bold;
}

footer .add {
  max-width: 355px;
  width: 100%;
}

.add .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.2;
}

.add .tel a {
  font-size: 3.6rem;
}

.add .insta a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.add .insta a .ri-instagram-line {
  margin-right: 10px;
  vertical-align: middle;
}

.sub-nav {
  max-width: 845px;
  width: calc(100% - 405px);
}

.f-nav {
  display: flex;
}

@media screen and (min-width: 1271px) {
  .f-nav li:not(:last-child) {
    margin-right: 40px;
  }
}

footer .logo {
  text-align: right;
  margin-top: 160px;
}

footer .copy {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #878787;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1270px) {
  .f-nav li:not(:last-child) {
    margin-right: 2.3vw;
  }
}

@media screen and (max-width: 1210px) {
  .f-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .f-nav li {
    margin-bottom: 20px;
  }

  footer .logo {
    margin-top: 140px;
  }
}

@media screen and (max-width: 880px) {
  footer .logo {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0;
    margin-top: 60px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  footer .add {
    max-width: 100%;
    order: 2;
    margin-bottom: 50px;
  }

  .sub-nav {
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  footer .logo {
    margin-top: 20px;
    text-align: left;
  }
}

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

  .f-nav li {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #999;
  }

  .f-nav li:not(:last-child) {
    margin-right: 0;
  }

  footer .logo {
    margin-top: 40px;
  }

  .add .tel a {
    font-size: 3rem;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
[class*="container_"] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1390px;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.sp,
.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

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

  .pc {
    display: none;
  }
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}

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

  .sp_550 {
    display: block;
  }
}

/*////////////////////////

toppage

////////////////////////*/
.top01 {
  position: relative;
  width: 100%;
}

.mv-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 0;
}

.mv-nav .logo {
  max-width: 220px;
  width: 100%;
}

.mv-nav p,
.mv-nav a {
  color: #fff;
}

.mv-nav .nav {
  display: flex;
  align-items: center;
  width: 82%;
  max-width: 1170px;
  margin-top: 30px;
}

.m-nav {
  max-width: 685px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.m-nav li {
  margin-right: 2%;
}

.m-nav li a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.mv-nav .nav .golf {
  padding: 0 1.2%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  white-space: nowrap;
  text-align: center;
}

.mv-nav .nav .golf a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.mv-nav .nav .tel-box {
  padding-left: 1.2%;
  white-space: nowrap;
}

.mv-nav .nav .tel-box p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.mv-nav .nav .tel-box .tel {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.mv-nav .nav .tel-box a {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}

.mv-nav .nav .select a {
  border-bottom: 1px solid #fff;
}

.visual-wrapper {
  position: relative;
}

.visual-wrapper .filter {
  position: absolute;
  width: 100%;
  top: 195px;
  left: 0;
}

.visual-wrapper .filter .copy {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  writing-mode: tb-rl;
  color: #fff;
  margin-left: 91vw;
  transform: translateX(-100%);
  text-shadow: 3px 3px 3px rgb(0 0 0 / 45%);
}

.main-movie {
  width: 100%;
  position: relative;
  padding-top: 1065px;
}

.main-movie video {
  position: absolute;
  content: "";
  width: 100%;
  height: 1065px;
  object-fit: cover;
  top: 0;
  left: 0;
}

.main-visual .slick-dots {
  text-align: right;
  padding: 0 20px;
  bottom: 90px;
}

.main-visual .slick-dots li {
  height: 1px;
  width: 40px;
  margin: 0 5px;
}

.main-visual .slick-dots li button {
  height: 1px;
  width: 40px;
  padding: 0;
}

.main-visual .slick-dots li button:before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(238, 238, 238, 0.3);
}

.main-visual .slick-dots .slick-active button:before {
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 1350px) {
  .mv-nav .nav {
    max-width: 875px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 15px;
  }

  .mv-nav .nav .tel-box {
    margin-top: 10px;
  }

  .visual-wrapper {
    height: 1065px;
  }

  .visual-wrapper img {
    height: 1065px;
    object-fit: cover;
  }

  .visual-wrapper .filter {
    top: 220px;
  }
}

@media screen and (max-width: 1120px) {
  .mv-nav .nav .golf {
    margin-top: 10px;
  }
}

@media screen and (max-width: 950px) {
  .mv-nav .logo {
    width: 21%;
  }

  .mv-nav .nav {
    width: 76%;
  }

  .m-nav li {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mv-nav .nav {
    display: none;
  }

  .mv-nav .logo {
    width: 165px;
  }

  .visual-wrapper {
    height: 100vh;
  }

  .visual-wrapper img {
    height: 100vh;
    object-fit: cover;
  }

  .visual-wrapper .filter {
    top: 21vh;
  }

  .main-movie {
    height: 100vh;
  }

  .main-movie video {
    height: 100vh;
  }

  .main-visual .slick-dots {
    bottom: 30px;
  }
}

@media screen and (max-width: 550px) {
  .mv-nav .logo {
    width: 130px;
  }

  .visual-wrapper .filter .copy {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 320px) {
  .mv-nav .logo {
    width: 100px;
  }
}

.top02 {
  width: 100%;
  background: url(img/top/kodawari-bk.jpg) no-repeat center bottom / cover;
  padding: 190px 0 220px;
  margin-bottom: 200px;
}

.kodawari-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.kodawari-text {
  max-width: 285px;
  width: 100%;
  margin: 0 9%;
}

.kodawari-text .ttl {
  display: block;
  text-align: center;
  margin-bottom: 70px;
}

.kodawari-image {
  max-width: 720px;
  width: 54%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kodawari-image .col_1 {
  width: 100%;
  margin-bottom: 5px;
}

.kodawari-image .col_2 {
  width: calc((100% - 5px) / 2);
}

.kodawari-image img {
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .kodawari-text {
    margin: 0 4%;
  }

  .kodawari-image {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .top02 {
    padding: 90px 0 110px;
    margin-bottom: 100px;
  }

  .kodawari-wrapper {
    flex-wrap: wrap;
  }

  .kodawari-text {
    max-width: 92%;
    margin-bottom: 50px;
  }

  .kodawari-text .ttl {
    margin-bottom: 35px;
  }

  .kodawari-image {
    max-width: 100%;
    width: 100%;
  }

  .kodawari-image img {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .top02 {
    padding: 60px 0 80px;
    margin-bottom: 60px;
  }
}

.top03 {
  width: 100%;
  margin-bottom: 200px;
}

.top03 .menu-ttl {
  float: right;
  clear: both;
  margin-bottom: -40px;
}

.basic_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.basic_box:not(:last-child) {
  margin-bottom: 90px;
}

.basic_box .img-box {
  max-width: 920px;
  width: calc(100% - (285px + 10%));
}

.basic_box .img-box img {
  border-radius: 6px;
}

.rev_box .img-box {
  order: 2;
}

.basic_box .text {
  max-width: 285px;
  width: 100%;
  margin: 0 5%;
}

.rev_box .text {
  order: 1;
}

.basic_box .text .box-ttl {
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.basic_box .text p {
  line-height: 2;
}

.image-slide .slick-dots {
  text-align: left;
  bottom: -20px;
}

.image-slide .slick-dots li {
  height: 1px;
  width: 40px;
  margin: 0 5px;
}

.image-slide .slick-dots li button {
  height: 1px;
  width: 40px;
  padding: 0;
}

.image-slide .slick-dots li button:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #eee;
}

.image-slide .slick-dots .slick-active button:before {
  background: #555;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .top03 {
    margin-bottom: 100px;
  }

  .top03 .menu-ttl {
    margin-bottom: 40px;
  }

  .basic_box {
    flex-wrap: wrap;
  }

  .basic_box .img-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .basic_box .text {
    max-width: 90%;
  }

  .rev_box .img-box {
    order: 1;
  }

  .rev_box .text {
    order: 2;
  }

  .basic_box:not(:last-child) {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 550px) {
  .top03 {
    margin-bottom: 60px;
  }

  .basic_box .text .box-ttl {
    font-size: 2rem;
  }
}

.top04 {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
  padding-top: 82px;
}

.top04 .takeout-bk {
  width: 100%;
  height: 575px;
  object-fit: cover;
}

.takeout-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.takeout-wrapper .inner {
  max-width: 285px;
  width: 100%;
  margin: 0 5% 0 auto;
}

.takeout-wrapper .ttl {
  display: block;
  text-align: right;
  margin-bottom: 95px;
}

.takeout-wrapper p {
  color: #fff;
}

.takeout-text {
  max-width: 90%;
  margin: 30px 5% 0;
}

@media screen and (max-width: 768px) {
  .top04 {
    margin-bottom: 100px;
  }

  .top04 .takeout-bk {
    height: 365px;
  }
}

@media screen and (max-width: 550px) {
  .top04 {
    padding-top: 63px;
    margin-bottom: 60px;
  }

  .top04 .takeout-bk {
    height: 200px;
  }
}

.top05 {
  width: 100%;
}

.top05 .ttl {
  float: right;
  clear: both;
  margin-bottom: -50px;
}

.basic_box.is--shop {
  margin-bottom: 165px;
}

.bnr {
  display: block;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .top05 .ttl {
    margin-bottom: 40px;
  }

  .basic_box.is--shop {
    flex-wrap: wrap;
  }

  .basic_box.is--shop .img-box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .basic_box.is--shop .img-box img {
    width: 100%;
  }

  .basic_box.is--shop .text {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .basic_box.is--shop {
    margin-bottom: 80px;
  }
}

/* btn */
.btn-A {
  display: block;
  max-width: 285px;
  width: 100%;
  background: #111;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 15px 0;
  border-radius: 4px;
}

.w_150 {
  max-width: 150px;
}

.btn-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin: 0 auto;
  }
}

/* animation */
.animation-ttl.orverInttl {
  visibility: visible !important;
  animation-name: overIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes overIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*////////////////////////

subpage

////////////////////////*/
.subpage {
  width: 100%;
  margin-bottom: 100px;
}

.subpage .visual-wrapper img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .subpage .visual-wrapper {
    height: 840px;
  }

  .subpage .visual-wrapper img {
    height: 840px;
    object-fit: cover;
  }
}

.subpage .visual-wrapper .filter {
  top: 290px;
}

.subpage .visual-wrapper .filter .page-ttl {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  writing-mode: tb-rl;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

@-moz-document url-prefix(){
  .subpage .visual-wrapper .filter .page-ttl {
    left: 50%;
    transform: translateX(-50%);
  }
}

.subpage .bread {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  z-index: 10;
}

.subpage .bread li {
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.subpage .bread li:not(:last-child) {
  margin-right: 25px;
}

.subpage .bread li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: -15px;
}

.subpage .bread a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .subpage .visual-wrapper .filter {
    top: 25vh;
  }
}

@media screen and (max-width: 500px) {
  .subpage .visual-wrapper .filter .page-ttl {
    font-size: 3rem;
  }
}

/*////////////////////////

takeout

////////////////////////*/
.takeout01 {
  width: 100%;
  margin-bottom: 240px;
}

.takeout01 .takeout-ttl {
  float: right;
  clear: both;
}

.takeout-content {
  width: 100%;
  padding-top: 150px;
}

.takeout-content__head {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 70px;
}

.takeout-content__head h3 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.takeout-content__head p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.takeout-content__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.takeout-content__list__item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 60px;
}

.takeout-content__list__item:nth-child(3n) {
  margin-right: 0;
}

.takeout-content__list__item .img {
  margin-bottom: 20px;
}

.takeout-content__list__item .img img {
  border-radius: 5px;
}

.takeout-content__list__item h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.takeout-content__list__item p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.takeout-content__foot {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
  border-top: 1px solid #eee;
}

.takeout-content__foot .text h3 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.takeout-content__foot .text p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.w-235 {
  max-width: 235px;
}

.order-box {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  background: url(img/takeout/order-box-bk.png) repeat center center / contain;
  border-radius: 5px;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.order-box p {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.order-box .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 40px;
  line-height: 1;
}

.order-box .tel a,
.order-box .tel span {
  font-weight: 400;
  font-size: 2.8rem;
}

.takeout02 {
  width: 100%;
}

.takeout02 .gift-ttl {
  float: right;
  clear: both;
}

.gift-content {
  width: 100%;
  padding-top: 130px;
}

.gift-content__head {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 50px;
}

.gift-content__head p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.gift-content__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.gift-content__list__item {
  width: calc((100% - 40px) / 2);
  margin-bottom: 60px;
}

.gift-content__list__item .img {
  margin-bottom: 20px;
}

.gift-content__list__item .img img {
  border-radius: 5px;
}

.gift-content__list__item h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.gift-content__list__item p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.gift-content__list__item p:last-child {
  font-size: 1.3rem;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .takeout-content__list {
    justify-content: space-between;
  }

  .takeout-content__list__item {
    width: 49%;
    margin-right: 0;
  }

  .takeout-content__list__item .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .takeout01 {
    margin-bottom: 80px;
  }

  .takeout01 .takeout-ttl {
    text-align: right;
    display: block;
    float: inherit;
  }

  .takeout-content {
    padding-top: 30px;
  }

  .takeout-content__list__item {
    margin-bottom: 30px;
  }

  .takeout-content__foot {
    padding-top: 50px;
    margin-bottom: 70px;
  }

  .order-box {
    padding: 30px 20px;
  }

  .takeout02 .gift-ttl {
    display: block;
    text-align: right;
    float: inherit;
  }

  .gift-content {
    padding-top: 30px;
  }

  .gift-content__list__item {
    margin-bottom: 30px;
  }

  .order-box {
    display: block;
  }

  .order-box .tel {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .takeout-content__list__item,
  .gift-content__list__item {
    width: 100%;
  }

  .takeout-content__head h3,
  .takeout-content__foot .text h3 {
    font-size: 2.1rem;
  }

  .order-box .tel a,
  .order-box .tel span {
    font-size: 2.4rem;
  }
}

/* 230117追記 */
.menu-box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-box dt {
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  width: 400px;
}

.menu-box dt:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background: #aaa;
  top: -5px;
  right: 40px;
}

.menu-box dd {
  width: calc(100% - 400px);
}

.menu-page-link {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-page-link .page {
  position: relative;
  width: calc((100% - 40px) / 2);
}

.menu-page-link .page img {
  border-radius: 5px;
}

.menu-page-link .page a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .menu-box dt {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .menu-box dt:before {
    width: 90px;
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }

  .menu-box dd {
    width: 100%;
  }

  .menu-page-link .page {
    width: 100%;
  }

  .menu-page-link .page:not(:last-child) {
    margin-bottom: 20px;
  }

  .menu-page-link .page img {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 550px) {
  .menu-box dt {
    font-size: 2rem;
  }

  .menu-page-link .page img {
    height: 100px;
  }
}

.menu01 {
  width: 100%;
}

.menu-pager {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background: url(img/top/kodawari-bk.jpg) no-repeat center center;
  border-radius: 5px;
}

.menu-pager:not(:last-child) {
  margin-bottom: 100px;
}

.menu-pager a {
  pointer-events: none;
}

.menu-pager .link {
  position: relative;
  padding: 5px 30px;
  cursor: pointer;
}

.menu-pager .link:hover a {
  border-bottom: 1px solid #999999;
}

.menu-pager .link:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #aaa;
}

.menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.menu-list .list-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.menu-list .list-item:nth-child(3n) {
  margin-right: 0;
}

.menu-list .list-item .img {
  margin-bottom: 20px;
}

.menu-list .list-item .img img {
  border-radius: 5px;
}

.menu-list .list-item h2 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.menu-list .list-item .price {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.menu-list .list-item .item-text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

.menu-list .list-item .rank {
  display: flex;
  justify-content: center;
}

.menu-list .list-item .rank li {
  display: flex;
}

.menu-list .list-item .rank li:first-child {
  position: relative;
  margin-right: 10px;
}

.menu-list .list-item .rank li:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #aaa;
  transform: rotate(15deg);
  right: -5px;
  top: 6px;
}

.menu-list .list-item .rank li .star {
  display: flex;
  align-items: center;
}

.menu-list .list-item .rank li .star span {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(img/menu/star.png) no-repeat center center / contain;
  background-size: 14px 12px;
}

.none-box {
  display: none;
}

.fz-13 {
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .menu-list {
    justify-content: space-between;
  }

  .menu-list .list-item {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
  }

  .menu-list .list-item .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .menu-pager:not(:last-child) {
    margin-bottom: 50px;
  }

  .menu-list .list-item {
    margin-bottom: 30px;
  }

  .menu-pager {
    justify-content: space-between;
    padding: 15px 10px;
  }

  .menu-pager .link {
    width: 50%;
    padding: 10px;
    text-align: center;
  }

  .menu-pager .link:not(:last-child):before {
    width: 40px;
    height: 1px;
    bottom: 0;
    top: auto;
    right: calc(50% - 20px);
  }
}

@media screen and (max-width: 650px) {
  .menu-list .list-item {
    width: 100%;
  }
}

/*////////////////////////

kodawari

////////////////////////*/
.kodawari01 {
  width: 100%;
  margin-bottom: 240px;
}

.kodawari_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.kodawari_box + .kodawari_box {
  margin-top: 90px;
}

.kodawari_box .img-box {
  max-width: 920px;
  width: calc(100% - (285px + 10%));
}

.kodawari_box .text {
  max-width: 285px;
  width: 100%;
  margin: 0 5%;
}

.box-ttl__kodawari {
  text-align: center;
  margin-bottom: 40px;
}

.kodawari-content__head {
  max-width: 1190px;
  margin: 0 30px 150px;
}

.kodawari-content__head p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 1210px) {
  .box-ttl__kodawari img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .kodawari01 {
    margin-bottom: 80px;
  }

  .kodawari_box {
    flex-wrap: wrap;
  }

  .kodawari_box + .kodawari_box {
    margin-top: 45px;
  }

  .kodawari_box .img-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .kodawari_box .text {
    max-width: 90%;
  }

  .box-ttl__kodawari {
    position: absolute;
    background: #fff;
    padding: 0.8% 1%;
    top: -10%;
    right: 5%;
  }

  .box-ttl__kodawari img {
    width: 30px;
  }

  .kodawari-content__head {
    margin: 0 0 100px;
  }
}

@media screen and (max-width: 550px) {
  .box-ttl__kodawari {
    top: -12%;
  }

  .box-ttl__kodawari img {
    width: 18px;
  }
}

/*////////////////////////

golf

////////////////////////*/
/* -------------------------------------------------- */
/* golf.html */
/* -------------------------------------------------- */
.flex {
  display: flex;
}

.w-1190 {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

.golf-mv {
  background-image: url(img/golf/golf-mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  position: relative;
}

.golf-mv .filter {
  position: absolute;
  top: 38%;
  left: 47%;
}

.breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.breadcrumb-flex {
  justify-content: flex-start;
}

.breadcrumb-flex a,
.breadcrumb-flex li {
  color: #ffffff;
  font-size: 11px;
}

.breadcrumb li {
  margin-right: 30px;
}

.about-msg {
  margin: 150px 0;
}

.golf .menu-ttl {
  float: right;
}

.golf__c-ttl {
  padding-top: 45px;
}

.golf h3 {
  font-size: 26px;
  margin-bottom: 35px;
}

.grid {
  display: grid;
}

.w-1340 {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px;
}

.golf-about__images-grid {
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
  margin-bottom: 100px;
}

.golf-about__images-grid img {
  border-radius: 4px;
}

.golf-about__facilities-flex {
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 15px;
}

.golf-about__facilities-flex li {
  width: 100%;
  max-width: 420px;
  margin-top: 35px;
}

.golf-about__facilities-flex::after {
  display: block;
  content: "";
  width: 65%;
}

.facilities-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 25px 0;
}

.price .golf__c-ttl {
  padding-top: 80px;
}

.price-table {
  margin-top: 65px;
  margin-bottom: 240px;
}

.price-table tr {
  text-align: center;
}

.price-table .ta-left {
  text-align: left;
  padding-left: 35px;
}

.price-table th,
.price-table td {
  border: solid 1px #cccccc;
  height: 70px;
}

.price-table .w-29 {
  width: 29%;
}

.price-table .w-24 {
  width: 24%;
}

.bg-gray {
  background: #f6f6f6;
}

.rules {
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 100px;
}

.access .golf__c-ttl {
  padding-top: 115px;
}

.map iframe {
  height: 560px;
  margin-top: 70px;
  margin-bottom: 75px;
}

.golf-address th,
.golf-address td {
  display: block;
  text-align: left;
}

.golf-address th {
  border-top: solid 1px #cccccc;
}

.golf-address .bb {
  border-bottom: solid 1px #cccccc;
}

.golf-address .pt {
  padding-top: 25px;
}

.golf-address table {
  width: 550px;
  height: 100px;
}

.golf-address__table-flex {
  justify-content: space-between;
  gap: 15px;
}

h3.golfgarden-ttl {
  font-size: 22px;
}

.golf-address__table-sp {
  display: none;
}

.golf-garden-map {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fa-up-right-from-square {
  font-size: 11px;
}

.breadcrumb-flex li {
  position: relative;
}

.breadcrumb-flex li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 2px);
  right: -17px;
}

@media screen and (max-width: 768px) {
  .price-table th.sp1 {
    width: 20% !important;
  }

  .price-table .w-29 {
    width: 20%;
  }

  .price-table .ta-left {
    text-align: center;
    padding: 0;
  }

  .golf-address__table-sp {
    display: block;
  }

  .golf-address__table-flex {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .golf-mv .filter {
    left: 43%;
  }

  .price-table {
    margin-bottom: 130px;
  }

  .golf-about__images-grid {
    grid-template-columns: 1fr;
  }

  .price-table table {
    font-size: 12px;
  }

  .golf-address table {
    width: 375px;
    margin: 0 auto;
  }
}

/*////////////////////////

shop

////////////////////////*/
.shop01 {
  width: 100%;
  margin-bottom: 240px;
}

.shop-content__head {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 140px;
}

.shop-content__head p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.access-ttl {
  float: right;
  clear: both;
}

.access-content {
  padding-top: 115px;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 41.5%;
  margin-bottom: 70px;
}

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

.shop-info {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}

.shop-hdg {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-list .info-item {
  max-width: 550px;
  width: 46%;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.info-list .info-item:last-child {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .info-list .info-item:nth-last-child(2) {
    border-bottom: 1px solid #ddd;
  }
}

.info-list .info-item h4 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.info-list .info-item p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.info-list .info-item a {
  text-decoration: underline;
}

.info-list .info-item .fa-up-right-from-square {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.interior-ttl {
  float: right;
  clear: both;
}

.interior-content {
  padding-top: 140px;
}

.interior-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}

.interior-img .interior-item.col__3 {
  width: 100%;
  margin-bottom: 60px;
}

.interior-img .interior-item.col__1 {
  width: calc((100% - 80px) / 3);
}

.interior-img .interior-item .img {
  margin-bottom: 20px;
}

.interior-img .interior-item .img img {
  border-radius: 5px;
}

.interior-img .interior-item p {
  text-align: center;
}

.shop-tel {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  background: url(img/top/kodawari-bk.jpg);
  border-radius: 6px;
  padding: 50px 20px;
}

.shop-tel dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.shop-tel dl dt {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 30px;
}

.shop-tel dl dd {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.shop-tel dl dd span {
  font-size: 2.8rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .shop01 {
    margin-bottom: 100px;
  }
  .shop-content__head {
    margin-bottom: 70px;
  }
  .access-ttl {
    text-align: right;
    display: block;
    float: inherit;
  }
  .access-content {
    padding-top: 50px;
  }
  .gmap {
    padding-top: 49.5%;
    margin-bottom: 40px;
  }
  .info-list .info-item {
    max-width: 100%;
    width: 100%;
  }
  .interior-ttl {
    text-align: right;
    display: block;
    float: inherit;
  }
  .interior-content {
    padding-top: 50px;
  }
  .interior-img {
    margin-bottom: 70px;
  }
  .interior-img .interior-item.col__1 {
    width: 48%;
  }
  .interior-img .interior-item.col__3,
  .interior-img .interior-item.col__1:not(:last-child) {
    margin-bottom: 30px;
  }
  .shop-tel {
    padding: 30px 20px;
  }
  .shop-tel dl dt {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop-tel dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .interior-img .interior-item.col__1 {
    width: 100%;
  }
  .interior-img .interior-item .img img {
    width: 100%;
  }
  .gmap {
    padding-top: 60%;
  }
}
