/* CSS Document */
section {
  margin-bottom: 4rem !important;
  font-family: 'Shin Go Light';
}
section#coach {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
section.border {
  border-bottom: 16px solid #E7E7E7;
}
section h3 {
  line-height: 1.4;
}
section h3 small {
  display: block;
  font-size: 60%;
}
@media all and (max-width: 640px) {
  section {
    padding-bottom: 1.6em;
  }
  section h3 {
    font-size: 100%;
  }
  section #option h3 {
    font-size: 100%;
  }
}
@media all and (min-width: 641px) {
  section {
    padding-bottom: 1.6em;
  }
  section h3 {
    font-size: 100%;
  }
  section #option h3 {
    font-size: 100%;
  }
}
h3.title {
  font-size: 2.2rem;
  margin: 0 auto 4rem;
  padding: 0 0 1rem;
  background-color: none;
  line-height: 1.3;
  position: relative;
  font-family: 'Shin Go Medium';
}
h3.title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 8px;
  content: '';
  border-radius: 3px;
  background: #E85500;
}
h3.title small {
  display: block;
  font-size: 77%;
}

.planlist_dl{
    display: block;
    width: 80%;
    max-width: 480px;
    padding: 1rem;
    border: 1px solid #168AC1;
    margin: 0 auto;
	font-size: 1rem;
}
a.planlist_dl {
	text-decoration: none;
}

/* ==================== main  ====================*/
@media all and (max-width: 640px) {
	#main img{ height: 280px; object-fit: cover;}
	
}
/* ==================== problem  ====================*/
#problem {
  background: url(../img/about.jpg) no-repeat right;
  background-size: contain;
}
#problem h2 {
  font-family: 'Shin Go Medium';
}
#problem h2 + p {
  font-size: 1rem;
  font-family: 'Shin Go Medium';
}
#problem li {
  background-color: #FFc300;
}
#problem li i {
  color: #F46611;
  margin-right: 0.4em;
}
@media all and (max-width: 640px) {
  #problem {
    background: none;
  }
  #problem h2 {
    margin-bottom: 1rem;
  }
  #problem h2 + p {
    margin: 0 1.5em 2rem;
    text-align: left;
  }
  #problem ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  #problem li {
    width: 86%;
    margin: 0 auto 0.5rem;
  }
}

/* ===================本牧リニューアル=================*/
#renewal{
	width: 80%;
	max-width: 996px;
	margin: 0 auto;
}

.renewal-box{
	width: 100%;
	margin-bottom: 2rem;
}

.renewal-img-box{
	width: 85%;
	margin: 0 auto;
}

.renewal-img-box img{
	width: 100%;
}


.renewal-txt{
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

.renewal-head{
	margin: 1.1rem auto 0;
	color: #e85500;
	font-family: 'Shin Go Light';
	font-size: 1.3rem;
	width: 95%;
	text-align: center;
}

.renewal-txt p{
	padding: 0 1rem 1rem;
	font-size: 1.1rem
}
@media screen and (max-width:640px){
	#renewal{
		width: 95%;
	}
	.renewal-img-box{
		width: 90%;
	}
	.renewal-txt{
		width: 95%;
	}
	.renewal-head{
		width: 90%;
		font-size: 1.2rem
	}
}



