@charset "utf-8";
html {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A0001;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 110%;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  display: block;
}
a:hover {
  opacity: 0.8;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#wrap {
  /*	background: url("img/ec_bg_03.png") no-repeat ;*/
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  background-position: left 0 top -400px;
}
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header h1 {
  width: 100%;
  height: 100vh;
  /*  max-width: 960px;*/
  margin: 0 auto;
  position: relative;
  background: url("img/ec_bg_04.png") no-repeat center / cover;
  background-repeat: no-repeat;
}
header h1 img {
  display: inline-block;
  height: 100vh;
  width: auto;
  position: relative;
  left: 10vw;
}
header h1::after {
  display: inline-block;
  content: "";
  position: relative;
  top: -10vh;
  width: 100%;
  height: 10vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}
#openbanner {
  position: absolute;
  top: -5px;
  right: 30%;
  width: 20%;
  max-width: 200px;
}
.swing-outer {
  zoom: 1;
}
.swing-outer:before, .swing-outer:after {
  content: "";
  display: table;
}
.swing-outer:after {
  clear: both;
}
.swing {
  animation: swing linear 4s infinite;
  transform-origin: center -20px 0;
  display: block;
  float: left;
}
.swing img {
  z-index: 2;
  display: block;
}
.swing:after {
  content: '';
  border: 1px solid #999;
  top: -10px;
  z-index: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-bottom: none;
  border-right: none;
  transform: rotate(15deg);
  position: absolute;
}
.swing:before {
  content: '';
  top: -14px;
  z-index: 5;
  left: 54%;
  width: 5px;
  border-radius: 50% 50%;
  background: #000;
  height: 5px;
  position: absolute;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 960px) {
  header h1 img {
    display: inline-block;
    height: 100vh;
    max-height: 900px;
    width: auto;
    position: relative;
    left: 0px;
    top: -20px;
  }
  header h1 {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    /*  max-width: 960px;*/
    margin: 0 auto;
    position: relative;
    background: url("img/ec_bg_04.png") no-repeat center / cover;
    top: -20px;
  }
  #openbanner {
    position: absolute;
    top: -5px;
    right: 10%;
    max-width: 200px;
    min-width: 150px;
  }
}
@media screen and (max-width: 500px) {
  header h1 {
    width: 100%;
    height: 100vh;
    max-height: 500px;
    /*  max-width: 960px;*/
    margin: 0 auto;
    position: relative;
    background: url("img/ec_bg_04.png") no-repeat center / cover;
    top: -20px;
  }
  header h1 img {
    display: inline-block;
    height: 100vh;
    max-height: 500px;
    width: auto;
    position: relative;
    left: -30px;
    top: -40px;
  }
  header h1 {
    width: 100%;
    height: 100vh;
    max-height: 500px;
    top: -40px;
    /*  max-width: 960px;*/
    margin: 0 auto;
    position: relative;
    background: url("img/ec_bg_04.png") no-repeat center / cover;
  }
  #openbanner {
    position: absolute;
    top: -5px;
    right: 0;
    max-width: 200px;
    min-width: 100px;
  }
}
#subscription {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
}
#title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
#titleBottom {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#titlebanner {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 10% 5% 0;
  position: relative;
}
#titlebanner ::after {
  display: block;
  content: url("img/ec_openIcon.png");
  width: 100%;
  max-width: 200px;
  position: absolute;
  right: 0;
  bottom: -20%;
}
#subscriptionImg1 {
  max-width: 960px;
  padding-top: 10%;
  padding-bottom: 5%;
}
#subscriptionText {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 5% 5% 20%;
}
#textstyleB {
  color: #ffa957;
  font-size: 130%;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 5px;
}
main {
  width: 100%;
  margin: 0 auto;
}
h2 {
  font-size: 140%;
  font-weight: 800;
  padding-bottom: 0.5rem;
}
.tent {
  background: #ffa957;
  min-width: 100%;
  margin-top: 10%;
  margin-bottom: 5%;
  position: relative;
}
.tent::before {
  display: block;
  width: 100%;
  content: "";
  height: 25px;
  background: url("img/ec_bg_01.png") repeat-x;
  position: absolute;
  left: 0;
  top: -24px;
}
.tent::after {
  display: block;
  width: 100%;
  content: "";
  height: 25px;
  background: url("img/ec_bg_01.png") repeat-x;
  transform: rotateZ(180deg);
  position: absolute;
  left: 0;
  bottom: -24px;
}
.tent div {
  max-width: 960px;
  margin: 0 auto;
  padding: 10% 10%;
}
.tentContents {
  position: relative;
  top: -110px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#list li {
  margin-bottom: 10px;
}
#list li::before {
  display: inline-block;
  content: "";
  height: 1rem;
  width: 1rem;
  background: url("img/ec_iconList.png") no-repeat bottom left;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #titlebanner ::after {
    display: block;
    content: "";
    background: url("img/ec_openIcon.png") no-repeat;
    background-size: contain;
    width: 20%;
    padding-top: 180px;
    position: absolute;
    right: 10px;
    bottom: -120px;
  }
  .tentContents {
    position: relative;
    top: -40px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0 5%;
  }
}
.teachersImg {
  float: left;
  width: 40%;
}
.teachersComment {
  width: 60%;
  float: left;
  padding-left: 5%;
  text-align: left;
}
.teachersComment + div {
  clear: left;
}
.teachers {
  padding: 10%;
  max-width: 756px;
  margin: 0 auto;
  background: url("img/ec_teacherBg.png") no-repeat center top;
  background-size: contain;
  margin-bottom: 2rem;
}
.teachers h3 {
  padding-left: 10%;
  margin-bottom: 3%;
  margin-top: 5%;
  text-align: left;
  font-size: 130%;
  font-weight: 700;
}
.teachersInner {
  margin: 0 auto;
  max-width: 80%;
}
.teachersMovie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 0 auto;
}
.teachersMovie > p {
  margin-top: 5%;
  position: absolute;
  top: 0;
  left: 10%;
  padding-left: 35px;
}
.triangle::before {
  position: absolute;
  content: '';
  display: block;
  top: 7px;
  left: 0;
  width: 10px;
  height: 30px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1A0001;
  ;
}
.teachersMovie iframe {
  position: absolute;
  margin-top: 5%;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  #titlebanner ::after {
    display: block;
    content: "";
    background: url("img/ec_openIcon.png") no-repeat;
    background-size: contain;
    width: 20%;
    padding-top: 100px;
    position: absolute;
    right: 10px;
    bottom: -70px;
  }
  .tentContents {
    position: relative;
    top: -40px;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .teachers {
    padding: 15% 0;
    max-width: 100%;
    margin: auto auto;
    background: url("img/ec_teacherBg.png") no-repeat center / cover;
    margin-bottom: 4rem;
    text-align: left;
  }
  .teachers h3 {
    padding-left: 5%;
    margin-bottom: 3%;
    margin-top: 15%;
    text-align: left;
    font-size: 130%;
    font-weight: 700;
  }
  .teachersImg {
    float: none;
    width: 80%;
    padding-left: 5%;
  }
  .teachersComment {
    width: 100%;
    float: none;
    padding-left: 5%;
    padding-top: 1rem;
    text-align: left;
  }
  .teachersComment + div {
    clear: left;
  }
  .teachersInner {
    margin: 0 auto;
    max-width: 100%;
  }
  .teachersMovie {
    position: relative;
    width: 100%;
    padding-top: 80%;
    margin-top: 5%;
    border: 2px #000;
    background: #eee;
  }
  .teachersMovie > p {
    margin-top: 5%;
    position: absolute;
    top: 0;
    left: 10%;
    padding-left: 35px;
  }
  .triangle::before {
    position: absolute;
    content: '';
    display: block;
    top: 7px;
    left: 0;
    width: 10px;
    height: 30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1A0001;
    ;
  }
  .teachersMovie iframe {
    position: absolute;
    margin-top: 5%;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    padding: 1rem;
  }
}
#time::after {
  position: absolute;
  right: 10%;
  bottom: 5%;
  content: '';
  display: block;
  background: url("img/ec_timeIconWatch.png") no-repeat center;
  background-size: contain;
  width: 20%;
  height: 300px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
