@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color: #333333;
  letter-spacing: 0.01em;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.6;
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.image-sp {
  display: none;
}

.content-sp {
  display: none;
}

.br-sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .image-pc {
    display: none;
  }
  .content-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .image-sp {
    display: inline-block;
  }
  .content-sp {
    display: inline-block;
  }
  .br-sp {
    display: inline-block;
  }
}
/*-------------------------- コンテンツ幅 ------------------------------*/
.content-w {
  width: 1100px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}

/*-------------------------- 固定フォント ------------------------------*/
@font-face {
  font-family: "line";
  src: url("../font/LINESeedJP_TTF_Eb.ttf") format("truetype");
}
@font-face {
  font-family: "tunagi";
  src: url("../font/TsunagiGothic.ttf") format("truetype");
}
a.form-button,
button.form-button {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  background-color: #ef6001;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  height: 50px;
  width: 240px;
  box-shadow: 0 5px 0 #983e02;
  transition: all 0.4s;
}

a.form-button:hover,
button.form-button:hover {
  box-shadow: none;
  transform: translate(0, 5px);
  opacity: 1;
}

.shop-button {
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  background-color: #5ca13f;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  height: 50px;
  width: 165px;
  box-shadow: 0 5px 0 #2c6813;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-button span {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 11px;
  background-image: url("../image/pin.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.shop-button:hover {
  box-shadow: none;
  transform: translate(0, 5px);
  opacity: 1;
}

button.induction-button {
  font-size: 38px;
  width: 670px;
  height: 115px;
  border-radius: 57px;
  box-shadow: 0 10px 0 #983e02;
  padding-right: 87px;
  position: relative;
}
button.induction-button::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 30px;
  width: 168px;
  height: 880px;
  background-image: url("../image/button_girl.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

button.induction-button:hover {
  transform: translate(0, 10px);
}

h1.section-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}

h2.section-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.09em;
  line-height: 1em;
}

/* --------------------------------
 * フォントサイズ SP
 * -------------------------------- */
@media screen and (max-width: 959px) {
  a.form-button,
button.form-button {
    font-size: 16px;
    line-height: 43px;
    height: 43px;
    width: 200px;
  }
  button.induction-button {
    font-size: 17px;
    width: 298px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0 5px 0 #983e02;
    padding-right: 55px;
  }
  button.induction-button::before {
    right: 22px;
    width: 77px;
    height: 86px;
  }
  button.induction-button:hover {
    transform: translate(0, 5px);
  }
  .shop-button {
    font-size: 16px;
    line-height: 43px;
    border-radius: 22.5px;
    height: 43px;
    width: 144px;
  }
  .shop-button span {
    width: 14px;
    height: 18px;
  }
  h1.section-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  h2.section-subtitle {
    font-size: 16px;
  }
}
/* -------------------------------------------------------------------- 

   #ヘッダー

-------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 40px;
}
#header .header-inner .logo {
  height: 53px;
  margin-top: 27px;
}
#header .header-inner .logo a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#header .header-inner .logo a img {
  height: 100%;
  width: auto;
}
#header .header-inner .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  gap: 20px;
}
#header .header-nav {
  position: fixed;
  top: 0;
  right: -59vw;
  width: 59vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
#header .header-nav .global-nav {
  width: 100%;
  text-align: center;
}
#header .header-nav .global-nav .menu-item a.nav-link {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 23px 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  background-image: url("../image/arrow.png");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 40px center;
}
#header .header-nav .global-nav .menu-item a.nav-link:hover {
  background-position: right 35px center;
}
#header .header-nav .global-nav .menu-item a.form-button {
  margin-top: 50px;
  font-size: 21px;
  width: 288px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}
#header .toggle-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #c4fb3d;
  z-index: 1200;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .toggle-menu span {
  background-color: #253b24;
  height: 3px;
  width: 50px;
  border: 3px;
  position: relative;
  transition: background 10ms 300ms ease;
  transform: translateY(20);
}
#header .toggle-menu span:before, #header .toggle-menu span:after {
  position: absolute;
  content: "";
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #253b24;
  height: 3px;
  width: 50px;
  border: 3px;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
}
#header .toggle-menu span:before {
  top: 17px;
}

#header.open .header-nav {
  right: 0;
}
#header.open .toggle-menu span {
  background: transparent;
}
#header.open .toggle-menu span:before, #header.open .toggle-menu span:after {
  opacity: 1;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 0;
  transform: rotate(-45deg);
}
#header.open .toggle-menu span:before {
  transform: rotate(45deg);
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #header {
    background-color: #ffffff;
  }
  #header .header-inner {
    padding: 0;
    height: 56px;
    justify-content: center;
  }
  #header .header-inner .logo {
    height: 26.5px;
    margin-top: 0;
  }
  #header .header-inner .button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    gap: 10px;
    padding: 0 0 15px 0;
  }
  #header .header-nav {
    width: 100vw;
    right: -100vw;
  }
  #header .header-nav .global-nav .menu-item a.nav-link {
    font-size: 16px;
    padding: 18px 0;
    background-size: 8px auto;
    background-position: right 27px center;
  }
  #header .header-nav .global-nav .menu-item a.nav-link:hover {
    background-position: right 22px center;
  }
  #header .header-nav .global-nav .menu-item a.form-button {
    margin-top: 38px;
    font-size: 18px;
    width: 250px;
    height: 50px;
    border-radius: 23px;
    line-height: 50px;
  }
  #header .toggle-menu {
    width: 56px;
    height: 56px;
  }
  #header .toggle-menu span {
    height: 2px;
    width: 35px;
  }
  #header .toggle-menu span:before, #header .toggle-menu span:after {
    top: -12px;
    height: 2px;
    width: 35px;
  }
  #header .toggle-menu span:before {
    top: 12px;
  }
}
/* -------------------------------------------------------------------- 

   #キービジュアル

-------------------------------------------------------------------- */
#keyvicual {
  position: relative;
}
#keyvicual .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: right;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#keyvicual .txt h1 {
  font-size: 55px;
  font-weight: 900;
  color: #000;
  line-height: 1.34em;
  padding-right: 30px;
  margin-bottom: 25px;
}
#keyvicual .txt h1 span {
  font-size: 46px;
  letter-spacing: 0.01em;
}
#keyvicual .txt h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 40px;
  color: #c4fb3d;
  padding: 28px 46px 28px 55px;
  background-image: url("../image/top_title_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  line-height: 1em;
}
#keyvicual .txt h2.subtitle1 {
  margin-bottom: 16px;
  line-height: 1em;
}
#keyvicual .ex {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
#keyvicual .ex .top-logo {
  width: 250px;
}
#keyvicual .ex h2 {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 22px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  letter-spacing: 0.01em;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #keyvicual {
    margin-top: 56px;
    height: 325px;
    background-image: url("../image/FV_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #keyvicual .txt h1 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 7px;
  }
  #keyvicual .txt h1 span {
    font-size: 17px;
  }
  #keyvicual .txt h2 {
    font-size: 17px;
    color: #c4fb3d;
    padding: 11px 8px 11px 25px;
  }
  #keyvicual .txt h2.subtitle1 {
    margin-bottom: 7px;
  }
  #keyvicual .ex {
    height: 57.5px;
    gap: 40px;
  }
  #keyvicual .ex .top-logo {
    width: 125px;
  }
  #keyvicual .ex h2 {
    border: 1px solid #ffffff;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.25em;
    text-align: center;
  }
}
/* -------------------------------------------------------------------- 

   #特徴

-------------------------------------------------------------------- */
#featured {
  text-align: center;
  padding-bottom: 98px;
}
#featured .featured-top {
  text-align: center;
  background-color: #c4fb3d;
}
#featured .featured-top h2 {
  display: inline-block;
  color: #d30c0c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-align: center;
  line-height: 2em;
  position: relative;
}
#featured .featured-top h2::before, #featured .featured-top h2::after {
  position: absolute;
  content: "";
  height: 19px;
  width: 3px;
  background-color: #d30c0c;
  transform: rotate(30deg);
  top: 13px;
  right: -20px;
}
#featured .featured-top h2::after {
  right: auto;
  left: -20px;
  transform: rotate(-30deg);
}
#featured .featured-content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  text-align: center;
}
#featured .featured-content .item img {
  margin-bottom: 20px;
}
#featured .featured-content .item h2 {
  display: inline-block;
  font-size: 23px;
  line-height: 1.82;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  background-color: #253b24;
  width: 200px;
  border-radius: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}
