/* CSS Document */

body {
    color: #40474e;
    overflow-x: hidden;
    font-family: "tbchibirgothicplusk-pro", "sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
    letter-spacing: 2px;
 }

img {
  max-width: 100%;
  height: auto; }

.mv{
	position: relative;
	top: 0px;
	left: 0;
    width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
.mv{
    margin-top: 81px;
  }
}

.mv-slider{
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.mv-img {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.scroll{
    position: absolute;
    bottom:10%;
    left:0;
    right:0;
    margin: 0 auto;
}

.how,.goal,.flow,.calendar, .access{
    background: #b5dbe5;
}

.egg-left{
    background: transparent url(../../img/egg_left.png) top center no-repeat;
    background-size: contain;
    height: 250px;
}
.egg-right{
    background: transparent url(../../img/egg_right.png) top center no-repeat;
    background-size: contain;
    height: 250px;
}
.egg-ttl{
    text-align: center;
    padding: 90px 0;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.flow .col-md-3:first-child {
		margin-bottom: 30px;
	}
}

.s-ttl{
	font-size: 24px!important;
    margin-bottom: 40px;
    text-align: center;
}

p{
	line-height: 1.8;
}


#map1 {
	height: 400px;
}

.input-text {
  width: 100%;
  border: 1px solid #CDD6DD;
  font-size: 14px;
  padding: 3px 5px;
}

.input-textarea {
  width: 100%;
  border: 1px solid #CDD6DD;
  font-size: 14px;
  padding: 3px 5px;
  height: 150px;
}

.input-btn {
  border: 0;
  background: #F89808;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
}
.input-btn:hover {
  background: #fff;
  color: #F89808;
}

.price .col-md-4 {
  border-bottom: 1px solid #CDD6DD;
  border-right: 1px solid #CDD6DD;
}
.price .col-md-4:nth-child(3n) {
  border-right: 0;
}
.price .col-md-4:nth-child(7),
.price .col-md-4:nth-child(8),
.price .col-md-4:nth-child(9) {
  border-bottom: 0;
}

.price-panel {
  padding: 25px 14px;
}
.price-table-price{
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .price .col-md-4 {
    border-right: 0;
  }
  .price .col-md-4:nth-child(4),
  .price .col-md-4:nth-child(5),
  .price .col-md-4:nth-child(6) {
    border-bottom: 1px solid #CDD6DD;
  }
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color:rgb(64, 71, 78);
	}
}