#timeschedule {
  text-align: left;
  padding-left: 10%;
}
@media screen and (max-width: 500px) {
  #time::after {
    display: none;
  }
  #timeschedule {
    text-align: left;
    padding-left: 0;
  }
}
#step {
  text-align: center;
}
#step h2 {
  position: relative;
  display: inline-block;
  padding: 3rem;
  padding-top: 4.5rem;
  background: url("img/ec_stepTitleBg.png") center no-repeat;
  background-size: 80%;
  background-position: center top;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  #step h2 {
    position: relative;
    display: block;
    width: 90%;
    max-width: 300px;
    height: 15rem;
    margin: 0 auto;
    text-align: center;
    vertical-align: bottom;
    padding: 0;
    padding-top: 4.5rem;
    background: url("img/ec_stepTitleBg.png") center no-repeat;
    background-size: contain;
    background-position: center top;
    z-index: 2;
  }
}
#step ol {
  position: relative;
  top: -80px;
  z-index: 1;
  background: #fff;
}
#step ol li {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 10% 8% 8% 14%;
  border: 1px #1A0001 solid;
  position: relative;
  text-align: left;
  text-indent: -4.3rem;
}
#step ol li#none ~ li {
  border-top: 0px;
}
.stepTitles {
  padding: 30px 30px 20px 30px;
  font-weight: 900;
  font-size: 150%;
  background: url("img/ec_stepNumberingBg.png") no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
  right: -20px;
}
#step ol li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #1A0001;
  top: -1px;
  left: 43%;
}
#step ol li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #fff;
  top: -2px;
  left: 43%;
}
@media screen and (max-width: 500px) {
  #step ol li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #1A0001;
    top: -1px;
    left: 45%;
  }
  #step ol li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    top: -2px;
    left: 45%;
  }
}
#none::before, #none::after {
  display: none;
}
/**/
footer {
  position: relative;
  max-width: 100%;
  padding-top: 30%;
  padding-bottom: 1rem;
  text-align: center;
  margin: 5% auto 0;
  background: url("img/ec_bg_02.png") no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#btmbanner {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  padding: 0 10% 0 10%;
}
.sp_img_s{
	width:400px;
}
@media screen and (max-width: 500px) {
		.sp_img_s{
max-width:50%;
}
  footer {
    position: relative;
    max-width: 100%;
    min-height: 300px;
    padding-top: 30%;
    padding-bottom: 0;
    text-align: center;
    margin: 5% auto 0;
    background: url("img/ec_bg_02.png") no-repeat;
    background-position: bottom center;
    background-size: cover;
    vertical-align: bottom;
  }
  #btmbanner {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    padding: 0 5% 0 5%;
  }
  #small {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