#featured .featured-content .item h1 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  color: #5ca13f;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
}
#featured .featured-content .item p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
  line-height: 1.35em;
  margin-bottom: 14px;
}
#featured .featured-content .item small {
  font-size: 14px;
  line-height: 1.4em;
  color: #696969;
  font-weight: 500;
}
#featured button {
  margin-top: 55px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #featured {
    padding-bottom: 75px;
  }
  #featured .featured-top h2 {
    font-size: 15px;
  }
  #featured .featured-top h2::before, #featured .featured-top h2::after {
    display: none;
  }
  #featured .featured-content {
    margin-top: 32px;
    gap: 0;
  }
  #featured .featured-content .item {
    width: 33.3%;
  }
  #featured .featured-content .item img {
    margin-bottom: 9px;
    width: 87px;
  }
  #featured .featured-content .item h2 {
    font-size: 11px;
    line-height: 1.76em;
    width: 87px;
    border-radius: 5px;
    margin-bottom: 7px;
  }
  #featured .featured-content .item h1 {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 5px;
  }
  #featured .featured-content .item p {
    font-size: 15px;
    line-height: 1.47em;
    margin-bottom: 20px;
  }
  #featured small {
    font-size: 12px;
    line-height: 1em;
  }
  #featured button {
    margin-top: 75px;
  }
}
/* -------------------------------------------------------------------- 

   #キャンペーン

-------------------------------------------------------------------- */
#campaign {
  text-align: center;
  padding: 0 0 60px 0;
}
#campaign h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
#campaign h2 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  color: #333333;
  margin-bottom: 23px;
}
#campaign .campaign-content {
  display: flex;
  margin-bottom: 13px;
}
#campaign .campaign-content .item {
  width: 50%;
  height: 253px;
  background-image: url("../image/campaign_bg_o.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
  color: #ffffff;
}
#campaign .campaign-content .item h1 {
  font-family: line;
  font-size: 53px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0;
}
#campaign .campaign-content .item h1 span {
  display: inline-block;
  position: relative;
  line-height: 1em;
}
#campaign .campaign-content .item h1 span::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-color: #ffffff;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
}
#campaign .campaign-content .item h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#campaign .campaign-content .item2 {
  background-image: url("../image/campaign_bg_g.jpg");
}
#campaign .campaign-content .item2 h2 {
  font-family: tunagi;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.01em;
}
#campaign small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1em;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #campaign {
    text-align: center;
    padding: 0 0 40px 0;
  }
  #campaign h1 {
    font-size: 23px;
    line-height: 1.32em;
    margin-bottom: 13px;
  }
  #campaign h2 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #campaign .campaign-content {
    display: block;
    margin-bottom: 10px;
  }
  #campaign .campaign-content .item {
    width: 280px;
    height: 100px;
    gap: 8px;
  }
  #campaign .campaign-content .item h1 {
    font-family: line;
    font-size: 24px;
    line-height: 1em;
    margin: 0;
  }
  #campaign .campaign-content .item h1 span::before {
    width: 5px;
    height: 5px;
    top: -12px;
  }
  #campaign .campaign-content .item h2 {
    font-size: 14px;
    margin: 0;
  }
  #campaign .campaign-content .item2 {
    margin: 0 0 0 auto;
  }
  #campaign .campaign-content .item2 h2 {
    font-size: 15px;
  }
  #campaign small {
    font-size: 12px;
    line-height: 1.4em;
  }
}
/* -------------------------------------------------------------------- 

   #店舗情報

-------------------------------------------------------------------- */
#shop {
  background-image: url("../image/shop_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 65px 0 95px 0;
  color: #ffffff;
  text-align: center;
}
#shop .shop-content {
  margin-top: 58px;
}
#shop .table_container {
  display: flex;
  justify-content: space-between;
}
#shop .table_container .item {
  width: 30%;
  border-radius: 8px;
  padding: 19px;
  background-color: #ffffff;
  text-align: left;
}
#shop .table_container .item h3 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.85em;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0 13px;
  background-color: #5ca13f;
  margin-bottom: 19px;
}
#shop .table_container .item h1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 11px;
  line-height: 1em;
}
#shop .table_container .item h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1em;
  color: #d30c0c;
}
#shop .table_container .item h2 span {
  font-size: 14px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #shop {
    background-image: url("../image/shop_bg_sp.jpg");
    padding: 28px 0;
    color: #ffffff;
    text-align: center;
  }
  #shop .shop-content {
    max-width: 100%;
    margin-top: 20px;
  }
  #shop .table_container {
    gap: 22.5px;
    overflow-x: scroll;
    padding: 0 30px;
    height: 93px;
  }
  #shop .table_container .scroll-hint-icon {
    top: 7px;
  }
  #shop .table_container .item {
    min-width: 250px;
    border-radius: 4px;
    padding: 10px;
  }
  #shop .table_container .item h3 {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #shop .table_container .item h1 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #shop .table_container .item h2 {
    font-size: 15px;
  }
  #shop .table_container .item h2 span {
    font-size: 10px;
  }
  #shop .table_container::-webkit-scrollbar {
    display: none;
  }
}
/* -------------------------------------------------------------------- 

   #登録者数

-------------------------------------------------------------------- */
#registrants {
  width: 100%;
  background: url("../image/registrants_bg.png") repeat-x;
  background-size: auto 151px;
  -webkit-animation: scroll-anim 30s linear infinite;
          animation: scroll-anim 30s linear infinite;
  padding-top: 255px;
}
#registrants .registrants-wrapper {
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 33%, #c4fb3d 33%, #c4fb3d 100%);
  padding-bottom: 50px;
}
#registrants .registrants-wrapper h2 {
  display: inline-block;
  font-size: 47px;
  line-height: 1.8em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #d30c0c;
  padding: 0 30px;
  margin-top: -50%;
  margin-bottom: 29px;
}
#registrants .registrants-wrapper h1 {
  font-size: 70px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
