@charset "UTF-8";
/* reset */
html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0;
}
p, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
dt, dd {
  font-weight: 300;
}
.courseWrap h2,
.courseWrap h3,
.curriculumWrap h3,
.curriculumWrap h4,
.eventsWrap h3,
.eventsWrap h4,
.applicationWrap h2,
.schools h2,
.schools h4,
.schools h5 {
  font-weight: 300;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul, li {
  list-style: none;
}
form select {
  cursor: pointer;
}
form button {
  cursor: pointer;
  border: none;
}
input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
img {
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus{
  outline:none;
}

/* base */
body {
  min-width: 1160px;
  margin: 0 auto;
  position: relative;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2c2d30;
  font-size: 16px;
  line-height: 1.5;
  overflow-y: scroll;
  padding-top: 220px;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
.hover {
  transition: 0.3s;
}
.noLink{
	pointer-events:none;
}

/*COMMON HEADER*/
#commonHeader {
  width: 100%;
  background: #48b9a9;
  position: absolute;
  top: 0;
  z-index: 1000;
  font-family: Arial,'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif,'ＭＳ Ｐゴシック',"MS PGothic";
}
#commonHeader .wrapper {
  height: 50px;
  width: 1000px;
  margin: 0 auto;
}
#commonHeader .wrapper ul {
  display: flex;
  border-right: solid 1px #77cfc3;
}
#commonHeader .wrapper ul li {
  width: calc(100% / 3);
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}
#commonHeader .wrapper ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #77cfc3;
  color: #FFF;
}
#commonHeader .wrapper ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/arr_commonlink.png) no-repeat 0 0;
}
@media (max-width: 768px) {
  #commonHeader {
    display: none;
  }
}

/*header*/
header {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 170px;
  background: #fff;
  z-index: 1000;
  border-top: 5px solid #90c31f;
}
.scroll header {
  top: 0;
  position: fixed;
}
header .inner {
  margin: 0 auto;
  align-items: center;
}
header .inner1 {
  max-width: 1040px;
  padding: 0 20px;
}
header .inner2 {
  width: 100%;
}
header .logoBox {
  display: flex;
  justify-content: space-between;
  padding: 0 0 13px;
}
header .logoBox .logo img {
  max-width: 253px;
  margin-top: 17px;
}
header .logoBox .rightContents {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .logoBox .rightContents a {
  position: relative;
  height: 100%;
  margin-left: 10px;
}
header .logoBox .rightContents a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
header .logoBox .tel {
  max-width: 486px;
  height: 66px;
  margin-left: 10px;
}
header .logoBox .tel img {
  width: 100%;
}
header .inner nav {
  width: 100%;
  height: 56px;
}
header .inner nav > ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header .inner nav > ul > li {
  width: 177px;
  max-width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}


header .inner nav > ul > li > a {
  padding-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .inner nav > ul > li > a::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 55px;
  background: repeating-linear-gradient(45deg, #a1a1a1, #a1a1a1 2px, white 2px, white 4px);
}
header .inner nav > ul > li > a img {
  padding: 0 12px;
}
header .inner2 nav > ul > li > a img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
}
header .inner nav > ul > li > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 88.15%;
  height: 2px;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
header .inner nav .subNav {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  top: 64px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  box-shadow: 0px 1px 2px 0px rgba(166, 166, 166, 0.9);
}
header .inner nav .subNav li a {
  display: block;
  position: relative;
  background: url("../img/nav_arrow.png") no-repeat right 6px center;
  background-size: 6px auto;
  padding: 13px 15px;
  color: #333333;
  font-size: 80%;
  transition: 0.3s;
}
header .inner nav .subNav li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 6px;
}
header .inner nav li:nth-child(3) .subNav li a::before {
  background: #0599d9;
}
header .inner nav li:nth-child(4) .subNav li a::before {
  background: #e95377;
}
.scroll header {
  position: fixed;
}

