@charset "utf-8";


/*#first {
  position: relative;
}

#first h1 {
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,.4);
  top: 50%;
  margin-top: -30px;
  padding: 15px 0;
  font-size: 280%;
}*/

#info {
  position: relative;
  padding: 0 0 40px;
  color: #555;
}

#info-first {
  text-align: center;
  padding: 0 0 40px;
  background-color: #ffe4ef;
}

#info h2 {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
}


#info small {
  color: #ccc;
}

#info p {
  line-height: 3;
}

/*.c-left img {
  opacity: 0;

}

.c-left {
  padding: 0;
}

.c-left p {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  text-align: right;
  width: 100%;
}

.c-left p span {
  display: inline-block;
  background-color: rgba(255,255,255,.6);
  text-align: center;
  padding: 10px 40px 20px;
  font-size: 190%;
}

.c-right {
  padding: 25px 15px;
}

.teian .c-right p {
  line-height: 2;
  margin-left: 30px;
}
*/
#info h3 {
  font-size: 190%;
  letter-spacing: -3px;
}

/*.teian .c-right h3 {
  margin: 0 0 10px 10px;
}

#info h3 img {
  margin-right: 5px;
  vertical-align: middle;
}*/

#info h3 .times {
  letter-spacing: 1px;
}

.info-txt a {
  text-decoration: underline;
}

.info-txt .info-tel {
  text-decoration: none;
}

.info dl {
  border-top: dashed 1px #ccc;
  padding: 15px 0;
}

.info dl:last-child {
  border-bottom: dashed 1px #ccc;
}

.info dt {
  text-align: center;
  font-weight: 700;
}

#gmap {
  height: 400px;
}



#news,
#detail {
  max-width: 755px;
  width: 95%;
  margin: 50px auto 0;
  position: relative;
}

#detail h1 {
  font-size: 120%;
  border-bottom: solid 1px #ccc;
}

.comment {
  margin-top: 30px;
}

#news ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: dashed 1px #ccc
}

#news ul a {
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 55px;
}

#news li p {
  position: relative;
}

#news .badge {
  position: absolute;
  background-color: #c33;
  left: 10px;
  top: 15px;
}

#newscopy {
  font-size: 70%;
  margin: 150px 0 20px;
  text-align: right;
  opacity: 0.2;
}

#newscopy a {
  cursor: default;
}

.pager a {
  display: inline-block;
  border: solid 1px #aaa;
  border-radius: 4px;
  padding: 3px 8px 2px;
  text-decoration: none;
  margin: 0 2px;
  font-size: 90%;
  background-color: #fff;
}

.pager a.current, .pager a:hover {
  background-color: #ddd;
}



@media (max-width: 1199px){

}

@media (max-width: 991px){
/*  .c-left p {
    text-align: center;
  }
  .c-left img {
    max-height: 200px;
  }
*/}

@media (max-width: 767px){
  /*#first h1 {
    font-size: 180%;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5);
    font-weight: 700;
  }*/
	
	#info p {
    text-align: left;
    padding: 0 15px;
  }
/*  .c-left p {
    text-align: left;
  }
*/  #info dt {
    text-align: left;
  }
  #info dt,
  #info dd {
    padding: 0;
		text-align:center;
  }
  #info h3 {
    font-size: 150%;
    letter-spacing: -3px;
  }
  #info h3 img {
    width: 40px;
  }
  .info-txt .info-tel {
    text-decoration: underline;
  }
/*  #news ul {
    text-align: left;
    width: 100%;
  }
  #news .badge {
    display: none;
  }
  #news ul li {
    height: auto;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #news ul a {
    text-decoration: underline;
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1;
    display: inline;
    padding: 0;
    text-overflow: clip;
    word-break: break-all;
  }
  #detail img {
    width: 100%
  }
*/}

@media (max-width: 500px){
	  #gmap {
    height: 300px;
  }
}

@media (max-height: 400px){

}