#registrants .registrants-wrapper h1 span {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 138.22px;
  line-height: 1em;
  margin: 10px 0 30px 0;
}
#registrants .registrants-wrapper .txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#registrants .registrants-wrapper .txt .logo {
  width: 457px;
}
#registrants .registrants-wrapper .txt .logo p {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin-bottom: 24px;
}
#registrants .registrants-wrapper .txt h4 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1em;
  padding-bottom: 36px;
  margin: 0 27px;
}
#registrants .registrants-wrapper .txt h3 {
  font-size: 63px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.84em;
  padding: 0 60px;
  background-color: #000;
}

@-webkit-keyframes scroll-anim {
  100% {
    background-position: -1521px 0;
  }
}

@keyframes scroll-anim {
  100% {
    background-position: -1521px 0;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #registrants {
    background: url("../image/registrants_bg_sp.png") repeat-x;
    background-size: auto 87.5px;
    padding-top: 105px;
    margin-bottom: 80px;
  }
  #registrants .registrants-wrapper {
    text-align: left;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 31%, #c4fb3d 31%, #c4fb3d 100%);
    padding: 5px 0 13px 30px;
  }
  #registrants .registrants-wrapper h2 {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #registrants .registrants-wrapper h1 {
    font-size: 23px;
  }
  #registrants .registrants-wrapper h1 span {
    font-size: 46px;
    margin: 10px 0 15px 0;
  }
  #registrants .registrants-wrapper .txt {
    justify-content: flex-start;
  }
  #registrants .registrants-wrapper .txt .logo {
    width: 150px;
    text-align: center;
  }
  #registrants .registrants-wrapper .txt .logo p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #registrants .registrants-wrapper .txt h4 {
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0 10px;
  }
  #registrants .registrants-wrapper .txt h3 {
    font-size: 21px;
    padding: 0 20px;
  }
  @-webkit-keyframes scroll-anim {
    100% {
      background-position: -457.5px 0;
    }
  }
  @keyframes scroll-anim {
    100% {
      background-position: -457.5px 0;
    }
  }
}
/* -------------------------------------------------------------------- 

   #おすすめ

-------------------------------------------------------------------- */
#person {
  background-color: #253b24;
  padding: 60px 0 0 0;
}
#person .title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 60px;
}
#person .title .logo {
  width: 264px;
}
#person .title h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}
#person .person-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#person .person-content .img {
  width: 50%;
}
#person .person-content .txt {
  width: 50%;
  padding-left: 60px;
  color: #ffffff;
}
#person .person-content .txt li {
  padding: 23px 0 23px 35px;
  background-image: url("../image/check.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: left center;
}
#person .person-content .txt li p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #person {
    padding: 30px 0 35px 0;
  }
  #person .title {
    gap: 2px;
    margin-bottom: 30px;
  }
  #person .title .logo {
    width: 132px;
  }
  #person .title h1 {
    font-size: 16px;
  }
  #person .person-content {
    justify-content: space-between;
  }
  #person .person-content .img {
    width: calc(50% - 15px);
  }
  #person .person-content .txt {
    padding-left: 0;
  }
  #person .person-content .txt li {
    padding: 0 30px 0 20px;
    background-size: 14px auto;
    background-position: top 5px left;
  }
  #person .person-content .txt li p {
    font-size: 14px;
    line-height: 1.32;
    margin-bottom: 12px;
  }
  #person .person-content .txt li:last-child p {
    margin: 0;
  }
}
/* -------------------------------------------------------------------- 

   #施設

-------------------------------------------------------------------- */
#facility {
  text-align: center;
  padding: 86px 0 0 0;
}
#facility h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 2em;
  padding: 0 24px;
  background-color: #000;
  color: #ffffff;
  margin: 0 auto 14px auto;
}
#facility h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 44px;
}
#facility h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#facility .facility-content {
  background-color: #f3f3f3;
  padding: 66px 0 70px 0;
}
#facility .facility-content h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 53px;
}
#facility .facility-content .facility-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 72px 100px;
  width: 850px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
