@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #333;
  background: #fff;
  font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */

@media all and (-ms-high-contrast: none) {
  html {
    font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  }
}

body {
  background: #fceef6;
  margin: 0;
  min-width: 1120px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1120px;
}

.inner-block {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1040px;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

input:not([type="submit"]),
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  width: 428px;
  padding: 10px 15px;
}
textarea {
  width: 100%;
  min-height: 130px;
}

input[type="submit"] {
  background: url(../img/arrow_right.png) right 10px center no-repeat;
  background-color: #ed909f;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 310px;
  height: 60px;
  line-height: 1;
  padding: 23px 0;
}

input,
select,
textarea {
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  border-color: #ed4661;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#loader {
  width: 242px;
  height: 72px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -121px;
  z-index: 100;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

/*------------------------------------------------------------------------------
  canvas
------------------------------------------------------------------------------*/
.canvas-container {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}
.canvas-container > canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------------------------
  component
------------------------------------------------------------------------------*/
.c-title {
  color: #c6498a;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.c-title-ornament {
  position: relative;
  display: inline-block;
}
.c-title-ornament::before,
.c-title-ornament::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 26px;
  margin: auto;
}
.c-title-ornament::before {
  background: url(../img/title_ornament-left.png) no-repeat;
  background-size: contain;
  left: -130px;
}
.c-title-ornament::after {
  background: url(../img/title_ornament-right.png) no-repeat;
  background-size: contain;
  right: -130px;
}

/*------------------------------------------------------------------------------
  contents
------------------------------------------------------------------------------*/

/*--- header ---*/
.header-logo {
  padding: 20px 0;
  text-align: center;
}
.header-logo > img {
  height: 72px;
}

.nav {
  border-top: 2px solid rgba(227, 154, 171, 0.1);
  padding: 20px 0;
  text-align: center;
}
.nav-list {
  font-size: 0;
}
.nav-list-item {
  border-right: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 35px;
  line-height: 1;
}
.nav-list-item:first-child {
  display: none;
}
.nav-list-item:last-child {
  border-right: none;
}

/*--- main ---*/
.main {
  padding-bottom: 110px;
}
.heading-block {
  background: url(../img/heading-img.jpg) center center no-repeat;
  background-size: cover;
  height: 560px;
}
.heading-block > .inner-block {
  height: 100%;
}
.heading-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 104px;
  margin: auto;
}


/*--- message-block ---*/
.message-block {
  background: url(../img/photo.png) center center no-repeat;
  background-color: #fbf3f6;
  padding-top: 40px;
  padding-bottom: 100px;
}
.message-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
.message-text + .message-text {
  margin-top: 30px;
}
.message-text-author {
  color: #c6498a;
  font-size: 20px;
  font-weight: bold;
}


/*--- menu-block ---*/
.menu-block {
  background:
    url(../img/bg_img-left.png) top -80px left no-repeat,
    url(../img/bg_img-right.png) bottom -50px right no-repeat;
  padding-top: 40px;
  padding-bottom: 100px;
}
.menu-caption {
  text-align: center;
  margin-bottom: 30px;
}
.menu-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
.menu-item {
  float: left;
  width: 284px;
}
.menu-item + .menu-item {
  margin-left: 34px;
}
.menu-item-title {
  background-color: #ed909f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12.5px -0px;
}

.menu-item-body {
  font-size: 16px;
  margin-bottom: 20px;
}

.menu-list {
  margin-bottom: 10px;
}
.menu-list-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 14px 30px;
  text-align: center;
}
.menu-list-item-num {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.menu-list-item-num > span {
  font-size: 14px;
}

.menu-list-item-num-top {
  background-color: #ed909f;
}
.menu-list-item-num-middle {
  background-color: #b62f46;
}
.menu-list-item-num-bottom {
  background-color: #ff3232;
}

.menu-list-item-num-value {
  font-size: 26px;
}

.menu-list-item-price {
  font-size: 38px;
  vertical-align: -3px;
  padding-left: 20px;
}
.menu-list-item-price > span {
  font-size: 30px;
}

.menu-list-item-price-top {
  color: #ed909f;
}
.menu-list-item-price-middle {
  color: #b62f46;
}
.menu-list-item-price-bottom {
  color: #ff3232;
}

.menu-point {
  background-color: #ed909f;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 10px;
}

.menu-point-list-item {
  position: relative;
  padding-left: 28px;
  line-height: 19px;
  height: 19px;
}
.menu-point-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/icon_checkbox.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
}
.menu-point-list-item + .menu-point-list-item {
  margin-top: 10px;
}
.menu-point-list-item > span {
  color: #bf5b77;
  font-size: 18px;
}