/* ==================== gallery  ====================*/
#gallery {
  background-color: #FFF;
  padding-top: 0;
}
#gallery .photo p {
  text-align: center;
}
#gallery[data-index="7"] .photo {
  transform: translateX(-700%);
  -webkit-transform: translateX(-700%);
}
#gallery[data-index="8"] .photo {
  transform: translateX(-800%);
  -webkit-transform: translateX(-800%);
}
#gallery[data-index="9"] .photo {
  transform: translateX(-900%);
  -webkit-transform: translateX(-900%);
}
#gallery[data-index="10"] .photo {
  transform: translateX(-1000%);
  -webkit-transform: translateX(-1000%);
}
#gallery[data-index="11"] .photo {
  transform: translateX(-1100%);
  -webkit-transform: translateX(-1100%);
}
#gallery[data-index="12"] .photo {
  transform: translateX(-1200%);
  -webkit-transform: translateX(-1200%);
}
@media all and (max-width: 640px) {
  #gallery .photo li figcaption {
    font-size: 0.8rem;
  }
  #gallery .photo li p {
    font-size: 0.6rem;
  }
}
@media all and (min-width: 641px) {
  #gallery h2 br {
    display: inline-block;
  }
}
/* ==================== movie  ====================*/
#movie {
  max-width: 996px;
  margin: 0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media all and (max-width: 640px) {
  #movie {
    max-width: 90%;
    margin: -6rem auto 2rem !important;
  }
}
/* ==================== features  ====================*/
#features h3 {
  font-size: 1.4rem;
}
#features h3 small {
  font-size: 1rem;
}
#feature4 h3 {
  font-size: 2rem;
}
@media all and (max-width: 640px) {
  #features h3 {
    padding: 1rem;
  }
  #feature4 h3 {
    padding: 4rem 0 2rem;
    font-size: 1.6rem;
  }
}
/* ==================== voice  ====================*/
#voice h3 img {
  width: 74%;
}
@media all and (max-width: 640px) {
  #voice h2, #voice body {
    padding: 0 4%;
  }
}

/* ==================== lesson  ====================*/
#lesson{ margin: 3rem auto 4rem;}
#lesson h3+p {font-size: 1rem;}
#lesson .container {
	width: 80%;
  max-width: 996px;
  display: flex;
	flex-wrap: wrap; justify-content:space-between;
	margin:0 auto 2rem;
}
#lesson .container .item {
    width: 30%;
	margin-top: 2rem;
}
#lesson .container .item img {
	display: block;
}

@media all and (max-width: 640px) {
	#lesson .container .item {
    width: 44.99999%;
	margin-top: 1rem;
}
	#lesson .container .item img+h3 { font-size: 0.8rem;}
}

/* ==================== plans  ====================*/
#plan h1 {
  font-size: 1.8rem;
  font-family: 'Shin Go Medium';
}
#plan h1 + p {
  font-size: 1rem;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
#plan .tokuten {
  font-family: 'Shin Go Medium';
  color: #F92E00;
}
.schedule-pdf{
	text-align: center;
	font-size: 1rem;
}
.schedule-pdf .lastdate{
}
.plans {
  margin-bottom: 2rem;
}
.plans h3 {
  padding-bottom: 1rem;
}
.plans .price {
  text-align: center;
}
#plan .plans p.cap {
  font-size: 1rem;
  font-family: 'Shin Go Medium';
}
.del {
  color: #939393;
  text-decoration: line-through;
}
.plans .spprice {
  font-size: 0.66rem;
  color: #FFF;
  display: inline-block;
  text-align: center;
  background-color: #F92E00;
  padding: 0.2rem 0.6rem;
}
.plans > div:nth-of-type(1) li::before, #online .plans > div:nth-of-type(1) li::before {
  color: #5C5C5C;
}
.plans > div:nth-of-type(2) li::before, #online .plans > div:nth-of-type(2) li::before {
  color: #5C5C5C;
}
.plans > div:nth-of-type(3) li::before, #online .plans > div:nth-of-type(3) li::before {
  color: #5C5C5C;
}
#price .notes {
  font-size: 0.6rem;
}
#planTables tbody td:nth-of-type(1) i {
  color: #66d6ff;
}
#planTables tbody td:nth-of-type(2) i {
  color: #00a8ff;
}
#planTables tbody td:nth-of-type(3) i {
  color: #008af5;
}
#planTables table:nth-of-type(2) tbody tr:nth-of-type(1) td {
  font-size: 100%;
}
#plan .plans ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#plan .plans li {
  position: relative;
  padding-left: 0;
  font-size: 0.74rem;
  text-align: center;
}
#plan .plans li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
#plan .attention {
  font-size: 0.6rem;
  width: 80%;
  max-width: 996px;
  margin: 3rem auto 2rem;
  text-align: left;
}
@media all and (max-width: 640px) {
  #plan .plans:first-child {
    background-color: aqua;
  }
  #plan .plans li:nth-of-type(n+2) {
    margin-top: 0.25em;
  }
  .plans .cap, .plans p, #plan .plans ul {
    float: right;
    width: 64%;
  }
  .plans .spprice {
    font-size: 0.9rem;
    display: inline;
    padding: 0;
    margin: 0.2rem 0 0;
    float: right;
    background-color: #FFF;
    color: #E83900;
    font-family: 'Shin Go Medium';
  }
  #plan .attention {
    width: 90%;
  }
}
@media all and (min-width: 641px) {
  #plan .plans ul {
    margin-top: 1em;
    font-size: 80%;
  }
}
/* ==================== shopinfo  ====================*/
#shops {
  background: #FFF;
}
#shops .body h3 {
  margin: 0 auto 1rem;
  padding: 0.75em;
  background: none;
  line-height: 140%;
}
#shops .body h3 small {
  display: inline;
}
#shops .body dt{font-family: 'Shin Go Medium';}