#facility .facility-content .facility-items .item {
  width: 210px;
}
#facility .facility-content .facility-items .item .icon {
  margin-bottom: 20px;
}
#facility .facility-content .facility-items .item p {
  font-size: 18px;
  line-height: 1.32em;
  font-weight: 500;
}
#facility .facility-content .facility-items .item p span {
  font-weight: 700;
  color: #5ca13f;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #facility {
    padding: 50px 0 0 0;
  }
  #facility h1 {
    display: inline-block;
    font-size: 22px;
    padding: 0 35px;
    margin: 0 auto 10px auto;
  }
  #facility h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #facility h2 span {
    padding: 0 4px;
  }
  #facility .facility-content {
    padding: 20px 0 20px 0;
  }
  #facility .facility-content h3 {
    font-size: 20px;
    margin-bottom: 13px;
    line-height: 1.32em;
  }
  #facility .facility-content .facility-items {
    gap: 30px 0;
  }
  #facility .facility-content .facility-items .item {
    width: 50%;
    text-align: center;
  }
  #facility .facility-content .facility-items .item .icon {
    width: 105px;
    margin: 0 auto 3px auto;
  }
  #facility .facility-content .facility-items .item p {
    font-size: 14px;
  }
}
/* -------------------------------------------------------------------- 

   #上達

-------------------------------------------------------------------- */
#advance {
  background-color: #5ca13f;
  padding: 77px 0;
  text-align: center;
}
#advance h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 2em;
  padding: 0 24px;
  background-color: #000;
  color: #ffffff;
  margin: 0 auto 14px auto;
}
#advance h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 44px;
  color: #ffffff;
}
#advance .advance-cotnent {
  display: flex;
  margin-bottom: 55px;
}
#advance .advance-cotnent .img {
  width: 50%;
}
#advance .advance-cotnent .txt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  padding-left: 30px;
}
#advance .advance-cotnent .txt h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 19px;
}
#advance .advance-cotnent .txt .point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  width: 520px;
}
#advance .advance-cotnent .txt .point-list li {
  background-color: #ffffff;
  border-radius: 8px;
  width: 247px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#advance .advance-cotnent .txt .point-list li p {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
}
#advance .advance-cotnent .txt .point-list li:nth-child(2),
#advance .advance-cotnent .txt .point-list li:nth-child(3) {
  background-color: #c4fb3d;
}
#advance p.ex {
  font-size: 16px;
  line-height: 2.25em;
  font-weight: 500;
  color: #ffffff;
}
#advance p.ex span {
  background: linear-gradient(transparent 96%, #ffffff 96%);
  font-weight: 700;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #advance {
    background-color: #5ca13f;
    padding: 33px 30px 45px 30px;
  }
  #advance h1 {
    display: block;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin: 0 auto 13px auto;
  }
  #advance h2 {
    font-size: 18px;
    margin-bottom: 33px;
  }
  #advance .advance-cotnent {
    display: block;
    margin-bottom: 20px;
  }
  #advance .advance-cotnent .img {
    width: 100%;
    margin-bottom: 14px;
  }
  #advance .advance-cotnent .txt {
    width: 100%;
    align-items: center;
    padding-left: 0;
  }
  #advance .advance-cotnent .txt h3 {
    margin-bottom: 14px;
  }
  #advance .advance-cotnent .txt .point-list {
    gap: 10px 0;
    width: 77.7%;
  }
  #advance .advance-cotnent .txt .point-list li {
    border-radius: 4px;
    width: 100%;
    height: 36px;
  }
  #advance .advance-cotnent .txt .point-list li p {
    font-size: 14px;
  }
  #advance .advance-cotnent .txt .point-list li:nth-child(3) {
    background-color: #ffffff;
  }
  #advance .advance-cotnent .txt .point-list li:nth-child(2),
#advance .advance-cotnent .txt .point-list li:nth-child(4) {
    background-color: #c4fb3d;
  }
  #advance p.ex {
    line-height: 1.8em;
    text-align: left;
  }
}
/* -------------------------------------------------------------------- 

   #特徴

-------------------------------------------------------------------- */
#golfnave {
  background-image: url("../image/golfnave_bg.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top;
  padding: 100px 0 150px 0;
  text-align: center;
}
#golfnave h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 37px;
}
#golfnave .logo {
  width: 420px;
  margin: 0 auto 60px auto;
}
#golfnave .golfnave-content {
  display: flex;
  flex-flow: column;
  gap: 150px;
}
#golfnave .golfnave-content .golfnave-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#golfnave .golfnave-content .golfnave-point .img {
  width: 50%;
  position: relative;
}
#golfnave .golfnave-content .golfnave-point .img span {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  font-style: italic;
  background-color: #c4fb3d;
  padding: 20px 30px;
}
#golfnave .golfnave-content .golfnave-point .txt {
  width: calc(50% - 30px);
  text-align: left;
}
#golfnave .golfnave-content .golfnave-point .txt h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 16px;
}
#golfnave .golfnave-content .golfnave-point .txt h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#golfnave .golfnave-content .golfnave-point .txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75em;
}
#golfnave .golfnave-content .golfnave-point2 {
  flex-flow: row-reverse;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #golfnave {
    background-image: url("../image/golfnave_bg_sp.png");
    padding: 100px 0 75px 0;
  }
  #golfnave h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #golfnave .logo {
    width: 225px;
    margin: 0 auto 25px auto;
  }
  #golfnave .golfnave-content {
    gap: 40px;
    max-width: calc(100% - 60px);
  }
  #golfnave .golfnave-content .golfnave-point {
    flex-flow: column;
  }
  #golfnave .golfnave-content .golfnave-point .img {
    width: 100%;
    margin-bottom: 10px;
  }
  #golfnave .golfnave-content .golfnave-point .img span {
    top: -15px;
    left: -10px;
    font-size: 14px;
    padding: 10px 12.5px;
  }
  #golfnave .golfnave-content .golfnave-point .img h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.91em;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
  }
  #golfnave .golfnave-content .golfnave-point .txt {
    width: 100%;
    text-align: left;
  }
  #golfnave .golfnave-content .golfnave-point .txt h2 {
    display: none;
  }
  #golfnave .golfnave-content .golfnave-point2 {
    flex-flow: column;
  }
}
/* -------------------------------------------------------------------- 

   #ゴルフ

-------------------------------------------------------------------- */
#worries {
  background-image: url("../image/worries_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0 40px 0;
}
#worries h1 {
  font-size: 36px;
  line-height: 1.27em;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
#worries .worries-wrapper {
  width: calc(50% - 20px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}
