@charset "UTF-8";

/* ------------------------------------------------------

  Slider

------------------------------------------------------- */
#slider {
  position: relative;
  width: 100%;
  margin-top: 1em;
  overflow: hidden; /* bxSliderの横スクロール防止 */
}
.sliderMaskL {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
}
.sliderMaskR {
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
}

/* -------------------------------------------------------

  Contents Block

------------------------------------------------------- */
.section {
  position: relative;
  width: 100%;
}

/* -------------------------------------------------------

  Button Style

------------------------------------------------------- */
.default-btn {
  height: 90px;
  line-height: 90px;
  display: block;
  margin: 0.75em auto;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: solid 1.25px #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .default-btn {
    font-size: 26px;
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width:640px) {
  .default-btn {
    font-size: 22px;
    height: auto;
    line-height: 1.4;
    padding: 0.75em 0;
    margin: 0.5em auto;
  }
}
@media screen and (max-width:480px) {
  .default-btn { font-size: 17px; }
}

/* -------------------------------------------------------

  あなたの本気の夢を叶える第一歩!

------------------------------------------------------- */
#first-step {
  position: relative;
  color: #ffffff;
  text-align: center;
  background-color: #C51813;
  padding: 40px 0;
}
#first-step > .inner {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:979px) {
  #first-step > .inner { width: 94%; }
}

#first-step h2 { font-size: 50px; }
#first-step h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.125em;
}
#first-step .default-btn { width: 640px; }
#first-step .default-btn:hover {
  color: #C51813;
  background-color: #ffffff;
}
#first-step img {
  position: absolute;
  z-index: 3;
  top: 5%;
  right: 15%;
  transform: rotate(8.45deg);
  -webkit-transform: rotate(8.45deg);
  transform-origin: right top;
}

@media screen and (max-width:1440px){
  #first-step img {
    position: static;
    top: 0;
    right: 0;
    transform-origin: center center;
    margin: 2em 0;
  }
}

@media screen and (max-width:768px) {
  #first-step h2 { font-size: 40px; }
}

@media screen and (max-width:640px) {
  #first-step h2 { font-size: 32px; }
  #first-step h3 { font-size: 22px; }
  #first-step .default-btn { width: 80%; }
  #first-step img {
    transform: scale(0.8) rotate(8.45deg);
    margin: 0;
  }
}

@media screen and (max-width:480px) {
  #first-step h2 { font-size: 24px; }
  #first-step h3 { font-size: 20px; }
  #first-step .default-btn { margin-top: -20px; }
  #first-step img {
    transform: scale(0.7) rotate(8.45deg);
    margin: -25px 0 0;
  }
}

/* -------------------------------------------------------

  ファーストキッチン・ウェンディーズがFCオーナー様に選ばれる理由

------------------------------------------------------- */
#reason {
  background-color: #fad4b6;
  padding: 50px 0 60px;
}
#reason h2.heading {
  text-align: center;
  margin-bottom: 40px;
}
#reason h2.heading span {
  font-size: 50px;
  color: #50280f;
  font-weight: bold;
  letter-spacing: -1.5px;
  line-height: 1.4;
  border-bottom: dotted 1.5px #50280f;
}

/* ▼ Modified 202403 ▼ */
#reason a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  display: block;
  pointer-events: none;
}
/* ▲ Modified 202403 ▲ */

#reason a:hover { text-decoration: underline; }
#reason > .inner {
  width: 980px;
  margin: 0 auto;
}

/* ▼ Modified 202403 ▼ */

/*
.rs {
  width: 465px;
  float: left;
}
.rs:nth-of-type(odd) { margin-right: 50px; }
.rs:first-of-type, .rs:nth-of-type(2) { margin-bottom: 25px; }
*/

#reason h2.heading.heading-sp, .item-tab { display: none; }
.rs-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(465px, 1fr));
  gap: 50px;
}
.rs dt {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  background-color: #50280f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 8px;
}
.rs dt::before {
  content: "";
  font-size: 21px;
  font-weight: 400;
  color: #50280f;
  background-color: #ffffff;
  width: 40px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  margin: 0 8px 0 0;
}
.rs:first-of-type dt::before { content: "1"; }
.rs:nth-of-type(2) dt::before { content: "2"; }
.rs:nth-of-type(3) dt::before { content: "3"; }
.rs:last-of-type dt::before { content: "4"; }

.rs dd h3 {
  font-size: 16px;
  padding: 1em 0.5em;
}
.rs dd h3 span {
  font-weight: 600;
  text-indent: -0.9em;
  padding: 0 0 0 0.9em;
  letter-spacing: 0.05em;
  display: block;
}
.rs dd h3 span::before { content: "●"; }
/* ▲ Modified 202403 ▲ */

