@charset "UTF-8";
/* ---------------------------------------*/
/*  pagevisual */
/* ---------------------------------------*/
.pagevisual {
  background: url(../img/menu_pagevisual.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .pagevisual {
    background: url(../img/menu_pagevisual-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}

.page-heading {
  color: #050505;
}

.menu-heading {
  font-size: 2.0vw;
  font-weight: 300;
  color: #AE2256;
  position: relative;
}

.menu-heading::before {
  display: block;
  content: '';
  height: 1px;
  background: #D4CBBA;
  position: absolute;
}

.menu-heading::after {
  display: block;
  content: '';
  height: 1px;
  background: #D4CBBA;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .menu-heading {
    font-size: 6vw;
  }
}

/* ---------------------------------------*/
/*  create */
/* ---------------------------------------*/
#create {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 100px;
  min-height: 48vw;
  position: relative;
}

#create figure {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#create p {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #create {
    display: block;
    margin: 0 0 160px;
    min-height: auto;
  }
  #create figure {
    width: 100%;
    position: relative;
    margin: 0 0 40px;
  }
}

.create-content {
  margin: 0 0 0 60%;
}

@media screen and (max-width: 767px) {
  .create-content {
    margin: 0;
  }
}

.create-heading {
  text-align: center;
  margin: 0 0 25px;
}

.create-heading img {
  width: 87%;
}

@media screen and (max-width: 767px) {
  .create-heading img {
    width: 100%;
  }
}

/* ---------------------------------------*/
/*  package */
/* ---------------------------------------*/
#package {
  padding: 0 0 80px;
}

#package .menu-heading {
  margin: 0 0 180px;
}

#package .menu-heading::before {
  width: 36%;
  top: 50%;
  left: 0;
}

#package .menu-heading::after {
  width: 36%;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #package {
    padding: 75px 0 170px;
    margin: -75px 0 0;
  }
  #package .menu-heading {
    margin: 0 0 140px;
  }
  #package .menu-heading::before {
    width: 14%;
  }
  #package .menu-heading::after {
    width: 14%;
  }
}

.package-list__item {
  text-align: left;
  position: relative;
  border: solid 1px #D4CBBA;
}

.package-list__item figure {
  width: 40%;
  position: absolute;
}

.package-list__item:first-child {
  margin: 130px 0 210px 16%;
  padding: 0 40px 40px 22%;
}

.package-list__item:first-child figure {
  top: -130px;
  left: -19%;
}

.package-list__item:nth-child(2) {
  margin: 130px 16% 0 0;
  padding: 0 22% 40px 40px;
}

.package-list__item:nth-child(2) figure {
  top: -130px;
  right: -19%;
}

@media screen and (max-width: 767px) {
  .package-list__item figure {
    width: 80%;
    position: relative;
  }
  .package-list__item:first-child, .package-list__item:nth-child(2) {
    margin: 0 0 160px;
    padding: 20px;
  }
  .package-list__item:first-child figure, .package-list__item:nth-child(2) figure {
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto -100px;
  }
  .package-list__item:last-child {
    margin: 0;
  }
}

.package-list__heading {
  font-weight: 300;
  line-height: 1;
  color: #fff;
  margin: -80px 0 20px 0;
}

.package-list__heading .subtitle {
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.4;
  background: #927E5F;
  margin: 0 0 10px;
  padding: 10px;
}

.package-list__heading .maintitle {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.4;
  background: #AE2256;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .package-list__heading {
    margin: 0 0 20px -40px;
  }
}

.package-list__heading .subtitle {
  font-size: 1.9rem;
}

.package-list__heading .maintitle {
  font-size: 2.4rem;
}

.package-flow-heading {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
  margin: 0 0 20px;
}

.package-flow-heading::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #AE2256;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media screen and (max-width: 767px) {
  .package-flow-heading {
    font-size: 1.6rem;
  }
}

.package-flow-list__item {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  position: relative;
}

.package-flow-list__item::before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.package-flow-list__item:first-child::before {
  background: url(../img/menu_icon_point-01.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.package-flow-list__item:nth-child(2)::before {
  background: url(../img/menu_icon_point-02.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .package-flow-list__item {
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 0 0 0 65px;
  }
  .package-flow-list__item::before {
    width: 50px;
    height: 50px;
  }
}

.menu-price {
  border-top: solid 1px #D4CBBA;
  padding: 20px 0 0;
}

.menu-price_term {
  display: inline;
  font-size: 1.6rem;
  font-weight: bolder;
}

.menu-price_term::after {
  content: '：';
}

@media screen and (max-width: 767px) {
  .menu-price_term {
    font-size: 1.4rem;
  }
}

.menu-price_description {
  display: inline;
  font-size: 1.6rem;
  font-weight: bolder;
}

.menu-price_description span {
  margin: 0 0 0 1em;
  padding: 3px 10px;
  color: #fff;
  background: #AE2256;
}

@media screen and (max-width: 767px) {
  .menu-price_description {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------*/
/*  link */
/* ---------------------------------------*/
#link {
  padding: 80px 0;
  background: url(../img/menu_background_link.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#link .menu-heading {
  margin: 0 0 65px;
}

#link .menu-heading::before {
  width: 38%;
  top: 50%;
  left: 0;
}

#link .menu-heading::after {
  width: 38%;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #link {
    padding: 75px 0 60px;
    margin: -75px 0 0;
  }
  #link .menu-heading {
    margin: 0 0 40px;
  }
  #link .menu-heading::before {
    width: 25%;
  }
  #link .menu-heading::after {
    width: 25%;
  }
}

.link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: solid 1px #D4CBBA;
  margin: 0 0 70px;
}

@media screen and (max-width: 767px) {
  .link-list {
    display: block;
    margin: 0 0 60px;
  }
}

.link-list__item {
  width: 27%;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 0 70px;
}

.link-list__item:nth-child(3n-1) {
  margin: 0 9% 70px;
}

@media screen and (max-width: 767px) {
  .link-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .link-list__item:last-child {
    margin: 0 0 60px;
  }
  .link-list__item:nth-child(3n-1) {
    margin: 0 0 20px;
  }
}

.link-artmenu {
  width: 30%;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .link-artmenu {
    width: 100%;
  }
}