#worries .worries-wrapper h2 {
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 0 50px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.66em;
  text-align: right;
  margin-bottom: 27px;
}
#worries .worries-wrapper .worries-list {
  width: 360px;
  text-align: left;
}
#worries .worries-wrapper .worries-list li {
  padding-left: 50px;
  background-image: url("../image/wor_icon.png");
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: top left;
  padding: 2.5px 0 2.5px 50px;
  margin-bottom: 20px;
}
#worries .worries-wrapper .worries-list li p {
  font-size: 18px;
  line-height: 1.55em;
  color: #19528c;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#worries .worries-wrapper .worries-list li:nth-child(3) {
  margin: 0;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #worries {
    padding: 0;
  }
  #worries .worries-top {
    background-image: url("../image/worries_image_sp.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 288px;
    padding: 60px 0 0 0;
    text-align: left;
  }
  #worries .worries-top h1 {
    font-size: 20px;
    line-height: 1.44em;
    margin-bottom: 100px;
    padding-left: 30px;
  }
  #worries .worries-top h2 {
    font-size: 20px;
    background-color: #333333;
    color: #ffffff;
    line-height: 2.6em;
    padding: 0 25px 0 30px;
  }
  #worries .worries-wrapper {
    width: 100%;
    background-image: url("../image/worries_bg_sp.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: center;
    background-color: #d5e4e5;
    display: block;
    padding: 30px 30px 35px 30px;
  }
  #worries .worries-wrapper .worries-list {
    width: auto;
  }
  #worries .worries-wrapper .worries-list li {
    padding-left: 37px;
    background-size: 28px auto;
    padding: 2.5px 0 2.5px 37px;
    margin-bottom: 10px;
  }
  #worries .worries-wrapper .worries-list li p {
    line-height: 1.11em;
  }
  #worries .worries-wrapper .worries-list li:nth-child(3) {
    margin: 0;
  }
}
/* -------------------------------------------------------------------- 

   #ポイント

-------------------------------------------------------------------- */
#point .title {
  position: relative;
  width: 100%;
}
#point .title .img {
  width: 64.8%;
}
#point .title h1 {
  position: absolute;
  bottom: 34px;
  right: 0;
  font-size: 42px;
  font-style: italic;
  line-height: 1.428em;
  font-weight: 900;
  letter-spacing: 0.01em;
  width: 680px;
  height: 180px;
  background-image: url("../image/point_title_txt_bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  padding: 22px 0 0 60px;
}
#point .point-wrapper {
  padding: 50px 0 150px 0;
}
#point .point-wrapper .point-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#point .point-wrapper .point-item .img {
  width: 50%;
  position: relative;
}
#point .point-wrapper .point-item .img span.point-icon {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  font-style: italic;
  background-color: #c4fb3d;
  padding: 20px 30px;
}
#point .point-wrapper .point-item .txt {
  width: calc(50% - 30px);
  text-align: left;
}
#point .point-wrapper .point-item .txt h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 16px;
}
#point .point-wrapper .point-item .txt h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#point .point-wrapper .point-item .txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75em;
}
#point .point-wrapper .point1 {
  margin-bottom: 110px;
}
#point .point-wrapper .point2 {
  display: block;
  text-align: center;
  margin-bottom: 90px;
}
#point .point-wrapper .point2 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 16px;
}
#point .point-wrapper .point2 h2 span.point-icon {
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  font-style: italic;
  background-color: #c4fb3d;
  padding: 20px 30px;
  margin-right: 30px;
}
#point .point-wrapper .point2 h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#point .point-wrapper .point2 .table-wrapper {
  background-color: #f3f3f3;
  padding: 57px 0 65px 0;
  margin-bottom: 20px;
}
#point .point-wrapper .point2 .table-wrapper .table-scroll {
  white-space: nowrap;
  padding-bottom: 40px;
}
#point .point-wrapper .point2 .table-wrapper table {
  border-collapse: initial;
  text-align: center;
  font-size: 16px;
  line-height: 1.32em;
  font-weight: 700;
  color: #333333;
}
#point .point-wrapper .point2 .table-wrapper table span {
  font-size: 12px;
}
#point .point-wrapper .point2 .table-wrapper table .logo {
  width: 150px;
  margin: auto;
}
#point .point-wrapper .point2 .table-wrapper table th {
  background-color: initial;
  padding: 9px 0;
}
#point .point-wrapper .point2 .table-wrapper table td {
  background: #eaeaea;
  padding: 15px 40px;
  border-right: 2px solid #c7c7c7;
  text-align: left;
  vertical-align: middle;
  height: 74px;
}
#point .point-wrapper .point2 .table-wrapper table td:nth-child(1) {
  text-align: center;
}
#point .point-wrapper .point2 .table-wrapper table tr:nth-child(odd) td {
  background: #fff;
}
#point .point-wrapper .point2 .table-wrapper table tr:nth-child(2) td {
  color: #d30c0c;
}
#point .point-wrapper .point2 .table-wrapper .scroll__inner {
  background-color: #ffffff;
  padding: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#point .point-wrapper .point2 .table-wrapper .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
}
#point .point-wrapper .point2 .table-wrapper .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#point .point-wrapper .point2 .table-wrapper .simplebar-scrollbar::before {
  background: #5e5e5e;
  border-radius: 0;
  height: 14px !important;
  border-radius: 14px;
}
#point .point-wrapper .point2 .table-wrapper .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#point .point-wrapper .point2 .table-wrapper .simplebar-track {
  background: #c8c8c8;
  height: 14px !important;
  border-radius: 14px;
  width: 387px;
  left: 0;
  right: 0;
  margin: auto;
}
#point .point-wrapper .point2 p.ex {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75em;
}
#point .point-wrapper .point3 {
  margin-bottom: 90px;
}
#point .point-wrapper .point4 {
  display: block;
  text-align: center;
  overflow: hidden;
  margin-bottom: 95px;
}
#point .point-wrapper .point4 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#point .point-wrapper .point4 h2 span.point-icon {
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  font-style: italic;
  background-color: #c4fb3d;
  padding: 20px 30px;
  margin-right: 30px;
}
#point .point-wrapper .point4 h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#point .point-wrapper .point4 .swiper {
  padding-right: 45px;
  overflow: unset;
  width: 1190px;
}
#point .point-wrapper .point4 .swiper-slide {
  padding-left: 45px;
  overflow: hidden;
  border-radius: 4px;
}
#point .point-wrapper .point4 .swiper-slide .img {
  width: 100%;
}
#point .point-wrapper .point4 .swiper-slide .txt {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}
#point .point-wrapper .point4 .swiper-slide .txt p {
  text-align: center;
  font-size: 20px;
  line-height: 1.32em;
  color: #c4fb3d;
}
#point .point-wrapper .point4 .swiper-button-next, #point .point-wrapper .point4 .swiper-button-prev {
  color: #333333;
}
#point .point-wrapper .point5 {
  display: block;
  text-align: center;
  margin-bottom: 90px;
}
#point .point-wrapper .point5 h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  margin-bottom: 40px;
}
#point .point-wrapper .point5 h2 span.point-icon {
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  font-style: italic;
  background-color: #c4fb3d;
  padding: 20px 30px;
  margin-right: 30px;
}
#point .point-wrapper .point5 h2 span {
  display: inline-block;
  padding: 0 6px;
  background: linear-gradient(transparent 70%, #c4fb3d 70%);
}
#point .point-wrapper .point5 .point5-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#point .point-wrapper .point5 .point5-content .item {
  width: 200px;
  overflow: hidden;
  border-radius: 4px;
}
#point .point-wrapper .point5 .point5-content .item .img {
  width: 100%;
}
#point .point-wrapper .point5 .point5-content .item .txt {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}
#point .point-wrapper .point5 .point5-content .item .txt p {
  text-align: center;
  font-size: 20px;
  line-height: 1.32em;
  color: #c4fb3d;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #point .title {
    position: relative;
    width: 100%;
  }
  #point .title .img {
    width: 100%;
  }
  #point .title h1 {
    bottom: -60px;
    right: 0;
    font-size: 21px;
    width: 327px;
    height: 95px;
    padding: 15px 0 0 25px;
  }
  #point .point-wrapper {
    padding: 100px 0 25px 0;
  }
  #point .point-wrapper .point-item {
    flex-flow: column;
  }
  #point .point-wrapper .point-item .img {
    width: 100%;
  }
  #point .point-wrapper .point-item .img span.point-icon {
    top: -15px;
    left: -6px;
    font-size: 14px;
    padding: 10px 15px;
  }
  #point .point-wrapper .point-item .txt {
    width: 100%;
  }
  #point .point-wrapper .point-item .txt h2 {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 5px;
    background-color: #c4fb3d;
    text-align: center;
  }
  #point .point-wrapper .point-item .txt h2 span {
    padding: 0;
  }
  #point .point-wrapper .point1 {
    margin-bottom: 60px;
    max-width: calc(100% - 60px);
  }
  #point .point-wrapper .point2 {
    margin-bottom: 50px;
  }
  #point .point-wrapper .point2 h2 {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 5px;
    text-align: left;
    width: calc(100% - 60px);
    margin: 0 auto 10px auto;
  }
  #point .point-wrapper .point2 h2 span {
    display: inline-block;
    padding: 0;
    background-color: #c4fb3d;
    text-align: center;
    width: 100%;
  }
  #point .point-wrapper .point2 h2 span.point-icon {
    width: auto;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  #point .point-wrapper .point2 .table-wrapper {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 10px;
  }
  #point .point-wrapper .point2 .table-wrapper .table-scroll {
    padding-bottom: 25px;
    max-width: 100%;
  }
  #point .point-wrapper .point2 .table-wrapper table {
    font-size: 14px;
    margin: 0 30px;
  }
  #point .point-wrapper .point2 .table-wrapper table span {
    font-size: 10px;
  }
  #point .point-wrapper .point2 .table-wrapper table .logo {
    width: 90px;
  }
  #point .point-wrapper .point2 .table-wrapper table th {
    padding: 11px 0;
  }
  #point .point-wrapper .point2 .table-wrapper table td {
    padding: 12px;
    border-right: 1px solid #c7c7c7;
    height: 62px;
  }
  #point .point-wrapper .point2 .table-wrapper .simplebar-scrollbar::before {
    height: 8px !important;
    background-color: #c8c8c8;
  }
  #point .point-wrapper .point2 .table-wrapper .simplebar-track {
    background: #edecec;
    height: 8px !important;
    border-radius: 14px;
    width: calc(100% - 60px);
  }
  #point .point-wrapper .point2 p.ex {
    text-align: left;
    padding: 0 30px;
  }
  #point .point-wrapper .point3 {
    margin-bottom: 90px;
    max-width: calc(100% - 60px);
  }
  #point .point-wrapper .point4 {
    margin-bottom: 65px;
  }
  #point .point-wrapper .point4 h2 {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 5px;
    text-align: left;
    width: calc(100% - 60px);
    margin: 0 auto 10px auto;
  }
  #point .point-wrapper .point4 h2 span {
    display: inline-block;
    padding: 0;
    background-color: #c4fb3d;
    text-align: center;
    width: 100%;
  }
  #point .point-wrapper .point4 h2 span.point-icon {
    width: auto;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  #point .point-wrapper .point4 .swiper {
    padding-right: 30px;
    width: 100%;
  }
  #point .point-wrapper .point4 .swiper-slide {
    padding-left: 15px;
    border-radius: 2px;
  }
  #point .point-wrapper .point4 .swiper-slide .txt {
    height: 55px;
  }
  #point .point-wrapper .point4 .swiper-slide .txt p {
    font-size: 12px;
  }
  #point .point-wrapper .point4 .swiper-slide .txt p span {
    font-size: 10px;
  }
  #point .point-wrapper .point4 .swiper-button-next, #point .point-wrapper .point4 .swiper-button-prev {
    display: none;
  }
  #point .point-wrapper .point5 {
    margin-bottom: 0;
    max-width: 100%;
  }
  #point .point-wrapper .point5 h2 {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 15px;
    text-align: left;
    width: calc(100% - 60px);
    margin: 0 auto 10px auto;
  }
  #point .point-wrapper .point5 h2 span {
    display: inline-block;
    padding: 0;
    background-color: #c4fb3d;
    text-align: center;
    width: 100%;
  }
  #point .point-wrapper .point5 h2 span.point-icon {
    width: auto;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  #point .point-wrapper .point5 .point5-content {
    gap: 10px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  #point .point-wrapper .point5 .point5-content .item {
    width: calc(33.3% - 5px);
    border-radius: 2px;
  }
  #point .point-wrapper .point5 .point5-content .item .txt {
    height: 30px;
  }
  #point .point-wrapper .point5 .point5-content .item .txt p {
    font-size: 12px;
  }
  #point .point-wrapper .point5 .point5-content .item .txt p span {
    font-size: 10px;
  }
}
/* -------------------------------------------------------------------- 

   #フリー

-------------------------------------------------------------------- */
#free {
  background-color: #f3f3f3;
  padding: 80px 0 0 0;
  text-align: center;
}
#free h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #ef6001;
  line-height: 1em;
  margin-bottom: 18px;
}
#free h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 44px;
}
#free .free-content {
  background-color: #ef6001;
  padding: 30px 0 36px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
  gap: 30px;
  width: 812px;
  margin: 0 auto 50px auto;
}
#free .free-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.01em;
}
#free .free-content h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.7em;
  display: inline-block;
}
#free .free-item {
  display: flex;
  gap: 30px;
}
#free .free-item .img {
  margin-bottom: 14px;
}
#free .free-item h4 {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 700;
  color: #333333;
}
#free .special {
  padding: 52px 0 60px 0;
  background-image: url("../image/special_bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
#free .special .now {
  width: 53.4%;
  margin-bottom: 45px;
}
#free .special button {
  margin: 0 auto;
  display: block;
  width: 566px;
  padding-right: 0;
  margin-bottom: 30px;
}
#free .special button::before {
  display: none;
}
#free .special small {
  font-size: 16px;
  font-weight: 500;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #free {
    padding: 28px 0 0 0;
  }
  #free h2 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #free h1 {
    font-size: 24px;
    margin-bottom: 21px;
  }
  #free .free-content {
    background-color: initial;
    padding: 0;
    display: block;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  #free .free-content .free-items .item {
    margin-bottom: 19px;
  }
  #free .free-content h3,
