@charset "utf-8";

@media screen and (max-width:767px) {

/*****************************************
  Basic
*****************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

h2 {
  background-color: #beb89b;
  font-size: 1.2em;
  margin-bottom: 1px;
  padding: 1em;
}

hr {
	border-top: 1px dotted #bbb;
  margin: 1em;
}

/*****************************************
  Layout
*****************************************/
#container {
  margin: 0;
  overflow: hidden;
  width: 100%;
}

/*****************************************
  Contents
*****************************************/
.clearBoth {
  clear: both;
}

h1 img {
  max-width: 100%;
}

h3 {
  margin: 1em;
  overflow: hidden;
}

h3 img {
  width: 100%;
}

section {
  display: none;
  padding-top: 1em;
  overflow: hidden;
}

.map img {
  width:100%;
}

.spImg100 {
  width: 100%;
}

.spImg50 {
  width: 50%;
}

.spInfo {
  text-align: center;
  margin: 2em 0;
}

.spIcon {
  margin-bottom: 1em;
  padding-left: 1em;
}

ul {
  overflow: hidden;
}

ul > li > img {
  float: left;
}

#plan {
  margin-bottom: 2em;
}

#schedule,
#specification,
#qa,
#contact {
  margin: 1em;
  margin-top: 0;
}

/* 丸数字 */
ol li {
  line-height: 1.5;
  list-style: none;
}

ol li span {
  padding-right: .2em;

}

dl dt {
  border-bottom: dashed 1px #96917c;
  color: #96917c;
  font-weight: bold;
  letter-spacing: .2em;
  padding-bottom: .2em;
}

dl dd {
  margin-top: .2em;
}

#specification ol li {
  margin-bottom: 1em;
}

#schedule p {
  padding: 0;
}

#schedule ul {
  overflow: hidden;
  width: 100%;
}

#schedule ul li {
  display: block;
  margin: 0 auto;
  width: 60%;
}

#schedule ul li img {
  width: 100%;
}

#specification ul li {
  margin-bottom: 1em;
}

#qa dl dt {
  margin-bottom: .3em;
}

#qa dl dd {
  line-height: 1.2;
  margin-top: .5em;
  margin-bottom: 1em;
}

.slash {
  display: none;
}

section p {
  line-height: 1.5;
  padding: 1em;
  padding-top: 0;
}

#contact ul li {
  line-height: 1.5;
}

.pcOnly {
  display: none;
}