@charset "UTF-8";
#wrapper {
  max-width: 950px;
  width: auto;
}
#main {
  width: 100%;
  float: none;
}
#main #information {
  padding: 0;
  margin: 1rem 0 0;
}
#information div {
  margin: 0 auto 15px;
  text-align: center;
  padding: 1rem 0;
  background: #ffeded;
}
#information p {
  color: #ab1715;
  font-size: 1.1rem;
}
#tab #tab2 {
  background: #ffeded;
  color: #ab1715;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.2rem 1rem;
  text-align: center;
  float: right;
}
#tempo {
  width: 50%;
  float: none;
}
.introduce_inr {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.type_pc .footerInner {
  max-width: 950px;
  width: auto;
}
@media (min-width: 768px) { /*PCのみに適用*/
  .type_sp {
    display: none !important;
  }
  #slide {
    width: 40%;
    max-width: 400px;
    float: none;
  }
  #slides {
    width: 300px;
    height: 323px;
  }
  #slides .main-slider-content {
    width: 300px;
    height: 224px;
  }
}
@media (max-width: 1024px) { /*ipad~~~*/
  .header.type_pc {
    margin: 0 1rem;
  }
  #pankuzu {
    margin: 0 1rem;
  }
  .introduce_inr {
    justify-content: center;
  }
  #tempo {
    width: 95%;
    border-left: none;
    padding: 0;
  }
  #slide {
    width: 100%;
  }
  footer.type_pc {
    margin: 2rem 1rem 0;
  }
}
@media (max-width: 767px) { /*SP~~~*/
  .type_pc {
    display: none !important;
  }
  .header {
    display: block;
    padding-bottom: 4px;
    position: relative;
    height: auto;
    background: none;
    margin: 0;
    padding: 0.5rem;
  }
  .header #logo {
    width: 143px;
    float: left;
    margin: 0;
    position: static;
  }
  .header #logo img {
    margin: 0;
  }
  #header-title {
    float: left;
    color: #666666;
    line-height: 1;
    font-size: 0.7rem;
    margin: 13px 0 0 10px;
  }
  .header #ntop {
    float: right;
    display: block;
    margin-top: 6px;
    width: 85px;
  }
  .header #ntop a {
    width: 85px;
    height: 23px;
    background-size: contain;
    margin: 0;
  }
  #pankuzu {
    padding: 0;
    margin: 0.5rem;
    font-size: 13px;
  }
  #information p {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .branch_top_header {
    display: block;
    padding: 20px;
  }
  .branch_top_header h1 {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .tags {
    margin: 0;
  }
  .tags li {
    font-size: 0.8rem;
    margin: 0;
    padding: 0 5px;
  }
  #tab ul {
    width: 95%;
    margin: 1rem auto 0 0.7rem;
    border: none;
    display: block;
  }
  #tab ul #tab1 {
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
  }
  #tab ul #tab1 span {
    background-size: 30px;
    background-position: 0 -58px;
  }
  #tab li a.active {
    font-size: 17px;
    padding: 6px 0;
  }
  #tab #tab2 {
    display: block;
    width: auto;
    margin: 1rem 0 0;
    float: none;
  }
  #slides, .caroufredsel_wrapper, #pictureslides, #pictureslides li {
    height: 300px !important;
  }
  #pictureslides li img {
    max-width: 310px;
  }
  #pictureslides li img.zoom {
    display: none;
  }
  #tempo dl.infotable .cal_link a span{
		padding-left:20px;
			background: url('/smp/branch/images/ar.gif') no-repeat 0 50%;
    background-size: 14px;
  }
	.map a span {
		background-size: 17px;
    background-position: 10px 50%;
	}
  .tel a {
    font-size: 1rem;
    border: solid 2px #D4D9DC;
    padding: 13px 0;
  }
  .tel a span.tel {
    background: url('/smp/branch/images/ic_tel.gif') no-repeat;
    background-size: contain;
    padding: 2px 0 8px 40px;
  }
  dl.infotable {
    font-size: 1rem;
  }
  dl.infotable dt {
    width: 70px;
  }
  dl.infotable dd {
    padding: 10px 0 10px 70px;
  }
  aside#ttop a {
    width: 44px;
    height: 44px;
    background-size: contain;
  }
	
  .footer {
    font-size: 15px;
  }
  .footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .footer h4 {
    text-align: center;
    margin-right: 5px;
    font-weight: normal;
    padding: 20px 20px 0;
  }
  footer p {
    font-size: 12px;
  }
}