.menu-item-option {
  color: #cc5291;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.menu-item-option-text {
  display: inline-block;
  font-size: 16px;
}
.menu-item-option-price {
  display: inline-block;
  padding-left: 10px;
}
.menu-item-option-price > span {
  font-size: 12px;
}


/*--- access-block ---*/
.access-block {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 120px;
}

.access-box {
  width: 500px;
  float: left;
}
.access-table {
  font-size: 18px;
}
.access-table th,
.access-table td {
  padding: 15px 0;
}
.access-table th {
  width: 7em;
  vertical-align: top;
}

.access-table-title {
  font-size: 16px;
}

.access-table-mail {
  color: #b62f46;
}


/*--- contact-block ---*/
.contact-block {
  padding-top: 40px;
}
.contact-form-box {
  margin: -4px;
}
.contact-note {
  font-size: 13px;
  text-align: right;
  margin-bottom: 3px;
}
.contact-table-box {
  margin-bottom: 20px;
}
.contact-table {
  border-collapse: separate;
  border-spacing: 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  width: 100%;
}
.contact-table th,
.contact-table td {
  padding: 20px;
}
.contact-table th {
  background-color: #ed909f;
  border-left: 4px solid #ed4661;
  color: #fff;
  width: 200px;
  text-align: left;
  white-space: nowrap;
  padding-right: 0;
}
.contact-table td {
  background-color: #fff;
}

.contact-required {
  display: inline-block;
  background-color: #cb213d;
  border-radius: 3px;
  font-size: 12px;
  padding: 1px 8px;
  margin-left: 10px;
}

.contact-table-input + .contact-table-input {
  margin-top: 10px;
}

.contact-table-input-select {
  position: relative;
  display: inline-block;
}
.contact-table-input-select::before {
  content: "";
  background: url(../img/arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 12px;
  height: 6px;
  pointer-events: none;
}
.contact-table-input-select > select {
  cursor: pointer;
  padding-right: 30px;
  width: 260px;
}

.contact-table-input-address {
  display: inline-block;
  width: 260px;
  white-space: nowrap;
}
.contact-table-input-address > span {
  display: inline-block;
  padding-right: 10px;
}
.contact-table-input-address > input {
  width: 100%;
}

.contact-form-btn {
  margin-top: 18px;
  text-align: center;
}

.contact-form-btn > .back-btn {
  background: url(../img/arrow_left.png) left 10px center no-repeat;
  background-color: #9b9b9b;
}

.confirm-area {
  display: none;
}

.confirm-text {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.confirm-btn-box {
  font-size: 0;
  text-align: center;
}
.confirm-btn-box > .contact-form-btn {
  display: inline-block;
  font-size: 14px;
}
.confirm-btn-box > .contact-form-btn + .contact-form-btn {
  margin-left: 20px;
}

.validate-text {
  color: #cb213d;
  font-weight: bold;
}


.finish-area {
  display: none;
}

.finish-box {
  text-align: center;
}
.finish-box > .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*--- footer ---*/
.footer {
  border-top: 1px solid #e9cedd;
}
.footer-head {
  background: url(../img/cont-bg.jpg) center center no-repeat;
  background-color: #fff;
  height: 180px;
}
.footer-head-text {
  color: #b62f46;
  font-size: 26px;
  height: 180px;
  line-height: 1;
  padding: 77px 0;
  text-align: center;
}
.footer-bottom {
  background-color: #e39aab;
  color: #fff;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  height: 40px;
  line-height: 40px;
  text-align: center;
}




/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