@media all and (min-width: 641px) {
  #shops {
    padding: 0 calc((100% - 50rem) / 2);
  }
}
/* ==================== campaign  ====================*/
.campaign {
  width: 80%;
  max-width: 996px;
  margin: 3rem auto 0.4rem;
  background-color: #F7F4EE;
  font-size: 1.2rem;
}
.campaign + small {
	margin-bottom: 4rem;
	font-size: 0.6rem;
}
.campaign h3 {
  background-color: #FFc300 !important;
  font-size: 1.8rem !important;
  padding: 2rem 1rem 0 !important;
  font-family: 'Shin Go Medium';
  margin-bottom: 0 !important;
}
.campaign h3 small {
  font-size: 1rem;
  display: block;
  padding: 0.3rem 1rem;
  font-family: 'Shin Go Light';
  background-color: #F92E00;
  color: #FFFFFF;
  margin: 0 auto 0.4rem;
  width: 320px;
  max-width: 80%;
}
.campaign div {
  border: 16px solid #FFc300;
  padding: 2rem;
}
.campaign ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
}
.campaign li {
    display: inline-block;
    width: 45%;
    background-color: #0062BE;
    padding: 2%;
    margin-bottom: 0.6rem;
    color: #FFF;
}


.campaign li:last-child {
    background-color: #00BE21;
    padding: 0.5% 2%;
}
.campaign li p{
	display: block!important;
	font-size: 0.8rem;
	padding: 0 !important; margin: 0!important;
	text-align: center!important;
}
.campaign li.sptokuten {
    padding: 0.5% 2%;
}


.campaign a, .campaign a:visited {
  display: block;
  text-decoration: none;
  background-color: #E85500;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 0.6rem;
  border-radius: 1rem;
  font-family: 'Shin Go Medium';
  color: rgba(255, 255, 255, 1.00);
  font-size: 1.6rem;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
}
.campaign a:last-child {
    margin: 1rem auto 0;
    background-color: #F1B70D;
}

.campaign a:hover {
  opacity: 0.9;
}
@media all and (max-width: 640px) {
  .campaign {
    width: 90%;
    font-size: 1rem;
  }
  .campaign h3 {
    font-size: 1.2rem !important;
  }
  .campaign h3 small {
    font-size: 0.9rem;
    padding: 0.3rem;
  }
  .campaign div {
    padding: 1.4rem;
  }
  .campaign li {
    display: block;
    width: 96%;
    margin-bottom: 0.4rem;
  }
	.campaign li:last-child {
	padding: 2%;
}
  
  .campaign a, .campaign a:visited {
    padding: 0.8rem;
    font-size: 1.2rem;
    width: auto;
  }
}
#sidemenu {
  display: none;
}

/* ==================== Lesson_Information  ====================*/
.bnr_lesson{margin-bottom: 6rem;}
.bnr_lesson:last-child{margin-bottom: 4rem;}
.bnr_lesson img{ margin: 0 auto; width: 90%; max-width: 560px;}