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

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #262626;
  background: #fff;
  height: 100%;
  position: relative;
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

a {
  color: #376439;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #376439;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  /* color: #494949; */
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #376439;
}

::selection {
  color: #fff;
  background: #376439;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  /* font-weight: bold; */
  border-radius: 5px;
  transition: 0.5s;
  padding: 8px 20px;
  min-width: 150px;
  /* margin-top: 10px; */
}

.btn.btn-md {
  padding: 10px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn.btn-top {
  padding: 18px 36px !important;
}

@media screen and (max-width: 600px) {
  .btn.btn-top {
    padding: 10px 20px !important;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-payment {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 5px;
}

.btn-payment.btn-md {
  padding: 5px 20px !important;
}

.btn-payment.btn-lg {
  padding: 18px 36px !important;
}

.btn-payment.btn-top {
  padding: 18px 36px !important;
}

@media screen and (max-width: 480px) {
  .btn-payment.btn-top {
    padding: 10px 20px !important;
  }
}

.btn-payment:hover,
.btn-payment:active,
.btn-payment:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0071be;
  color: #fff;
  border: 2px solid #0071be;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #207ab7;
  border-color: #207ab7;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #0071be;
  border: 2px solid #0071be;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #0071be;
  color: #fff;
}

.btn-trial {
  background: #ff9800;
  color: #fff;
  border: 2px solid #ff9800;
}

.btn-trial:hover,
.btn-trial:focus,
.btn-trial:active {
  background: #ffa21a !important;
  border-color: #ffa21a !important;
  color: #fff;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  /* height: 54px; */
  /* font-size: 18px; */
  font-weight: 300;
  background: white;
  /* padding: 10px 10px 15px 10px;*/
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #376439;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#user-section {
  padding: 12em 0 5em;
}

#message-section {
  padding: 8em 0 0em;
  height: 100vh;
}

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

  #user-section {
    padding: 9em 0;
  }

  #message-section {
    padding: 8em 0 2em !important;
  }

}

#user-section .services {
  position: relative;

  & i {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 40px;
    color: #376439;
  }

  .title {
    font-size: 15px;
    position: relative;
    top: 2px;
    width: 90%;

    &.teacher {
      margin-left: 15px;
      left: 45px;
      font-size: 15px;
      font-weight: 700;
      color: #494949;
    }
  }

  .question_col {
    padding-top: 15px;
    padding-bottom: 20px;

    & h3 {
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 700;
    }
  }
}

.question-frame {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#user-section .services .desc {
  position: relative;
  left: 55px;
  top: 1px;
  width: 85%;
}

#user-section .services .question_col h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#user-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  border: 5px #376439;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  transition: 0.3s;
  top: 2px;
}

#user-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

#user-section .item-grid .v-align {
  padding: 15px;
}

#user-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}

#user-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}

#user-section .item-grid:hover,
#user-section .item-grid:focus {
  text-decoration: none;
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot.active span {
  background: #376439;
}

/* .owl-carousel .item img {
  height: 300px;
  object-fit: cover;
}  */


/* 
.owl-carousel .owl-item {
  width: 500px!important;
  margin-right: 10px;
} */

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
}

.owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 25px;
}

h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 780px) {
  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

#map {
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.light-grey-section {
  background: #f9f9f9 !important;
  /* margin-top: -50px; */
  /* padding-top: 17em !important; */
}

@media screen and (max-width: 1200px) {
  .light-grey-section {
    /* margin-top: -45px; */
  }
}

@media screen and (max-width: 780px) {
  .light-grey-section {
    margin-top: 0px;
    padding: 10em 0 3em !important;
  }
}


.js .animate-box {
  opacity: 0;
}

#news-section {
  padding: 11em 0 4em;

  .news-content {
    & h3 {
      font-size: 17px;
      font-weight: bold;
    }
  }
}

@media screen and (max-width: 768px) {
  #news-section {
    padding: 7em 0 2em;
  }

  .login-sp-background {
    background: white !important;
  }
}

#news-section hr {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 10px;
  margin-bottom: 10px;
}

#news-section h3 {
  margin-bottom: 0;
}

#news-section nav {
  padding: 0;
  width: unset;
  background-color: unset;
}

#news-section nav ul {
  line-height: 0px;
  padding: 0px;
  margin-bottom: 0;
}

#news-section nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  /*display: inline;*/
}

#news-section nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  padding: 10px;
  margin-bottom: 60px;
  position: relative;
  transition: 0.2s;
}

#news-section nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}

#news-section nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #376439;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#news-section nav ul li a:hover {
  text-decoration: none;
  color: #376439;
}

#news-section nav ul li a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

#news-section nav ul li a:active,
#news-section nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

.login-form {
  padding: 30px;
  /* border: solid 1px #262626; */
  background-color: white;
  border-radius: 10px;
  border-color: white;
}

.login-input {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #cccccc;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 480px) {
  .login-form {
    padding: 0;
  }
}

.form-tips {
  color: white;
  font-size: 80%;
  background-color: #376439;
  border-radius: 5px;
  padding: 5px;
}

.form-required {
  color: #cb0101;
  font-size: 20px;
  /* background-color: #0071BE; */
  /* border-radius: 5px; */
  /* padding: 2px 5px 3px 5px; */
  margin-left: 5px;
  position: relative;
  /* top: 0px; */
  white-space: nowrap;

  &::before {
    content: "*";

  }
}

