@charset "UTF-8";

/*!
 * custom css
 * Copyright 2017
 */
.table-box a:before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
  background-image: url(../img/icon-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}


/* @mixin btn-icon($font:FontAwesome,$icon:"\f0a9 ") {
   font-family: $font;
   content: $icon;
   margin-right: 5px;
} */
.btn-primary:before,
.btn-primary:visited:before,
.btn-outline:hover:before,
.btn-outline:not([disabled]):not(.disabled):active:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon-arrow@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  background-repeat: no-repeat;
}

.btn-primary:hover:before,
.btn-primary:not([disabled]):not(.disabled):active:before,
.btn-outline:before,
.btn-outline:visited:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon-arrow-colored.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  background-repeat: no-repeat;
}

/* @mixin side-icon($font:FontAwesome,$icon:"\f02c") {
  font-family: $font;
  content: $icon;
  margin-right: 5px;
} */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ãã©ã®ãè§ã´ ProN W3', 'HiraKakuProN-W3', 'ã¡ã¤ãªãª', 'Meiryo';
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
}

a {
  /* color: #085640; */
  color: #085640;
  /* 	&:visited {
	color: $btn-color;
} */
}

p a {
  text-decoration: underline;
}

a:hover {
  color: #085640;
  text-decoration: underline;
}

a img:hover {
  opacity: 0.7;
}

p {
  margin-bottom: 2rem;
  font-size: 16px;
}

.badge-primary {
  background-color: #085640;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-eq-height .box {
  height: 95%;
  margin-bottom: 5%;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

strong {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #76BE90));
  background: -webkit-linear-gradient(transparent 60%, #76BE90 60%);
  background: -o-linear-gradient(transparent 60%, #76BE90 60%);
  background: linear-gradient(transparent 60%, #76BE90 60%);
  color: #085640;
}

table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

table th {
  min-width: 200px;
  text-align: center;
  background: #76BE90;
}

table .table-bordered th {
  border-bottom-color: #fff !important;
}

.table-bordered th {
  border-bottom-color: #fff;
}

.table-bordered tr:last-of-type th {
  border-bottom-color: #dee2e6 !important;
}

p.check {
  margin-bottom: 1rem;
}

p.check:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(../img/icon-check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
}

#breadcrumbs {
  padding: 0;
  color: #fff;
  background: url(../img/footer-bg.jpg) !important;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs ol.cd-breadcrumb {
  padding: 8px 0;
  background: url(../img/footer-bg.jpg) !important;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
  margin-bottom: -0px;
}

#breadcrumbs ol.cd-breadcrumb img {
  margin-top: -4px;
}

#breadcrumbs .cd-breadcrumb li::after,
#breadcrumbs .cd-multi-steps li::after {
  display: inline-block;
  content: '';
  margin: 0 .6em;
  color: #e5baba;
  height: 11px;
  width: 11px;
  background: url(../img/separator.svg) no-repeat center center;
}

#breadcrumbs li.current::after {
  display: none;
}

#breadcrumbs a,
#breadcrumbs a:visited {
  color: #085640;
}

#breadcrumbs a:hover {
  color: #fff;
}

blockquote {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  padding-left: 2.5em !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #085640;
  font-size: 28px;
  line-height: 1;
}

blockquote:after {
  content: "";
  clear: both;
  display: block;
}

blockquote p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  white-space: normal;
}

.btn-primary,
.btn-primary:visited {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #085640;
  color: #fff !important;
  border: 1px solid #085640;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
}

.btn-primary a,
.btn-primary:visited a {
  color: #fff;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled):active {
  color: #085640 !important;
  background: #fff;
  border: 1px solid #085640;
}

.btn-outline,
.btn-outline:visited {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #085640 !important;
  border: 1px solid #085640;
}

.btn-outline a,
.btn-outline:visited a {
  color: #085640;
}

.btn-outline:hover,
.btn-outline:not([disabled]):not(.disabled):active {
  color: #fff !important;
  background: #085640;
  border: 1px solid #085640;
}

.btn-block {
  padding: 0.6em 1em;
  margin-bottom: -0px;
}

.btn {
  --color: #085640;
  --hover: #085640;
}

.btn {
  color: var(--color);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.btn:hover,
.btn:focus {
  border-color: var(--hover);
  color: #085640;
}

.btn:hover,
.btn:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

#header {
  padding: 5px 0;
  background: #fff;
  margin-bottom: 0;
}

#header p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}

#header .date {
  color: #085640;
}

#header .tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  background: #038F60;
  display: block;
}

#header .tel a {
  display: block;
  color: #fff;
}

#header .tel a:hover {
  text-decoration: none;
}

#header .tel:hover {
  background: #085640;
}

.navbar {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 0;
  z-index: 10000;
}

@media screen and (max-width: 992px) {
  .navbar {
    background: #fff;
    padding: 0.5rem 0;
  }
}

.fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.navbar .nav-item:hover {
  background: #fff;
}

.navbar .nav-item:hover a {
  color: #085640;
}

.navbar a.nav-link {
  color: #444;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: .5rem 0;
  display: block;
  font-weight: normal !important;
}

.navbar a.nav-link:hover {
  color: #fff;
  background-color: #038F60 !important;
  border-radius: 6px;
}

@media screen and (max-width: 992px) {
  .navbar a.nav-link {
    border-left: none;
  }

  .navbar a.nav-link:hover {
    border: none;
  }
}

.navbar .reservation {
  margin-left: 5px;
  min-width: 200px;
}

@media screen and (max-width: 992px) {
  .navbar .reservation {
    margin-left: 0;
  }
}

.navbar .reservation:hover {
  background: #FFF;
}

.navbar .reservation a.nav-link {
  color: #038F60;
  font-weight: bold !important;
}

.navbar .reservation:hover a.nav-link:before {
  background-image: url(../img/icon-reservation@2x_hover.png);
}

.navbar .reservation a.nav-link {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  /* border-left: none; */
  border: 1px solid #038F60;
  position: relative;
  background: #fff;
}

.navbar .reservation a.nav-link:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-reservation@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 2px;
  background-repeat: no-repeat;
}

.navbar .reservation a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  background: #085640;
}

.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-light .navbar-toggler {
  padding: 0.7rem 1rem;
  margin: 0.8em 0 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #085640;
  border: 1px solid #fff;
}

#navbarNav .navbar-nav a {
  position: relative;
}

#navbarNav .navbar-nav a::after {
  position: absolute;
  left: 0;
  top: -0.5rem;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #085640;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#navbarNav .navbar-nav a:hover::after {
  width: 100%;
}

#navbarNav .navbar-nav .reservation a:hover::after {
  width: 0;
}

#navbarNav .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: .255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}

.reservation .nav-link {
  --color: #085640;
  --hover: #085640;
}

.reservation .nav-link {
  color: var(--color);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.reservation .nav-link:hover,
.reservation .nav-link:focus {
  border-color: var(--hover);
  color: #085640;
}

.reservation .nav-link:hover,
.reservation .nav-link:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.tel:hover,
.tel:focus {
  border-color: #085640;
}

.tel:hover,
.tel:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

@media screen and (max-width: 578px) {
  .Logo {
    width: 180px !important;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media screen and (max-width: 992px) {
  .navbar {
    background: #fff;
  }
}

.dropdown-menu {
  min-width: 300px;
  left: auto;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu li {
  display: block !important;
}

.dropdown-menu a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
  text-align: left;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  color: #fff;
}

.dropdown-item {
  padding: 0.7rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #038F60;
}

@media screen and (max-width: 768px) {
  .dropdown-menu {
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
  }
}

#slider {
  padding: 0;
}

#sub-slider {
  padding: 30px 0 20px 0;
}

#sub-slider .box-sub-slider {
  position: relative;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

#sub-slider .box-sub-slider a {
  display: block;
}

#sub-slider .box-sub-slider a:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

#sub-slider .box-sub-slider p {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

#sub-slider .box-sub-slider img {
  opacity: .4;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(2px);
}

@media screen and (min-width: 768px) {
  .wrp-mainvisual {
    padding-bottom: 50px;
  }
}

.fixed-bottom {
  padding: 1rem 0;
  padding-top: 1.2rem;
}

.fixed-bottom p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: -4px;
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .fixed-bottom p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.fixed-bottom .tel {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.6;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
}

@media screen and (max-width: 992px) {
  .fixed-bottom .tel {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 576px) {
  .fixed-bottom .tel {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.fixed-bottom .tel a:hover {
  color: #085640;
}

.fixed-bottom .reservation {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  background: white;
  display: block;
}

.fixed-bottom .reservation a {
  padding: .8rem 1rem;
}

.fixed-bottom .reservation a:visited {
  color: #085640 !important;
}

.fixed-bottom .reservation a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #085640;
  color: #fff !important;
}

.page-link {
  color: #085640;
}

.page-link:focus,
.page-link:hover {
  color: #2a1010;
}

.page-item.active .page-link {
  background-color: #085640;
  border-color: #085640;
}

.wrp-slider-campaign {
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: unset;
}

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

h1 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  padding: 30px 0;
  color: #4f1e1e;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.09091;
  }
}

h2.ttl {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  padding: 30px 0;
  color: #140a08;
  text-align: center;
  display: block;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-family: ta-kotodama-r, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  h2.ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.09091;
  }
}

h3 {
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 1.6 !important;
  font-weight: bold;
  color: #085640;
  text-align: center;
  border-left: 4px solid #085640;
  border-bottom: 1px solid #085640;
  padding-left: 10px;
  margin-top: 40px;
}

h3 .lead {
  padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #085640;
  line-height: 1.6 !important;
  margin: 40px 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

table {
  margin-bottom: 20px;
}

table img {
  max-height: 300px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

table img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 768px) {
  table img {
    max-height: 200px;
  }
}

table th {
  padding: 10px;
}

table td {
  padding: 10px;
}

table td p {
  margin-bottom: 0;
}

table tr:last-child {
  border-bottom: 1px solid #ddd !important;
}

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

  .ranking tbody,
  .ranking tr {
    display: block;
  }
}

.ranking tbody tr:last-child {
  border-bottom: 1px solid #ddd !important;
}

.ranking tbody tr td {
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.5);
}

.ranking tbody tr td:first-child {
  padding: 20px;
  width: 50%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .ranking tbody tr td {
    border-bottom: none;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
  }

  .ranking tbody tr td:first-child {
    width: 100%;
    padding: 10px;
  }
}

.ranking tbody tr td:last-child {
  vertical-align: middle;
}

.ranking tbody tr td th:last-child {
  border: 1px solid #ddd;
}

