@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.YuGothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.bg-cream-repeat {
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/bg-cream-repeat.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 7px;
}

img {
  vertical-align: top;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}

a img {
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

/* Wrapper */
#wrapper {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #000;
}
#wrapper a:hover, #wrapper a:hover img, #wrapper a:hover {
  opacity: 0.8 !important;
  text-decoration: none;
}

/* Main */
.content-1170 {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.content-1040 {
  width: 90%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pad140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1080px) {
  .pad140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad140200 {
  padding-top: 140px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1080px) {
  .pad140200 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 750px) {
  .pad140200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.txthead-box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1080px) {
  .txthead-box {
    margin-bottom: 40px;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .txthead-box .fz40 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz40 + .fz20 {
  margin-top: 15px;
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .txthead-box .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

button {
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.btn-400 {
  width: 100%;
  max-width: 400px;
}

.btn-black-color {
  color: #fff;
  background-color: #000;
}

.btn-grey-color {
  color: #fff;
  background-color: #C8C8C8;
}

.btn-icon-left .icon {
  margin-right: 30px;
}

.btn-arrow-down {
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/btn-arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: center right 45px;
  background-size: 16px;
}

.btn-arrow-right {
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 45px;
  background-size: 6px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-right {
    background-position: center right 12%;
  }
}

.btn-arrow-left {
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/btn-arrow-left-white.svg");
  background-repeat: no-repeat;
  background-position: center left 45px;
  background-size: 6px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-left {
    background-position: center left 12%;
  }
}

/* Header */
header {
  background-color: #000;
}
header .header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 70px;
  }
}
header .header .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* MV */
#mv {
  background-image: url("/membership_golf_course/banraketclub/assets/images/top/mv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mv .mv {
  position: relative;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv .mv .mv-text {
  color: #fff;
}
#mv .mv .mv-text p {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
#mv .mv .mv-text h1 {
  font-size: 6.8rem;
  line-height: 6.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
  }
}
#mv .mv .mv-text h2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 4px 8px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#mv .mv .mv-button {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button {
    width: 100%;
  }
}
#mv .mv .mv-button a {
  font-size: 2rem;
  height: 90px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button a {
    font-size: 1.8rem;
    height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button a .icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-button a .icon img {
    width: auto;
    height: 35px;
  }
}

/* About */
#about .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about .about {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#about .about .img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #about .about .img {
    width: 100%;
  }
}
#about .about .img img {
  width: 100%;
  height: auto;
  min-height: 400px;
}
@media only screen and (max-width: 750px) {
  #about .about .img img {
    min-height: auto;
  }
}
#about .about .text {
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 1080px) {
  #about .about .text {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .text {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
#about .about .text p {
  font-size: 2.2rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 1080px) {
  #about .about .text p {
    font-size: 1.8rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .text p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

/* Feature */
#feature .feature .feature-list ul li:nth-child(odd) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#feature .feature .feature-list ul li:nth-child(odd) .box .img::before {
  left: 0;
  right: auto;
  background-image: url("/membership_golf_course/banraketclub/assets/images/top/feature-arrow-right.svg");
}
#feature .feature .feature-list ul li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-list ul li .box {
    display: block;
  }
}
#feature .feature .feature-list ul li .box .img {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-list ul li .box .img {
    width: 100%;
  }
}
#feature .feature .feature-list ul li .box .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 39px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("/membership_golf_course/banraketclub/assets/images/top/feature-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-list ul li .box .img::before {
    top: inherit !important;
    bottom: -1px !important;
    left: 0 !important;
    right: 0 !important;
    width: 39px !important;
    height: 18px !important;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/membership_golf_course/banraketclub/assets/images/top/feature-arrow-top.svg") !important;
    background-size: 39px !important;
  }
}
#feature .feature .feature-list ul li .box .text {
  width: 50%;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-list ul li .box .text {
    width: 100%;
    padding: 35px;
  }
}
#feature .feature .feature-list ul li .box .text p {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 1080px) {
  #feature .feature .feature-list ul li .box .text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-list ul li .box .text p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#feature .feature .feature-video {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 50px;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 750px) {
  #feature .feature .feature-video {
    margin-top: 25px;
  }
}
#feature .feature .feature-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */
#gallery {
  background-color: #F8F8F8;
}
#gallery .gallery .gallery-slick-bg {
  position: relative;
}
#gallery .gallery .gallery-slick-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
#gallery .gallery .gallery-slick-thumb-bg {
  position: relative;
}
#gallery .gallery .gallery-slick-thumb-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#gallery .gallery .gallery-content {
  position: relative;
  z-index: 9;
  width: 90%;
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
}
#gallery .gallery .gallery-slick {
  padding: 0 15px;
}
@media only screen and (max-width: 750px) {
  #gallery .gallery .gallery-slick {
    padding: 0 4px;
  }
}
#gallery .gallery .gallery-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin-top: auto;
  margin-bottom: auto;
  width: 47px;
  height: 47px;
  border: 0;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 47px;
  outline: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#gallery .gallery .gallery-slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}