@media screen and (max-width:979px) {
  #reason > .inner { width: 94%; }

  /* ▼ Modified 202403 ▼ */
  .rs-wrap {
    grid-template-columns: repeat(2, minmax(48%, 1fr));
    gap: 4%;
  }

  /*
  .rs { width: 47.5%; }
  .rs:nth-of-type(odd) { margin-right: 5%; }
  .rs:first-of-type, .rs:nth-of-type(2) { margin-bottom: 2.5%; }
  */

  /* ▲ Modified 202403 ▲ */
}
@media screen and (max-width:768px) {
  #reason h2.heading span { font-size: 40px; }

  /* ▼ Modified 202403 ▼ */
  .item-tab { display: inherit; }
  .rs dt {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
  }
  .rs dt::before {
    transform: scale(0.8);
    transform-origin: center left;
    margin: 0;
  }
  .rs dd h3 { font-size: 15px; }
  /* ▲ Modified 202403 ▲ */
}

@media screen and (max-width:640px) {
  #reason h2.heading { margin-bottom: 5%; }
  #reason h2.heading span { font-size: 32px; }

  /* ▼ Modified 202403 ▼ */
  .item-tab { display: none; }
  .rs-wrap { display: block; }
  .rs {
    width: 90%;
    max-width: 480px;
    margin: 0 auto 10%;
  }
  .rs:last-of-type { margin: 0 auto; }
  .rs dt {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
  /* ▲ Modified 202403 ▲ */
}

@media screen and (max-width:480px) {
  #reason h2.heading span { font-size: 24px; }

  /* ▼ Modified 202403 ▼ */
  .rs dt { font-size: calc(19 / 480 * 100vw); }

  /*
  .rs {
    width: 100%;
    float: none;
  }
  .rs:nth-of-type(odd) { margin-right: 0; }
  .rs:first-of-type, .rs:nth-of-type(2), .rs:nth-of-type(3) { margin-bottom: 7.5%; }
  */

  .rs dd h3 { font-size: 14px; }
  /* ▲ Modified 202403 ▲ */
}

/* ▼ Add 202403 ▼ */
@media screen and (max-width:375px) {
  #reason h2.heading { display: none; }
  #reason h2.heading.heading-sp {
    display: block;
    margin: 0 0 10%;
  }
  .rs dt {
    height: 40px;
    line-height: 40px;
  }
  .rs dt::before {
    transform: scale(0.75);
    margin: 0 -2px 0 0;
  }
  .rs dd h3 { font-size: 13px; }
}
@media screen and (max-width:320px) {
  #reason h2.heading.heading-sp span { font-size: 21px; }
  .rs dt::before {
    transform: scale(0.7);
    margin: 0 -5px 0 0;
  }
  .rs dd h3 { font-size: 12px; }
}
/* ▲ Add 202403 ▲ */

/* -------------------------------------------------------

  FC加盟店事業説明会に行こう！

------------------------------------------------------- */

/* ▼ Modified 202201 ▼ */
#briefing {
  background-color: #EE6F0B;
  height: auto;
  margin: 0 0 68px;
}
/* ▲ Modified 202201 ▲ */

#briefing > .inner {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:979px) {
  #briefing > .inner { width: 94%;  }
}

.bf-container {
  position: relative;
  width: 100%;
}
#briefing h2.heading-sp { display: none; }

/* ▼ Modified 202208 ▼ */
.bf-sub {
  position: relative;
  margin: -40px 0 0;
  width: 286px;
  float: left;
}
.bf-main {
  width: 100%;
  float: right;
  margin-left: -286px;
}
.bf-inner {
  position: relative;
  margin-left: 286px;
}
.bf-heading h2.heading {
  position: relative;
  top: 40px;
  font-size: 48px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.05em;
}
/* ▲ Modified 202208 ▲ */

.bf-heading h3 {
  position: absolute;
  top: -15px;
  right: -25px;
}
.bf-heading h3 span {
  font-size: 32px;
  color: #ffffff;
  padding: 0.15em 0.5em;
  background-color: #C51813;
}