#free .free-content .icon {
    display: none;
  }
  #free .free-item {
    display: none;
  }
  #free .special {
    padding: 0 0 20px 0;
    background-image: url("../image/special_bg_sp.jpg");
    background-size: 100% auto;
  }
  #free .special .now {
    width: 47.3%;
    margin-bottom: 20px;
  }
  #free .special button {
    width: 283px;
    margin-bottom: 29px;
  }
  #free .special button::before {
    display: none;
  }
  #free .special small {
    font-size: 12px;
    line-height: 1.4em;
  }
}
/* -------------------------------------------------------------------- 

   #使い放題

-------------------------------------------------------------------- */
#unlimited {
  padding: 116px 0 0 0;
  text-align: center;
}
#unlimited h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 2em;
  background-color: #000;
  color: #ffffff;
  padding: 0 55px;
  margin-bottom: 40px;
}
#unlimited .unlimited-wrapper {
  display: flex;
}
#unlimited .unlimited-wrapper .img,
#unlimited .unlimited-wrapper .txt {
  width: 50%;
}
#unlimited .unlimited-wrapper .txt {
  display: flex;
  align-items: center;
  background-image: url("../image/free_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
#unlimited .unlimited-wrapper .txt p {
  font-size: 26px;
  line-height: 2.23em;
  text-align: left;
  padding-left: 55px;
  color: #ffffff;
}
#unlimited .unlimited-wrapper .txt p span {
  display: inline-block;
  font-size: 32px;
  border-bottom: 1px solid #fff;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #unlimited {
    padding: 50px 0 0 0;
  }
  #unlimited h1 {
    width: calc(100% - 60px);
    margin: 0 auto 30px auto;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  #unlimited .unlimited-wrapper {
    flex-flow: column;
    position: relative;
  }
  #unlimited .unlimited-wrapper:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 55px;
    height: 440px;
    background-image: url("../image/free_bg_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  #unlimited .unlimited-wrapper .img,
#unlimited .unlimited-wrapper .txt {
    width: 100%;
  }
  #unlimited .unlimited-wrapper .txt {
    background-image: none;
    height: 160px;
    background-color: #000;
  }
  #unlimited .unlimited-wrapper .txt p {
    font-size: 16px;
    padding-left: 30px;
  }
  #unlimited .unlimited-wrapper .txt p span {
    font-size: 19px;
  }
}
/* -------------------------------------------------------------------- 

   #流れ

-------------------------------------------------------------------- */
#flow {
  background-color: #c4fb3d;
  padding: 80px 0 130px 0;
  text-align: center;
}
#flow h2 {
  margin-bottom: 57px;
}
#flow .flow-list {
  width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
