@charset "UTF-8";
body {
  min-width: 980px;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  background: transparent url(/lp/toratown/img/bg_toratown.jpg) no-repeat center -300px;
}
body img {
  image-rendering: -webkit-optimize-contrast;
}
body header {
  width: 980px;
  margin: 0 auto;
}
body .btn {
  text-align: center;
  margin: 0 auto;
  width: 490px;
}
body .btn img {
  width: 100%;
  height: auto;
}
body .btn a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body .btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background: none;
  }
  body header {
    width: 100%;
    margin: 0 auto;
  }
  body .btn {
    width: 90%;
    max-width: 300px;
  }
}
header .mv {
  background: #ffe100 url(/lp/toratown/img/bg_header.jpg) no-repeat top center;
  text-align: center;
  height: 150px;
}
header .mv img {
  margin: 10px auto 0 auto;
  width: 450px;
  height: auto;
}
header .title {
  background: #ffe100 url(/lp/toratown/img/bg_yellow.gif) repeat center center;
  padding: 36px 0 24px;
  text-align: center;
}
header .title h1 {
  text-indent: -9999px;
  width: 724px;
  height: 36px;
  margin: 0 auto;
  background: transparent url(/lp/toratown/img/ttl_pc.png) no-repeat center center;
  background-size: contain;
}
header .title p.lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  header .mv {
    background-size: 100% auto;
    height: 26vw;
  }
  header .mv img {
    margin: 10px auto 0 auto;
    width: 70%;
    height: auto;
  }
  header .title {
    padding: 20px 10px 14px 10px;
    text-align: left;
  }
  header .title h1 {
    width: 90%;
    height: 0;
    padding-top: 14.7272%;
    background: transparent url(/lp/toratown/img/ttl_sp.png) no-repeat center center;
    background-size: contain;
    max-width: 500px;
  }
  header .title p.lead {
    font-size: 14px;
    margin-top: 10px;
  }
  header .title p.lead br {
    display: none;
  }
}
.toratown {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .toratown {
    width: 100%;
  }
  .toratown .v {
    margin-top: 10px;
  }
  .toratown .v img {
    width: 100%;
    height: auto;
  }
  .toratown .btn {
    margin-top: 10px;
  }
}
#howto {
  background: transparent url(/lp/toratown/img/bg_yellowlight.gif) repeat center center;
  border: 4px solid #1b6856;
  border-radius: 20px;
  width: 980px;
  margin: 60px auto 0 auto;
}
#howto h2 {
  font-size: 26px;
  font-weight: bold;
  background: #ffe100;
  padding: 30px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
#howto .youtube {
  width: 640px;
  margin: 40px auto;
}
#howto .video {
  width: 640px;
  margin: 40px auto;
}
#howto .video video {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #howto {
    border: 2px solid #1b6856;
    border-radius: 15px;
    width: auto;
    margin: 30px 4% 0 4%;
  }
  #howto h2 {
    font-size: 18px;
    padding: 20px 10px;
    border-radius: 15px 15px 0 0;
  }
  #howto .youtube {
    width: 90%;
    height: 0;
    padding-top: 50.625%;
    position: relative;
    margin: 20px auto;
  }
  #howto .youtube iframe {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
  }
  #howto .video {
    width: 90%;
    margin: 20px auto;
  }
}
.bg {
  background: transparent url(/lp/toratown/img/bg_toratown.jpg) no-repeat center bottom;
}

#contents {
  padding: 100px 0 60px 0;
  background: transparent url(/lp/toratown/img/bg_toratown.jpg) no-repeat center -150px;
}
#contents h2 {
  background: #1b6856;
  text-align: center;
  padding: 0 8px;
  width: 980px;
  margin: 0 auto 80px auto;
}
#contents h2 span {
  border-left: 2px solid #ffe100;
  border-right: 2px solid #ffe100;
  display: block;
  color: #ffe100;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 0;
}
#contents p.lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#contents .btn {
  margin-top: 40px;
}
#contents .inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#contents .inner section {
  background: transparent url(/lp/toratown/img/bg_yellowlight.gif) repeat center center;
  border: 4px solid #1b6856;
  border-radius: 20px;
  width: 476px;
  position: relative;
  margin-bottom: 60px;
}
#contents .inner section .icon {
  width: 140px;
  height: auto;
  position: absolute;
  top: -42px;
  left: -20px;
  display: none;
}
#contents .inner section .icon img {
  width: 100%;
  height: auto;
}
#contents .inner section h3 {
  background: #ffe100;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
