#fullcourse h2#myfullcourse {
  background: url(../img/fullcourse/mainimg.jpg) center center no-repeat;
  background-size: 1080px 540px;
  width: 1080px;
  height: 540px;
  margin: 0 auto;
}

#fullcourse .txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2.2;
  margin: 3.4em 0;
}

#fullcourse .banner {
  width: 728px;
  margin: -2em auto 5em auto;
  display: block;
}

#fullcourse .banner:hover {
  opacity: 0.7;
}

#fullcourse .banner img {
  width: 100%;
  height: auto;
}

#fullcourse #catch {
  background: url(../img/fullcourse/restaurantimg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  font-size: 1.35em;
  letter-spacing: 1px;
  line-height: 2;
  padding: 110px 0;
  margin-bottom: 3.8em;
}

#fullcourse #introduction li {
  position: relative;
  width: 100%;
  height: 386px;
}

#fullcourse #introduction li + li {
  margin-top: 80px;
}

#fullcourse #introduction li img {
  position: absolute;
  top: 0;
  width: 580px;
  height: 386px;
}

#fullcourse #introduction li .t-box {
  position: absolute;
  top: 50%;
  /*background: rgba(255, 255, 255, 0.8);*/
  /*border-top: 5px solid #ca4145;*/
  width: 430px;
  box-sizing: border-box;
  transform: translateY(-50%);
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 30px 34px;
}

#fullcourse #introduction li .t-box .t-h {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#fullcourse #introduction li:nth-of-type(1) .t-box {
  left: 0;
}

#fullcourse #introduction li:nth-of-type(1) img {
  right: 0;
}

#fullcourse #introduction li:nth-of-type(2) .t-box {
  right: 0;
}

#fullcourse #introduction li:nth-of-type(2) img {
  left: 0;
}

#fullcourse h3#courses {
  background: url(../img/restaurant/line.png) left center repeat-x;
  background-size: 1px 10px;
  width: 1080px;
  font-size: 30px;
  text-align: center;
  margin: 60px auto 40px auto;
}

#fullcourse h3#courses .t {
  background: #ffffff;
  padding: 0 20px;
}

#fullcourse #course-list {
  width: 1000px;
  margin: 1.5em auto 0 auto;
}

#fullcourse #course-list li {
  float: left;
  width: 460px;
  overflow: hidden;
}

#fullcourse #course-list li + li {
  margin-left: 80px;
}

#fullcourse #course-list li h4,
#fullcourse #special-course h4 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

#fullcourse #course-list li img,
#fullcourse #special-course img {
  width: 460px;
  height: auto;
  margin: 0.75em 0 1em 0;
}

#fullcourse #course-list li .course-explain {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
}

#fullcourse #course-list li .course-detail,
#fullcourse #special-course .course-detail {
  text-align: center;
  margin-top: 1em;
  line-height: 1.7;
  letter-spacing: 1px;
}

#fullcourse #course-list li .price,
#fullcourse #special-course .price {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-top: 0em;
}

#fullcourse #course-list li .price .unit,
#fullcourse #special-course .price .unit {
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 0.35em;
}

/* special-course */
#fullcourse #special-course {
  background: url(../img/fullcourse/kotobuki.png) no-repeat;
  background-position: right 168px;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

#fullcourse #special-course .course-explain {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}

#fullcourse #special-course .price {
  margin-top: 1.6em;
}

#fullcourse #special-course .caution {
  color: #d80000;
  margin-top: 1em;
}

#fullcourse #attention {
  background: #ececec;
  color: #606060;
  width: 1000px;
  margin: 32px auto 100px auto;
  padding: 1em;
  box-sizing: border-box;
}

#fullcourse #attention dd {
  font-size: 0.85em;
  line-height: 1.6;
  margin-top: 0.35em;
}

#fullcourse h2#course-form {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

#fullcourse form {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}

#fullcourse #course-order {
  width: 100%;
  text-align: left;
  border: 1px solid #7e1417;
  border-collapse:collapse;
}

#fullcourse #course-order th {
  background: #ca4145;
  color: #ffffff;
  width: 240px;
  border: 1px solid #7e1417;
  vertical-align: top;
  text-align: center;
  padding: 2em 0;
}

