@charset "UTF-8";
#plan_schedule {
  width: 960px;
  margin: 0 auto;
  /*padding-top: 40px;*/
  position: relative;
}

@media screen and (max-width: 956px) {
  #plan_schedule {
    width: 100%;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }
}

#page_anc ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 960px;
}

#page_anc ul li {
  float: left;
  width: 33%;
  text-align: center;
}

#page_anc ul li:nth-child(2) {
  width: 34%;
}

#page_anc ul li img {
  max-width: 316px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 956px) {
  #page_anc ul {
    margin-bottom: 20px;
  }
}

#plans {
  padding-top: 60px;
}

#plans aside {
  background: url("../common/images/bg_lines.png") center top repeat;
  padding: 30px 0;
  margin-top: 40px;
}

#plans aside p {
  text-align: center;
}

#plans aside p a {
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

#plans aside p img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

#plans h3 {
  text-align: center;
  margin-bottom: 40px;
}

#plans h4 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #029ed1;
  text-align: center;
  margin-bottom: 20px;
}

#plans ul {
  margin-bottom: 20px;
}
#plans ul.flex_sp {
  padding-top: 30px;
}

#plans ul:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

#plans ul li {
  float: left;
  width: 225px;
  margin: 0 20px 20px 0;
}

#plans ul li:nth-child(4n) {
  margin-right: 0;
}

#plans ul li a {
  text-decoration: none;
  color: #333;
}

#plans ul li a:hover {
  display: block;
  opacity: 0.75;
}

#plans ul li dl {
  outline: 1px solid #ebebeb;
}

#plans ul li dl dt {
  background: #029ed1;
  color: #fff;
  line-height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}

#plans ul li dl dt.green {
  background-color: #58b45d;
}

#plans ul li dl dt.red {
  background-color: #e85252;
}

#plans ul li dl dt.blue {
  background-color: #3968be;
}

#plans ul li dl dt.yellow {
  background-color: #edb51f;
}

#plans ul li dl dt.pink {
  background-color: #FF66CC;
}

#plans ul li dl dt.star1 {
  background-image: url("../plan/images/icon_star.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}

#plans ul li dl dt.star2 {
  background-image: url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png");
  background-position: 96% center, 86% center;
  background-repeat: no-repeat, no-repeat;
}

#plans ul li dl dt.star3 {
  background-image: url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png");
  background-position: 96% center, 86% center, 76% center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

#plans ul li dl dt.star4 {
  background-image: url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png");
  background-position: 96% center, 86% center, 76% center, 66% center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

#plans ul li dl dt.star5 {
  background-image: url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png"), url("../plan/images/icon_star.png");
  background-position: 96% center, 86% center, 76% center, 66% center, 56% center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

#plans ul li dl dd figure {
  margin-bottom: 10px;
}

#plans ul li dl dd h5 {
  color: #333;
  margin-bottom: 0;
  padding: 0 10px;
}

#plans ul li dl dd p {
  padding: 0 10px 10px;
}

#plans ul li dl dd p img {
  margin-right: 5px;
}

#plans ul li dl dd p strong {
  font-weight: normal;
  color: #e85252;
}

#plans ul li dl dd a {
  text-decoration: none;
}

#plans ul li dl dd a:hover {
  text-decoration: underline;
}

#plans > dl {
  border: 4px solid #029ed1;
  padding: 25px;
  overflow: hidden;
}

#plans > dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

#plans > dl dd {
  float: left;
  width: auto;
  margin-right: 40px;
  line-height: 1;
}

#plans > dl dd a {
  background: url("../plan/images/icon_new_tab.gif") left center no-repeat;
  padding-left: 25px;
  text-decoration: none;
}

#plans > dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 956px) {
/*  #plans {
    margin-bottom: 25px;
  }*/
  #plans aside {
    padding: 15px;
    margin-top: 20px;
  }
  #plans h3 {
    margin-bottom: 20px;
  }
  #plans h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #plans ul {
    margin-bottom: 10px;
  }
  #plans ul:after {
    height: 10px;
  }
  #plans ul li {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  #plans ul li dl dd figure img {
    width: 100%;
    height: auto;
  }
  #plans ul li dl dt.star1 {
    background-position: 96% center;
  }
  #plans ul li dl dt.star2 {
    background-position: 96% center, 88% center;
  }
  #plans ul li dl dt.star3 {
    background-position: 96% center, 88% center, 80% center;
  }
  #plans ul li dl dt.star4 {
    background-position: 96% center, 88% center, 80% center, 72% center;
  }
  #plans ul li dl dt.star5 {
    background-position: 96% center, 88% center, 80% center, 72% center, 64% center;
  }
  #plans ul.flex_sp {
    margin-top: 30px;
  }
  #plans > dl {
    padding: 10px;
  }
  #plans > dl dt {
    margin-bottom: 10px;
  }
  #plans > dl dd {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*#hotels {
  padding-top: 60px;
}*/

#hotels .w550 {
  width: 550px;
}

#hotels .mt100 {
  margin-top: 100px;
}

#hotels h3 {
  text-align: center;
  margin-bottom: 40px;
}

#hotels section {
  position: relative;
  background: url("../plan/images/line_naname_gray.png") left bottom repeat-x;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