#contents .inner section .photo img {
  width: 100%;
  height: auto;
}
#contents .inner section .info {
  padding: 20px;
}
#contents .inner section .info p {
  font-size: 16px;
  line-height: 1.6;
}
#contents .inner section .info p span.note {
  display: inline-block;
  font-size: 13px;
}
#contents .inner section .info ul.note {
  margin: 5px 0;
}
#contents .inner section .info ul.note li {
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}
#contents .inner section .info dl {
  border-radius: 30px;
  border: 2px solid #ffe100;
  font-size: 14px;
  font-weight: bold;
  background: #ffe100;
  display: table;
  margin-top: 15px;
}
#contents .inner section .info dl dt,
#contents .inner section .info dl dd {
  display: table-cell;
  vertical-align: middle;
}
#contents .inner section .info dl dt {
  padding: 10px;
  white-space: nowrap;
}
#contents .inner section .info dl dd {
  background: #FFF;
  border-radius: 0 20px 20px 0;
  padding: 10px 15px 10px 10px;
  line-height: 1.6;
  min-width: 160px;
}
#contents .inner section .info dl.row2 {
  border-radius: 40px;
}
#contents .inner section .info dl.row2 dd {
  border-radius: 0 32px 32px 0;
}
#contents .inner section .info dl.row3 {
  border-radius: 60px;
}
#contents .inner section .info dl.row3 dd {
  border-radius: 0 42px 42px 0;
}

@media screen and (max-width: 767px) {
  .bg {
    background-size: 150% auto;
  }

  #contents {
    padding: 50px 0 30px 0;
    background: transparent url(/lp/toratown/img/bg_toratown.jpg) no-repeat center -18vw;
    background-size: 150% auto;
  }
  #contents h2 {
    padding: 0 4px;
    width: auto;
    margin: 0 auto 30px auto;
  }
  #contents h2 span {
    font-size: 20px;
    padding: 10px 0;
  }
  #contents p.lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 4%;
  }
  #contents p.lead br {
    display: none;
  }
  #contents .btn {
    margin-top: 30px;
  }
  #contents .inner {
    width: auto;
    margin: 0 4%;
  }
  #contents .inner section {
    border: 4px solid #1b6856;
    border-radius: 20px;
    width: 100%;
    position: relative;
    border-box: box-sizing;
    margin: 0 auto 30px auto;
  }
  #contents .inner section .icon {
    width: 90px;
    height: auto;
    position: absolute;
    top: -22px;
    left: -15px;
  }
  #contents .inner section h3 {
    font-size: 18px;
    padding: 15px 0 15px 15px;
    text-align: center;
    border-radius: 16px 16px 0 0;
  }
  #contents .inner section .info {
    padding: 15px 10px;
  }
  #contents .inner section .info p {
    font-size: 13px;
    line-height: 1.4;
  }
  #contents .inner section .info p span.note {
    font-size: 12px;
  }
  #contents .inner section .info ul.note li {
    font-size: 12px;
  }
  #contents .inner section .info dl {
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
  }
  #contents .inner section .info dl dt,
  #contents .inner section .info dl dd {
    display: block;
    text-align: center;
  }
  #contents .inner section .info dl dt {
    padding: 5px 10px;
  }
  #contents .inner section .info dl dd {
    border-radius: 0 0 8px 8px;
    padding: 5px 10px;
    line-height: 1.6;
  }
  #contents .inner section .info dl.row2 {
    border-radius: 10px;
  }
  #contents .inner section .info dl.row2 dd {
    border-radius: 0 0 8px 8px;
  }
  #contents .inner section .info dl.row3 {
    border-radius: 10px;
  }
  #contents .inner section .info dl.row3 dd {
    border-radius: 0 0 8px 8px;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  #contents .inner {
    margin: 0 2%;
  }
  #contents .inner section {
    max-width: 46%;
    margin: 0 auto 30px auto;
  }
}
footer {
  background: #f3f3f3;
  padding: 40px 0;
  text-align: center;
}
footer div.logo {
  width: 60px;
  height: auto;
  margin: 0 auto 10px auto;
}
footer div.logo a {
  display: block;
}
footer div.logo a img {
  width: 100%;
  height: auto;
}
footer p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 24px 0;
  }
  footer div.logo {
    width: 50px;
    height: auto;
  }
  footer p {
    font-size: 11px;
  }
}

/*# sourceMappingURL=top.css.map */