#fullcourse #course-order td {
  border: 1px solid #7e1417;
  padding: 2em;
}

#fullcourse input[type="email"],
#fullcourse input[type="text"],
#fullcourse input[type="tel"],
#fullcourse input[type="name"],
#fullcourse input[type="date"] {
  display: block;
  border: 1px solid #999999;
  width: 300px;
  padding: 0.6em 0.8em;
  box-sizing: border-box;
}

#fullcourse select {
  background: url(../img/select_arrow.png) center right no-repeat transparent;
  background-size: 20px 6px;
  font-size: 1em;
  border: 1px solid #999999;
  padding: 0.6em 0.8em;
  width: 300px;
  cursor: pointer;
  position: relative;
}

#fullcourse textarea {
  border: 1px solid #999999;
  width: 100%;
  height: 7em;
  padding: 0.6em 0.8em;
  box-sizing: border-box;
}

#fullcourse span.wpcf7-list-item {
  margin: 0;
  font-size: 1.1em;
}

#fullcourse .wpcf7-form-control-wrap + .wpcf7-form-control-wrap input {
  margin-top: 1.6em;
}

#fullcourse .wpcf7-radio .wpcf7-list-item {
  display: block;
}

#fullcourse .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.6em;
}

#fullcourse input[type="radio"]:checked + .wpcf7-list-item-label,
#fullcourse input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  padding-left: 28px;
}

#fullcourse input[type="radio"]:checked + .wpcf7-list-item-label:before,
#fullcourse input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before{
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #999999;
}
#fullcourse input[type="radio"]:checked + .wpcf7-list-item-label:after,
#fullcourse input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
    background: #b82a2e;
    top: 6px;
    left: 6px;
    border-radius: 100%;
}

#fullcourse input:focus,
#fullcourse textarea:focus {
  background: transparent;
  border: 1px solid #ca4145;
}

#fullcourse input[type="submit"] {
  background: #b82a2e;
  font-size: 1.4em;
  letter-spacing: 2px;
  width: 260px;
  padding: 0.6em 0;
  margin: 2.5em auto 0 auto;
}

#fullcourse .note {
  margin: 2.8em 0 1em 0;
}

#fullcourse #course-area {
  position: relative;
  display: block;
}

#fullcourse #course-area .price {
  position: absolute;
  font-size: 1.1em;
  left: 200px;
  display: block;
  margin: 0;
}

#fullcourse #course-area .price#aka {
  top: 0.15em;
}

#fullcourse #course-area .price#kii {
  top: 2.9em;
}

#fullcourse #course-area .price#multiple {
  position: static;
  margin-top: 1em;
  padding-left: 1em;
  line-height: 1.4;
  font-size: 0.9em;
  text-indent: -1em;
}

#fullcourse #course-area .price .included {
  font-size: 0.7em;
  padding-left: 0.5em;
  vertical-align: middle;
}

#fullcourse #quantity-area {
  margin: 2.6em 0;
}

#fullcourse #quantity-area select.quantity {
  width: 58px;
  padding: 0.5em 0.8em;
  margin-left: 0.8em;
}

#fullcourse #bill-area input[type="text"]#total {
  display: inline;
  border: none;
  width: 50%;
  padding: 0 0 0.15em 0;
  font-size: 1.8em;
  font-weight: bold;
  margin-left: 0.35em;
}

#fullcourse #bill-area input[type="text"][disabled]#total {
  color: #221814;
}

#fullcourse .caution#shipdate {
  margin: 0.6em 0 1.8em 0;
}

#fullcourse .caution#pay-credit {
  line-height: 1.4;
  margin-top: 1.8em;
}

#fullcourse .caution#spike {
  line-height: 1.4;
}

/* sg-popup-content */
.sg-popup-content .item {
  margin-bottom: 0.25em;
}

.sg-popup-content .menu-detail {
  width: 100%;
  border: 1px solid #888888;
  font-size: 0.9em;
  margin-bottom: 2em;
}

.sg-popup-content .menu-detail th,
.sg-popup-content .menu-detail td {
  padding: 0.25em;
  text-align: left;
  border: 1px solid #888888;
}