/*main*/
.main {
  width: 100%;
  height: 350px;
}
.main .inner {
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.main .hdgH1,
.main .hdgH2 {
  text-align: left;
}
.main .hdgH1 h1 {
  padding-top: 50px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.main .hdgH1.long2 h1 {
  padding-top: 26px;
}
.main .hdgH1 .mainHr {
  background: #fff;
  width: 60px;
  height: 2px;
  margin: 14px auto 20px 0;
}
.main .hdgH2 h1 {
  padding-top: 18px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}
.main .hdgH2 h1 span {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.main .hdgH2 .mainHr {
  background: #fff;
  width: 60px;
  height: 2px;
  margin: 15px auto 20px 0;
}
.main .mainTxt {
  max-width: 500px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.045em;
}
.main .mainTxt span {
  font-size: 18px;
  font-weight: bold;
}

/*breadcrumbs*/
.breadcrumbs {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}
.breadcrumbs ul {
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.breadcrumbs ul li {
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  color: #A6A6A6;
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li:before {
  content: "\03e";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumbs ul li:last-child:before {
  content: none;
}
.breadcrumbs ul li a {
  color: #A6A6A6;
  text-decoration: underline;
  transition: 0.3s;
}

/*hdg*/
.hdg h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 4px;
}
.hdg .hdg1,
.hdg .hdg2 {
  padding-bottom: 25px;
}

/*btn*/
.btn {
  text-align: center;
}
.btn a {
  transition: 0.3s;
}

/*telInfo*/
.telInfo {
  display: flex;
  margin: 20px 0 40px;
}
.telInfo > p {
  margin-top: 15px;
  color: #77a80a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.telInfo .telBox {
  margin-left: 15px;
}
.telInfo .tel1 {
  margin-bottom: 10px;
}
.telInfo .tel2 {
  font-size: 18px;
  color: #565656;
}

/*miniNav*/
.miniNav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
.miniNav .mnb {
  margin-bottom: 20px;
}
.miniNav .mnb a {
  transition: 0.3s;
}
.miniNav + .btn {
  margin-top: 17px;
}

/*pageTop*/
.fixedBox {
  cursor: pointer;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.fixedBox > * + * {
  margin-left: 25px;
}
.fixedBox a,
.fixedBox span {
  display: block;
}
.fixedBox img {
  width: 100%;
  height: auto;
}
.fixedBox .pageTop {
  width: 80px;
  height: 80px;
}
.fixedBox .btnInstagram {
  width: 50px;
}
.fixedBox .btnAmeba {
  width: 50px;
}

/*footer*/
footer {
  background: #90c31f;
  padding: 24px 0px 18px;
}
footer .telBox {
  text-align: center;
  padding-bottom: 24px;
}
footer .footerNav {
  width: 1160px;
  margin: 0 auto;
  padding-bottom: 24px;
}
footer .footerBox {
  display: flex;
  justify-content: center;
  text-align: left;
}
footer .box2 {
  padding-left: 50px;
}
footer .box3 {
  padding-left: 50px;
}
footer .box3 li:nth-child(3) {
  margin-top: 0;
}
footer .footerNav li + li {
  margin-top: 10px;
}
footer .footerNav a {
  background: url("../img/footer_arrow.png") no-repeat left center;
  background-size: 4px 8px;
  padding-left: 1em;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}
footer .footerNav span.outside {
  background: url(../img/icon_blank.png) no-repeat right center;
  background-size: 10px auto;
  padding-right: 15px;
}
footer .footerNav .subNav {
  padding: 6px 0 0 15px;
}
footer small {
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  border-top: 1px dashed #fff;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .hover:hover {
    opacity: 0.7;
  }
  
  /*scrollBtn*/
  .scrollBtn {
    display: block !important;
    opacity: 1 !important;
  }
  
  /*header*/
  header .logoBox .rightContents a:nth-child(1):hover::before {
    width: 92.5%;
    background: #eb9a00;
  }
  header .logoBox .rightContents a:nth-child(2):hover::before {
    width: 92.5%;
    background: #90c31f;
  }
  header .inner nav > ul > li:hover > a::before, header .inner nav > ul > li.active > a::before {
    width: 0;
  }
  header .inner nav > ul > li:nth-child(1)> a::before, header .inner nav > ul > li:nth-child(1).active > a::before {
    background: #3eb134;
  }
  header .inner nav > ul > li:nth-child(2)> a::before, header .inner nav > ul > li:nth-child(2).active > a::before {
    background: #fcc800;
  }
  header .inner nav > ul > li:nth-child(3)> a::before, header .inner nav > ul > li:nth-child(3).active > a::before {
    background: #ea535e;
  }
  header .inner nav > ul > li:nth-child(4)> a::before, header .inner nav > ul > li:nth-child(4).active > a::before {
    background: #57c3e0;
  }
  header .inner nav > ul > li:nth-child(5)> a::before, header .inner nav > ul > li:nth-child(5).active > a::before{
    background: #0599d9;
  }
  header .inner nav > ul > li:nth-child(6)> a::before, header .inner nav > ul > li:nth-child(6).active > a::before {
    background: #e95377;
  }
  header .inner nav > ul > li:nth-child(7)> a::before, header .inner nav > ul > li:nth-child(7).active > a::before {
    background: #318e29;
  }
  header .inner nav > ul > li:nth-child(8)> a::before, header .inner nav > ul > li:nth-child(8).active > a::before {
    background: #40d733;
  }
  header .inner nav > ul > li:nth-child(9)> a::before, header .inner nav > ul > li:nth-child(9).active > a::before {
    background: #ffba00;
  }
  header .inner nav > ul > li:nth-child(9) > a::after {
    background: none;
  }
  header .inner nav > ul > li.btnSub:hover .subNav {
    visibility: visible;
    opacity: 1;
  }
  header .inner nav li:nth-child(3) .subNav li a:hover {
    color: #fff;
    background: url("../img/nav_arrow_on.png") no-repeat right 6px center #0599d9;
    background-size: 6px auto;
  }
  header .inner nav li:nth-child(4) .subNav li a:hover {
    color: #fff;
    background: url("../img/nav_arrow_on.png") no-repeat right 6px center #e95377;
    background-size: 6px auto;
  }
  header .inner nav li .subNav li a:hover::before {
    background: #fff;
  }
  .scroll header {
    height:160px;
    background: rgba(255, 255, 255, 0.9);
  }
  .scroll header .inner {
    position: relative;
    min-width: auto;
  }
  
  /*btn*/
  .btn a:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
  
  /*miniNav*/
  .miniNav .mnb a:hover {
    transition: 0.3s;
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 56px;
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
  }
  
  /*scrollBtn*/
  .scrollBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
  }
  
  /*header*/
  header {
    position: fixed;
    top: 0;
    height: 60px;
    border-top
    : none;
  }
  header .inner {
    max-width: 100%;
    padding: 0 10px;
  }
  header .inner .logo img {
    max-width: 126px;
    margin-top: 17px;
    margin-left: 0;
  }
  header .logoBox {
    display: flex;
    justify-content: space-between;
    padding: 0 0 9px;
  }
  header .logoBox .tel {
    max-width: 150px;
    height: 52px;
    margin: 8px 65px 0 0;
  }
  header .logoBox .tel img {
    width: 100%;
  }
  header .logoBox .tel span {
    font-size: 0.7em;
    color: #565656;
    white-space: nowrap;
    letter-spacing: -0.1px;
  }
  header .inner .navBtn {
    display: block;
    position: absolute;
    background: url("../img/menu_btn.png") no-repeat;
    background-size: 39px auto;
    width: 39px;
    height: 41px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  header.open .inner .navBtn {
    background: url("../img/menu_btn_on.png") no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    right: 27px;
  }
  header .inner nav {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    padding: 0;
    font-size: 16px;
  }
  header.open .inner nav {
    display: block;
    background: rgba(0,0,0,0.4);
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header .inner nav > ul {
    display: flex;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
  }
  ul.infoBtn {
    display: flex;
	width: 100%;
  }
   ul.infoBtn > li.info {
	width: 50%;
  }
  header .inner nav > ul > li {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  header .inner nav > ul > li:last-child {
    padding-bottom: 56px;
  }
  header .inner nav > ul > li a {
    position: relative;
    display: block;
    background: #fff;
    height: auto;
    padding: 17px 35px 12px;
    color: #2c2d30;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #abb5bc;
  }
  header .inner nav > ul > li.tel a {
    background: #edffc5;
    color: #77a80a;
    text-align: center;
    border-bottom: 1px solid #77a80a;
  }
  ul.infoBtn > li.info:first-child a {
    display: block;
	width: 100%;
	background: #fdf5e5;
    color: #2c2d30;
    text-align: center;
    border-bottom: 1px solid #abb5bc;
	border-right: 1px solid #abb5bc;
  }
  ul.infoBtn > li.info:last-child a {
    display: block;
	width: 100%;
	background: #f5faeb;
    color: #2c2d30;
    text-align: center;
	border-bottom: 1px solid #abb5bc;
  }
  ul.infoBtn > li.info:first-child span {
    display: block;
	font-size: 0.7em;
	color: #eb9a00;
  }
  ul.infoBtn > li.info:last-child span {
    display: block;
	font-size: 0.7em;
	color: #90c31f;
  }
  header .inner nav > ul > li.tel1 a {
    padding-bottom: 0;
    font-size: 16px;
    border-bottom: none;
  }
  header .inner nav > ul > li:first-child a {
    border-top: 1px solid #abb5bc;
  }
  header .inner nav > ul > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: auto;
    margin: auto;
    width: 2px;
    height: 24px;
    border-radius: 1px;
  }
  header .inner nav > ul > li:nth-child(1) > a::before {
    background: #3eb134;
  }
  header .inner nav > ul > li:nth-child(2) > a::before {
    background: #fcc800;
  }
  header .inner nav > ul > li:nth-child(3) > a::before {
    background: #ea535e;
  }
  header .inner nav > ul > li:nth-child(4) > a::before {
    background: #57c3e0;
  }
  header .inner nav > ul > li:nth-child(5) > a::before {
    background: #0599d9;
  }
  header .inner nav > ul > li:nth-child(6) > a::before {
    background: #e95377;
  }
  header .inner nav > ul > li:nth-child(7) > a::before {
    background: #318e29;
  }
  header .inner nav > ul > li:nth-child(8) > a::before {
    background: #40d733;
  }
  header .inner nav > ul > li:nth-child(9) > a::before {
    background: #ffba00;
  }
  header .inner nav > ul > li > a::after {
    content: "";
    position: absolute;
    background: url("../img/nav_arrow_sp.png") no-repeat;
    background-size: 7px auto;
    width: 7px;
    height: 11px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: 27px;
  }
  header .inner nav > ul > li.btnSub > a::after {
    background: url("../img/subNav_icon_sp.png") no-repeat;
    background-size: 11px auto;
    width: 11px;
    height: 3px;
  }
  header .inner nav > ul > li.tel > a::after {
    background: none;
  }
  header .inner nav > ul > li.tel2 a img {
    width: 209px;
    padding: 0 0 5px;
  }
  header .inner nav > ul > li.tel a span {
    display: block;
    color: #565656;
    font-weight: normal;
  }
  header .inner nav .subNav {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
  }
  header .inner nav > ul > li:nth-child(3) .subNav {
    background: #cdebf7;
  }
  header .inner nav > ul > li:nth-child(4) .subNav {
    background: #fbdde4;
  }
  header .inner nav .subNav li a {
    display: block;
    position: relative;
    background: url("../img/nav_arrow_sp.png") no-repeat right 27px center;
    background-size: 7px auto;
    padding: 17px 35px 12px 55px;
    color: #333333;
    font-size: 18px;
  }
  header .inner nav .subNav li a:before {
    content: none;
  }
  header .inner nav li:nth-child(1) .subNav li a::before {
    background: #f19dac;
  }
  header .inner nav li:nth-child(2) .subNav li a::before {
    background: #1ba8a1;
  }
  
  /*main*/
  .main {
    height: 115px;
    margin-top: 4px;
  }
  .main .inner {
    padding: 0 18px;
  }
  .main .hdgH1 h1 {
    height: auto;
    padding: 34px 0 1px;
    font-size: 19px;
    letter-spacing: 1px;
  }
  .main .hdgH1.long h1 {
    padding-top: 19px;
  }
  .main .hdgH1 .mainSub {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .main .hdgH2 h1 {
    height: auto;
    padding: 25px 0 2px;
    font-size: 19px;
    letter-spacing: 1px;
  }
  .main .hdgH2.long h1 {
    padding-top: 10px;
  }
  .main .hdgH2 .mainSub {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .main .hdgH2 h1 span {
    padding-bottom: 1px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  
  /*breadcrumbs*/
  .breadcrumbs {
    max-width: 100%;
    margin: 0 10px;
    padding: 0 10px;
  }
  .breadcrumbs ul {
    width: 100%;
    padding: 15px 0 0;
  }
  .breadcrumbs ul li {
    font-size: 12px;
  }
  
  /*hdg*/
  .hdg h2 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .hdg .hdg1,
  .hdg .hdg2 {
    padding-bottom: 24px;
  }
  .hdg .hdgLine {
    width: 55px;
    margin: 0 auto;
  }
  
  /*btn*/
  .btn {
    margin: 0 auto;
  }
  
  /*telInfo*/
  .telInfo {
    display: block;
    margin: 30px 0;
  }
  .telInfo > p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.75;
  }
  .telInfo .telBox {
    margin-left: 0;
  }
  .telInfo .tel1 img {
    width: 208px;
  }
  .telInfo .tel2 {
    font-size: 15px;
  }
  
  /*miniNav*/
  .miniNav {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 12px;
  }
  .miniNav .mnb {
    width: 48.6%;
    margin-bottom: 10px;
  }
  
  /*mainTxtBox*/
  .mainTxtBox .inner {
    padding: 30px 20px;
  }
  .mainTxtBox .inner .mainTxt {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .mainTxtBox .inner .mainTxt span {
    font-weight: bold;
  }
  
  /*pageTop*/
  .fixedBox {
    max-width: 100%;
    right: 15px;
    bottom: 15px;
  }
  .fixedBox > * + * {
    margin-left: 20px;
  }
  .fixedBox .pageTop {
    width: 50px;
    height: 50px;
  }
  .fixedBox .btnInstagram {
    width: 40px;
  }
  .fixedBox .btnAmeba {
    width: 40px;
  }
  
  /*footer*/
  footer {
    padding: 20px 0 8px;
  }
  footer .telBox {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px 18px;
  }
  footer .telBox .tel {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  footer .telBox .tel span {
    font-size: 18px;
    color: #565656;
    white-space: nowrap;
    letter-spacing: -0.1px;
  }
  footer .telBox .tel a img {
    width: 209px;
    padding: 0 0 5px;
  }
  footer .footerNav {
    width: 100%;
    max-width: 400px;
    padding: 0 10px 18px;
  }
  footer .box1 {
    width: 50%;
    margin-left: 10px;
  }
  footer .box3 {
    width: 50%;
    margin-left: 10px;
    padding: 0 10px;
  }
  footer .box3 li:nth-child(3) {
    margin-top: 11px;
  }
  footer .footerNav li + li {
    margin-top: 11px;
  }
  footer .footerNav a {
    display: block;
    background: url("../img/footer_arrow.png") no-repeat left 4px center;
    background-size: 5px 9px;
    padding-top: 2px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
  }
  footer .footerNav .subNav {
    padding: 11px 0 0 10px;
  }
  footer small {
    padding-top: 7px;
    font-size: 10px;
    border-top: 1px dotted #fff;
  }
}

@media (max-width: 370px) {
  header .logoBox .tel {
    max-width: 120px;
    height: 52px;
    margin: 8px 65px 0 10px;
  }
  header .logoBox .tel span {
    font-size: 0.5rem;
  }
}