.ranking tbody tr th {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .ranking tbody tr th {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.ranking tbody tr tr:nth-child(2) .ttl-sub {
  border-top: 1px solid #ddd !important;
}

.ranking tbody tr tr:last-of-type th {
  border-bottom: 1px solid #ddd;
  border-bottom: none;
}

.ranking .ttl-sub {
  background: url(../img/bg-table.jpg);
  color: #085640;
  text-shadow: #fff 2px 0px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 15%;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ranking .ttl-sub {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd !important;
    width: 100%;
  }
}

ul.check {
  margin: 30px 0;
  padding-left: 0;
}

ul.check li {
  list-style: none;
  margin-bottom: 10px;
}

ul.check li:before {
  content: '';
  background-image: url(../img/icon-check.png);
  margin-right: 0;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}

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

.box .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-family: Georgia, æ¸¸ææ, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSææE, ã¡ã¤ãªãª, Meiryo, serif;
  color: #085640;
  margin-top: 0;
  text-align: center;
}

.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.box p {
  margin-bottom: 0;
}

section {
  padding: 0 0 60px 0;
}

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

#course {
  background: #76BE90;
}

#course .box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  /* .inner {
      margin-top: -40px;
    } */
  /* .number {
      position: relative;
      top: -40px;
      left: -30px;
      margin-bottom: 0;
    } */
}

#course .box h3.ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  margin-top: 0;
  border: none;
}

#course .box img {
  margin-bottom: 20px;
}

#course .box p {
  min-height: 72px;
}

#course .box .btn-primary {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

#voice h3.sub-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -0px;
  margin-top: 0;
  border: none;
}

#voice .annotation {
  text-align: center;
  margin-bottom: 36px;
}

#voice .box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#voice .serif {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../img/bg-serif.png) 0 0 no-repeat;
  height: 0;
  /* è¡¨ç¤ºç»åã®é«ã Ã· è¡¨ç¤ºç»åã®å¹
 Ã 100 */
  padding-top: 40%;
  background-size: cover;
  position: relative;
}

#voice .serif p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: absolute;
  top: 28%;
  left: 10%;
  right: 10%;
}

#voice p.name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  display: block;
}

#popularity {
  background: #F0F3F4;
  /* background-image: url('../img/top_course_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
}

#popularity h2 {
  margin-bottom: -0px;
}

#popularity h3 {
  padding-bottom: 36px;
  margin-top: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

#popularity .box {
  background: #fff;
  height: 95% !important;
}

@media screen and (max-width: 768px) {
  #popularity .box {
    margin-bottom: 20px;
    height: auto;
  }
}

#popularity .box img {
  margin-bottom: 20px;
}

#popularity .box a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
  font-weight: bold;
  display: block;
  text-align: center;
}

#popularity .box a:hover {
  color: #085640;
}

#popularity .box {
  --hover: #fff;
}

#popularity .box {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#popularity .box:hover,
#popularity .box:focus {
  border-color: var(--hover);
}

#popularity .box:hover,
#popularity .box:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

#best-condition h3.sub-ttl {
  padding-bottom: 36px;
  margin-top: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #best-condition img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  #best-condition .btn-block {
    margin-top: 50px;
  }
}

#about {
  background: #e4f5ef;
}

#about h2 {
  margin-bottom: 0;
}

#about h3 {
  padding-bottom: 36px;
  margin-top: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

#about .box {
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}

#about .box img {
  max-width: 90px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 576px) {
  #about .box img {
    max-width: 80% !important;
  }
}

#about .box {
  --hover: #085640;
}

#about .box {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#about .box:hover,
#about .box:focus {
  border-color: var(--hover);
}

#about .box:hover,
#about .box:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}

#about .box:hover img,
#about .box:focus img {
  -webkit-filter: saturate(160%);
  filter: saturate(160%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

#capsule-journal h2.ttl {
  margin-bottom: -0px;
}

#capsule-journal h3.sub-ttl {
  padding-bottom: 36px;
  margin-top: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

#capsule-journal .archive-list a {
  display: contents;
}

#capsule-journal .archive-list a:hover {
  text-decoration: none;
}

#capsule-journal .archive-list a:hover h2.archive-ttl {
  text-decoration: underline;
  color: saturat(#085640, 60) !important;
}

#capsule-journal .archive-list a:hover img {
  opacity: 0.6;
}

#capsule-journal .archive-list a .archive-text {
  color: #140a08;
}

#capsule-journal .archive-list .eyecatch img {
  margin-bottom: 20px;
}

#capsule-journal .archive-list .archive-ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #capsule-journal .archive-list .eyecatch img {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#news {
  background: #F0F3F4;
}

#news .box-news {
  border-top: 1px solid #085640;
  padding: 20px 0;
}

#news .box-news:last-child {
  border-bottom: 1px solid #085640;
}

#news .box-news a {
  display: block;
}

#news .box-news a .date {
  display: inline-block;
  width: 10%;
  color: #140a08;
}

@media screen and (max-width: 768px) {
  #news .box-news a .date {
    width: 21%;
  }
}

#news .box-news a .category {
  display: inline-block;
  width: 8%;
}

@media screen and (max-width: 768px) {
  #news .box-news a .category {
    width: 17%;
  }
}

#news .box-news a .category span {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.18182;
  color: #fff;
  background: #085640;
  padding: 3px;
}

#news .box-news a .ttl {
  color: #140a08;
  min-width: 62%;
}

#news .box-news a:hover {
  text-decoration: none;
}

#news .box-news a:hover .ttl {
  text-decoration: underline;
  color: #085640;
}

#sns {
  background: #FFF;
  background-position: top;
}

#sns h2.ttl {
  margin-bottom: 0;
}

#sns h3 {
  margin-top: 0;
  border: none;
}

#eyecatch {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#eyecatch .text h2.ttl {
  margin-bottom: -0px;
}

#eyecatch .text h3.sub-ttl {
  margin-bottom: 0px;
  margin-top: 0;
  padding-bottom: 36px;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

#main .name {
  line-height: 2;
  text-align: center;
  display: block;
}

#main .voice-box {
  padding: 40px;
  border: 1px solid #085640;
  border-left-width: 5px;
  margin-bottom: 30px;
}

#main .pagination {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-top: 60px;
}

#main .pagination .page-link:focus,
#main .pagination .page-link:hover {
  background: #76BE90;
}

section#reservation {
  padding: 60px 0;
  background: #f6eeea;
  border-top: solid 5px #ecdcd4;
  position: relative;
}

section#reservation:before {
  content: "";
  background-image: url(../img/uf-servie-sec-ar.png);
  background-size: 34px 19px;
  width: 34px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
}

section#reservation h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 0.96;
  background: url(../img/serif.png) no-repeat;
  background-size: 168px 118px;
  display: inline-block;
  height: 118px;
  padding-left: 150px;
  padding-top: 89px;
  margin-top: -65px;
}

@media screen and (max-width: 576px) {
  section#reservation h2 {
    background-size: 230px 152px;
    background-position: center 10px;
    padding-top: 170px;
    padding-left: 0;
  }
}

section#reservation .btn {
  margin-top: 40px;
}

.items4 .box {
  background: #fff !important;
}

.items4 .btn-primary {
  margin: 20px 0 0 0;
}

.for-items h4 {
  margin-top: 0;
}

.importance h3 {
  border: none;
  margin-top: 0;
  padding-bottom: 36px;
}

.importance .box-text {
  height: 80% !important;
}

.box-text .note,
.box-text .text {
  font-family: ta-kotodama-r, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 576px) {
  .importance .box-text {
    height: auto !important;
    padding-bottom: 20px;
  }
}

.importance .box {
  padding-bottom: 40px;
  margin-bottom: 20px;
  height: 100% !important;
}

@media screen and (max-width: 576px) {
  .importance .box {
    margin-bottom: 20px;
  }
}

.importance .box .name {
  text-align: right;
  border-top: 1px solid #085640;
  padding-top: 10px;
  color: #085640;
}

.catchphras {
  padding-bottom: 0;
}

.catchphras h2.ttl {
  margin-bottom: 0;
}

.catchphras h3.sub-ttl {
  border: none;
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}

.effect img {
  display: block;
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.full {
  position: relative;
}

.m-60 {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .m-60 {
    margin: 0;
  }
}

.p-90 {
  padding: 90px 0;
}

.img-text:after {
  content: "";
  width: 65vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.img-text-re:after {
  content: "";
  width: 65vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.white-box {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .white-box {
    padding: 0;
  }
}

.white-box p:last-child {
  margin-bottom: 0;
}

.content01:after {
  background: url(../img/img-best-condition@2x.jpg) center center/cover;
}

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

.content03:after {
  background: url(../img/content03/01.jpg) center center/cover;
}

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

.content04:after {
  background: url(../img/content04/01.jpg) center center/cover;
}

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

.content08-08:after {
  background: url(../img/content08-08.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .content08-08:after {
    display: none;
  }
}

.content08-09:after {
  background: url(../img/content08-09.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .content08-09:after {
    display: none;
  }
}

.content08-10:after {
  background: url(../img/content08-10.jpg) center center/cover;
}

@media screen and (max-width: 768px) {
  .content08-10:after {
    display: none;
  }
}

footer {

  background: url(../img/footer-bg.jpg);
  margin-top: 0;
  padding: 2rem 0 1.25rem;
}

footer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #fff;
  text-shadow: none;
}

footer a {
  color: #fff;
}

footer a :hover {
  color: #fff !important;
  background-color: transparent;
}

footer a:visited {
  color: #fff !important;
  background-color: transparent;
}

footer .sub-nav {
  padding-left: 20px;
  list-style-type: none;
}

footer hr {
  border-top: 1px solid #FFF;
  margin: 40px 0;
}

#footer {
  background: url(../img/footer-bg.jpg);
  padding: 40px 0;
}

#footer p {
  color: #fff;
}

#footer .footer-logo {
  margin-bottom: 20px;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer_menu .footer-list-padding {
  margin-right: 10px;
  margin-bottom: 10px;
}

#footer_menu ul {
  list-style: none;
}

#copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  background: #524F4F;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #copyright {
    margin-bottom: 61px;
  }
}

#copyright a {
  color: #fff;
}


.three-good-box {
  border: 2px solid #3AB88D !important;
  position: relative;
  /* padding-top:50px; */
}

.three-good-title {
  font-size: 35px;
  /* background-color: #ECFAF6; */
  font-weight: bold;
  color: #3AB88D;
  /* border:2px solid #039060; */
  padding: 0;
  /* text-align: center; */
  /* min-width:180px; */
  /* position: absolute; */
  /* top:-5px;
  left:50%;
  line-height: 1;
  padding:8px;
  transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%); */
}

/*# sourceMappingURL=style.css.map */
.inner-effect h4 {
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .inner-effect h4 {
    margin-top: 20px;
  }

  .inner-effect .container {
    padding: 20px 0;
  }
}

/*concierge  */
.concierge-text-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.concierge-title-line {
  height: 2px;
  width: 30px;
  background-color: #444;
}

.concierge-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.concierge-box-inner {
  padding: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgb(30, 172, 122);
}