.sg-popup-content .menu-detail th {
  width: 15%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #fullcourse h2#myfullcourse {
    background: url(../img/fullcourse/sp_mainimg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 72vw;
  }

  #fullcourse .txt {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    width: 90%;
    margin: 1.25em auto;
  }

  #fullcourse .banner {
    width: 90%;
    margin: 0 auto 1.75em auto;
  }

  #fullcourse #catch {
    font-size: 1em;
    padding: 40px 0;
    margin-bottom: 2em;
  }

  #fullcourse #introduction li {
    position: static;
    height: auto;
  }

  #fullcourse #introduction li + li {
    margin-top: 0;
  }

  #fullcourse #introduction li img {
    position: static;
    width: 100%;
    height: auto;
  }

  #fullcourse #introduction li .t-box {
    position: static;
    background: rgba(255, 255, 255, 0.8);
    border-top: none;
    width: 100%;
    transform: translateY(0);
    line-height: 1.6;
    letter-spacing: 0;
    padding: 1.2em 0;
  }

  #fullcourse #introduction li .t-box .t-h {
    font-size: 1.1em;
    margin-bottom: 0.4em;
  }

  #fullcourse h3#courses {
    width: 100%;
    font-size: 1.2em;
    margin: 60px auto 40px auto;
  }

  #fullcourse h3#courses .t {
    padding: 0 0.8em;
  }

  #fullcourse #course-list {
    width: 90%;
    margin: 0 auto;
  }

  #fullcourse #course-list li {
    float: none;
    width: 100%;
    margin-bottom: 3em;
  }

  #fullcourse #course-list li + li {
    margin: 0 0 3em 0;
  }

  #fullcourse #course-list li h4,
  #fullcourse #special-course h4 {
    font-size: 1.1em;
    letter-spacing: 1px;
  }

  #fullcourse #course-list li img,
  #fullcourse #special-course img {
    width: 100%;
    height: auto;
    margin: 0.5em 0;
  }

  #fullcourse #course-list li .course-explain,
  #fullcourse #special-course .course-explain {
    font-size: 1em;
    text-align: center;
    line-height: 1.6;
  }

  #fullcourse #course-list li .course-detail {
    margin-top: 1.15em;
    letter-spacing: 0px;
  }

  #fullcourse #course-list li .course-detail dt {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }

  #fullcourse #course-list li .price {
    font-size: 1.1em;
  }

  #fullcourse #special-course {
    background: none;
    width: 90%;
    margin: 0 auto 3em auto;
  }

  #fullcourse #attention {
    width: 90%;
    margin: 1em auto 2em auto;
  }

  #fullcourse h2#course-form {
    font-size: 1.4em;
  }

  #fullcourse form {
    width: 90%;
  }

  #fullcourse #course-order {
    width: 100%;
    border-top: none;
  }

  #fullcourse #course-order th {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 0.65em 0;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }

  #fullcourse #course-order td {
    width: 100%;
    display: block;
    padding: 1.25em;
    border: none;
    box-sizing: border-box;
  }

  #fullcourse .wpcf7-form-control-wrap {
    width: 100%;
  }

  #fullcourse input[type="email"],
  #fullcourse input[type="text"],
  #fullcourse input[type="tel"],
  #fullcourse input[type="name"],
  #fullcourse select {
    width: 100%;
    padding: 0.6em 0.8em;
  }

  #fullcourse textarea {
    height: 10em;
  }

  #fullcourse input[type="email"] {
    margin: 1em 0;
  }


  #fullcourse input[type="submit"] {
    font-size: 1.2em;
    letter-spacing: 2px;
    width: 240px;
    padding: 0.6em 0;
    margin: 1.25em auto 0 auto;
  }

  #fullcourse input[type="submit"] + .caution {
    width: 90%;
    text-align: left;
    margin: 1.5em auto 0 auto;
    line-height: 1.4;
  }

  #fullcourse #course-area {
    width: 100%;
  }

  #fullcourse #course-area .price {
    font-size: 0.95em;
    left: 180px;
  }

  #fullcourse #course-area .price#aka {
    top: 0.15em;
  }

  #fullcourse #course-area .price#kii {
    top: 3.4em;
  }
}