#flow .flow-list .item {
  width: calc(33.3% - 30px);
  background-color: #fff;
  padding: 20px;
  position: relative;
  text-align: center;
}
#flow .flow-list .item span {
  display: inline-block;
  line-height: 1em;
  position: absolute;
  font-size: 47px;
  font-weight: 700;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  top: -23.5px;
  left: 20px;
}
#flow .flow-list .item .icon {
  width: 42px;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 13px;
}
#flow .flow-list .item h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
#flow .flow-list .item p {
  text-align: left;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.01em;
}
#flow .flow-list .item2 .icon {
  width: 45px;
  margin-top: 26px;
}
#flow .flow-list .item3 .icon {
  width: 35px;
  margin-top: 19px;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #flow {
    padding: 30px 0 56px 0;
  }
  #flow h2 {
    margin-bottom: 30px;
  }
  #flow .flow-list {
    width: calc(100% - 60px);
    margin: 0 auto;
    flex-flow: column;
    gap: 20px;
  }
  #flow .flow-list .item {
    width: 100%;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #flow .flow-list .item span {
    display: none;
  }
  #flow .flow-list .item .icon {
    width: 30px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 7px;
  }
  #flow .flow-list .item h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2em;
  }
  #flow .flow-list .item p {
    width: 57%;
    line-height: 1.46em;
  }
  #flow .flow-list .item2 .icon {
    width: 30px;
    margin-top: 0;
  }
  #flow .flow-list .item3 .icon {
    width: 28px;
    margin-top: 0;
  }
}
/* -------------------------------------------------------------------- 

   #店舗情報

-------------------------------------------------------------------- */
#location {
  background-color: #5ca13f;
  color: #ffffff;
  text-align: center;
  padding: 70px 0 17px 0;
}
#location h2 {
  margin-bottom: 48px;
}
#location .location-content {
  display: flex;
  justify-content: space-between;
  gap: 33px;
  margin: 0 auto;
}
#location .location-content .items {
  width: calc(50% - 16.5px);
}
#location .location-content .items .item {
  margin-bottom: 30px;
}
#location .location-content .items p.nav-open {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 24px 40px;
  background-color: #333333;
  text-align: left;
  background-image: url("../image/open.png");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 25px auto;
  transition: all 0.4s;
}
#location .location-content .items p.nav-open.active {
  background-image: url("../image/close.png");
}
#location .location-content .items nav {
  background-color: #ffffff;
  color: #333333;
  padding: 30px 0 45px 0;
  display: none;
}
#location .location-content .items nav h3,
#location .location-content .items nav h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8em;
}
#location .location-content .items nav h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 26px;
}
#location .location-content .items nav .map {
  height: 370px;
  margin-bottom: 30px;
}
#location .location-content .items nav .date {
  margin-bottom: 35px;
}
#location .location-content .items nav .date li {
  text-align: left;
  display: flex;
  padding: 0 30px;
}
#location .location-content .items nav .date li p {
  font-size: 16px;
  line-height: 1.87em;
  letter-spacing: 0.01em;
  font-weight: 500;
  width: calc(100% - 110px);
}
#location .location-content .items nav span {
  line-height: 1.87em;
  display: inline-block;
  width: 110px;
  color: #646464;
}
#location .location-content .items button {
  background-color: #000;
  color: #ffffff;
  width: 218px;
  height: 46px;
  border-radius: 23px;
  display: block;
  justify-content: center;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.09em;
  margin: 0 auto;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #location {
    padding: 35px 0 40px 0;
  }
  #location h2 {
    margin-bottom: 30px;
  }
  #location .location-content {
    display: block;
    max-width: calc(100% - 60px);
  }
  #location .location-content .items {
    width: 100%;
  }
  #location .location-content .items .item {
    margin-bottom: 20px;
  }
  #location .location-content .items p.nav-open {
    font-size: 16px;
    padding: 10px;
    background-position: right 10px center;
    background-size: 15px auto;
  }
  #location .location-content .items nav {
    padding: 20px 12px 30px 12px;
  }
  #location .location-content .items nav h3,