.concierge-box-title {
  position: absolute;
  top: -5px;
  left: 50%;
  line-height: 1;
  padding: 8px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  background-color: rgb(30, 172, 122);
  color: #FFF !important;
  font-weight: bold;
  font-size: 14px;
  white-space: normal;
  min-width: 250px;
  text-align: center;
}

.concierge-strong-word {
  color: rgb(223, 43, 43);
}

.concierge-list-title {
  font-size: 22px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 7px;
  margin-top: 20px;
}

.img_cover {
  max-height: 300px;
  object-fit: cover;
  object-position: 0px -70px;
}

.tell-here p {
  font-size: 16px;
  line-height: 1.4;
}

.free-fee {
  font-weight: bold;
  font-size: 18px;
}

.pop {
  font-size: 30px;
  font-weight: bold;
  color: rgb(231, 90, 35);
}

.serif p {
  font-size: 14px !important
}

.serif a {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .access-table th {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
/* ==================
stars-section
================== */
#stars{
  line-height: 1.8;
}
.text-emphasis{
  color:#db2828;
}
.pc-only{
  display:block;
}
@media only screen and (max-width: 749px) {
  .pc-only{
    display:none;
  }
}
.sp-only{
  display:none;
}
@media only screen and (max-width: 749px) {
  .sp-only{
    display:block;
  }
}
.start-util__section{
  margin:60px auto;
}
@media only screen and (max-width: 749px) {
  .start-util__section{
    margin:40px auto;
  }
}
.stars-member__section,
.stars-feature__section
{
  background-color: #f9f8f2;
  padding:60px 0;
}
@media only screen and (max-width: 749px) {
  .stars-member__section,
  .stars-feature__section
  {
    padding:40px 0;
  }
}
.stars-util__title{
  color:#444;
  border-bottom: none;;
}
/* stars-mainvisual__section */
.stars-mainvisual__bgimage {
  background: url(../img/stars/stars-mainvisual.jpg) center;
  background-size: cover;
  width: 100%;
  padding-top: 30%;
}
@media only screen and (max-width: 749px) {
  .stars-mainvisual__bgimage {
    padding-top: 50%;
  }
}
/* stars-about__section */
.stars-about__title {
  color: #444;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .stars-about__title{
    margin-top: 30px;
  }
}
/* stars-member__section */
.stars-member__section .card {
  border: none;
}
.stars-member__section .card-body {
  background-color: #f9f8f2;
}
.card-star{
  width: 100px;
  margin: 0 auto 0;
}
.card__button {
  color: #fff;
  background-color: #078f60;
}
/* stars-step__section */
.stars-step__container {
  max-width: 700px;
}
.stars-step__box {
  margin-top: 30px;
}
.stars-step__list {
  margin-bottom: 45px;
  position: relative;
}
.stars-step__list:not(:last-child)::before {
  position: absolute;
  content: '';
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a9a9a9;
}
.stars-step__box--title {
  background-color: #f0a0a0;
}
.stars-step__box--desc {
  margin-top: 0;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
@media screen and (max-width: 576px) {
  .stars-step__box--desc {
    font-size: 16px;
  }
}
/* stars-feature__section */
.stars-feature__section{
  background: url(../img/stars/stars-feature-bg.png) center;
  background-size: cover;
  width: 100%;
}
.stars-feature__title{
  line-height: 2.0 !important;
}
@media screen and (max-width: 480px) {
  .stars-feature__subtext{
    font-size: 15px;
  }
}
/* stars-privilege__section */
.stars-privilege__section{
  background: url(../img/stars/stars-privilege-logo.png) left;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 20% center;
  padding:60px 0;
}
@media only screen and (max-width: 749px) {
  .stars-privilege__section{
    padding:40px 0;
    background-position: center center;
  }
}

@media screen and (max-width: 480px) {
  .stars-privilege__text{
    font-size: 15px;
  }
}





/* ã³ã¼ã¹ã»æé */

.plan--color {
  color: #e25959;
}

.subsc-content__price {
  font-size: 32px;
}

.subsc-content__month {
  font-size: 20px;
}

.subsc-content__tax {
  font-size: 16px;
}

.subsc-content__tax--right {
  margin-right: 30px;
}

.subsc-content__tax--small {
  font-size: 14px;
}

.plan-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
}