/* ▼ Modified 202208 ▼ */
.bf-lines {
  position: relative;
  top: 45px;
  left: 0;
  font-size: 19px;
  padding: 0.75em;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
/* ▲ Modified 202208 ▲ */

/* ▼ Add 202201 ▼ */
.bf-lines::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* ▲ Add 202201 ▲ */

/* ▼ Modified 202208 ▼ */
.bf-heading .btn-unit {
  position: relative;
  top: 70px;
  left: 0;
  width: 700px;
  padding: 0 0 70px;
}
/* ▲ Modified 202208 ▲ */

.bf-heading .default-btn:hover {
  color: #EE6F0B;
  background-color: #ffffff;
}

@media screen and (max-width:979px) {
  .bf-heading h3 { right: 0; }

  /* ▼ Modified 202403 ▼ */
  .bf-heading .btn-unit { width: 100%; }
  .bf-heading .default-btn {
    height: auto;
    padding: 5px 0;
    line-height: 1.4;
  }
  .bf-heading .default-btn span { display: block; }
  /* ▲ Modified 202403 ▲ */
}

@media screen and (max-width:640px) {
  .bf-sub {
    width: 160px;
    margin: 15px 0 0;
  }

  /* ▼ Modified 202208 ▼ */
  .bf-main { margin-left: -175px; }
  .bf-inner { margin-left: 175px; }
  /* ▲ Modified 202208 ▲ */

  .bf-heading h2.heading { display: none; }
  #briefing h2.heading-sp {
    display: inherit;
    position: relative;
    top: 10px;
    font-size: 30px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .bf-heading h3 {
    z-index: 10;
    top: 25px;
    transform: rotate(7.5deg);
  }
  .bf-heading h3 span { font-size: 22px; }

  /* ▼ Modified 202208 ▼ */
  .bf-lines {
    font-size: 17px;
    padding: 1em;
  }
  /* ▲ Modified 202208 ▲ */

  /* ▼ Add 202201 ▼ */
  .bf-lines::before {
    left: -25px;
    border-width: 0 35px 25px 0;
  }
  /* ▲ Add 202201 ▲ */

  /* ▼ Modified 202201 ▼ */
  .bf-heading .btn-unit {
    top: 60px;
    width: 100%;
  }
  /* ▲ Modified 202201 ▲ */
}

@media screen and (max-width:480px) {
  .bf-sub { margin: 20px 0 0; }
  #briefing h2.heading-sp { font-size: 24px; }
  .bf-heading h3 span { font-size: 19px; }

  /* ▼ Modified 202208 ▼ */
  .bf-lines { font-size: 16px; }
  /* ▲ Modified 202208 ▲ */

  /* ▼ Add 202201 ▼ */
  .bf-lines::before {
    left: -22.5px;
    border-width: 0 32.5px 25px 0;
  }
  /* ▲ Add 202201 ▲ */

  /* ▼ Add 202403 ▼ */
  .bf-heading .btn-unit { top: 55px; }
  /* ▲ Add 202403 ▲ */
}

/* ▼ Add 202403 ▼ */
@media screen and (max-width:414px) {
  .bf-heading .default-btn { font-size: 15px; }
}
/* ▲ Add 202403 ▲ */

@media screen and (max-width:375px) {
  .bf-sub {
    width: 150px;
    margin: 35px 0 0;
  }
  .bf-main { margin-left: -150px; }
  .bf-inner { margin-left: 150px; }
  #briefing h2.heading-sp { font-size: 22px; }
  .bf-heading h3 span { font-size: 17px; }
  .bf-lines { font-size: 15px; }
  .bf-heading .default-btn { font-size: 14px; }
}

/* ▼ Add 202403 ▼ */
@media screen and (max-width:320px) {
  .bf-sub { width: 120px; }
  .bf-main { margin-left: -120px; }
  .bf-inner { margin-left: 120px; }
}
/* ▲ Add 202403 ▲ */

/* ▼ Add 202105 ▼ */
/* -------------------------------------------------------

  Movie for Franchise

------------------------------------------------------- */
#movie {
  background-color: #000000;
  padding: 90px 0;
  text-align: center;
}
#movie > .inner {
  width: 980px;
  margin: 0 auto;
}

/* ▼ Add 202208 ▼ */
#movie h2 {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.0;
  text-align: center;
  color: #ffffff;
  margin: 0 0 5%;
  display: none; /* ◀ Modified 202403 */
}
#movie h2:nth-of-type(2) { margin: 10% 0 5%; }
/* ▲ Add 202208 ▲ */

.movie-unit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
.movie-unit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:979px) {
  #movie > .inner { width: 94%; }
}
@media screen and (max-width:640px) {
  #movie { padding: 14.0625% 0; /* 90px */ }

  /* ▼ Add 202208 ▼ */
  #movie h2 { font-size: 40px; }
  /* ▲ Add 202208 ▲ */
}