#gallery .gallery .gallery-slick .slick-prev {
  left: -52px;
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/slick-arrow-left.svg");
}
@media only screen and (max-width: 1080px) {
  #gallery .gallery .gallery-slick .slick-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #gallery .gallery .gallery-slick .slick-prev {
    left: 4px;
  }
}
#gallery .gallery .gallery-slick .slick-next {
  right: -52px;
  background-image: url("/membership_golf_course/banraketclub/assets/images/commons/slick-arrow-right.svg");
}
@media only screen and (max-width: 1080px) {
  #gallery .gallery .gallery-slick .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #gallery .gallery .gallery-slick .slick-next {
    right: 4px;
  }
}
#gallery .gallery .gallery-slick-thumb {
  padding-top: 25px;
}
@media only screen and (max-width: 750px) {
  #gallery .gallery .gallery-slick-thumb {
    padding-top: 0;
  }
}
#gallery .gallery .gallery-slick-thumb .slick-current li {
  opacity: 1;
}
#gallery .gallery .gallery-slick-thumb li {
  opacity: 0.8;
  padding: 0 15px;
  outline: none !important;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only screen and (max-width: 750px) {
  #gallery .gallery .gallery-slick-thumb li {
    padding: 0 5px;
  }
}
#gallery .gallery .gallery-slick-thumb li:hover {
  cursor: pointer;
}
#gallery .gallery .gallery-slick-thumb li img {
  outline: none !important;
}

/* Company */
#company .company .company-table-box {
  overflow: auto;
}
#company .company .company-table-box .table {
  min-width: 650px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#company .company .company-table-box .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#company .company .company-table-box .table .tr:first-child, #company .company .company-table-box .table .tr:last-child {
  background-color: #fff !important;
}
#company .company .company-table-box .table .tr:nth-child(odd) {
  background-color: #FAFAFA;
}
#company .company .company-table-box .table .tr + .tr {
  border-top: 1px solid #D7D7D7;
}
#company .company .company-table-box .table .tr .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
#company .company .company-table-box .table .tr .td:first-child {
  width: 27%;
  max-width: 280px;
  min-width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #company .company .company-table-box .table .tr .td:first-child {
    min-width: 160px;
  }
}
#company .company .company-table-box .table .tr .td:first-child p {
  font-weight: bold;
  text-align: center;
}
#company .company .company-table-box .table .tr .td:last-child {
  width: 73%;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 750px) {
  #company .company .company-table-box .table .tr .td:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#company .company .company-table-box .table .tr .td + .td {
  border-left: 1px solid #D7D7D7;
}
#company .company .company-table-box .table .tr .td p {
  padding: 10px 0;
}

/* Form */
#form {
  background-color: #EBEBEB;
}
#form .form .form-box {
  padding: 50px 50px 100px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  #form .form .form-box {
    padding: 35px 5% 60px 5%;
  }
}
#form .form .form-box .form-content {
  width: 100%;
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}
#form .form .form-box .form-content .row {
  padding-left: 75px;
  padding-right: 45px;
}
@media only screen and (max-width: 834px) {
  #form .form .form-box .form-content .row {
    padding-left: 0;
    padding-right: 0;
  }
}
#form .form .form-box .form-content .row + .row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #D7D7D7;
}
#form .form .form-box .form-content .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content .row.flex {
    display: block;
  }
}
#form .form .form-box .form-content .row.flex.flex-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#form .form .form-box .form-content .row.button {
  border-top: 0;
  padding-top: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 834px) {
  #form .form .form-box .form-content .row.button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content .row.button {
    margin-top: 5%;
  }
}
#form .form .form-box .form-content .row.button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#form .form .form-box .form-content .row.button ul li .btn {
  width: 100%;
}
#form .form .form-box .form-content .row.button-confirm ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#form .form .form-box .form-content .row.button-confirm ul li {
  width: 48%;
}
#form .form .form-box .form-content .row .topic {
  width: 250px;
  min-width: 250px;
}
@media only screen and (max-width: 834px) {
  #form .form .form-box .form-content .row .topic {
    width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content .row .topic {
    width: 100%;
  }
}
#form .form .form-box .form-content .row .topic p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
#form .form .form-box .form-content .row .topic em {
  color: #CE372C;
  margin-left: 0.25em;
}
#form .form .form-box .form-content .row .field {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content .row .field {
    margin-top: 10px;
  }
}
#form .form .form-box .form-content .row .field label + label {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content .row .field label + label {
    margin-top: 5px;
  }
}
#form .form .form-box .form-content .row .field p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#form .form .form-box .form-content .row .field .error {
  color: #CE372C;
  margin-top: 0.5em;
}
#form .form .form-box .form-content .row .field .field-row + .field-row {
  margin-top: 15px;
}
#form .form .form-box .form-content .row .field .field-row p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 10px;
}
#form .form .form-box .form-content.thanks p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #form .form .form-box .form-content.thanks p {
    margin-top: 0;
  }
}
#form .form .form-box .form-content.thanks p + p {
  margin-top: 30px;
}

.textbox {
  width: 100%;
  padding: 11px 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  border: 1px solid #000;
  background-color: #FAFAFA;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.textbox.w230 {
  max-width: 230px;
}

textarea.textbox {
  height: 130px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 26px;
  resize: none;
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  border: 1px solid #707070;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  margin-top: auto;
  margin-bottom: auto;
}

/* On mouse-over, add a grey background color */
.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.pagetop {
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
}
@media only screen and (max-width: 750px) {
  .pagetop {
    right: 0;
    bottom: 205px !important;
  }
}

.nav-icons, .footer-area {
  display: none !important;
}

#footer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

@media only screen and (max-width: 750px) {
  .footer-area-wp .footer-area-logo {
    padding-top: 110px;
  }
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 834px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}