@charset "UTF-8";

.gallery .slide-all {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 320px;
}

@media screen and (max-width: 767px) {
  .gallery .slide-all {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .gallery .slide_wrap {
    position: absolute;
    left: 50%;
    width: 1150px;
    margin-left: -575px;
  }
}

.gallery .slide_body {
  position: absolute;
  left: 50%;
  width: 1640px;
  margin-left: -820px;
}

@media screen and (max-width: 767px) {
  .gallery .slide_body {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
}

.gallery .slide {
  width: 320px !important;
}

@media screen and (max-width: 767px) {
  .gallery .slide {
    width: 230px !important;
  }
}

@media screen and (max-width: 767px) {
  .gallery .slide a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.gallery .slide a img {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .gallery .slide a img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .gallery .slide a:hover img {
    opacity: .7;
  }
}

.gallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 44px;
  margin-top: -15px;
  outline: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .gallery .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 100%;
    margin-top: -115px;
  }
}

.gallery .bx-wrapper .bx-prev {
  left: 30px;
  background: url(../img/bg-icn-before.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .gallery .bx-wrapper .bx-prev {
    left: 190px;
    background: url(../img/bg-icn-before.png) no-repeat center center;
    background-size: 21px 31px;
  }
}

.gallery .bx-wrapper .bx-next {
  right: 30px;
  background: url(../img/bg-icn-next.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .gallery .bx-wrapper .bx-next {
    right: 190px;
    background: url(../img/bg-icn-next.png) no-repeat center center;
    background-size: 21px 31px;
  }
}

.party-jumbotron {
  height: 143px;
  padding: 95px 0 0;
  text-align: center;
  background: url(../img/party/bg-jumbotron.jpg) no-repeat center;
  background-size: cover;
}

.party-jumbotron h1 {
  display: inline-block;
}

.party-jumbotron h1 img {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .party-jumbotron h1 img {
    height: 23px;
    width: auto;
  }
}

.party-jumbotron span {
  display: block;
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.2rem;
}

.party-lead {
  width: 640px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .party-lead {
    width: auto;
    margin: 20px 0;
    padding: 0 30px;
  }
}

.party-lead dt {
  margin: 0 0 20px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .party-lead dt {
    margin: 0 0 15px;
    font-size: 2.1rem;
  }
}

.party-lead dd {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .party-lead dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.party-anchor:after {
  display: block;
  clear: both;
  content: "";
}

.party-anchor li {
  float: left;
  width: 50%;
}

.party-anchor li:first-child a {
  -webkit-box-shadow: inset -1px 0 0 #d2d2d2;
  box-shadow: inset -1px 0 0 #d2d2d2;
}

.party-anchor li:first-child img:last-of-type {
  width: 70px;
  margin-right: 0;
}

.party-anchor li:last-child img:last-of-type {
  width: 30px;
}

.party-anchor a {
  display: block;
  color: #000;
  background: #f5eee3 url(../img/party/ico-anchor.png) no-repeat bottom 11px right 10px;
  background-size: 6px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.party-anchor a:hover {
  opacity: .7;
}

.party-anchor img:first-of-type {
  width: 100%;
}

.party-anchor img:last-of-type {
  margin: 10px;
}

.party-anchor p {
  display: inline-block;
  margin: 7px 0 0;
}

.party-recommend {
  font-size: 1.4rem;
  text-align: center;
}

.party-recommend a {
  display: block;
  position: relative;
  padding: 0 0 5px;
  color: #000;
  background-color: #f5eee3;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.party-recommend a:before,
.party-recommend a:after {
  position: absolute;
  content: "";
  background-color: #333;
}

.party-recommend a:before {
  right: 10px;
  bottom: 23px;
  width: 8px;
  height: 2px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.party-recommend a:after {
  right: 13px;
  bottom: 20px;
  width: 2px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 768px) {
  .party-recommend a:hover {
    opacity: .7;
  }
}

.party-recommend a.opened {
  color: #333;
  background-color: #d2d2d2;
}

.party-recommend a.opened:before {
  opacity: 0;
}

.party-recommend a.opened:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.party-recommend img {
  width: 100%;
  margin: 0 0 7px;
}

.party-recommend span {
  display: block;
}

.party-serif {
  display: none;
  position: relative;
  top: 30px;
  margin: 0 0 20px;
  padding: 20px 10px;
  background-color: #d1e6d8;
}

.party-serif:before {
  position: absolute;
  top: -28px;
  left: 50%;
  content: "";
  margin: 0 0 0 -18px;
  border-left: 18px solid transparent;
  border-bottom: 30px solid #d1e6d8;
  border-right: 18px solid transparent;
}

.party-serif>div {
  padding: 0 0 28px;
}

.party-serif>div:last-of-type {
  padding: 0 0 16px;
}

.party-serif>div:last-of-type div:first-of-type {
  margin: 0 0 16px;
}

@media screen and (min-width: 768px) {
  .party-serif>div:last-of-type div:first-of-type {
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.party-serif img {
  width: 100%;
  margin: 0 0 16px;
}

.party-serif h4 {
  margin: 0 0 6px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.4rem;
}

.party-serif div p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.party-serif ul {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.4rem;
  text-align: center;
}

.party-serif li {
  margin: 0 0 18px;
}

.party-serif>p {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.2rem;
  text-align: center;
  line-height: 3.3;
}

.party-serif a {
  display: inline-block;
  position: relative;
  width: 78.125%;
  background-color: #d2d2d2;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.party-serif a:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 12px;
  height: 2px;
  margin: -1px 0 0;
  content: "";
  background-color: #333;
}

.party-serif a:hover {
  opacity: .7;
}

.party-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 10px 0;
}

.party-banner {
  width: calc((100% - 3px) / 2);
}

.party-banner:nth-child(odd) {
  margin-right: 3px;
}

.party-banner:nth-child(n + 3) {
  margin-top: 10px;
}

.party-banner a {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.party-banner a:hover {
  opacity: .7;
}

.party-banner img {
  width: 100%;
}

.party-contact .shop>div>a:first-child,
.party-contact .shop>p:last-child a,
.party-contact .mice>p:last-child a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
  background-color: #92c76c;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
}

.party-contact {
  margin-top: 20px;
  padding: 10px;
  background-color: #f3e9de;
  text-align: center;
}

.party-contact .br {
  display: block;
}

.party-contact>div {
  padding: 18px 20px 20px;
  background-color: #fff;
}

.party-contact>div.shop-wrap {
  padding-top: 14px;
}

.party-contact .mice-wrap {
  margin-top: 1px;
}

.party-contact .shop>p:first-child,
.party-contact .mice>p:first-child {
  margin: 0 0 15px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}

.party-contact .shop>div>a:first-child {
  margin-bottom: 8px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.7rem;
}

.party-contact .shop>div>a:first-child:before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  content: "";
  background: url(../img/party/ico-contact1.png) no-repeat;
  background-size: 20px;
}

.party-contact .shop>div>p:last-child {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  line-height: 1.3;
}

.party-contact .shop>p:last-child a {
  margin-top: 16px;
}

.party-contact .shop>p:last-child a:before,
.party-contact .shop>p:last-child a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.party-contact .shop>p:last-child a:before {
  right: 20px;
  border-left: 6px solid #fff;
}

.party-contact .shop>p:last-child a:after {
  right: 22px;
  border-left: 6px solid #92c76c;
}

.party-contact .mice>p:first-child {
  margin-bottom: 9px;
}

.party-contact .mice>div {
  line-height: 1.5;
}

.party-contact .mice>div p {
  display: none;
}

.party-contact .mice .mice-logo {
  width: 230px;
  margin: 0 auto 10px;
}

.party-contact .mice .mice-bold {
  font-size: 1.4rem;
}

.party-contact .mice>p:last-child a {
  margin-top: 13px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
}

.party-contact .mice>p:last-child a:before,
.party-contact .mice>p:last-child a:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.party-contact .mice>p:last-child a:before {
  right: 10px;
  width: 6px;
  height: 5px;
  margin: 1px 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.party-contact .mice>p:last-child a:after {
  right: 12px;
  width: 7px;
  height: 6px;
  margin: -2px 0 0;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
}

.party-heading {
  padding: 40px 0 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .party-heading {
    padding: 80px 0 40px;
  }
}

.party-heading:last-of-type {
  position: relative;
}

.party-heading img {
  height: 19px;
  width: auto;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .party-heading img {
    height: 40px;
  }
}

.party-heading span {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .party-heading span {
    font-size: 1.6rem;
  }
}

.party-small-heading {
  margin: 0 0 15px 10px;
  padding: 30px 0 0;
  font-size: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .party-small-heading {
    width: 960px;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 768px) {
  .party-small-heading:first-of-type {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .party-small-heading:last-of-type {
    padding: 60px 0 0;
  }
}

.party-small-heading img {
  display: inline-block;
  width: auto;
  height: 23px;
  vertical-align: middle;
}

.party-small-heading span {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.8rem;
  border-left: 1px solid #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .party-small-heading span {
    font-size: 1rem;
  }
}

.gallery {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gallery {
    width: 100%;
    margin-bottom: 20px;
  }
}

.gallery+p {
  margin: 10px 30px 15px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .gallery+p {
    width: 960px;
    margin: 15px auto;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.gallery .slide-all {
  margin: 0 auto;
}

.party-status {
  margin: 0 10px 15px;
  padding: 10px 15px 15px;
  line-height: 1.5;
  border: 1px solid #d2d2d2;
}

.party-status h5,
.party-status h6 {
  margin: 0 0 1px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.4rem;
  font-weight: bold;
}

.party-status ul {
  font-size: 1.4rem;
}

.party-status ul:not(:last-of-type) {
  margin: 0 0 10px;
}

.party-status li {
  display: inline;
}

.party-status li+li:before {
  content: " ／ ";
}

.party-card {
  position: relative;
  top: 30px;
  height: 82px;
  margin: 0 0 48px;
  padding: 38px 0 0;
  text-align: center;
  background: url(../img/party/bg-other.jpg) no-repeat center;
  background-size: cover;
}

.party-card h4 {
  display: inline-block;
}

.party-card h4 img {
  height: 23px;
  width: auto;
}

.party-card span {
  display: block;
  margin: 10px 0 0;
  color: #fff;
}

.party-card~h5 {
  margin: 0 30px 3px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.4rem;
}

.party-card~h5+p {
  margin: 0 30px 13px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.party-course {
  padding: 0 10px;
}

.party-course div:nth-child(odd),
.party-course div:nth-child(even) {
  padding: 0 0 22px;
}

.party-course img {
  width: 100%;
  margin: 0 0 10px;
}

.party-course h5 {
  margin: 0 20px 3px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.4rem;
}

.party-course dl {
  margin: 0 20px;
  font-size: 0;
  line-height: 2;
}

.party-course dt,
.party-course dd {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (min-width: 375px) {

  .party-course dt,
  .party-course dd {
    font-size: 1.4rem;
  }
}

.party-course dt:after {
  content: "：";
}

.party-course dd {
  vertical-align: top;
}

.party-course dd+dd {
  margin: 0 0 0 4em;
}

.party-course p:first-of-type {
  margin: 0 0 20px;
  padding: 0 20px 28px;
  line-height: 1.4;
  border-bottom: 1px solid #d2d2d2;
}

.party-course p:first-of-type span {
  display: inline-block;
}

.party-course p:last-of-type {
  margin: 0 0 25px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.9;
}

.party-course p:last-of-type span {
  display: block;
}

.party-access .party-inner {
  padding: 40px 0 24px;
  text-align: center;
}

.party-access .party-inner>div:first-of-type>img {
  width: 100%;
  margin: 0 0 8px;
}

.party-access .party-inner>div:last-of-type {
  display: none;
}

.party-access h4 {
  margin: 0 0 16px;
}

.party-access h4 img {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .party-access h4 img {
    height: 19px;
    width: auto;
  }
}

.party-access span {
  display: block;
}

.party-access p:first-of-type {
  margin: 0 0 12px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-size: 1.2rem;
}

.party-access p:first-of-type a {
  text-decoration: underline;
}

.party-access p:first-of-type a:hover {
  text-decoration: none;
}

.party-access p:last-of-type {
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .party-jumbotron {
    height: 287px;
    margin-bottom: 20px;
    padding-top: 213px;
  }

  .party-jumbotron span {
    margin-top: 13px;
    font-size: 20px;
  }

  .party-anchor {
    width: 640px;
    margin: 0 auto 10px;
  }

  .party-anchor li:first-child a {
    -webkit-box-shadow: inset -1px 0 0 #f5eee3;
    box-shadow: inset -1px 0 0 #f5eee3;
  }

  .party-anchor li:first-child img:last-of-type {
    width: 138px;
    margin: 20px 10px 20px 20px;
  }

  .party-anchor li:last-child img:last-of-type {
    width: 61px;
  }

  .party-anchor a {
    background-position: bottom 22px right 20px;
    background-size: 12px;
  }

  .party-anchor img:last-of-type {
    margin: 20px;
  }

  .party-anchor p {
    margin: 15px 0 0;
    font-size: 1.8rem;
  }

  .party-more {
    position: relative;
  }

  .party-recommend {
    width: 640px;
    margin: 0 auto;
    font-size: 20px;
  }

  .party-recommend a {
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 0;
  }

  .party-recommend a:before {
    right: 20px;
    bottom: 41px;
    width: 18px;
    height: 4px;
  }

  .party-recommend a:after {
    right: 27px;
    bottom: 34px;
    width: 4px;
    height: 18px;
  }

  .party-recommend img {
    margin-bottom: 20px;
  }

  .party-serif {
    position: absolute;
    z-index: 10;
    top: 60px;
    width: 100%;
    padding: 60px 0;
  }

  .party-serif>div {
    width: 910px;
    margin: 0 auto;
    padding-left: 50px;
  }

  .party-serif>div:after {
    display: block;
    clear: both;
    content: "";
  }

  .party-serif>div:first-of-type {
    padding-bottom: 50px;
  }

  .party-serif>div:nth-of-type(2) {
    padding-bottom: 37px;
  }

  .party-serif>div:last-of-type {
    padding-bottom: 24px;
  }

  .party-serif img {
    margin-bottom: 0;
  }

  .party-serif div img {
    float: left;
    width: 500px;
    margin-right: 28px;
  }

  .party-serif div div {
    float: left;
  }

  .party-serif>div:first-of-type div,
  .party-serif>div:nth-of-type(2) div {
    width: 340px;
  }

  .party-serif>div:nth-of-type(3) div,
  .party-serif>div:last-of-type div {
    width: 450px;
  }

  .party-serif h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .party-serif div p {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .party-serif ul {
    overflow: hidden;
    width: 960px;
    margin: 0 auto -11px;
    font-size: 1.6rem;
  }

  .party-serif ul:after {
    display: block;
    clear: both;
    content: "";
  }

  .party-serif li {
    float: left;
    width: 300px;
    margin-bottom: 40px;
  }

  .party-serif li:not(:nth-child(3n)) {
    margin-right: 30px;
  }

  .party-serif ul img {
    margin-bottom: 17px;
  }

  .party-serif a {
    width: 250px;
  }

  .party-serif--recommend {
    top: 280px;
  }

  .party-banner-wrap {
    max-width: 640px;
    margin: 20px auto 0;
  }

  .party-banner {
    width: 300px;
    padding: 0;
    margin: 20px 0 0;
  }

  .party-banner:nth-of-type(odd) {
    margin-right: 40px;
  }

  .party-banner:nth-child(n + 3) {
    margin-top: 20px;
  }

  .party-banner img {
    width: 100%;
  }

  .party-contact {
    width: 920px;
    margin: 35px auto 0;
    padding: 20px;
  }

  .party-contact .br {
    display: inline;
  }

  .party-contact>div {
    padding: 25px 30px 30px;
  }

  .party-contact>div.shop-wrap {
    padding-top: 25px;
  }

  .party-contact .shop,
  .party-contact .mice {
    max-width: 650px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .party-contact .shop>p:first-child,
  .party-contact .mice>p:first-child {
    width: 100%;
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  .party-contact .shop .mice-logo,
  .party-contact .mice .mice-logo {
    margin: 0 auto 10px 0;
  }

  .party-contact .shop>div,
  .party-contact .mice>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .party-contact .shop>p:last-child,
  .party-contact .mice>p:last-child {
    width: 310px;
  }

  .party-contact .shop>p:last-child a,
  .party-contact .mice>p:last-child a {
    margin-top: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .party-contact .shop>p:last-child a:hover,
  .party-contact .mice>p:last-child a:hover {
    opacity: .7;
  }

  .party-contact .shop>div {
    text-align: left;
  }

  .party-contact .shop>div>a:first-child {
    line-height: 1;
    width: auto;
    max-width: none;
    background: transparent;
    color: #92c76c;
    font-size: 2.4rem;
  }

  .party-contact .shop>div>a:first-child:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-image: url(../img/icon06.png);
  }

  .party-contact .shop>p:last-child a {
    line-height: 44px;
  }

  .party-contact .mice>div {
    text-align: left;
  }

  .party-contact .mice>div p {
    display: block;
  }

  .party-contact .mice>p:last-child a {
    line-height: 44px;
  }

  .party-contact .mice>p:last-child a:before {
    right: 16px;
    width: 9px;
    height: 6px;
    margin: -1px 0 0;
  }

  .party-contact .mice>p:last-child a:after {
    right: 18px;
    width: 10px;
    height: 7px;
    margin: -4px 0 0;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
  }

  .party-status {
    width: 960px;
    margin: 0 auto 20px;
    padding: 15px 18px 13px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .party-status h5,
  .party-status h6 {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  .party-status ul {
    font-size: 1.5rem;
  }

  .party-status ul:not(:last-of-type) {
    margin-bottom: 18px;
  }

  .party-card {
    top: 0;
    width: 960px;
    height: 126px;
    margin: 60px auto 18px;
    padding-top: 73px;
    background-image: url(../img/party/pc-bg-other.jpg);
  }

  .party-card span {
    margin-top: 11px;
    font-size: 1.6rem;
  }

  .party-card~h5 {
    width: 960px;
    margin: 0 auto 4px;
    font-size: 1.5rem;
  }

  .party-card~h5+p {
    width: 960px;
    margin: 0 auto 23px;
    font-size: 1.5rem;
    line-height: 24px;
  }

  .party-course {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }

  .party-course div {
    width: 460px;
  }

  .party-course div:nth-child(odd) {
    float: left;
    clear: both;
    padding-bottom: 21px;
  }

  .party-course div:nth-child(even) {
    float: right;
    padding-bottom: 21px;
  }

  .party-course img {
    margin-bottom: 17px;
  }

  .party-course h5 {
    margin: 0 0 6px;
    font-size: 1.6rem;
  }

  .party-course dl {
    margin: 0;
    line-height: 24px;
  }

  .party-course dt,
  .party-course dd {
    font-size: 1.5rem;
  }

  .party-course p:first-of-type {
    clear: both;
    margin-bottom: 50px;
    padding: 0 0 58px;
    font-size: 1.2rem;
    text-align: center;
    line-height: inherit;
    border-bottom-color: #eee;
  }

  .party-course p:first-of-type span {
    display: inline;
  }

  .party-course p:last-of-type {
    margin-bottom: 51px;
    font-size: 20px;
    line-height: 38px;
  }

  .party-course p:last-of-type span {
    display: inline;
  }

  .party-access {
    background-color: #f6f6f6;
  }

  .party-access .party-inner {
    margin: 60px 0;
    padding: 0;
  }

  .party-access .party-inner:after {
    display: block;
    clear: both;
    content: "";
  }

  .party-access .party-inner>div:first-of-type {
    float: right;
    width: 37.692307692308%;
    padding-top: 55px;
  }

  .party-access .party-inner>div:first-of-type>img {
    display: none;
  }

  .party-access .party-inner>div:last-of-type {
    display: block;
    float: left;
    width: 62.307692307692%;
    height: 400px;
  }

  .party-access h4 {
    margin: 0 0 30px;
  }

  .party-access h4 img {
    margin: 0 0 10px;
  }

  .party-access span {
    font-size: 1.6rem;
  }

  .party-access p:first-of-type {
    display: none;
  }

  .party-access p:last-of-type {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .party-serif {
    left: 50%;
    width: 92.857142857143%;
    margin-left: -46.4285714285715%;
  }
}

@media screen and (min-width: 1300px) {
  .party-access .party-inner {
    width: 1300px;
    margin: 60px auto;
  }
}