@charset "UTF-8";

body {
  font-family: sans-serif;
}
.sp { display: none;}

#head {
  background-image: url(../images/head-back.png);
  background-size: cover;
  position: relative;
}
h1 {
  text-align: center;
  margin-top: -75px;
  margin-left: -85px;
  background-image: url(../images/main-image-back.png);
  background-position: center 5px;
  background-repeat: no-repeat;
}
h1 img {
  position: relative;
  z-index: 2;
}


#content {
  background: #e95548;
  position: relative;
  margin-top: -65px;
  z-index: 1;
  padding: 8% 0 6%;
}
#content .inner {
  background: #fff;
  max-width: 940px;
  padding: 20px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
h3 { text-align: center; }
h3 img { width: 100%;}

dl { overflow: hidden;}
dl dt {
  float: left;
  width: 42%;
  margin-right: 2%;
}
dl dt img { width: 100%;}
dl dd {
  float: right;
  width: 56%;
}
dl dd p {
  font-size: 12px;
  line-height: 1.5;
}
dl dd p span { color: #e95548;}

.overview-01 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.overview-01 h4 {
  font-size: 22px;
  color: #e95548;
  margin-bottom: 5px;
}
.overview-01 dl {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.overview-01 p.notes {
  clear: both;
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.4;
}
.overview-02 {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.overview-02 dl {
  margin-top: 35px;
}
.overview-02 dd { text-align: center;}
.overview-02 dd p {
  text-align: left;
  margin-bottom: 5px;
}
.overview-02 p.address {
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.4;
}


article {
  background-image: url(../images/back.png);
  background-size: cover;
  margin-top: -5px;
  padding: 5% 0;
}
article .inner {
  background-image: url(../images/article-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article h2 {text-align: center;}

section {
  max-width: 840px;
  margin: 5% auto;
}
section p { margin-bottom: 15px;}
section .movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
section .movie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


footer {
  background: #000;
  padding: 15px 0;
}
.f-inner {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.f-inner p.link {
  float: left;
}
.f-inner p.copy {
  float: right;
  color: #fff;
  vertical-align: middle;
  font-size: 18px;
  margin: 15px 0;
}



@media screen and ( max-width: 1080px) {
  h1 img { width: 100%;}
}
@media screen and ( max-width: 768px) {
  .pc { display: none;}
  .sp { display: block;}

  h1 {
    margin-top: 0;
    margin-left: 0;
  }
    h1 img { width: 100%;}

  #content {
    margin-top: 0;
  }
  #content .inner {
    width: 85%;
    padding:15px 10px;
    border-radius: 20px;
  }
  .overview-01 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .overview-02 {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  section {
    width: 90%;
  }

  .f-inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and ( max-width: 460px) {
  #content .inner {
    width: 80%;
    padding:15px;
    border-radius: 20px;
  }

  dl dt {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  dl dd {
    float: none;
    width: 100%;
  }
  dl dd p {
    font-size: 14px;
    line-height: 1.55;
  }
  .overview-01 p.notes,
  .overview-02 p.address {
    font-size: 13px;
    line-height: 1.5;
  }

  article h2 img { width: 50%;}

  .f-inner p.link,
  .f-inner p.copy {
    float: none;
    text-align: center;
  }
  .f-inner p.link img { width: 100%;}
  .f-inner p.copy {
    font-size: 15px;
    margin-bottom: 0;
  }
}

/* 20181214insert */
.link a {
	display: inline-block;
	width: 288px;
	margin:5px 10px;
}