.plan-about__3colum {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.plan-about__icon {
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}

.plan-list {
  background-color: #fcfbf9;
  padding: 30px 45px 50px;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
  border-radius: 6px;
}

.plan-list__sub {
  line-height: 25px;
}

.plan-list .plan-list__title {
  color: #444;
  font-size: 29px;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.plan-list__lead {
  line-height: 30px;
}

.plan-title__premium {
  position: relative;
}

.plan-title__premium::after {
  position: absolute;
  content: "1\756A\4EBA\6C17!!";
  color: #fff;
  background-color: #e4bc50;
  padding: 3px 10px;
  top: 3px;
  margin-left: 50px;
  font-size: 20px;
}

.plan-title__value {
  position: relative;
}

.plan-title__value::after {
  position: absolute;
  content: "2\756A\4EBA\6C17!!";
  color: #fff;
  background-color: #50e498;
  padding: 3px 10px;
  top: 3px;
  margin-left: 50px;
  font-size: 20px;
}

.plan-title__vip {
  position: relative;
}

.plan-title__vip::after {
  position: absolute;
  content: "3\756A\4EBA\6C17!!";
  color: #fff;
  background-color: #6950e4;
  padding: 3px 10px;
  top: 3px;
  margin-left: 50px;
  font-size: 20px;
}

.plan-title__first {
  position: relative;
}

.plan-title__first::after {
  position: absolute;
  content: "\521D\3081\3066\306E\65B9\306F\3053\3061\3089\306E\30B3\30FC\30B9\304B\3089";
  color: #fff;
  background-color: #e4bc50;
  padding: 3px 10px;
  top: 3px;
  margin-left: 50px;
  font-size: 20px;
}

.plan-list table tr:last-child {
  border-bottom: none !important;
}

.plan-list:nth-child(n + 2) {
  margin-top: 50px;
}

.plan-list td {
  vertical-align: initial;
}

.plan-list tr td:first-child {
  text-align: center;
}

.plan-list tr .subsc-title {
  padding: 4px 10px;
  border: 1px solid #000;
}

.subsc-time {
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0 0 1px #707070;
  margin-top: 20px;
  line-height: 40px;
}

.first-plan {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #444;
}

.first-plan p:nth-child(n + 2) {
  margin-top: 15px;
}

.plan-img__top {
  margin-top: 110px;
}

.plan-link {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.plan-link a {
  color: #e95353;
  border-bottom: 1px solid #e95353;
}

/* plan-reservation */

.plan-reservation {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 50px;
}
.plan-reservation a.nav-link {
  color: #038f60;
  font-weight: bold !important;
}

.plan-reservation:hover a.nav-link:before {
  background-image: url(../img/icon-reservation@2x_hover.png);
}

.plan-reservation a.nav-link {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  /* border-left: none; */
  border: 1px solid #038f60;
  position: relative;
  background: #fff;
}

.plan-reservation a.nav-link:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-reservation@2x.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 2px;
  background-repeat: no-repeat;
}

.plan-reservation a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  background: #085640;
}

/* /plan-reservation */

@media screen and (min-width: 577px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 999px) {
  .plan-about {
    gap: 40px;
  }
}

@media screen and (max-width: 576px) {
  .subsc-content__price {
    font-size: 21px;
  }

  .subsc-content__month {
    font-size: 15px;
  }

  .subsc-content__tax {
    font-size: 11px;
  }

  .subsc-content__tax--small {
    font-size: 10px;
  }

  .plan .col-md-12 p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .plan-list {
    padding: 15px;
  }

  .plan-list:nth-child(n + 2) {
    margin-top: 30px;
  }

  .plan-list .plan-list__title {
    font-size: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .plan-list table {
    margin-top: 20px;
  }

  .plan-list__sub {
    line-height: 18px;
  }

  .plan-list tr .subsc-title {
    padding: 4px 10px;
    border: 1px solid #000;
    font-size: 13px;
    width: 75px;
  }

  .plan-list table td {
    padding: 5px;
  }

  .plan-title__premium::after {
    position: absolute;
    content: "1\756A\4EBA\6C17!!";
    top:-3px;
    color: #fff;
    background-color: #e4bc50;
    padding: 3px;
    margin-left: 20px;
    font-size: 10px;
    margin-top: 3px;
  }

  .plan-title__first::after {
    position: absolute;
    content: "\521D\3081\3066\306E\65B9\306F\3053\3061\3089\306E\30B3\30FC\30B9\304B\3089";
    color: #fff;
    background-color: #e4bc50;
    padding: 3px;
    top:-3px;
    margin-left: 20px;
    font-size: 10px;
    margin-top: 3px;
  }

  .plan-about {
    display: block;
  }

  .plan-about__3colum {
    display: block;
  }

  .plan-about__3colum .subsc-content__tax--small {
    font-size: 14px;
    line-height: 3;
  }

  .subsc-time {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 1px;
    box-shadow: 0 0 1px #707070;
    margin-top: 20px;
    line-height: 25px;
  }

  .first-plan-content p:nth-child(2n) {
    text-align: center;
  }

  .first-plan-content .subsc-content__tax {
    font-size: 15px;
  }

  .plan-img__top {
    margin-top: 30px;
  }

  .plan-list__lead{
    line-height: 20px;
  }

  .plan-list__sp{
    margin-top: 0;
  }

  .plan-link {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

/* /plan */



/* MVä¿®æ­£ */
.mv{
	width: 100%;
	padding: 2%;
}

.mv .img_container{
	display: block;
	width: 100%;
	margin : 0 auto;
	aspect-ratio: 16 / 6;
}


.mv .img_container img{
	width : 100%;
	aspect-ratio: 16 / 6;
	object-fit: cover;
	object-position: bottom;
}

.wrp-mainvisual{
	padding: 0;
}

.wrp-mainvisual .link-mainvisual{
	position: initial;
}

@media(max-width: 600px){
	.mv{
		padding: 4% ;
	}
	.mv .img_container{
		aspect-ratio: initial;
	}
	.mv .img_container img{
		aspect-ratio: initial;
	}
}


/*--------------------------------------
ã³ã¼ã¹ã»æé ãªãã¥ã¼ã¢ã«
---------------------------------------*/

/* ã¹ã¿ã¼ãããã·ã¥ CP ããã¼*/

.start_cp_banner-container{
	width: 100%;
	max-width: 906px;
	margin: 140px auto 10px;
}

.supplement{
	max-width: 906px;
	margin: 0 auto 3px;
	font-size: 14px;
}

.start_cp_banner{
	display: block;
	width: 100%;
	border: 15px solid #B7CEA5;
	padding: 22px 0 22px ;
	position: relative;
}

a.start_cp_banner:hover{
	text-decoration: none;
	opacity: .8;
}

.micro_copy-container{
	position: absolute;
	top: -8px;
	left: -15px;
}

.micro_copy-inner{
	position: relative;
}

.period{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #E25959;
	padding: 10px 14px;
}

.micro_copy {
	background: #B7CEA5;
	padding: 5px 8px 4px;
	position: absolute;
	top: -37px;
	left: 0;
}

.micro_copy-inner{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.micro_copy-triangle{
	display: block;
	width: 100%;
	position: relative;
}

.micro_copy-triangle::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 18px 0 18px;
	border-color: #b7cea5 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translate(-50%, 0);
}

.start_cp_banner-inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-left: 9.4%;
}

.woman-illust{
	width: 224px;
}



.start_cp_txt-container{
	height: fit-content;
	margin-left: 12%;
}


.start_cp_txt-container span{
	display: block;
}

.cp_title_micro{
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.cp_title{
	background: #B7CEA5;
	padding: 4px 13px;
	border-radius: 6px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 11px;
}

.cp_txt{
	color: #444;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	vertical-align: bottom;
	margin: 2px;
}

.cp_txt-wrap{
	display: flex;
	align-items: flex-end;
}

.discount_ratio{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #E25959;
	padding: 2px 6px 0;
	border-radius: 4px;
	vertical-align: bottom;
}

.cp_txt_red{
	color: #E25959;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 6px;
	border-radius: 4px;
	vertical-align: bottom;
}

.cp_button-container{
	margin-top: 8px;
}

.cp_button{
	width: 257px;
	height: 40px;
	border-radius: 20px;
	background: #B7CEA5;
	position: relative;
}

.cp_button_txt-container{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cp_button_txt{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position:relative;
}

.cp_button_txt_arrow{
	width: 28px;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translate(0 , -50%);
}

@media(max-width: 991px){
	
	.start_cp_banner-container{
		margin: 120px auto 10px;
	}
	
	.start_cp_banner{
		padding: 30px 0 18px;
	}
	.start_cp_txt-container span.cp_title{
		font-size: 20px;
		display: inline-block;
	}
	
	.cp_title_micro{
		font-size: 14px;
	}
	
	.cp_txt{
		font-size: 15px;
	}
	
	.discount_ratio{
		font-size: 15px;
		transform: translatey(-2px);
	}
	
	.cp_txt_red{
		font-size: 19px;
	}
	
	.woman-illust{
		width: 30%;
	}
	
	.micro_copy-container{
		top: -10px;
	}
	
	.period{
		font-size: 14px;
		padding: 8px 8px;
	}
	
	.micro_copy-triangle{
		font-size: 12px;
	}
	
	.micro_copy{
		top: -31px;
	}
	
	.micro_copy-triangle::before{
		border-width: 8px 12px 0 12px;
		bottom: -11px;
	}
	
	.cp_button{
		width: 200px;
		height: 35px;
	}
	
	.cp_button_txt{
		font-size: 15px;
	}
}

@media(max-width: 767px){
	
	.start_cp_banner-container{
		margin: 80px auto 10px;
	}
	
	
	.start_cp_banner{
		padding: 45px 0 18px;
		max-width: 436px;
		margin: 0 auto;
	}
	.start_cp_banner-inner{
		display: block;
	}
	
	.start_cp_banner-inner{
		margin-left: 0;
	}
	
	.woman-illust{
		width: 42%;
		margin: 0 auto 20px;
	}
	
	.start_cp_txt-container{
		margin: 0 auto;
		text-align: center;
	}
	
	.cp_title{
		margin-bottom: 20px;
	}
	
	.start_cp_txt-container span.cp_title{
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	.cp_title_micro{
		margin-bottom: 4px;
	}
	
	.cp_txt-wrap{
		justify-content: center;
		margin-bottom: 2px;
	}
	
	.cp_title_micro{
		font-size: 14px;
	}
	
	.discount_ratio{
		padding: 3px 6px 1px;
	}
	
	.start_cp_txt-container span.cp_txt_red{
		font-size: 18px;
		padding: 0;
		transform: translateY(1px);
	}
	
	.cp_button-container{
		margin-top: 15px;
	}
	
	.cp_button{
		margin: 0 auto 0;
	}
	
	.supplement{
		max-width: 436px;
		font-size: 12px;
	}
}


@media(max-width: 422px){
	.micro_copy{
		top: -30px;
	}
	.woman-illust{
		width: 51%;
	}
}

@media(max-width: 370px){
	.cp_title_micro{
		font-size: 3.24vw;
	}
	
	.start_cp_txt-container span.cp_title{
		font-size: 4.32vw;
	}
	
	.start_cp_txt-container span{
		font-size:3.78vw;
	}
}


/*ã³ã¼ã¹ããã¼*/

/*
.course_banner-wrap{
	max-width: 855px;
	margin: 115px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.course_banner{
	display: block;
	width: calc((100% / 2) - 3.3%);
	margin-bottom: 53px;
	position: relative;
}



.course_banner.odd {
	margin-right: 5.8%;
}

.course_comment{
	position: absolute;
	top: -54px;
	left: 0;
}

.course_comment.triangle{
	width: 100%;
	height: 100%;
	position: relative;
}
.course_comment .triangle::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 13.5px 0 13.5px;
	border-color: transparent transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}

.beginner_banner .triangle::before{
	border-color: #81a43f transparent transparent transparent;
}
.premium_banner .triangle::before{
	border-color: #E4BC4F transparent transparent transparent;
}

.course_banner .course_banner-txt {
 Â z-index: 1;
	pointer-events: none;
}

.course_banner.beginner_banner:hover {
	text-decoration: none;
}

.course_banner.beginner_banner:hover .course_banner-txt{
	pointer-events: none;
}


.course_banner.beginner_banner .course_comment{
	background: #81A43F;
	color: #fff;
	font-weight: 600;
	padding: 5px 8px 3px 12px;
	text-align: center;
}


.course_banner.premium_banner .course_comment{
	background: #E4BC4F;
	color: #fff;
	font-weight: 600;
	padding: 5px 8px 3px 12px;
	text-align: center;
}

.course_banner.beginner_banner .course_banner-txt{
	position:absolute;
	left: 12px;
	top: 23px;
}

.course_banner-txt .discount span{
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	transform: rotate(-4deg);
}
.course_banner-txt .discount .strike{
	position: relative;
	width: fit-content;
}
.course_banner-txt .discount .strike:before{
	content: "";
	width: 105%;
	height: 1px;
	background: #E26A6A;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.course_banner-txt .discount span.discount_ratio{
	text-align: cell;
	width: fit-content;
	background: #fff;
	color: #E26A6A;
	font-size: 17px;
	padding: 1px 4px;
	margin-top: 1px;
}

.course_name-container{
	background: #f5f5f5;
	padding: 10px 12px 17px;
	position: absolute;
	top: 0;
	left: 0;
	width: fit-content;
}
.course_name-container::before{
	content: "";
	width: calc(100% - 11px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 11px;
	right: 0;
}
.beginner_banner .course_name-container::before{
	display: none;
}

.beginner_banner .course_name-container{
	background: #47A992;
	padding: 6px 8px;
	position: -webkit-fixed;
	position: static;
}

.premium_banner .course_name-container{
	background: #418195;
}

.vip_banner .course_name-container{
	background: #916DB3;
}

.standard_banner .course_name-container{
	background: #539165;
}

.esthetic_banner .course_name-container{
	background: #FFB0B0;
}

.limited_banner .course_name-container{
	background: #E76161;
}

.course_name,.course_price{
	display: block;
	color: #fff;
}

.course_name{
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 3px;
}

.course_price{
	font-size: 19px;
	font-weight: 400;
	padding-left: 3px;
}

.beginner_banner .course_price{
	font-weight: 600;
}

.course_induction-container{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.course_induction{
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #47A992;
	padding: 7px 0 5px;
	font-weight: 600;
	position: relative;
}

.premium_banner .course_induction{
	background: #418195;
}

.vip_banner .course_induction{
	background: #916DB3;
}

.standard_banner .course_induction{
	background: #539165;
}

.esthetic_banner .course_induction{
	background: #FFB0B0;
}

.limited_banner .course_induction{
	background: #E76161;
}

.course_induction::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translate(0, -50%) rotate(45deg);
}


@media(max-width: 991px){
	.course_banner-wrap{
		display: block;
	}
	
	.course_banner{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 53px;
	}
	
	.course_banner:last-child{
		margin-bottom: 0;
	}
	
	.course_banner.odd{
		margin-right: auto;
	}
	
	.course_banner.beginner_banner{
		margin-bottom: 85px;
	}
}

@media(max-width: 420px){
	
	.course_banner-wrap{
		margin: 106px auto 0;
	}
	
	.course_banner{
		margin: 0 auto 45px;
	}
	

	
	.course_name{
		font-size: 18px;
	}
	
	.course_price{
		font-size: 16px;
	}
	
	.course_induction{
		font-size: 16px;
	}
	
}

*/

/*ã³ã¼ã¹æ¦è¦*/

.course-lists{
	padding: 0 ;
}

.course-container{
	padding: 60px 0 0;
}

#premium.course-container{
	padding: 114px 0 0;
}

#trial.course-container{
	padding: 100px 0 0;
}

.course-wrap{
	padding: 47px 40px 67px;
	background: #FCFBF9;
	box-shadow: 0px 0px 5.442043304443359px 2.1768171787261963px rgba(0, 0, 0, 0.10);
	position: relative;
	width: 100%;
	max-width:855px; 
	margin: 0 auto 60px;
}

.flag{
	display: inline-block;
	position: absolute;
	left: -1px;
	top: -32px;
	z-index: 1;
}

#premium .flag{
	width: 194px;
    height: 32px;
	background-image: url("../img/plan/flag.svg");
	background-size: contain;
}

#trial .flag{
	width: 189px;
    height: 32px;
	background-image: url("../img/plan/flag_trial.svg");
	background-size: contain;
	top: -15px;
}

.flag_inner{
	width: 100%;
	height: 100%;
	padding:7px 0 6px 11px;
	display: flex;
	align-items: center;
	position: relative;
}
/*.flag_inner::before{
	position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
	right: -1px;
    border-width: 22.35px 20.4px 22.35px 0;
    border-color: transparent #ffffff transparent transparent;
}
*/
.crown{
	width: 24px;
	margin-right: 14px;
	margin-top: -2px;
}

.flag-txt{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

#trial .flag .flag-txt{
	font-size: 16px;
}

.course_title{
	display: inline-block;
	width: fit-conteint;
	color: #444;
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px ;
	position: relative;
}

.course_title::before{
	content: "";
	display: block;
	width: 176%;
	height: 1px;
	background: #444;
	position: absolute;
	bottom: 0;
	left: 0;
}

.course_supplement{
	font-size: 20px;
	letter-spacing: 0.025em;
	margin-top: 17px;
}


.course_detail{
	display: flex;
	justify-content: space-between;
}

.course_detail-table{
	margin-top: 50px;
	height: fit-content;
	width: 100%;
}


.course_detail-table tr{
	margin-bottom: 20px;
	display: flex;
}

table.course_detail-table tr:last-child{
	border-bottom: none !important;
}


.course_detail-table th{
	background: transparent;
	text-align: left;
	padding: 0;
	width: 220px;
	min-width: 220px;
	margin-bottom: 20px;
	border: 1px solid #444;
	position: relative;
}

.course_detail-table th{
	padding-left: 13px;
}

.course_detail-table th.ticket_cell{
	padding-left: 20px;
}

.course_detail-table th.ticket_cell{
		
}

.course_detail-table tr:last-child th span{
	margin-bottom: 0px;
}

.course_detail-table th .course_detail-icon{
	width: 20px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 50%;
	border: none;
	padding: 0;
	margin: 0;
	transform: translate(0, -50%);
}

.course_detail-table th span{
	display: block;
	width: 100%;
	text-align: center;
	background: transparent;
	padding: 7px 6px 6px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.course_detail-table td {
	font-size: 18px;
	/*color: #E25959;*/
	padding: 0;
	line-height: 1.4;
	vertical-align: top;
	margin-left: 5%;
   display: block;
	width: 100%;
}

.course_detail-table td span{
	display: inline-block;
	margin:13px 0 0;
	font-size: 20px;
}

.course_detail-table td span.tax{
	font-size: 16px;
	padding-left: 5px;
	color: #444;
}

.course_detail-table td .price_supplement{
	font-size: 12px;
	margin-top: 0;
	color: #444;
}

.course_detail-table td .ticket{
	color: #444;
}


.course_image{
	width: 100%;
	max-width: 391px;
}

.course_subtitle{
	text-align: center;
	margin: 55px 0 30px;
}

.course_subtitle span{
	display: inline;
	width: fit-content;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #444;
	padding-bottom: 3px;
	background: linear-gradient(transparent 70%, #FFE17B 0%);
}

.course_star-wrap{
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	border: 1px solid #444;
	padding: 10px 0 ;
}

table.course_star-table{
	margin: 0 auto;
}

table.course_star-table tr:last-child{
	border-bottom: none !important;
}

.course_star-table th,
.course_star-table td{
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.course_star-table th{
	text-align: left;
	width: fit-content;
	min-width: initial;
	padding-right: 30px;
	font-size: 18px;
	font-weight: 600;
}

.course_star-table .star{
	font-size: 24px;
	margin-right: 8px;
	color: #E4BC50;
}
.course_star-table .star:last-child{
	margin-right: 0;
}

.course_h4{
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #81A43F;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 13px 6px;
	margin: 40px 0 20px;
}

.course_lists{
	background: #fff;
	padding: 30px 4.7%;
	margin-bottom: 0;
}

.course_lists li{
	list-style: none;
	display: flex;
	font-size: 18px;
	margin-bottom: 17px;
}
.course_lists li:last-child{
	margin-bottom: 0;
}

.course_lists li span{
	width: calc(100% - 18px);
}

.lists_icon{
	width: 18px;
	margin-top: -5px;
	margin-right: 13px;
}

.course_txt{
	margin-top: 45px;
	margin-bottom: 50px;
	padding: 25px 0 0;
	font-size: 18px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	color: #444;
	position: relative;
}

.course_txt::before{
	content: "";
	width: 235px;
	height: 1px;
	background: #444;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% ,0);
}

.course_txt .small{
	font-size: 14px;
}

.cv_button_container{
	text-align: center;
}



.cv_button{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 300px;
	background: #E26A6A;
	padding: 10px 0 9px;
	position: relative;
}
.cv_button::before{
	content: "";
	width: 11px;
	height: 11px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%) rotate(45deg);
}
.cv_button:hover{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}

.cv_button-txt{
	color: #fff;
	font-size: 16px;
}

.cv_button_container.large{
	margin-top: 48px;
}
.cv_button_container.large .cv_button{
	max-width: 360px;
	padding: 15px 0 13px;
}
.cv_button_container.large .cv_button-txt{
	font-size: 18px;
}

.course_menu_comb{
	background: #fff;
   padding: 30px 4.7%;
   margin-bottom: 0;
}

.worries_ex{
	border: 1px solid #A1C755;
	padding: 28px 40px;
	width: fit-content;
	border-radius: 6px;
	margin-bottom: 52px;
}

.worries_ex-title{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	background: linear-gradient(transparent 70%, #A1C755 0%);
	margin-bottom: 13px;
	letter-spacing: 0.05em;
}

.worries_ex li {
	list-style: none;
	margin-bottom: 7px;
}
.worries_ex li:last-child{
	margin-bottom: 0;
}

.course_menu_container{
	margin-bottom: 55px;
}
.course_menu_container:last-child{
	margin-bottom: 0;
}

.ticket_type {
	display: flex;
	align-items: center;
	border: 1px solid #81A43F;
	padding: 5px 14px;
	width: fit-content;
	border-radius: 3px;
	margin-bottom: 35px;
}

.ticket_type-txt{
	display: inline-block;
	font-size: 20px;
	color: #444;
}

.ticket_icon{
	width: 18px;
	margin-left: 3px;
	margin-right: 9px;
}


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

.menu_image {
	width: 184px;
}

.course_menu_image-container p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

.plus{
	transform: translateY(-27px);
	margin: 0 9.8%;
}

.column_three .plus{
	margin: 0 3%;
}

.course-wrap .cv_button_container{
	margin-top: 60px;
}




/*ã¹ã¿ã¼ãããã·ã¥ã­ã£ã³ãã¼ã³*/

.start_dash{
	padding: 90px 0;
}

.start_dash-head-txt{
	 margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 47px;
	text-align: center;
	background: #B7CEA5;
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.start_dash .start_cp_banner-container{
	max-width: 970px;
	margin-bottom: 20px;
}

.start_dash .start_cp_banner{
	border: none;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);

}

.start_dash .start_cp_banner{
	padding: 37px 15px ;
}

.start_dash  .micro_copy-container{
	left: 0;
}

.start_dash .period{
	font-size: 20px;
}

.start_dash .cp_title_micro{
	font-size: 22px;
}

.start_dash .micro_copy{
	top: -32px;
	left: 8px;
}

.start_dash .micro_copy-triangle::before{
	display: none;
}

.start_dash .cp_title{
	font-size: 31px;
}

.start_dash .cp_txt{
	font-size: 24px;
	margin-bottom: 5px;
}

.start_dash .discount_ratio{
	font-size: 30px;
}

.start_dash .discount_ratio{
	font-size: 30px;
}

.start_dash  .cp_txt_red{
	font-size: 32px;
}


.asterisk{
	transform: translateY(-12px);
}


.tickets_price{
	margin-top: 60px;
}

.tickets_price-title{
	background: #B7CEA5;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 15px 0 12px;
	margin-bottom: 0;
}

.tickets_price-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	padding: 31px 53px;
}

.tickets_price-subtitle{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #81A43F;
	padding-bottom: 5px;
	margin-bottom: 17px;
}

.tickets_price_detail-container{
	margin-bottom: 17px;
}
.tickets_price_detail-container:last-child{
	margin-bottom: 0;
}

.tickets_price-detail{
	font-size: 20px;
	display: inline-block;
	margin-bottom: 
}

.tickets_price-detail.color_strong{
	color: #E25959;
	font-weight: 600;
}

.strikethrough{
	position: relative;
}
.strikethrough::before{
	content: "";
	width: 102%;
	height: 1px;
	background: #444;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.arrow_horizontal{
	width: 27px;
	margin: 0 6.8%;
	transform: translateY(14px);
}

.tickets_price-discount_ratio{
	display: inline-block;
	background: #E25959;
	color: #fff;
	font-size: 16px;
	padding: 4px 6px 2px;
	margin-left: 10px;
	transform: translateY(-2px);
}


.start_dash_ex{
	border: 1px solid #B7CEA5;
	margin-top: 60px;
	padding: 51px 4.8% 19px
}

.start_dash_ex-title{
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 2px solid #B7CEA5;
	padding-bottom: 8px;
	margin-bottom: 38px;
}

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

.start_dash_ex-container{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 22px 19px;
	width: calc((100% / 2) - 3%)
}
.start_dash_ex-container: first-child{
	margin-right: 3%;
}
.start_dash_ex-container: last-child{
	margin-left: 3%;
}

.start_dash_ex-subtitle{
	text-align: center;
	min-height: 65px;
	background: #B7CEA5;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.start_dash_ex-container:first-child .start_dash_ex-subtitle{
	margin-bottom: 50px;
}

.start_dash_ex-subtitle span{
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.start_dash_ex-container:last-child .start_dash_ex-subtitle {
	font-size: 16px;
	line-height: 1.5;
}

.start_dash_ex-container table{
	width: fit-content;
	margin: 0 auto 33px;
}

.start_dash_ex-container table tr:last-child{
	border-bottom: none !important;
}

.start_dash_ex-container table th{
	background: #fff;
	text-align: left;
	width: 32%;
	min-width: initial;
	padding: 5px 0 3px 10px;
	font-size: 16px; 
	font-weight: 600;
	letter-spacing: 0.05em;
}

.start_dash_ex-container table td{
	width: 68%;
	padding: 5px 0px 3px 25px;
	font-size: 16px; 
	letter-spacing: 0.05em;
	font-weight: 600;
}

.start_dash_ex-container table td .start_dash_ex-small{
	font-size: 12px;
	padding-left: 10px;
}

.start_dash_ex-total{
	text-align: center ;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.start_dash_ex-container:first-child .start_dash_ex-total{
	margin-top: 45px;
    margin-bottom: 45px;
}

.start_dash_ex-total .border_bottom{
	display: inline-block;
	border-bottom: 5px solid #B7CEA5;
}

.start_dash_ex-total .color_strong{
	color: #E25959;
	font-size: 24px;
	margin:0 3px;
}

.start_dash_total-tax{
	font-size: 12px;
	margin-left: 5px;
}

.start_dash_ex_result-txt{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.75;
}

.start_dash_ex_result-txt .color_strong{
	color: #E25959;
}

.start_dash_ex_result-txt .start_dash_ex_result-price{
	color: #E25959;
	font-size: 26px;
	margin-right: 3px;
	line-height: 1.3;
}

.start_dash_ex_result-txt .start_dash_ex_result-tax{
	display: inline-block;
	font-size: 12px;
	transform: translateY(-2px);
}

.kogao_cp{
	border: 1px solid #444;
	padding: 24px 0 13px;
	margin-top: 31px;
	margin-bottom: 14px;
	position : relative;
}

.kogao_cp-micro{
	background: #E25959;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 7px;
	position: absolute;
	top: -14px;;
	left: -1px;
}

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



.kogao_cp-detail{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}

.kogao_cp-wrap .arrow_horizontal{
	width: 15px;
	margin: 0 13px;
	transform: translatey(0);
}

.kogao_cp-price{
	margin-bottom: 0;
	color: #E25959;
	font-size: 19px;
	font-weight: 600;
}


.arrow_vertical{
	margin: 37px auto ;
	width: 230px;
}

.start_dash_ex-difference{
	border: 1px solid #B7CEA5;
	padding: 36px;
	max-width: 550px;
	text-align: center;
	margin: 0 auto 37px;
}

.start_dash_ex-difference p{
	margin-bottom: 0;
}

.start_dash_ex-difference p{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.75;
}

.start_dash_ex-difference p .color_strong{
	color: #E25959;
}

.start_dash_ex-difference p .tax_small{
	font-size: 16px;
	margin: 0 3px;
	transform: translateY(-2px);
}

.per_time{
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.75;
}

.per_time .color_strong{
	color: #E25959;
}

.per_time .tax_small{
	font-size: 14px;
	margin: 0 3px;
}

.important_point{
	margin-top: 60px;
}


@media(max-width: 991px){
	
	.start_dash .start_cp_banner{
		padding: 28px 15px 25px;
	}
	
	.start_dash .period{
		font-size: 14px;
	}
	
	.start_dash .micro_copy{
		top: -27px;
	}
	
	.start_dash .cp_title_micro{
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	.start_dash .cp_txt{
		font-size: 15px;
	}
	
	.start_dash .discount_ratio{
		font-size: 15px;
		transform: translateY(-6px);
	}
	
	.start_dash .cp_txt_red{
		font-size: 19px;
		padding: 0 1px;
		transform: translateY(-3px);
	}
	
	.start_dash .woman-illust{
		width: 26%;
	}

	.asterisk {
    transform: translateY(-7px);
	}
	
	.tickets_price-title{
		font-size: 18px;
	}
	
	.tickets_price-subtitle{
		font-size: 16px;
	}
	
	.tickets_price-detail{
		font-size: 16px;
	}
	
	.tickets_price-discount_ratio{
		font-size: 14px;
		transform: translateY(-1px);
	}
	
	
	.start_dash_ex-subtitle span{
		font-size: 18px;
	}
	
	.start_dash_ex-wrap{
		display: block;
	}
	
	.start_dash_ex-container{
		width: 100%;
		max-width: 450px;
		margin:0 auto 45px;
	}
	.start_dash_ex-container:last-child{
		margin-bottom: 0;
	}
	
	.start_dash_ex-subtitle{
		min-height: initial;
		padding: 20px 0;
	}
	
	.start_dash_ex-subtitle span{
		font-size: 18px;
		position: initial;
		transform: translate(0,0);
	}
	
	.start_dash_ex-container:last-child .start_dash_ex-subtitle {
		padding: 15px 0 13px;
	}
	
}

@media(max-width: 767px){
	
	.start_dash-head-txt{
		font-size: 20px;
		padding: 30px;
	}
	
	.start_dash .start_cp_banner{
		padding: 40px 15px 25px;
	}
	
	.start_dash .woman-illust{
		width: 45%;
	}
	
	.start_dash .discount_ratio{
		transform: translateY(-5px);
	}
	
	.start_cp_txt-container span.cp_txt_red{
		transform: translateY(-5px);
	}
	
	.tickets_price-wrap{
		flex-direction: column;
	}
	
	.arrow_horizontal{
		transform: translateY(5px) rotate(90deg);
	}
	
	.tickets_price-container:last-child{
		margin-top: 10px;
	}
	
}

@media(max-width: 575px){
	
	.start_dash{
		padding:80px 0 60px;
	}
	
	.start_dash_ex{
		padding: 30px 4.8% 19px;
	}
	
	.start_dash_ex-difference{
		padding: 25px 25px 23px;
		margin: 0 auto 30px;
	}
	.start_dash_ex-difference p{
		font-size: 24px;
	}
	
	.important_point{
		font-size: 14px;
	}
	
	.start_dash_ex-container:last-child .start_dash_ex-subtitle span{
		font-size: 3.3vw;
	}
}

.start_dash_ex-sp_br{
	display : none;
}

@media(max-width: 455px){
	.start_dash-head-txt{
		font-size: 18px;
		padding: 25px 8px 23px;
	}
	
	.start_dash_ex-title{
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.start_dash_ex-subtitle{
		padding: 12px 0;
	}
	
	.start_dash_ex-container:first-child .start_dash_ex-subtitle{
		margin-bottom: 30px;
	}
	
	.start_dash_ex-container table{
		width: 100%;
	}
	
	.start_dash_ex-container table tr{
		border-bottom: 1px solid #B4B4B3;
	}
	.start_dash_ex-container table tr:last-child{
		border-bottom: 1px solid #B4B4B3 !important;
	}
	
	.start_dash_ex-container table th{
		width: 40%;
		vertical-align: top;
		padding: 12px 0 12px 0;
	}
	
	.start_dash_ex-container table td{
		width: 60%;
		padding: 15px 0px 12px 15px;
		line-height: 1.2;
	}
	
	.start_dash_ex-sp_br{
		display: block;
	}
	
	.start_dash_ex-total{
		font-size: 14px;
	}
	.start_dash_ex-total .color_strong{
		font-size: 20px;
	}
	
	.start_dash_ex-total{
		margin-bottom: 30px;
	}
	.start_dash_ex-container:first-child .start_dash_ex-total{
		margin-bottom: 30px;
	}
	
	
	.start_dash_total-tax{
		font-size: 10px;
	}
	
	.start_dash_ex-total .color_strong{
		font-size: 5.5vw;
	}
	
	.kogao_cp-micro{
		font-size: 12px;
	}
	
	.start_dash_ex_result-txt{
		font-size: 18px;
	}
	
	.start_dash_ex_result-txt .start_dash_ex_result-price{
		display: inline-block;
		transform: translateY(2px);
	}
	
	.arrow_vertical{
		width: 152px;
	}
	
	.start_dash_ex-difference p{
		font-size: 20px;
	}
	
	.per_time{
		font-size: 24px;
	}
	
	.important_point{
		margin-top: 45px;
	}
}

.ideal{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	max-width: 812px;
	margin: 0 auto;
	padding: 29px 4% 31px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
} 

.ideal-txt {
	width: 70%;
}

.ideal-title{
	display: block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
	padding-top: 20px;
}

.ideal-detail{
	font-size: 18px;
	letter-spacing: 0.05em;
}


.ideal_image{
	width: 30%;
	margin-left: 20px;
}

@media(max-width: 991px){
	.ideal{
		flex-direction: column-reverse;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.ideal_image{
		width: 40%;
		margin: 0 auto 10px;
	}
	
	.ideal-txt{
		width: 100%;
	}
	
	.ideal-title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.ideal-detail{
			font-size: 16px;
	}
}


@media(max-width: 575px){
	.ideal{
		padding: 22px 4% 17px;
	}
	.ideal-title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.ideal-detail{
			font-size: 14px;
	}
	
}



/*ååä½é¨ã³ã¼ã¹*/

.trial{
	padding-top: 80px;
}

 .first_time_price {
        padding: 47px 50px;
        border: 1px solid #E25959;
        border-radius: 10px;
	 width: 100%;
    max-width: 855px;
    margin: 60px auto 0;
  }

.first_time_price-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.first_time_price p:last-child{
	margin-bottom: 0;
}

.trial_menu_detail-wrap{
	border: 1px solid #444;
	width: 100%;
	margin: 60px auto 0;
	padding: 40px 0  30px;
	position: relative;
}

.trial_menu-title{
	display: inline-block;
	text-align: center;
	color: #444;
	font-size: 20px;
	background: #FCFBF9;
	position: absolute;
	top: -57px;
	left: 50%;
	transform: translate(-50%,0);
}

.trial_menu-wrap{
	text-align: center;
}

.trial_menu{
	display: inline-block;
	text-align: center;
	background: #81A43F;
	color: #fff;
	font-size: 18px;
	padding: 3px 13px 2px;
	min-width: 100px;
	font-weight: 600;
}

.counseling{
	margin: 0 auto 12px;
}

.flex_box{
	display: flex;
	justify-content: center;
}

.trial_menu-wrap .flex_box{
	margin-bottom: 28px;
}

.beauty_acupuncture{
	margin-right: 12px;
	margin-bottom: 0
}

.beauty_treatment{
	margin-bottom: 0;
}

.trial_time{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.trial_menu-wrap{
	display: flex;
	justify-content: center;
}

.trial_menu-container{
	max-width: 160px;
}
.trial_menu-container:nth-child(2){
	margin: 0 4%;
}

.trial_menu-name{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	background: #81A43F;
	padding: 4px 0;
	margin-bottom: 10px;
	border-radius: 5px;
}

@media(max-width: 797px ){
	.trial_menu_detail-wrap{
		padding: 40px 5% 30px;
	}
}

@media(max-width: 575px){
	
	#trial .course_title::before{
		width: 120%;
	}
	
	.trial_menu-wrap{
		flex-wrap: wrap;
	}
	
	.trial_menu_detail-wrap{
		padding: 40px 3% 30px;
	}
	
	.trial_menu-container{
		width: calc(50% - 20px );
		max-width: 50%;
		margin: 0 auto;
	}
	
	.trial_menu-container:first-child{
		margin: 0 5px 0 0 ;
	}
	
	.trial_menu-container:nth-child(2){
		margin: 0  0  0 5px;
	}
	
	.trial_menu-container:last-child{
		margin: 10px  0  0 0;
	}
	
	.trial_menu-name{
		font-size: 3.56vw;
		margin-bottom: 5px;
	}
	
	
}


/*åçºã³ã¼ã¹*/

.single_course-lists{
	padding-top: 50px;
}

.course-wrap.single_course{
	padding: 37px ;
}

.single_course_title{
	font-size: 18px;
	border-bottom: 1px solid #444;
	color: #444;
	margin: 0 ;
	padding-bottom: 6px;
}

.course-wrap.single_course .course_detail-table{
	margin-top: 35px;
}

.single_course .course_h4{
	margin-top: 35px;
	    font-size: 16px;
}

.course-wrap.single_course .course_lists{
	margin-bottom: 45px;
}

.course-wrap.single_course .red{
	color: #E25959;
}

.sp_course_image{
	display: none;
}

.sp_br {
	display: none;
}

.trial .head_txt{
	margin-bottom: 0;
}


@media(max-width: 991px){
	.course_title.sp_none{
		display: none;
	}
	.course_image{
		display: none;
	}
	
	.sp_course_image{
		display: block;
		position: relative;
	}
	
	.course_title{
		top: initial;
		bottom: 0;
	}
	
	.flag{
		top: -15.5px;
	}
	
	#trial .flag{
		top: -14.5px;
	}
	
	.course_detail-table{
		margin-top: 35px;
	}
	
	.course_subtitle{
		margin-top: 20px;
	}
	
	#standard .sp_br{
		display: block;
	}
}


@media(max-width: 991px ){
	.plus{
		display: none;
	}
	
	.course_menu_image-container{
		width: calc(100% / 3);
		margin: 0 10px;
	}
	
	.course_menu_image-container{
		margin: 0 10px;
	}
	.column_three .course_menu_image-container{
		margin: 0 5px;
	}
	
	.menu_image{
		width: 100%;
	}

	.course_title{
		font-size: 24px;
	}
	
	.course_supplement{
		font-size: 16px;
	}
	
	.course_detail-table{
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.course_detail-table tr:last-child{
		margin-bottom: 0;
	}
	
	.course_detail-table th{
		min-width: 205px;
	}
	
	.course_detail-table th span{
		font-size: 18px;
	}
	
	.course_detail-table th.ticket_cell {
		padding-left: 15px;
	}
	
}

@media(max-width: 767px){
	
	.trial_menu-title{
		top: -18px;
	}
	
	.sp_br{
		display: block;
	}
	
	.course_detail-table tr{
		margin-bottom: 10px;
	}
	
	.course_detail-table th{
		min-width: 150px;
		width: 150px;
		padding-left: 10px;
	}
	
	.course_detail-table th.ticket_cell{
		padding-left: 14px;
	}
	
	.course_detail-table th .course_detail-icon{
		width: 17px;
		left: 12px;
	}
	
	.course_detail-table th span{
		font-size: 14px;
	}
	
	.course_detail-table td{
		font-size: 14px;
		margin-left: 4%;
	}
	
	
	.course_detail-table td span{
		margin-top: 10px;
		font-size: 16px;
	}
	
	.course_detail-table td span.tax{
		font-size: 12px;
	}
	
	.course_menu_image-container{
		width : 100%;
	}
	
	.course_menu_image-container p{
		font-size: 12px;
	}
	
	.ticket_type-txt{
		font-size: 16px;
	}
	
	.column_single{
		width: 50%;
		margin:0 auto;
	}
	
	
}


@media(max-width: 575px){
	#premium .flag{
		width: 137px;
		height: 26px;
		top: -12.5px;
	}
	.crown{
		width: 20px;
		margin-right: 9px;
		margin-top: -7px;
	}
	.flag-txt{
		font-size: 16px;
	}
	
	.course-container{
		padding: 60px 0 0;
	}
	
	#trial.course-container{
		padding: 70px 0 0;
	}
	
	.course-wrap{
		padding: 35px 3% 36px;
		margin-bottom: 0;
	}
	
	.course_title{
		font-size: 20px;
		padding: 8px 10px 6px;
	}
	
	.course_supplement{
		padding: 0 10px ;
	}
	
	.course_detail{
		padding:0  10px;
	}
	
	.course_detail-table{
		margin-top: 26px;
		margin-bottom: 0;
	}
	
	.course_detail-table td{
		font-size: 16px;
	}
	
	.course_subtitle{
		margin: 35px 0;
	}
	
	.course_subtitle span{
		font-size: 18px;
		line-height: 1.75;
	}
	
	.course_star-wrap{
		width: 90.6%;
		padding: 20px 0;
	}
	
	.course_features,
	.course_recommend,
	.course_txt{
		padding: 0;
	}
	
	.course_h4{
		font-size: 16px;
		margin: 35px 0 20px;
	}
	
	
	
	
	
	.course_star-table .star{
		font-size: 16px;
	}
	
	.course_lists li{
		font-size: 16px;
	}
	
	.lists_icon{
		width: 16px;
	}
	
	.course_lists li span{
		width: calc(100% - 16px);
	}
	
	.course_txt{
		padding:25px 5.7% 0;
		font-size: 16px;
	}
	
	.trial_menu_detail-wrap{
		width: 90.6%;
	}
	
	.course-wrap.single_course{
		padding: 36px 5.6%  ;
		margin: 0 auto 60px;
	}
	
	.single_course .course_detail{
		padding: 0;
	}
	
	.single_course .course_recommend{
		padding: 0;
	}
	
	.worries_ex{
		padding: 17px 19px;
	}
	
	.worries_ex-title{
		font-size: 18px;
	}
	
	.course_menu_image-wrap{
		margin-bottom: 20px;
	}
	
	 .course_menu_image-container{
		margin:0 20px 0 0;
	}
	 .course_menu_image-container:last-child{
		margin:0 ;
	}
	
	.course_menu_container p{
		margin-bottom: 0;
	}

}


@media(max-width: 443px){
	.course_detail-table tr{
		margin-bottom: 24px;
		flex-direction: column;
	}
	
	.course_detail-table th{
		margin-bottom: 5px;
		padding:  0 ;
		width: 194px;
	}
	
	.course_detail-table th .course_detail-icon{
		width: 20px;
	}
	
	.course_detail-table th span{
		padding: 5px 6px 4px 12px;
		font-size: 16px;
	}
	
	.course_detail-table td{
		margin-left: 0;
	}
	
	.course_detail-table td span{
		font-size: 18px;
	}
	
	.course_detail-table td span.tax{
		font-size: 16px;
	}
	
	.course_star-table th{
		font-size: 14px;
	}
	
	.column_three .course_menu_image-container p{
		font-size: 10px;
	}
}



/*æ½è¡ã¡ãã¥ã¼*/

section#menu {
        padding: 40px 15px 80px;
    }

    .menu_table {
        margin-top: 40px;
        border: 1px solid #4d4d4d;
    }

    .menu_table tr {
        border: 1px solid #4d4d4d;
    }

    table.menu_table tr:last-child {
        border-bottom: 1px solid #4d4d4d !important;
    }

    .menu_table th {
        width: 10%;
        background: #a0c655;
    }

    .menu-title {
        font-size: 18px;
        font-weight: bold;
    }


    .menu_table th span {
        font-size: 20px;
        color: #fff;
    }

    .menu_table td {
        padding: 4%;
    }

    table.menu_table td p {
        line-height: 1.7;
    }

    table.menu_table tr:first-child td p {
        line-height: 2;
    }

    .td-inner {
        display: flex;
    }

    table.menu_table td p:first-child {
        margin-right: 13%;
    }

    .color__red {
        color: #e25959;
    }



    .option-table {
        margin-top: 40px;
        width: 100%;
    }

    .option-table tbody {
        display: flex;
    }

    .option-table tbody tr {
        width: 50%;
        border: 1px solid #4d4d4d !important;
    }


    .option-table th,
    .option-table td {
        display: block;
    }

    .option-table th {
        padding: 35px 10px;
        font-size: 24px;
        color: #fff;
        background: #a0c655;
    }

    .option-table td {
        padding: 10% 8%;
        font-weight: bold;
        line-height: 2;
        font-size: 18px;
    }



.menu_tag{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.08em;
	background: #81A43F;
	text-align: center;
	padding: 4px 15px 3px;
	/*padding: 4px 37px 3px 15px;*/ /*æ½è¡ã¡ãã¥ã¼ã®ä¸å±¤ãã¼ã¸ãå®æãããããããã*/
	border-radius: 5px;
	margin-bottom: 23px;
	position: relative;
}
.menu_tag:last-child{
	margin-bottom: 0;
}

.menu_tag.isolation{
	margin-bottom: 10px;
}

/*æ½è¡ã¡ãã¥ã¼ã®ä¸å±¤ãã¼ã¸ãå®æãããè¡¨ç¤ºãã*/
/*.menu_tag::before{
	content: "";
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%) rotate(45deg);
}*/

/*ãããªå¹æã«æå¾
ãã§ãã¾ã*/

.effect_title{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #81A43F;
	padding: 8px 10px 7px;
}

.effect_wrap{
	background: #FFF9DE;
	padding: 33px 7% 20px;
}

.effect_container{
	margin-bottom: 15px;
}
.effect_container:last-child{
	margin-bottom: 15px;
}

.effect_sub_title{
	display: inline-block;
	font-size: 18px;
	color: #444;
	border-bottom: 1px solid #E25959;
	margin-bottom: 25px;
}

ul.effect_lists {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.effect_lists:last-child{
	margin-bottom: 0;
}

.effect_lists li{
	width: fit-content;
	display: flex;
	align-items: center;
	list-style: none;
	background: #A1C755;
	color: #fff;
	font-size: 18px;
	padding: 9px 13px 8px;
	margin: 0 15px 15px  0;
	border-radius: 3px;
}

.tag_icon{
	width: 15px;
	margin-top: -1px;
	margin-right: 4px;
}

.tag_icon img{
	vertical-align: middle;
}


@media (max-width: 991px){
	.menu_table{
		width: 100%;
	}
	.menu_table th{
		width: 100%;
	}
	.menu_table th, .menu_table td{
		display: block
	}
}

@media (max-width: 768px){
	.menu_table{
		margin-bottom: 45px;
	}
}

@media(max-width: 539px){
	table.menu_table tr:first-child td p{
		margin-bottom: 23px;
	}
	
	.effect_title{
		font-size: 18px;
	}
	
	.tag_icon{
		font-size: 14px;
	}
	
	.effect_lists li{
		font-size: 16px;
	}
}




/*=========================
 * ========Wã­ã£ã³ãã¼ã³========
 * =========================*/
 
.mv{
	padding: 0;
}

.w_campaign-head{
	padding: 80px 0 0;
}

.w_campaign-name{
	display: block;
	text-align: center;
	font-size: 3.13vw;
	color: #A5B996;
	font-weight: bold;
}

.w_campaign-title{
	display: block;
	text-align: center;
	font-size: 7.73vw;
	font-weight: bold;
	margin-top: 3px;
	color: #444;
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.w_campaign-title .under_line{
	background: linear-gradient(transparent 60%, #FCD900 0%);
}

@media(min-width: 712px){
	.w_campaign-name{
		font-size: 20px;
	}
	
	.w_campaign-title{
		font-size: 51px;
	}
}


.w_campaign-section{
	padding-bottom: 40px;
}

.w_campaign-section .w_campaign-head{
	padding-top: 25px;
	margin-bottom: 23px;
}


.w_campaign-section .w_campaign-title{
	font-size: 6.5vw;
}


@media(min-width: 712px){
	.w_campaign-section .w_campaign-title{
		font-size: 42px;
	}
}

.w_campaign-image {
	width: 88.8%;
	margin: 0 auto 30px;
	max-width: 520px;
}

.w_campaign-section .cta{
	width: 88.8%;
	max-width: 346px;
}

.cta-text{
	font-weight: bold;
}

.w_campaign-section .cta .cta-text{
	white-space: nowrap;
}

/* Wã­ã£ã³ãã¼ã³ ã¢ã¼ãã«*/

.w_campaign-modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

@media(min-width: 600px){
	.w_campaign-modal{
		max-width: 600px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.modal_bk{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: relative;
}

.modalClose{
	width: 60px;
	height: 60px;
	background: #B7CEA5;
	position: fixed;
	top: 0;
	right: 0;
}

.modalClose-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}

.modalClose_border-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
}

.modalClose_border{
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}
.modalClose_border:first-child{
	transform: translateY(-5px) rotate(-45deg);
}
.modalClose_border:last-child{
	transform:translateY(-7px) rotate(45deg);
}

.modalClose-txt{
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}


.w_campaign-modalInner{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 92px;
	left: 50%;
	transform:translateX(-50%) ;
	overflow-y: scroll;
}

.w_campaign-modalContent{
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	background: #fff;
	padding-top: 46px;
	padding-bottom: 40px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 140px;
}

.w_campaign-subtitle{
	display: inline-block;
	padding: 6px 20px;
	text-align: center;
	background: #B7CEA5;
	position: relative;
}

.w_campaign-subtitle span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.w_campaign-subtitle .w_campaign-number{
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #FC817B;
	padding: 3px 5px;
	font-size: 12px;
	position: absolute;
	top: -16px;
	left: 14px;
}

.kogaobijin-head_txt{
	padding:0 20px;
	margin: 20px 0 15px;
	font-size: 14px;
	letter-spacing: 0.025em;
	color: #000;
}

.kogaobijin-head_txt .strong{
	color: #EF454A;
	font-weight: bold;
}

.kogaobijin-wrap{
	margin-bottom: 44px;
}

.kogaobijin-wrap .kogaobijin-detail{
	width: 80%;
	margin: 0 auto;
	padding: 14px 19px;
	background: #fff;
	box-shadow: 0px 0px 4.52591px 0px rgba(0, 0, 0, 0.10);
	margin-bottom: 18px;
}

.kogaobijin-title{
	font-size: 16px;
	font-weight: bold;
	color: #EF454A;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #B7CEA5;
}

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

.free_txt{
	color: #000;
	line-height: 1.5;
	font-size: 14px;
}

.free_txt.strong{
	color: #EF454A;
	font-size: 23.535px;
	font-weight: 700;
	padding-right: 10px;
}


.arrow_right{
	width: 14px;
}

.tickets_price{
	margin: 20px auto 37px;
	width: 90%;
}

.tickets_price-title{
	background: #B7CEA5;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 15px 0 12px;
	margin-bottom: 0;
}

.tickets_price-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	padding:37px 3% ;
}

.tickets_price-subtitle{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #81A43F;
	padding-bottom: 5px;
	margin-bottom: 17px;
}

.tickets_price_detail-container{
	margin-bottom: 17px;
}
.tickets_price_detail-container:last-child{
	margin-bottom: 0;
}

.tickets_price-detail{
	font-size: 20px;
	display: inline-block;
	margin-bottom:
}

.tickets_price-detail.color_strong{
	color: #E25959;
	font-weight: 600;
}

.arrow_horizontal{
	width: 27px;
   margin: 0 6.8%;
}

@media(max-width: 991px){
	.tickets_price-title{
		font-size: 18px;
	}

	.tickets_price-subtitle{
		font-size: 18px;
	}

	.tickets_price-detail{
		font-size: 18px;
	}

	.tickets_price-discount_ratio{
		font-size: 14px;
		transform: translateY(-1px);
	}
}

@media(max-width: 767px){
	.tickets_price-wrap{
		flex-direction: column;
	}

	.arrow_horizontal{
		transform: translateY(5px) rotate(90deg);
	}

	.tickets_price-container:last-child{
		margin-top: 10px;
	}
}


.w_campaign_ex-title{
	font-size: 23px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

.w_campaign_ex-title .underline{
	background: linear-gradient(transparent 65%, #B7CEA5 0%);
}

.start_dash_ex{
	margin-top: 60px;
	padding: 51px 4.8% 19px
}

.start_dash_ex-title{
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	border-bottom: 2px solid #B7CEA5;
	padding-bottom: 8px;
	margin-bottom: 38px;
}

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

.start_dash_ex-container{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	padding: 22px 19px;
	width: calc((100% / 2) - 3%)
}
.start_dash_ex-container: first-child{
	margin-right: 3%;
}
.start_dash_ex-container: last-child{
	margin-left: 3%;
}

.start_dash_ex-subtitle{
	text-align: center;
	min-height: 65px;
	background: #B7CEA5;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.start_dash_ex-container:first-child .start_dash_ex-subtitle{
	margin-bottom: 50px;
}

.start_dash_ex-subtitle span{
	color: #fff;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.start_dash_ex-container:last-child .start_dash_ex-subtitle {
	font-size: 16px;
	line-height: 1.5;
}

.start_dash_ex-container table{
	width: fit-content;
	margin: 0 auto 33px;
}

.start_dash_ex-container table tr:last-child{
	border-bottom: none !important;
}

.start_dash_ex-container table th{
	background: #fff;
	text-align: left;
	width: 32%;
	min-width: initial;
	padding: 5px 0 3px 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.start_dash_ex-container table td{
	width: 68%;
	padding: 5px 0px 3px 25px;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.start_dash_ex-container table td .start_dash_ex-small{
	font-size: 12px;
	padding-left: 10px;
}

.start_dash_ex-total{
	text-align: center ;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.start_dash_ex-container:first-child .start_dash_ex-total{
	margin-top: 45px;
    margin-bottom: 45px;
}

.start_dash_ex-total .border_bottom{
	display: inline-block;
	border-bottom: 5px solid #B7CEA5;
}

.start_dash_ex-total .color_strong{
	color: #E25959;
	font-size: 24px;
	margin:0 3px;
}

.start_dash_total-tax{
	font-size: 12px;
	margin-left: 5px;
}

.start_dash_ex_result-txt{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.75;
}

.start_dash_ex_result-txt .color_strong{
	color: #E25959;
}

.start_dash_ex_result-txt .start_dash_ex_result-price{
	color: #E25959;
	font-size: 26px;
	margin-right: 3px;
	line-height: 1.3;
}

.start_dash_ex_result-txt .start_dash_ex_result-tax{
	display: inline-block;
	font-size: 12px;
	transform: translateY(-2px);
}

.start_dash_ex-difference{
	border: 1px solid #B7CEA5;
	padding: 36px;
	max-width: 550px;
	text-align: center;
	margin: 0 auto 37px;
}

.start_dash_ex-difference p{
	margin-bottom: 0;
}

.start_dash_ex-difference p{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.75;
}

.start_dash_ex-difference p .color_strong{
	color: #E25959;
}

.start_dash_ex-difference p .tax_small{
	font-size: 16px;
	margin: 0 3px;
	transform: translateY(-2px);
}

.per_time{
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.75;
}

.per_time .color_strong{
	color: #E25959;
}

.per_time .tax_small{
	font-size: 14px;
	margin: 0 3px;
}

.important_point{
	margin-top: 60px;
}

@media(max-width: 991px){
	.start_dash_ex-subtitle span{
		font-size: 18px;
	}

	.start_dash_ex-wrap{
		display: block;
	}

	.start_dash_ex-container{
		width: 100%;
		max-width: 450px;
		margin:0 auto 45px;
	}
	.start_dash_ex-container:last-child{
		margin-bottom: 0;
	}

	.start_dash_ex-subtitle{
		min-height: initial;
		padding: 20px 0;
	}

	.start_dash_ex-subtitle span{
		font-size: 18px;
		position: initial;
		transform: translate(0,0);
	}

	.start_dash_ex-container:last-child .start_dash_ex-subtitle {
		padding: 15px 0 13px;
	}
}


@media(max-width: 575px){
	.start_dash_ex{
		padding: 30px 4.8% 19px;
	}

	.start_dash_ex-difference{
		padding: 25px 25px 23px;
		margin: 0 auto 30px;
	}
	.start_dash_ex-difference p{
		font-size: 24px;
	}

	.important_point{
		font-size: 12px;
	}

	.start_dash_ex-container:last-child .start_dash_ex-subtitle span{
		font-size: 4vw;
	}
}

.start_dash_ex-sp_br{
	display : none;
}

@media(max-width: 455px){
	.start_dash_ex-title{
		font-size: 18px;
		margin-bottom: 30px;
	}

	.start_dash_ex-subtitle{
		padding: 12px 0;
	}

	.start_dash_ex-container:first-child .start_dash_ex-subtitle{
		margin-bottom: 30px;
	}

	.start_dash_ex-container table{
		width: 100%;
	}

	.start_dash_ex-container table tr{
		border-bottom: 1px solid #B4B4B3;
	}
	.start_dash_ex-container table tr:last-child{
		border-bottom: 1px solid #B4B4B3 !important;
	}

	.start_dash_ex-container table th{
		width: 40%;
		vertical-align: top;
		padding: 12px 0 12px 0;
	}

	.start_dash_ex-container table td{
		width: 60%;
		padding: 15px 0px 12px 15px;
		line-height: 1.2;
	}

	.start_dash_ex-sp_br{
		display: block;
	}

	.start_dash_ex-total{
		font-size: 14px;
	}
	.start_dash_ex-total .color_strong{
		font-size: 20px;
	}

	.start_dash_ex-total{
		margin-bottom: 30px;
	}
	.start_dash_ex-container:first-child .start_dash_ex-total{
		margin-bottom: 30px;
	}


	.start_dash_total-tax{
		font-size: 10px;
	}

	.start_dash_ex-total .color_strong{
		font-size: 5.5vw;
	}

	.kogao_cp-micro{
		font-size: 12px;
	}

	.start_dash_ex_result-txt{
		font-size: 18px;
	}

	.start_dash_ex_result-txt .start_dash_ex_result-price{
		display: inline-block;
		transform: translateY(2px);
	}

	.arrow_vertical{
		width: 152px;
	}

	.start_dash_ex-difference p{
		font-size: 20px;
	}

	.per_time{
		font-size: 24px;
	}

	.important_point{
		margin-top: 45px;
	}
}


.kogao_cp{
	border: 1px solid #444;
	padding: 24px 0 13px;
	margin-top: 31px;
	margin-bottom: 14px;
	position : relative;
}

.kogao_cp-micro{
	background: #E25959;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 7px;
	position: absolute;
	top: -14px;;
	left: -1px;
}

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



.kogao_cp-detail{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}

.kogao_cp-wrap .arrow_horizontal{
	width: 15px;
	margin: 0 13px;
	transform: translatey(0);
}

.kogao_cp-price{
	margin-bottom: 0;
	color: #E25959;
	font-size: 19px;
	font-weight: 600;
}



.arrow_vertical{
	margin: 37px auto ;
}