.review-area {
  text-align: left;
  background: #f9f9f9;
  padding: 20px;
  margin: 5px;
}

table.table-menu {
  width: 100%;
  /* border: solid 1px #eee; */
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  background-color: #eeeeee;
}

table.table-menu td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid white;

  &:hover {
    background-color: #dddddd;
  }

  a {
    &:hover {
      color: #262626
    }
  }
}

table.table-news {
  width: 100%;
  /* border: solid 1px #eee; */
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

  .title-label {
    background: #42633e;
    color: white;
  }

  .member-notification-frame {
    /* overflow: scroll; */
    /* height: 150px; */
    /* overflow-x: hidden; */
    padding: 10px;
    font-size: 12px;
    background: #f9f9f9;
  }

  .member-notification-button {
    font-size: 12px;
    background: #5c5c5c;
    border: 2px solid #5c5c5c;
    pointer-events: none;
    color: white;
    padding: 5px 15px;
  }
}

table.table-news th {
  padding: 3px 10px;
  text-align: center;
}

table.table-news td {
  padding: 10px;
  /*text-align: left;*/
  background-color: white;
  border-bottom: solid 1px #eee;
}

table.table-news td p {
  margin-bottom: 10px;
}

table.table-news tr:nth-child(odd) {
  background-color: #eee;
}

table.table-ticket-history {
  width: 100%;
  border: solid 1px #eee;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;

  & th {
    padding: 3px 10px;
    text-align: center;
  }

  & td {
    padding: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #eee;
  }

  & tr:nth-child(odd) {
    background-color: #eee;
  }
}

/*
table.table-lesson {
  width: 100%;
  border: solid 2px #42633E;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  font-family: initial;

  .teacher-name {
    border-right: 1px solid #ff000000;
    font-size: smaller;
    height: 190px;
    width: 100px;
  }

  .time-schedule {
    font-size: smaller;
    text-align: left;
    vertical-align: top;
  }
}


table.table-lesson th {
  padding: 3px 10px;
  text-align: center;
}

table.table-lesson td {
  padding: 10px 10px;
  background-color: white;
}

table.table-lesson tr:nth-child(odd) {
  background-color: #eee;
}*/

.time-schedule {
  font-size: smaller;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}

.golf-club-picture {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 28%;
}

@media screen and (max-width: 780px) {
  .golf-club-picture {
    padding: 0;
    width: 100%;
  }
}

.payment {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #d8d8d8;
}

.btn-inner-menu {
  border-radius: 50px !important;
  background-color: #494949 !important;
  border: none !important;
}

.menu-first {
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 30px 0px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.menu-answer {
  padding: 20px 0px 0px 0px;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fffdcf;
  border-radius: 10px;
  border: solid 5px #ffc8c8;
}

.table-res {
  /* border-collapse: separate;
  border-spacing: 30px;
  width: 100%; */
}

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

  .table-res tr td:first-child {
    background-color: #eee;
  }

  .table-res td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 7px !important;
  }

  .table-res th {
    display: none;
  }

  .table-res .reserve-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .table-res .top-title {
    margin-top: 10px;
  }
}

.confirm-form {
  border-collapse: separate;
  border-spacing: 30px;
  width: 100%;
  background: white;
  border-radius: 10px;
  margin-bottom: 25px;
}

.confirm-form tr td:nth-of-type(1) {
  text-align: right;
  vertical-align: middle;
}

.confirm-form tr td:nth-of-type(2) {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .confirm-form td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 2px;
  }

  .confirm-form tr td:nth-of-type(1) {
    text-align: left;
  }
}