/* ▼ Add 202208 ▼ */
@media screen and (max-width:480px) {
  #movie h2 { font-size: 6.25vw; /* 30/480 */ }
}
/* ▲ Add 202208 ▲ */

/* contents */
#index {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
/* 説明会スケジュール */
#schedule h2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #000000;
  font-weight: normal;
  text-indent: 0.5em;
}
#schedule table {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
#schedule table td { vertical-align: top; }

/*
#schedule table th p {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  height: 40px;
  border-left-style: solid;
  border-left-color: #000000;
  border-left-width: 6px;
  font-size: 25px;
  line-height: 40px;
  text-indent: 5px;
}
#schedule table th p span {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  display: inline-block;
 /display: inline;
 /zoom: -1;
}
#schedule table td.s-sum dl {
  margin-top: -20px;
}
#schedule table td.s-sum dl dt {
  font-size: 26px;
}
#schedule table td.s-sum dl dt em {
  font-size: 48px;
}
#schedule table td.s-sum dl dd ul li {
  font-size: 15px;
  line-height: 2.0;
}
*/

#schedule table td.s-sum { padding-right: 2.5%; }
#schedule table td.s-sum p {
  color: #ffffff;
  font-size: 20px;
  background-color: #000000;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 0.5em;
}
#schedule table td.s-sum ul {
  font-size: 18px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  padding-top: 2.5%;
}
#schedule table td.s-sum ul li span {
  vertical-align: top;
  display: inline-block;
  /display: inline;
  /zoom: -1;
}
#schedule table td.s-sum ul li span.sum-l { width: 17%; }
#schedule table td.s-sum ul li span.sum-r { width: 83%; }
#schedule table td.s-sum ul li span.sum-l em { letter-spacing: 0.5em; }
#schedule table td.s-map { width: 310px; }
hr.hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #000000;
}

/* 連絡先 */
dl#info {
  background-color: #ce1126;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
dl#info dt {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dl#info dt h3 {
  font-weight: normal;
  font-size: 20px;
}
dl#info dd h4 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
dl#info dd a { color: #ffffff;  }
dl#info p { font-size: 16px; }
br.br { display: none; }

/* 説明会への参加申し込み */
#bs-btn {
  background-color: #ce1126;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
#bs-btn h3 {
  font-weight: normal;
  font-size: 20px;
}
#bs-btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}

/* ご挨拶 */
#greeting {
  width: 100%;
  margin-bottom: 90px;
  margin-top: 90px;
}
#greeting table {
  margin-top: 90px;
  width: 100%;
}
#greeting table th {
  width: 190px;
  vertical-align: middle;
}
#greeting table td {
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 30px;
}
#greeting table td h3 {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
#greeting table td h4 {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}
#greeting table td span {
  color: #333333;
  font-size: 12px;
  border: 1px solid #333333;
  width: 200px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.25em;
  padding-right: 0.15em;
  padding-bottom: 0.25em;
  padding-left: 0.15em;
  float: right;
}
#greeting table td span a {
  color: #333333;
  text-decoration: none;
  display: block;
}

/* リンクパネル */
/*
#link-panel-sp {
  display: none;
}
#link-panel {
  width: 100%;
  margin-bottom: 120px;
}
#link-panel ul {
  float: left;
  width: 300px;
  margin-right: 40px;
  height: 390px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#link-panel ul:nth-child(3n) {
  margin-right: 0;
}
#link-panel ul:nth-child(4n), #link-panel ul:nth-child(5n) {
  margin-top: 40px;
}
#link-panel ul:last-child {
  margin-top: 40px;
  margin-right: 0;
}
#link-panel ul li {
  box-sizing: border-box;
}
#link-panel ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#link-panel ul li.lp-top {
  height: 35px;
  width: 100%;
  background-color: #ce1126;
  color: #ffffff;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
}
#link-panel ul li.lp-btm {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#link-panel ul li.lp-btm span {
  font-size: 14px;
  color: #404040;
  padding-left: 14px;
  display: block;
  padding-top: 24px;
}
#link-panel ul li.lp-btm a {
  color: #404040;
  text-decoration: none;
}
*/

.blk-btn { margin-bottom: 145px; }

@media screen and (max-width:979px) {
  #index { width: 94%; }
  #schedule table { width: 90%; }
  #schedule table td.s-sum ul li span.sum-l { width: 30%; }
  #schedule table td.s-sum ul li span.sum-r { width: 70%; }
  dl#info { width: 80%; }

  /*
  #link-panel { width: 100%; }
  #link-panel ul {
    width: 32%;
    margin-right: 2%;
    height: 350px;
  }
  */
}