footer small {
  text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff;
}
#gotop {
  position: absolute;
  right: 5%;
  top: 0;
  width: 100px;
  max-width: 30%;
}
/*guide*/
.sp_guide img {}
#englishCafeGuide {
  width: 100%;
}
#englishCafeGuide footer #gotop {
  position: fixed;
  right: 5%;
  top: auto;
  bottom: 100px;
  width: 100px;
  max-width: 30%;
}
/*会員の方、会員ではない方向けのボタンの装飾*/
.btn-member .btn, .btn-member a.btn, .btn-member button.btn {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.8;
  position: relative;
  display: inline-block;
  padding: 0rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}
.btn-member {
  margin-left: 0 !important;
  margin-top: 3rem;
  margin-bottom: 0 !important;
}
.btn-member a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 0.5rem 1rem 1rem;
  color: #fff;
  background: #ff9416;
  -webkit-box-shadow: 0 5px 0 #cf7517;
  box-shadow: 0 5px 0 #cf7517;
}
.btn-member a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -1.25rem;
  left: calc(75% - 140px);
  display: block;
  width: 170px;
  padding: 0.4rem 0;
  color: #cf7517;
  border: 2px solid #cf7517;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.btn-member a.btn-c span:before, .btn-member a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.btn-member a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #cf7517 transparent transparent transparent;
}
.btn-member a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.btn-member a.btn-c i {
  /*  margin-right: 1rem;*/
}
.btn-member a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #cf7517;
  -webkit-box-shadow: 0 2px 0 #e47604;
  box-shadow: 0 2px 0 #e47604;
}
.membersGuide .btn-member a.btn-c span{
	width:220px;
	  left: calc(75% - 160px);
}
/*会員の方、会員ではない方向けのボタンの装飾おわり*/
/*PC表示、SP表示のページ内リンク装飾*/
.pc_btn .btn, .sp_btn .btn {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
/*PC表示、SP表示のページ内リンク装飾おわり*/
#englishCafeGuide main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#englishCafeGuide h3 {
  font-weight: 600;
  text-decoration: underline #FFA957;
}
header h1 {
  width: 100%;
  height: auto;
  /*  max-width: 960px;*/
  margin: 0 auto;
  position: static;
  background: none;
  background-repeat: no-repeat;
}
header h1 img {
  display: inline-block;
  height: 100vh;
  width: auto;
  position: static;
  left: 10vw;
}
header h1::after {
  display: none;
}
.subpageheader {
  wisth: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 150px;
}
.menu {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100vw;
  background: #FFA957 url("img/ec_guide_top.png") no-repeat top left;
  border-bottom: 3px solid #C6C6C6;
	z-index: 3;
}
/*ボタン*/
.btn--orange, a.btn--orange {
  color: #1A0001;
  font-size: 90%;
  background-color: #eee;
  padding: 4px 0.8rem;
  margin-left: 0.5rem;
  border: 1px solid #C6C6C6;
}
a.login {
  background-color: #57bc57;
  color: #eee;
}
a.btn--radius {
  border-radius: 100vh;
}
/**/
.menuInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  height: 100%;
  position: relative;
}
.menuInner div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.menuInner p {
  display: inline-block;
  height: 100%;
  float: right;
  margin-bottom: 3px;
}
#englishCafeGuide h1 {
  font-weight: bold;
  line-height: 2.3rem;
  font-size: 2em;
  border-left: #FFA957 10px solid;
  padding-left: 15px;
  margin-bottom: 1rem;
}
#englishCafeGuide h2 {
  border-left: #FFA957 4px solid;
  vertical-align: bottom;
  padding-left: 15px;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.subpageheader div {
  margin-bottom: 3rem;
  margin-left: 2rem;
  text-decoration: underline;
  line-height: 1.8rem;
}
#englishCafeGuide main img {
  margin: 1rem 0;
}
#englishCafeGuide main .m {
  margin-bottom: 4rem;
}
#englishCafeGuide .underline {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {

  .menuInner {
    right: 1rem;
  }
  main, .subpageheader {
    padding: 0 5px;
  }
  .subpageheader {
    padding-top: 100px;
  }
  .menu {
    height: 70px;
  }
  .menuInner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    height: 100%;
    position: relative;
  }
  #englishCafeGuide header h1 {
    font-size: 1.5rem;
    line-height: 1.5rem
  }
  #englishCafeGuide h2 {
    font-size: 1rem;
    line-height: 1.2rem
  }
}
.name {
  display: inline-block;
  background: #eee;
  padding: 1rem 0.5rem 1rem 1rem;
  margin: 0.5rem;
}
.name span {
  float: left;
  padding-right: 0.5rem;
}
.name span:first-child {
  font-weight: 600;
  padding-right: 1rem;
}
.reservationinner {
  padding: 1rem 1rem 0 1rem;
}
.reservationinner dl {
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 600px;
}
.reservationinner dl:last-child {
  margin-bottom: 0;
}
.reservationinner dt {
  color: #FFA957;
}
.reservationinner dd {
  color: rgba(0, 0, 0, 0.60);
  font-size: 0.9rem;
}
.sub_eclogo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125px;
}
@media screen and (max-width: 960px) {
  .sub_eclogo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
  }
}

.sp_img_s::before{
	content:"※クリックすると拡大します";
	display: block;
	font-size: 0.8rem;
	position: absolute;
	color: #8C8B8B;

}
.sp_img_s img{
	border:1px solid #ddd;
}

#englishCafeGuide h4{
	font-weight: 700;
margin-left: 0.3rem;
}
#englishCafeGuide h4::before {
	
	display: inline-block;
	content:"";
	width: 10px;
	height: 10px;
	background: #FFA957;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
	border-radius: 10px;
	position: relative;
	top:-2px;
	left:-0.3rem;

}