#hotels section:nth-last-of-type(1) {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#hotels section h4 {
  font-size: 1.6rem;
  color: #029ed1;
}

#hotels section h4 span {
  display: inline-block;
  background: #029ed1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding: 7px;
  float: left;
  width: auto;
  margin-right: 10px;
}

#hotels section > p {
  margin-bottom: 40px;
}

#hotels section > dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#hotels section > dl dd {
  margin-bottom: 40px;
}

#hotels section > dl dd ul li {
  background: url("../plan/images/icon_square_blue.gif") left 5px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}

#hotels section figure {
  position: absolute;
  top: 0;
  right: 0;
}

#hotels section figure img {
  margin-bottom: 40px;
}

#hotels section figure figcaption table {
  width: 300px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #fff;
}

#hotels section figure figcaption table th {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #029ed1;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

#hotels section figure figcaption table td {
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}

#hotels section aside {
  background: url("../common/images/bg_lines.png") center top repeat;
  padding: 30px 0;
}

#hotels section aside p {
  text-align: center;
}

#hotels section aside p a {
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

#hotels section aside p img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 956px) {
  #hotels .w550 {
    width: auto;
	text-align: left;
  }
  #hotels .mt100 {
    margin-top: 0;
  }
  #hotels h3 {
    margin-bottom: 20px;
  }
  #hotels section {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #hotels section:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
  #hotels section h4 span {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #hotels section h4 span br {
    display: none;
  }
  #hotels section > p {
    margin-bottom: 20px;
  }
  #hotels section > dl dt {
    margin-bottom: 5px;
  }
  #hotels section > dl dd {
    margin-bottom: 20px;
  }
  #hotels section > dl dd ul li {
    margin-bottom: 5px;
  }
  #hotels section figure {
    position: static;
  }
  #hotels section figure img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #hotels section figure figcaption table {
    width: 100%;
    box-sizing: border-box;
  }
  #hotels section figure figcaption table th {
    padding: 5px 0;
  }
  #hotels section figure figcaption table td {
    padding: 5px 0;
  }
  #hotels section aside {
    padding: 15px;
  }
}

#rates {
  padding-top: 60px;
}

#rates .w550 {
  width: 550px;
}

#rates h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #000;
}

#rates h4 {
  font-size: 1.8rem;
  color: #029ed1;
  font-weight: bold;
  margin-bottom: 20px;
}

#rates h4 img {
  vertical-align: top;
  margin-right: 5px;
}

#rates > aside {
  background: url("../common/images/bg_lines.png") center top repeat;
  padding: 30px 0;
  margin-bottom: 30px;
}

#rates > aside p {
  text-align: center;
}

#rates > aside p a {
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

#rates > aside p img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

#rates > dl {
  position: relative;
}

#rates > dl > dt {
  font-size: 1.4rem;
  color: #029ed1;
  font-weight: bold;
  margin-bottom: 10px;
}

#rates > dl > dd {
  margin-bottom: 40px;
}

#rates > dl > dd ul li {
  background: url("../plan/images/icon_square_blue.gif") left 5px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}

#rates > dl > dd figure {
  position: absolute;
  top: 0;
  right: 0;
}

#rates > dl > dd strong {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

#rates > dl > dd em {
  display: inline-block;
  margin-top: 20px;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-style: italic;
  color: #666;
}

#rates > dl > dd aside {
  background: #f6f6f6;
  padding: 15px;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-style: italic;
  color: #666;
}

#rates > dl > dd aside dl {
  overflow: hidden;
}

#rates > dl > dd aside dl dt {
  float: left;
  width: 70px;
}

#rates > dl > dd aside dl dd {
  margin: 0 0 10px 70px;
}

@media screen and (max-width: 956px) {
  #rates .w550 {
    width: auto;
  }
  #rates h3 {
    margin-bottom: 20px;
  }
  #rates > aside {
    padding: 15px;
    margin-bottom: 15px;
  }
  #rates > dl > dt {
    margin-bottom: 5px;
  }
  #rates > dl > dt br {
    display: none;
  }
  #rates > dl > dd {
    margin-bottom: 20px;
  }
  #rates > dl > dd ul li {
    margin-bottom: 5px;
  }
  #rates > dl > dd figure {
    position: static;
  }
  #rates > dl > dd figure img {
    width: 100%;
    height: auto;
  }
  #rates > dl > dd em {
    margin-top: 10px;
  }
  #rates > dl > dd aside {
    padding: 10px;
    margin-bottom: 20px;
  }
}

#schedule h3 {
  text-align: center;
  margin-bottom: 40px;
}

#schedule > aside {
  background: url("../common/images/bg_lines.png") center top repeat;
  padding: 30px 0;
  margin-bottom: 80px;
}

#schedule > aside p {
  text-align: center;
}

#schedule > aside p a {
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

#schedule > aside p img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 956px) {
  #schedule h3 {
    margin-bottom: 20px;
    margin-top: 60px;
  }
  #schedule > aside {
    padding: 15px;
    margin-bottom: 40px;
  }
}

.flex_sp {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 956px) {
.flex_sp {
    flex-direction: column;
}
}