@charset "utf-8";
/*========================================================================================================================


  ◇◆◇ 料金 ◇◆◇
  
  
========================================================================================================================*/
/*----------------------------------------------------------------------------------------------------

  初回限定サービス
  
----------------------------------------------------------------------------------------------------*/
.web {
  margin: -5px;
  line-height: 0;
}
.price-attention {
  margin-top: 10px;
  text-align: right;
}

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

  料金
  
----------------------------------------------------------------------------------------------------*/
.price {
  border: 1px solid #e8e0dc;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 40px;
}
@media screen and (max-width:640px) {
  .price {
    margin-top: 2em;
    margin-left: -1em;
    margin-right: -1em;
    border-color: #f2edeb;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 2em 1em;
  }
}
@media screen and (max-width:500px) {
  .price {
    margin-top: 1.5em;
    padding: 1.5em 1em;
  }
}
/*-----------------------------------------------------------------------------------
  案内
-----------------------------------------------------------------------------------*/
.price-info--photo {
  width: 360px;
  float: right;
  margin: 0 -10px -10px -10px;
}
.price-info--txt {
  padding: 3em 1em 1.5em 1em;
  box-sizing: border-box;
}
.price-info--txt .syoken {
  display: inline-block;
}
.price-info--coupon {
  max-width: 380px;
  display: inline-block;
  border: 2px solid #fcbccf;
  background-color: #fef2f5;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width:640px) {
  .price-info--photo {
    max-width: 500px;
    width: 100%;
    float: none;
    margin: -0.5em auto;
  }
  .price-info--txt {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .price-info--txt .syoken {
    padding-top: 0.5em;
  }
  .price-info--coupon {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .price-info--txt {
    padding-bottom: 1em;
  }
}

/*-----------------------------------------------------------------------------------
  料金表
-----------------------------------------------------------------------------------*/
.price-list--headline {
  text-align: center;
  position: relative;
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.price-list--headline span {
  display: block;
  z-index: 2;
  position: relative;
}
.price-list--headline:before, .price-list--headline:after {
  content: "";
  display: inline-block;
  width: 39%;
  border-top: 1px dotted #d5c4be;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.price-list--headline:before {
  left: 0;
}
.price-list--headline:after {
  right: 0;
}
.price-list--ttl-sub {
  color: #f09448;
  padding: 1.25rem 0.5rem 0.25rem 1.5rem;
  background-color: #fdf6e6;
}
.price-list--ttl-sub:not(:first-of-type) {
  margin-top: 3.5rem;
}
.price-list--ttl-label {
  padding: 0 0.5rem 0 5rem;
  background-color: #fdf6e6;
}
.price-list--label {
  color: red;
  font-weight: bold;
  margin-bottom: -0.25rem;
}
.price-list--label .slash,
.price-list--label .slash {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.price-list--label .slash:before,
.price-list--label .slash:after {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  top: 0.3em;
  background: red;
}
.price-list--label .slash:before { left: 0.25em; transform: rotate(-30deg); }
.price-list--label .slash:after { right: 0.25em; transform: rotate(30deg); }
.price-list--ttl {
  background-image: url(../image/ic-priceList.png);
  background-size: auto 1.2em;
  background-repeat: no-repeat;
  background-position: 0.65em 0.25em;
  background-color: #fdf6e6;
  position: relative;
  padding: 0 0.75rem 0.75rem 5rem;
}
.price-list--ttl h4 {
  display: inline;
}
.price-list--menu {
  padding: 1.5em 0 0 0;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #d5c4be;
}
.price-list--menu {
  margin-top: 2em;
}
.price-list--ttl + .price-list--menu {
  margin-top: 0;
}
.price-list--ttl,
.price-list--menu strong {
  position: relative;
}
.price-list--ttl:after,
.price-list--menu:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}
.price-list--ttl .price-en,
.price-list--menu .price-en {
  display: inline-block;
  float: right;
  padding-left: 1em;
  white-space: nowrap;
  color: #f09448;
  font-weight: bold;
}
.price-list--detail {
  font-size: 92%;
  padding: 1em 0 0 0;
}
ul.price-list--detail,
.price-list--detail ul {
  list-style: none;
}
.price-list--tag {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  padding: 1.5rem 0 0 0;
}
.price-list--tag li {
  border: 1px solid #f7a968;
  color: #f7a968;
  padding: 0.15em 0.5em;
}
.price-list--come {
  display: inline-block;
  padding: 0.15em 0.5em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f7a968;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: -2.5em;
  left: 0;
}
.price-list--come:before {
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid #f7a968;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-left: -8px;
  position: absolute;
  left: 50%;
  bottom: -13px;
}
@media screen and (max-width:640px) {
  .price-list--headline {
    width: 100%;
    margin-top: 1.75em;
    margin-bottom: 1.5em;
  }
  .price-list--headline:before,
  .price-list--headline:after {
    width: 35%;
  }
}
@media screen and (max-width:500px) {
  .price-list--headline:before,
  .price-list--headline:after {
    width: 34%;
  }
}

/*-----------------------------------------------------------------------------------
  写真
-----------------------------------------------------------------------------------*/
.photo {
  line-height: 0;
}
.photo img {
  max-width: 358px;
  float: right;
}
.photo img:first-child {
  float: left;
  margin-right: 22px;
}
@media screen and (max-width:640px) {
  .photo img {
    max-width: 48.5%;
  }
  .photo img:first-child {
    margin-right: 1.5%;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width:640px) {
  br.sp {
    display: block;
  }
}