@media screen and (max-width:768px) {
  #greeting {
    margin-bottom: 60px;
    margin-top: 45px;
  }
  #greeting table { margin-top: 45px; }
  #schedule table {
    margin-top: 25px;
    margin-bottom: 25px;  
  }
  #schedule table:last-child { margin-bottom: 40px;   }
  #schedule table td { display: block; }
  #schedule table td.s-sum { padding-right: 0; }
  #schedule table td.s-sum ul { padding-bottom: 2.5%; }
  #schedule table td.s-sum ul li span.sum-r em {
    display: block;
    margin-left: -0.5em;
  }
  #schedule table td.s-map { width: 100%; }

  /* Google Map */
  .s-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .s-map iframe, .s-map object, .s-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  dl#info { width: 90%; }

  /*
  #schedule table th p {
    font-size: 21px;
    height: 36px;
    line-height: 36px;
  }
  #schedule table th span { font-size: 12px; }
  #schedule table td.s-sum dl dt { font-size: 22px; }
  #schedule table td.s-sum dl dt em { font-size: 44px; }
  #schedule table td.s-sum dl dd ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  #schedule table th { padding-bottom: 15px; }
  #link-panel { margin-bottom: 60px; }
  #link-panel ul li.lp-top {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  */

  #greeting table td h3 { font-size: 20px; }
  #greeting table td h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .blk-btn { margin-bottom: 40px; }
}

@media screen and (max-width:640px) {
  #index { margin-top: 5%; }
  #schedule h2 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
  #schedule table {
    margin-top: 20px;
    margin-bottom: 20px;  
  }
  #schedule table td.s-sum p { font-size: 18px; }
  #schedule table td.s-sum ul li {
    margin-bottom: 2.5%;
    font-size: 16px;
  }
  #schedule table td.s-sum ul li:last-child { margin-bottom: 0; }

  /*
  #schedule table th p {
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    border-left-width: 4px;
  }
  #schedule table th span { font-size: 10px; }
  #schedule table td.s-sum dl { margin-bottom: 20px; }
  #schedule table td.s-sum dl dt { font-size: 20px; }
  #schedule table td.s-sum dl dt em { font-size: 40px; }
  #schedule table td.s-sum dl dd ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  */

  dl#info { padding: 15px; }
  dl#info dd h4 span { display: block; }
  #greeting table th, #greeting table td {
    display: block;
    width: 100%;
  }
  #greeting table th img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #greeting table td {
    padding-right: 0;
    padding-left: 0;  
  }
  #greeting table td h3 { font-size: 18px; }
  #greeting table td h4 { font-size: 14px; }

  /*
  #link-panel { display: none; }
  #link-panel-sp { display: inherit; }
  #link-panel-sp dl {
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  #link-panel-sp dl dt {
    height: 30px;
    width: 100%;
    background-color: #ce1126;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
  }
  #link-panel-sp dl dd img, #link-panel-sp dl dd span {
    vertical-align: middle;
    display: inline-block;
    /display: inline;
    /zoom: -1;
  }
  #link-panel-sp dl dd img { width: 40%; }
  #link-panel-sp dl dd span { width: 60%; }
  #link-panel-sp dl dd img {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
  }
  #link-panel-sp dl dd span {
    font-size: 14px;
    color: #404040;
    padding-left: 1em;
    box-sizing: border-box;
    padding-right: 1em;
  }
  */
}
@media screen and (max-width:480px) {
  #schedule table td.s-sum ul li span.sum-l { width: 28%; }
  #schedule table td.s-sum ul li span.sum-r { width: 72%; }

  /*
  #schedule table td.s-sum dl dt { font-size: 18px; }
  #schedule table td.s-sum dl dt em { font-size: 38px; }
  */

  dl#info dt h3 { font-size: 17px; }
  dl#info dd h4 { font-size: 15px; }
  dl#info p { font-size: 13px; }
  br.br { display: inherit; }
  #bs-btn h3 { font-size: 17px; }
}

@media screen and (max-width:320px) {
  #schedule table td.s-sum p { font-size: 16px; }
  #schedule table td.s-sum ul li {
    font-size: 14px;
    padding-bottom: 2.5%;
  }
  #schedule table td.s-sum ul li span.sum-l,
  #schedule table td.s-sum ul li span.sum-r {
    width: 100%;
    display: block;
  }

  /*
  #schedule table td.s-sum dl dt { font-size: 16px; }
  #schedule table td.s-sum dl dt em { font-size: 36px; }
  #schedule table td.s-sum dl dd ul li {
    font-size: 13px;
    line-height: 1.6;
  }
  */
}
