body {
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.container {
  padding: 0 !important;
}

p {
  line-height: 1.75;
}

a {
  color: #eb3b49;
}
a:hover {
  color: #ffb1b7;
}

.text-primary {
  color: #fed136 !important;
}

.text-red {
  color: #cb2431;
}

.text-red--light {
  color: #fcdddf;
}

.text-yellow--light {
  color: #ffefc1;
}

.bg-red {
  background-color: #cb2431;
}

.bg-red--light {
  background-color: #fd8089;
}

.bg-red--dark {
  background-color: #b01812;
}

.bg-red--slightly-dark {
  background-color: #ffa4ab;
}

.bg-yellow--light {
  background-color: #ffefc1;
}

.bg-yellow--slightly-dark {
  background-color: #f8e8bb;
}

.bg-blue {
  background-color: #319de0;
}

.bg-blue--light {
  background-color: #c0ddef;
}

.bg-blue--slightly-dark {
  background-color: #bdd6e5;
}


.row-0 {
    margin-left:0px;
    margin-right:0px;
}

.row-0>div {
  padding-right:0px;
  padding-left:0px;
}


.grid-inner {
  padding: 1.2rem;
}

.grid-title {
  margin-bottom: 2rem;
}

.grid-body {
  line-height: 1.8rem;
  color: #fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.btn-white {
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-white:hover {
  background-color: #c20a19;
}

.grid-content--fadein {
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.text-small {
  font-size: 0.8rem;
}

.circle {
    color: white;
}

.circle, .circle > * {
    line-height: 0;
}

.circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
  display: block;
  height: 0;
  width: 100%;
  padding: 50% 0;
  background: #c0ddef;
  -webkit-transition: all .6s;
  transition: all .6s;
  text-decoration: none;
}
.circle:hover {
  background-color: rgba(192, 211, 239, .8);
  text-decoration: none;
  color: #fff;
}

.button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem;
  display:block;
  text-decoration: none;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.button:hover {
  background-color: rgba(255, 255, 255, .3);
  text-decoration: none;
  color: #fff;
}


.business-day {
  line-height: 1rem;
  font-size: 0.8rem;
}

.phone {
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  padding-bottom: 0;
}

.address {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  padding-bottom: 0;
}

.grid-img {
  width: 100%;
}

.event-list {
  margin: 1rem 0 0 -1rem;
}

.footer-title {
  color: #fff;
  margin: 2rem 0 0.6rem 2rem;
}

.footer-list {
  margin: 0 0 2rem 0.5rem;
}

.footer-list li, .footer-list li a {
  color: #fff;
}

.footer-list li a:hover {
  text-decoration: none;
}

.copyright {
  color: #fff;
  margin: 0 0 2rem 2rem;
  font-size: 0.5rem;
}

.pace .pace-progress {
  background: #0080c0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.slider {
  position:relative;
  overflow:hidden;
  background-color: transparent;
}

.slider img {
  z-index:1;
  width:100%;
}

.slider img:nth-of-type(n+2){
  z-index:10;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  -webkit-animation:overwrap 12s ease infinite;
  -moz-animation:overwrap 12s ease infinite;
  animation:overwrap 12s ease infinite;
}
.slider img:nth-of-type(1) {
  /* none */
}
.slider img:nth-of-type(2) {
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  animation-delay:3s;
}
.slider img:nth-of-type(3) {
  -webkit-animation-delay:6s;
  -moz-animation-delay:6s;
  animation-delay:6s;
}
.slider img:nth-of-type(4) {
  -webkit-animation-delay:9s;
  -moz-animation-delay:9s;
  animation-delay:9s;
}

@-webkit-keyframes overwrap {
  0%  {opacity:0;}
  5%,100% {opacity:1;}
}
@-moz-keyframes overwrap {
  0%  {opacity:0;}
  5%,100% {opacity:1;}
}
@keyframes overwrap {
  0%  {opacity:0;}
  5%,25% {opacity:1;}
  29%,100%{opacity:000;}
}

@media (max-width: 575.98px) {
  .brand-img {
    display: none;
  }
  .brand-text {
    font-weight: 400;
  }
  .circle-text {
    font-size: 0.6rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .brand-img {
    display: none;
  }
  .brand-text {
    font-weight: 400;
  }
  .circle-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-img {
    width: 70%;
    height: 70%;
  }
  .brand-text {
    display: none;
  }
  .circle-text {
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .brand-img {
    width: 100%;
    height: 100%;
  }
  .brand-text {
    display: none;
  }
  .circle-text {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .brand-img {
    width: 100%;
    height: 100%;
  }
  .brand-text {
    display: none;
  }
  .circle-text {
    font-size: 2rem;
  }
}

.kokuban {
  color: #fff272;
  background-color: #114400;
  border: 9px solid #a60;
  border-radius: 3px;
  line-height: 1.9;
}

.kokuban p.title {
  color: #ff7676;
  font-weight: 700;
  font-size: 1.8rem;
}

.kokuban span.emphasize {
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
}


.student-segment {
  background-color: #ff7676;
  border-radius: 0.3rem;
  padding: 0.6rem;
  color: #fff;
  font-weight: 400;

}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
    margin:0px auto;
	}
}

/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
    margin:0px auto;
	}
}
