@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
	color: #555;
  font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
@media(max-width:768px) {
  body {
    font-size: 18px;
  }
}

/* PC/SP
----------------------------------------*/
.pc_only {display:block;}
.sp_only {display:none;}

@media(max-width:768px) {
  .pc_only {display:none;}
  .sp_only {display:block;}
}

/* List
----------------------------------------*/
ul, ol, li, dd, dt, dl {
  list-style-type: none;
}

/* Image
----------------------------------------*/
img, a img {
	border-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Header
----------------------------------------*/
header {
  padding: 25px 0;
  background: #eaeaea;
  border-top: #a8011f solid 4px;
}
header h1 {
  text-align: center;
  
}
header h1 img {
  width: 388px;
  height: auto;
}
@media(max-width:768px) {
  header {
    padding: 10px 0;
    border-top: #a8011f solid 3px;
  }
  header h1 img {
    width: 194px;
  }
}

/* Contents
----------------------------------------*/
.main_visual {
  padding: 17px 0 17px;
  text-align: center;
	border-bottom: #ccc solid 1px;
}
.main_visual p {
  margin-top: 25px;
  font-size: 20px;
}
section {
  width: 880px;
  margin: auto;
}
section h2 {
  padding: 28px 0 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
section dl {
  margin-bottom: 45px;
}
section dt {
  padding: 0 0 10px 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: #007c35 solid 3px;
}
section dd {
  display: table;
  table-layout: fixed;
  margin: 0 20px;
  padding: 30px 0 24px;
  border-bottom: #ccc solid 1px;
}
section dd p.city {
  display: table-cell;
  width: 180px;
  padding-left: 10px;
}
section dd h3 {
  display: table-cell;
  width: 300px;
  color: #3358e2;
  font-size: 18px;
  font-weight: bold;
}
section dd p.url {
  display: table-cell;
  padding-right: 5px;
}
section dd p.url a {
  color: #555;
}
section dd p.url a:hover {
  opacity: 0.6;
  color: #555;
}

.link_icon {
  vertical-align: middle;
}

@media(max-width:768px) {
  .main_visual {
    padding: 7px 12px;
  }
  .main_visual p {
    margin-top: 15px;
    font-size: 11px;
  }
  section {
    width: 96%;
  }
  section h2 {
    padding: 15px 0 8px;
    font-size: 18px;
  }
  section dl {
    margin-bottom: 17px;
  }
  section dt {
    padding: 0 0 10px 2px;
    font-size: 18px;
    border-bottom: #007c35 solid 2px;
  }
  section dd {
    display: block;
    margin: 0 13px;
    padding: 8px 0 20px;
  }
  section dd p.city {
    display: block;
    width: auto;
    margin-bottom: 12px;
    padding-left: 0;
    font-size: 12px;
  }
  section dd h3 {
    display: block;
    width: auto;
    margin-bottom: 12px;
    font-size: 16px;
  }
  section dd p.url {
    display: block;
    padding-right: 0;
    font-size: 11px;
  }
}

aside p.qr {
  display: table;
  table-layout: fixed;
	margin: 50px auto 25px;
	text-align: center;
	padding: 5px 12px;
	border: #ccc solid 1px;
	font-size: 10px;
	background: #f7f7f7;
}
aside p.qr img {
  width: 123px;
  height: auto;
  padding-top: 5px;
}

@media(max-width:768px) {
	aside p.qr {
		display: none;
	}
}

/* Footer
----------------------------------------*/
footer {
  padding: 30px 0;
  text-align: center;
  background: #d9d9d9;
}
footer p {
  margin-bottom: 10px;
  font-size: 14px;
}
@media(max-width:768px) {
  footer {
    padding: 15px 0;
  }
  footer p {
    margin-bottom: 3px;
    font-size: 7px;
  }
}