#location .location-content .items nav h4 {
    font-size: 16px;
  }
  #location .location-content .items nav h4 {
    margin-bottom: 17px;
  }
  #location .location-content .items nav .map {
    height: 200px;
    margin-bottom: 14px;
  }
  #location .location-content .items nav .date {
    margin-bottom: 20px;
  }
  #location .location-content .items nav .date li {
    padding: 0;
  }
  #location .location-content .items nav .date li p {
    font-size: 16px;
    line-height: 1.56em;
    width: calc(100% - 55px);
  }
  #location .location-content .items nav span {
    width: 55px;
    font-size: 13px;
  }
  #location .location-content .items button {
    width: 188px;
    height: 40px;
    border-radius: 23px;
    font-size: 16px;
  }
}
/* -------------------------------------------------------------------- 

   #料金

-------------------------------------------------------------------- */
#price {
  text-align: center;
}
#price .price-top {
  background-image: url("../image/price_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 92px 0 90px 0;
  color: #ffffff;
}
#price .price-content {
  background-color: #253b24;
  padding: 32px 0 200px 0;
}
#price .price-content .golf {
  background-color: #ffffff;
  width: 630px;
  max-width: calc(100% - 60px);
  margin: 0 auto 74px auto;
  padding: 30px 0 19px 0;
}
#price .price-content .golf h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #d30c0c;
  margin-bottom: 10px;
}
#price .price-content .golf h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #9c7f1a;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#price .price-content .golf h3 {
  color: #9c7f1a;
  font-weight: 700;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 5px;
}
#price .price-content .golf h3 span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1em;
  letter-spacing: 0.01em;
}
#price .price-content .golf small {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1em;
  color: #333333;
}
#price .price-content table {
  background-color: #ffffff;
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
#price .price-content table td {
  padding: 30px 45px 19px 45px;
  text-align: right;
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #333333;
  line-height: 1.2em;
  vertical-align: middle;
}
#price .price-content table td span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1em;
}
#price .price-content table td span.gold {
  color: #9c7f1a;
}
#price .price-content table td small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
#price .price-content table td:nth-child(2) {
  text-align: left;
}
#price .price-content table td.sel-title {
  width: 100%;
  text-align: center;
  padding: 60px 0 11px;
  color: #5ca13f;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-family: "Poppins", sans-serif;
}
#price .price-content table td.sel-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
#price .price-content table tr:nth-child(2),
#price .price-content table tr:nth-child(4) {
  background-color: #f3f3f3;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #price .price-top {
    background-image: url("../image/price_bg_sp.jpg");
    padding: 40px 0 43px 0;
  }
  #price .price-content {
    padding: 13px 0 46px 0;
  }
  #price .price-content .golf {
    margin: 0 auto 37px auto;
    padding: 27px 0 27px 0;
  }
  #price .price-content .golf h1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #price .price-content .golf h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #price .price-content .golf h3 {
    font-size: 18px;
  }
  #price .price-content .golf h3 span {
    font-size: 50px;
  }
  #price .price-content .golf small {
    font-size: 16px;
  }
  #price .price-content table {
    width: calc(100% - 60px);
  }
  #price .price-content table td {
    padding: 15px 0 14px 10px;
    text-align: left;
    font-size: 18px;
  }
  #price .price-content table td span {
    font-size: 23px;
    letter-spacing: 0em;
  }
  #price .price-content table td small {
    font-size: 12px;
  }
  #price .price-content table td:nth-child(2) {
    padding: 15px 0 14px 5px;
  }
  #price .price-content table td.sel-title {
    padding: 30px 0 12px;
    font-size: 23px;
  }
  #price .price-content table td.sel-title span {
    display: none;
  }
}
/* -------------------------------------------------------------------- 

   #よくある質問

-------------------------------------------------------------------- */
#location.qa {
  background-color: #ffffff;
  color: #333333;
}
#location.qa .location-content .items p.nav-open {
  color: #ffffff;
  min-height: 70px;
  padding: 18px 56px;
  vertical-align: middle;
  line-height: 1.33em;
  font-size: 24px;
  position: relative;
}
#location.qa .location-content .items p.nav-open::before {
  position: absolute;
  content: "Q";
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  left: 21px;
  top: 18px;
  font-weight: "Poppins", sans-serif;
  line-height: 1em;
}
#location.qa .location-content .items nav {
  border: 2px solid #333333;
  text-align: left;
  padding: 78px 23px 40px 23px;
  position: relative;
}
#location.qa .location-content .items nav p {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#location.qa .location-content .items nav::before {
  position: absolute;
  content: "A";
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  left: 23px;
  top: 33px;
  font-weight: "Poppins", sans-serif;
  line-height: 1em;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #location.qa .location-content .items p.nav-open {
    color: #ffffff;
    min-height: 30px;
    padding: 13px 47px;
    font-size: 16px;
  }
  #location.qa .location-content .items p.nav-open::before {
    font-size: 25px;
    line-height: 25px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    vertical-align: middle;
  }
  #location.qa .location-content .items nav {
    border: 1px solid #333333;
    padding: 39px 12px 20px 12px;
    position: relative;
  }
  #location.qa .location-content .items nav::before {
    font-size: 25px;
    left: 12px;
    top: 10px;
  }
}
/* -------------------------------------------------------------------- 

   #フッター

-------------------------------------------------------------------- */
footer {
  display: flex;
  padding-bottom: 0;
  background-color: #000;
}
footer .img,
footer .txt {
  width: 50%;
  height: 160px;
}
footer .img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .img .logo {
  width: 252px;
  margin-right: 298px;
}
footer .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #253b24;
}
footer .txt ul {
  width: 180px;
}
footer .txt a {
  font-size: 14px;
  line-height: 2em;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: 500;
  transition: all 0.4s;
}
footer .txt a:hover {
  opacity: 0.6;
}

/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  footer {
    margin-bottom: 73px;
  }
  footer .img,
footer .txt {
    width: 50%;
    height: 166px;
  }
  footer .img {
    justify-content: center;
  }
  footer .img .logo {
    width: 126px;
    margin-right: 0;
  }
  footer .txt {
    flex-flow: column;
  }
  footer .txt ul {
    width: 125px;
    text-align: left;
  }
  footer .txt a {
    font-size: 12px;
    line-height: 2.4em;
  }
}
/*# sourceMappingURL=styles.css.map */