.background_QandA {
  box-sizing: border-box;
  background-image: url(/images/BlackBoard.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.background_dictionary {
  box-sizing: border-box;
  background-image: url(/images/old_paper.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.for_company {
  box-sizing: border-box;
  background-image: url(/images/for_business.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.col-top td {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .dictionary-box {
    margin-right: 40px;
    float: right;
  }
}

@media screen and (max-width: 560px) {
  .dictionary-box {
    display: none;
  }
}

.payment_desc {
  background: #efefef;
  padding: 20px !important;
}

.viet-tb {
  border-collapse: separate;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.viet-tb th {
  background-color: #376439;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.viet-tb td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.viet-tb .viet-answer-td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

/* .viet-td:hover {
  vertical-align: middle;
  background-color: #eee;
  color: #211515;
  text-align: center;
} */

.viet-tb .viet-td-audio {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #bfbfbf;
}

.ranking-table {
  border-collapse: separate;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ranking-table th {
  background-color: #376439;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.ranking-table td {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #262626;
}

.hidden_row {
  display: none;
  background-color: #eee;
}

.hidden_row td {
  padding: 10px;
  /* text-align: center; */
}

.exmplSntns {
  background-color: #5d4128;
  color: #ffffe0;
  font-weight: bolder;
  padding: 5px;
  border-radius: 5px;
  font-size: 70%;
}

.audioPlay {
  display: inline-block;
  transition: all 0.3s;
  cursor: pointer;
  margin: 10px;
}

.audioPlay:hover {
  opacity: 0.6;
}

.nowrap {
  white-space: nowrap;
}

.timeStyle {
  color: cadetblue;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

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

  .viet-tb {
    /* border-collapse: separate; */
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .viet-tb th {
    padding: 5px;
    white-space: nowrap;
    font-size: 13px;
  }

  .viet-tb td {
    cursor: pointer;
    padding: 5px;
    font-size: 13px;
  }

  .no-padding-sp {
    padding: 0;
  }

  /* .table-res2 {
    width: 100%;
  }

  .table-res2 .thead {
    display: none;
  }

  .table-res2 tr {
    width: 100%;
  }

  .table-res2 td {
    display: block;
    width: 100%;
    padding: 10px 30px;
  }

  .table-res2 td:first-child {
    background: #376439;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .table-res2 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 2px;
  } */
}

.ex-small {
  font-size: 65%;
}

.rank {
  margin: 5px 0px;
}

.other-section {
  padding: 4em 0 2em;
}

@media screen and (max-width: 768px) {
  .other-section {
    padding: 3em 0 2em;
  }
}

.schedule_date {
  border: 1px solid #fff;
  font-family: initial;
  padding: 0px 5px;
  font-size: 11px;
}

.box-frame {
  color: white;
  font-size: 90%;
  background-color: #939393;
  border-radius: 5px;
  padding: 2px 7px;
  margin: 2px;
  /* border: 1px solid #fff;*/
}

details {
  margin-top: 40px;
  padding: .5em;
}

summary {
  font-weight: bold;
  margin: -.5em -.5em 0;
  font-size: 16px;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  /* border-bottom: 1px solid #aaa; */
  /* margin-bottom: .5em; */
}

.ticket-board {
  background: #5c5c5c;
  color: #f9f9f5;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: smaller;
  /* height: 100px; */
  display: flex;
  align-items: center;
}

.tanto_bar {
  background-color: #ff9935;
  color: white;
  padding: 10px;
  margin: 0px 15px;
  font-size: 18px;
  font-weight: bold;
}

.news-contents_area::-webkit-scrollbar {
  width: 7px;
}

.news-contents_area::-webkit-scrollbar-thumb {
  background: #39663b;
  border-radius: 3px;
}

.news-contents_area::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.5);
}

.scroll_news::-webkit-scrollbar {
  width: 7px;
}

.scroll_news::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 3px;
}

.scroll_news::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.qa-colums {
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  white-space: pre-wrap;
}

.toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle label {
  cursor: pointer;
  width: 50px;
  height: 30px;
  background: grey;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.toggle label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.toggle input:checked+label {
  background: #bada55;
}

.toggle input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.toggle label:active:after {
  width: 20px;
}

.toggle body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media screen and (max-width: 640px) {
  .toggle label {
    width: 40px;
    height: 25px;
    right: 0px;
  }

  .toggle label:after {
    width: 15px;
    height: 15px;
  }
}

.flex-vertical-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_tango_answer {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .my_tango_answer {
    right: 13px;
  }
}

.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.popup-payment {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.contentPopup {
  background: #fff;
  padding: 30px;
  width: 50%;
  border-radius: 10px;

  #close {
    background: white;
    border: solid 1px #afafaf;
    padding: 1px 10px;
  }

  #detach {
    background: #376439;
    border: solid 1px #afafaf;
    padding: 1px 10px;
    color: white;
  }

  @media screen and (max-width: 640px) {
    width: 70%;
  }
}

.showPopup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teacher_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* ドロップダウン用のCSS */

ul.header-dropmenu {
  list-style: none;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  z-index: 9999;
}

ul.header-dropmenu>li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 9999;
}

ul.header-dropmenu li a {
  display: block;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

ul.header-dropmenu li ul {
  visibility: hidden;
  width: 180px;
  list-style: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}

ul.header-dropmenu li ul a {
  font-size: 12px !important;
}

ul.header-dropmenu li:hover ul {
  visibility: visible;
}

ul.header-dropmenu li ul li {
  background: #f8f8f8;
  transition: all .0s ease;
  width: 100%;
}

ul.header-dropmenu>li:hover {
  background: #fff;
  /* マウスオーバー時の枠線 */
  border-bottom: none;
}

ul.header-dropmenu li:hover ul li:hover {
  background: #fff;
}

.price_tag {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #37643952;
  color: #595959;
  font-size: 19px !important;
}

.price_tag:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #595959;
}

.btn-login-form {
  border-radius: 5px;
  width: -webkit-fill-available;
  padding: 10px !important;
}

/* チェックボックス全体 */
.checknox-wrap {
  /*display: block;*/
  position: relative;
  padding-left: 25px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  font-weight: normal;
}

/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
  display: none;
}

/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #CCC;
  box-sizing: border-box;
}

/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
.checknox-wrap input:checked+.checkmark {
  background-color: #ccc;
}

/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked+.checkmark:after {
  display: block;
}

/* チェックボックスのスタイル */
.checknox-wrap .checkmark-notext {
  position: absolute;
  top: -14px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #CCC;
  box-sizing: border-box;
}

/* チェックマーク作成 */
.checknox-wrap .checkmark-notext:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
.checknox-wrap input:checked+.checkmark-notext {
  background-color: #ccc;
}

/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked+.checkmark-notext:after {
  display: block;
}

.search_date {
  font-size: 1.4em;
  font-weight: bold;
}

.login-form .mail-form-title {
  width: 100%;
  margin-bottom: 0;
}

.carousel-news {
  background: #f7f7f7;
  padding: 20px 0 0 0;
}

.reserve-btn {
  width: 100%;
  border-radius: 5px;
}

.contact-confirm {
  background-color: #ffffff;
  padding: 35px 30px 5px;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 10px;
  border: 2px solid #376439;
}

/* admin section css */

#admin-section {
  padding: 9em 0 3em;
  background: #f9f9f9;

  @media screen and (max-width: 780px) {
    margin-top: 0px;
  }

  & h2 {
    font-size: 2em;
  }

  .fix {
    position: sticky;
    left: 0;
    /* color: #fff; */
    background: #f3f3f3;
    z-index: 1;

    a {
      color: #007be5;
    }
  }

  th.fix {
    background: #376439;
  }

  & table {
    background-color: white;
    width: max-content;
  }

  & td,
  & th {
    padding: 10px;
    max-width: 500px;
    /* border: 1px solid #7e7e7e; */
    border-bottom: 1px solid grey;
  }

  & th {
    background: #376439;
    color: white;
  }

  .admin-form {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    background: white;
    padding: 10px 10px 15px 10px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .label-custom {
    color: #fff;
    background-color: #376439;
    display: flex;
    align-items: center;

    & label {
      margin-bottom: 0;
    }
  }

  .btn-create {
    background-color: #376439;
    color: #fff;
  }

  @media screen and (max-width: 1024px) {
    .label-custom {
      width: 50%;
    }
  }

  /* style css admin create insert */
  .error {
    overflow: auto;
    background: #fff0f0;
    padding: 15px;
    margin-bottom: 15px;
    color: red;

    & p:last-child {
      margin-bottom: 0;
    }
  }

  .pagination {
    justify-content: center;
    float: right;
    margin-top: 20px;

    & a {
      line-height: inherit;
    }
  }

  & nav {
    width: max-content;
    margin: 0;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
  }

  .pagination .active .page-link {
    background-color: #42633e !important;
    color: white !important;
    border: 1px solid #42633e !important;
  }

  .pagination .disabled .page-link {
    pointer-events: none;
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #555;
  }

  .admin-header-menu {
    display: flex;
    justify-content: flex-end;
    height: 40px;
  }

  .vocabulary-title {
    background: #376439;
    padding: 2.5px 10px;
    color: white;
  }

  .edit-done {
    background: #8f3131;
    padding: 2px 10px;
    color: white;
    font-size: 12px;
  }

  .accompany-form {
    padding: 15px;
    background: white;
    border-radius: 5px;
    margin: 10px 0;
  }

  .admin-list {

    & input:not(.member-search-form) {
      margin: 2px 4px 1px 2px;
    }

    & input[type="submit"] {
      /* padding: 7px 5pthead-darkx; */
      width: auto;
      background: #0071be;
      color: white;
    }

    & input[type="datetime-local"] {
      line-height: 1.5em;
    }

    & input[type="month"] {
      line-height: 1.7em;
    }

    & select {
      margin: 2px;
    }

    & button {
      width: auto;
      background: #0071be;
      color: white;
      border: none;
      border-radius: 5px;
      margin: 2px;
      padding: 2px 9px;
    }

    .file-upload {
      border: none !important;
      width: auto !important;
    }

    .require {
      background-color: #fce7e7;
      /* line-height: 1em;
      border: solid 1px; */
    }

    .file-upload {
      border: none !important;
      width: auto !important;
    }

    .important {
      background: #666666;
      color: white;
    }

    .important_result {
      background: #ebebeb;
    }

  }

}

.pt-10 {
  padding-top: 10% !important;
}

.input-code-verify {
  width: 50% !important;
}

.custom-button-verify {
  width: 120px !important;
  border-radius: 30px;

}

@media screen and (max-width: 767px) {
  .pt-10 {
    padding-top: 15% !important;
  }
}

#admin-footer {
  padding: 2em 0em 0em;
  background: #376439;
  color: white;
}

.quiz-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.error {
  overflow: auto;
  background: #fff0f0;
  padding: 15px;
  margin-bottom: 15px;
  color: red;

  & p:last-child {
    margin-bottom: 0;
  }

  & a {
    color: #376439;
    font-weight: bold;
  }
}

/* payment design */
.select-box-credit-card {
  & img {
    vertical-align: text-bottom;
  }

  & input {
    top: 1.5px;
    position: relative;
  }
}

.download_title {
  text-align: left;
  background: #7a7a7a;
  padding: 10px;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
}

.vocabulary-page {

  & input:not(.member-search-form) {
    margin: 2px;
    /* line-height: 1em;
    border: solid 1px;
    width: 150px; */
  }

  & input[type="submit"] {
    padding: 7px 5px;
    width: 100px;
    background: #0071be;
    color: white;
  }

  & select {
    margin: 2px;
    width: 100px;
  }

  .file-upload {
    border: none !important;
    width: auto !important;
  }

  .require {
    background-color: #fce7e7;
    /* line-height: 1em;
    border: solid 1px; */
  }

  td {
    padding: 10px;
  }

  .example_sentence {
    width: 95% !important;
    font-family: "Noto Sans JP", sans-serif;
    ;
    padding: 3px 4px;
  }
}

.bank_info {
  background-color: #ffffff;
  padding: 20px 30px 20px;
  margin: 0px 20px;
  text-align: left;
  border-radius: 10px;
  border: 3px solid #376439;

  .vietnam_bank_qr {
    max-width: 300px;
    margin: auto;

    @media screen and (max-width: 480px) {
      width: 100%;
    }
  }
}

ul.notifi_menu {
  padding-left: 20px;

  & li {
    margin-bottom: 1em;
  }

  & ol {
    padding-left: 20px;
    margin-top: 10px;
  }

}

.icon-heading {
  position: relative;
  top: 1px;
  right: 5px;
}

.hidden {
  display: none;
}

.fukidashi {
  height: 12px;
  position: relative;
  z-index: 10;
}

.fukidashi span {
  padding: 10px 15px;
  background: #666666;
  color: #ffffff;
  border-radius: 30px;
}

.premium-member {
  border-radius: 15px;
  background: #ffc107;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.crown-picture {
  width: 13px;
  margin-bottom: 3px;
  margin-top: 0px;
  margin-left: 5px;
}

.free-member {
  border-radius: 15px;
  background: #42633E;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.free-icon-picture {
  width: 13px;
}

/*スターレイティングCSS*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
  content: '★★★★★';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */

.hoverMask-parent {
  position: relative;
  overflow: hidden;
}

.hoverMask {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: all 0.6s ease;
}

.hoverMask:hover {
  opacity: 1;
}

.lesson-free-premium {
  padding: 20px;
  /* font-size: 15px; */
  margin-top: 20px;
  border: 3px solid #ff9191;
}

.lesson-free-premium h3 {
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  margin-bottom: 10px;
  color: #ff9191;
}

.profile-picture {
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 781px) and (max-width: 1200px) {
  .profile-picture {
    background-size: cover;
    background-position: center center;
    height: 80px;
    width: 80px;
    border-radius: 100px;
  }
}

.lesson-price-mypage {
  background: #eeeeee;
  padding: 10px;
  border-radius: 5px;
}

input[type='file'] {
  color: #262626;
  cursor: pointer;
  border: none;
  padding: 0;
  border-radius: 0;
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #CCC;
  color: #494949;
  border: none;
  cursor: pointer;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}

.play_button_dictionary {
  width: 40px;
  margin-top: 5px;
  margin-left: 10px;
}

.search-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.search-result-box {
  /* padding: 15px; */
  /* border: 2px solid #e7e7e7; */
  border-radius: 5px;

  .golf-club-content {
    flex-direction: column;
    text-align: left;
    width: 70%;

    @media screen and (max-width: 780px) {
      width: 100%;
    }
  }
}

.search-box-name {
  font-weight: bold;
  font-size: 120%;
}

table.schedule {
  /*margin-bottom:10px;*/
  width: 100%;
  table-layout: fixed;
}

table.schedule tr>*:first-child {
  user-select: none;
}

table.schedule th {
  /*width:100%;*/
  line-height: 2.5em;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
  /* font-family: initial; */
}

table.schedule td {
  /*width:100%;*/
  line-height: 2.5em;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #404040;
}

table.schedule td.date {
  /*width:100%;*/
  background-color: #f5f5f5;
  color: #404040;
}

table.schedule td a {
  display: inline-block;
  text-decoration: none;
}

table.schedule .hidden_row {
  display: none;
  background-color: #eee;
}

table.schedule .hidden_row td {
  padding: 0px;
  text-align: center;
}

.search-box {
  padding: 20px 20px 15px;
  border-radius: 5px;
  background-image: url(/images/feature-sec_bg.jpg);
  position: relative;
  top: -30px;
  background: white;

  /* border: 1px solid #42633e;*/
  @media screen and (max-width: 780px) {
    top: 0;
  }

  @media screen and (max-width: 1250px) and (min-width: 781px) {
    top: -10px;
  }

}

.search-filter-box {
  background: #f5f5f5;
  padding: 15px;
  margin-top: 10px;
}

.note-payment-procedure {
  border: 1px solid #494949;
  border-radius: 5px;
  /* height: 47px; */
  background-color: #ffffff;
  display: flex;
  padding: 10px 15px;
  margin-bottom: 28px;
  /* color: #494949; */
  font-weight: bold;
}

.content-note-payment {
  /* font-size: 14px; */
  font-weight: 500;
  /* color: #494949; */
  margin-bottom: 26px;
}

.payment-desc {
  /* display: flex; */
  background-color: #EFEFEF;
  padding: 10px 14px 10px 14px;
  border-radius: 5px;
  /* font-size: 14px; */
  font-weight: 700;
  /* color: #494949; */
  margin-bottom: 20px;
  text-align: left;
}

.new-btn-payment {
  width: 185px;
  /* height: 30px; */
  background-color: #376439;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.payment-options {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #494949;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-payment-option {
  font-size: 14px;
  font-weight: 700;
  /* color: #494949; */
}

.pc-sp-mt-custom {
  margin-top: 50px;
}

.payment-ticket {
  display: flex;
  justify-content: end;
}

.payment-ticket-credit-card {
  display: flex;
  justify-content: space-between;
}

.group-content-payment {
  font-size: 14px;
  font-weight: bold;
  /* color: #494949; */
}

.group-content-info-payment {
  /* display: flex; */
  /* width: 100%; */
  background-color: #ffffff;
  /* padding: 20px; */
  border-radius: 5px;
}

.total-amount-payment {
  /* font-size: 20px; */
  font-weight: bold;
  /* color: #494949; */
}

.group-content-credit {
  background-color: #F2F2F2;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: left;
}

.group-content-credit-vn {
  background-color: #F2F2F2;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: left;
}

.title-content-credit {
  font-size: 14px;
  font-weight: 700;
  /* color: #494949; */
}

.content-credit {
  font-size: 14px;
  font-weight: 400;
  /* color: #494949; */
}

.btn-payment-bank {
  color: #fff;
  /* background: #376439; */
  display: inline-block;
  height: 40px;
  /* line-height: 40px; */
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}

.group-payment-info-vn {
  display: flex;
  margin-top: 9px;
  gap: 10px;

  .vietnam_bank_qr {
    max-width: 220px;
    width: 100%;
  }
}

.note-payment-vn {
  color: red;
  font-size: 10px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .group-info-payment {
  padding-left: 20px;
} */

@media screen and (max-width: 767px) {
  .note-payment-procedure {
    /* justify-content: center; */
    padding: 10px;
    margin-bottom: 20px;
    /* height: 100%; */
  }

  .content-note-payment {
    margin-bottom: 20px;
  }

  .payment-options {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pc-sp-mt-custom {
    margin-top: 30px;
  }

  .group-payment-info-vn {
    display: grid;

    .vietnam_bank_qr {
      max-width: 100%;
    }
  }

  .sp-display-img {
    display: flex;
    justify-content: center;
  }
}

.mic-fill {
  cursor: pointer;
}

.mic-fill-red {
  content: url('/images/mic-fill-red.png');
}

.group-play-sound {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.d-none {
  display: none !important;
}

.group-audio-play {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mg-5 {
  margin: 5px !important;
}

.audio-south {
  display: flex;
  align-items: center;
  gap: 5px;
}

.audio-north {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}

.group-sound-file {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jitsi-call {
  background: #0071be;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px 10px;
  color: #ffffff;
  font-weight: bold;
}

.lesson-reserve-btn {
  background: #eeeeee;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 80%;
}

.group-level-couse {
  display: flex;
  gap: 6px;
  align-items: center
}

.course-basic,
.course-intermidiate {
  display: flex;
  gap: 3px;
  align-items: baseline;
}

.new-study-custom {
  display: flex;
  justify-content: center;
}

.img-study-checked {
  width: 27px;
  height: 27px;
}

.group-study-vocabulary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-study,
.start-study-latest,
.start-study-my-tango,
.start-quiz,
.start-quiz-latest,
.start-quiz-my-tango {
  width: 32%;
  height: 77px;
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  background-color: #F8F8F8;
  cursor: pointer;
  align-items: center;
}

.group-start-study {
  display: flex;
  gap: 3%;
}

.group-start-quiz {
  display: flex;
  gap: 3%;
  margin-bottom: 16px;
}

.group-new-study {
  margin: 31px 33px 33px 35px;
}

.study-title {
  margin-bottom: 12px;
}

.quiz-title {
  margin-top: 16px;
  margin-bottom: 12px;
}

.study-title-content,
.quiz-title-content {
  border: 1px solid #39663B;
  color: #39663B;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 23px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}

.title-progress-bar {
  font-size: 12px;
  /* line-height: 17.38px; */
  font-weight: 400;
}

.export-pdf {
  display: flex;
  justify-content: end;
  margin-top: 19px;
}

.inner {
  padding-right: 40px;
}

.group-notify-result {
  display: grid;
  justify-content: center;
  align-items: center;
}

.total-point {
  font-size: 56px;
  font-weight: 700;
  line-height: 81.09px;
  margin: 0 5px;
}

.content-total-point {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.content-notify-result {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .sp-level-35 {
    width: 35% !important;
  }

  .group-new-study {
    margin: 31px 15px 33px 15px;
  }

  .group-start-study {
    display: grid;
    gap: 35px;
  }

  .start-study,
  .start-study-latest,
  .start-study-my-tango,
  .start-quiz,
  .start-quiz-latest,
  .start-quiz-my-tango {
    width: 100%;
  }

  .group-start-quiz {
    display: grid;
    gap: 35px;
    margin-bottom: 23px
  }

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

.function {
  background: #376439;
  padding: 10px !important;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

.premium table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  table-layout: fixed;
  width: 100%;
}

.premium table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}

.premium table tr:last-child {
  border: none;
}

.premium table th {
  padding: 20px 10px;
  border-right: 2px solid #fff;
}

.premium table td {
  padding: 30px 0px;
  border-right: 2px solid #eee;
  text-align: center;
}

.premium table thead tr {
  background-color: #50535d;
  color: #fff;
}

.premium table tbody th {
  border-right: 2px solid #eee;
}

.premium th.non {
  border-right: none;
}

.premium .price {
  font-weight: bold;
  font-size: 24px
}

@media screen and (max-width: 640px) {
  .premium .price {
    font-weight: bold;
    font-size: 16px
  }

  .premium table tr {
    padding: .25em;
  }

  .premium table td {
    padding: 15px 0px;
  }

  .premium table th {
    padding: 10px 10px;
  }
}

.price span {
  font-size: 10px;
}

.red_bk {
  background: #e81010
}

.red-txt {
  color: #e81010
}

.premium .btn {
  background: #e81010;
  border: 2px solid #e81010;
  color: #fff;
  padding: 1em;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  font-size: .8em
}

.premium .btn:hover {
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}

.premium table .btnarea td {
  padding: .2em .5em;
  border-right: none
}

.use_my_tango td {
  padding: 20px;
}

.menu-sp-icon {
  display: flex;
  gap: 20px;
  /* padding-left: 50px; */
  justify-content: center;
  /* margin-right: 50px !important; */
  align-items: center;
}

.nameHolder {
  width: 120px;

  @media screen and (max-width: 769px) {
    width: unset;
  }
}

.plan-table {
  padding: 10px;

  & th {
    background: #eee;
    /* color: white;*/
    padding: 5px 15px;
  }

  & td {
    text-align: left;
    padding: 15px
  }

  & tr {
    border-bottom: 1px solid #d9d9d9;
  }
}

.label-golf-club {
  border: 1px solid #ababab;
  width: max-content;
  padding: 2px 5px;
  font-size: 80%;
  margin-bottom: 5px;
}

.label-golf-club-area {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.label-golf-club-region {
  width: max-content;
  padding: 4px 15px;
  font-size: 80%;
  background: #f3f7de;
  color: #262626;
  border: none;
  /* border-radius: 20px; */
  /* margin-bottom: 7px; */
  /* font-weight: bold;*/
}

.detail-sub-menu {
  background: #eee;
  /* color: white; */
  padding: 10px 20px;
  width: 260px;
  border-radius: 5px;

  @media screen and (max-width: 780px) {
    width: 150px;
  }
}

/* admin section css */

#reserve-section {
  padding: 13em 0 7em;
  background: #f9f9f9;

  @media screen and (max-width: 780px) {
    margin-top: 0px;
  }

  .fix {
    position: sticky;
    left: 0;
    /* color: #fff; */
    background: #f3f3f3;

    a {
      color: #007be5;
    }
  }

  th.fix {
    background: #376439;
  }

  /* & table {
    background-color: white;
    width: max-content;
  } */

  & td,
  & th {
    padding: 10px;
    max-width: 500px;
    /* border: 1px solid #7e7e7e; */
    border-bottom: 1px solid #b5b5b5;
    vertical-align: middle;
  }

  & th {
    background: #376439;
    color: white;
  }

  .admin-form {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    background: white;
    padding: 10px 10px 15px 10px;
    width: 100%;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .label-custom {
    color: #fff;
    background-color: #376439;
    display: flex;
    align-items: center;

    & label {
      margin-bottom: 0;
    }
  }

  .btn-create {
    background-color: #376439;
    color: #fff;
  }

  @media screen and (max-width: 1024px) {
    .label-custom {
      width: 50%;
    }
  }

  /* style css admin create insert */
  .error {
    overflow: auto;
    background: #fff0f0;
    padding: 15px;
    margin-bottom: 15px;
    color: red;

    & p:last-child {
      margin-bottom: 0;
    }
  }

  .pagination {
    justify-content: center;
    float: right;
    margin-top: 20px;

    & a {
      line-height: inherit;
    }
  }

  & nav {
    width: max-content;
    margin: 0;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
  }

  .pagination .active .page-link {
    background-color: #42633e !important;
    color: white !important;
    border: 1px solid #42633e !important;
  }

  .pagination .disabled .page-link {
    pointer-events: none;
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #555;
  }

  .admin-header-menu {
    display: flex;
    justify-content: flex-end;
    height: 40px;
  }

  .vocabulary-title {
    background: #376439;
    padding: 2.5px 10px;
    color: white;
  }

  .edit-done {
    background: #8f3131;
    padding: 2px 10px;
    color: white;
    font-size: 12px;
  }

  .accompany-form {
    padding: 15px;
    background: white;
    border-radius: 5px;
    margin: 10px 0;
  }


  & input:not(.member-search-form) {
    margin: 2px;
  }

  & input[type="submit"] {
    /* padding: 7px 5pthead-darkx; */
    width: auto;
    background: #0071be;
    color: white;
  }

  & input[type="datetime-local"] {
    line-height: 1.5em;
  }

  & input[type="month"] {
    line-height: 1.7em;
  }

  & select {
    margin: 2px;
  }

  & button {
    width: auto;
    background: #0071be;
    color: white;
    border: none;
    border-radius: 5px;
    margin: 2px;
    padding: 2px 9px;
  }

  .file-upload {
    border: none !important;
    width: auto !important;
  }

  .require {
    background-color: #fce7e7;
    /* line-height: 1em;
      border: solid 1px; */
  }

  .file-upload {
    border: none !important;
    width: auto !important;
  }

  .important {
    background: #666666;
    color: white;
  }

  .important_result {
    background: #ebebeb;
  }

  .remove-item {
    position: absolute;
    top: 7px;
    right: 13px;
    cursor: pointer;
    border-radius: 0 !important;
    height: 30px;
  }

  .remove-item-accompany {
    position: absolute;
    top: 7px;
    right: 13px;
    cursor: pointer;
    border-radius: 0 !important;
    height: 30px;
  }

  .reserve-form {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .number-input {
    width: 100px;
  }

}

.register-button {
  padding: 15px 25px;
  font-size: larger;
  max-width: 1000px;
  width: 100% !important;
  box-sizing: border-box;
}

.reserve-button {
  background: #0071be;
  padding: 10px 35px;
  color: white;
  font-weight: bold;
  border: none;
}

.price-type-tag {
  display: inline-block;
  margin-right: 5px;
  background: #0071be;
  padding: 2px 5px;
  margin-bottom: 5px;
  color: white;
}

.price-style {
  font-size: 120%;
  font-weight: bold;
  color: #014a7d;
}

.top-page-golf-club-picture {
  /* background-size: cover; */
  background-position: center center;
  height: 300px;
  width: 450px;
  object-fit: cover;
}

.h3-search-filter {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 105%;
}

.img-slide {
  width: 500px !important;
  height: 300px;
  object-fit: cover;
}

/* カレンダーアイコンのスタイル */
.calendar-icon {
  /* width: 24px; 
  height: 24px;
  margin-right: 8px;
  cursor: pointer;  */
}

/* 日付入力フィールドのスタイル */
.custom-date-picker {
  flex: 1;
  /* 入力フィールドを横幅いっぱいに広げる */
  padding: 8px;
  /* 必要に応じて内側の余白を調整 */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
  background: white;
}

/* デフォルトのカレンダーアイコンを非表示にしない */
.custom-date-picker::-webkit-calendar-picker-indicator {
  opacity: 0%;
  /* 非表示にするのではなく、透明にする */
  position: absolute;
  /* 必要に応じて調整 */
  width: 200px;
  /* 必要に応じて調整 */
  height: 20px;
  /* 必要に応じて調整 */
  cursor: pointer;
  /* アイコンがクリック可能なままにする */
  background: white;
}

.golf-club-picture-mypage {
  background-position: center center;
  height: 110px;
  width: 220px;
  margin-right: 10px;
  margin-left: 10px;
  object-fit: cover;
}

.golf-club-content-left-mypage {
  text-align: left;
  width: 50%;

  @media screen and (max-width: 780px) {
    width: 100%;
  }
}

.golf-club-content-right-mypage {
  text-align: right;
  width: 45%;

  @media screen and (max-width: 780px) {
    width: 100%;
  }
}

.title-eng {
  color: #b8b8b8;
  margin-left: 35px;
  position: relative;
  top: -5px;
  font-size: 95%;
}

.search-result-order {
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media screen and (max-width:780px) {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

#popup-add-accompany {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px solid #ccc; */
  background: #fff;
  padding: 30px;
  z-index: 10001;
  border-radius: 5px;

  @media screen and (max-width: 780px) {
    width: 90%;
  }

  & h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #addSelectedUser {
    border: none;
    background: #0071be;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
  }

  #addSelected {
    border: none;
    background: #0071be;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
  }

  #closePopup {
    background: white;
    border: 1px solid grey;
    padding: 5px 10px;
    border-radius: 5px
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.added-list {
  margin-top: 20px;
}

.added-item {
  margin: 5px 0;
}

input:disabled {
  background: grey !important;
}

.remove-item {
  position: absolute;
  top: 12px;
  right: 13px;
  cursor: pointer;
  border-radius: 0 !important;
  height: 30px;
}

.news-date {
  background: #376439;
  color: white;
  padding: 3px 6px;
  margin: 5px;
  display: inline-block;
}

.news-date-new {
  background: #ff6868;
  color: white;
  padding: 3px 6px;
  margin: 5px;
  display: inline-block;
}

.green-backgrond {
  background-color: #42633E;
  position: absolute;
  width: 100%;
  height: 190px;
  top: 0px;

  @media screen and (max-width: 780px) {
    height: 220px;
  }

  /* & ::before {
    content: "";
    display: block;
    background-color: #42633E;
    width: 100%;
    height: 41%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  } */
}

.header-menu-icon {
  display: flex;
  gap: 5px;
  align-items: center;

  @media screen and (max-width: 780px) {
    gap: 10px;
  }

  @media screen and (max-width: 1300px) and (min-width: 781px) {
    /* font-size: 12px; */
  }
}

.header-menu-box {
  gap: 20px;
  display: flex;
  align-items: center;

  @media screen and (max-width: 1250px) and (min-width: 781px) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

}

.reserve-manual {
  background: #ebebeb !important;

  & th {
    background: #ebebeb !important;
    color: unset !important;
  }
}

.search-golf-date-label {
  display: inline-flex;
  background: #42633e;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: small;
  font-weight: bold;
  margin-right: 5px;
}

.status-label {
  background: rgb(82, 82, 82);
  display: inline-block;
  padding: 2px 5px;
  margin: 5px;
  border-radius: 5px;
  color: white;
}

.fluid-adjust {
  padding-left: 30px;
  padding-right: 30px;

  @media screen and (max-width: 780px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.alert-info {
  background-color: #f7d9d9;
  border-color: #f1bcbc;
  color: #8f3131;
}