@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body,
.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

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

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

input:not([type="submit"]),
select,
textarea {
  border-radius: 3px;
  padding: 3px 5px;
}
input:not([type="submit"]),
select {
  width: 70%;
}

input[type="submit"] {
  font-size: 14px !important;
  font-weight: normal;
  width: 60%;
  height: 44px;
  padding: 15px 0;
}

@font-face {
  font-family: 'CrimsonText-Regular';
  src: url('../font/CrimsonText-Regular.woff') format('woff'),
       url('../font/CrimsonText-Regular.ttf') format('truetype');
}


/*------------------------------------------------------------------------------
  component
------------------------------------------------------------------------------*/
.c-title {
  font-family: 'CrimsonText-Regular';
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1;
}
.c-title-ornament::before,
.c-title-ornament::after {
  width: 60px;
  height: 13px;
}
.c-title-ornament::before {
  left: -70px;
}
.c-title-ornament::after {
  right: -70px;
}


.pagetop {
  width: 40px;
  height: 40px;
  right: 10px;
}


/*------------------------------------------------------------------------------
  content
------------------------------------------------------------------------------*/
.canvas-container {
  padding-top: 50px;
  margin-top: -50px;
}


/*------------------------------------------------------------------------------
  content
------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  z-index: 999;
}
.header > .outer-block {
  background-color: #fceef6;
}
.header-logo {
  border-bottom: 1px solid rgba(227, 154, 171, 0.1);
  padding: 10px 0;
}
.header-logo > a {
  height: 32px;
}
.header-logo img {
  height: 32px;
}

.main {
  padding-top: 52px;
  padding-bottom: 75px;
}

.nav {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-top: none;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: -1;
}
.nav-list {
  position: relative;
  background-color: #fff;
  top: -100%;
  padding: 10px 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-list.is-on {
  top: 0;
}

.nav-list-item,
.nav-list-item:first-child {
  display: block;
}
.nav-list-item {
  border-right: none;
  padding: 0 10px;
}
.nav-list-item > a {
  border-bottom: 1px solid #dcdcdc;
  display: block;
  padding: 20px 0;
}
.nav-list-item:last-child > a {
  border-bottom: none;
}

.nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 25px;
  height: 20px;
}
.nav-btn-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-btn-inner > span {
  position: absolute;
  left: 0;
  display: block;
  background-color: #ed909f;
  width: 25px;
  height: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-btn-inner > span:nth-child(1) {
  top: 0;
}
.nav-btn-inner > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.nav-btn-inner > span:nth-child(3) {
  bottom: 0;
}
.is-on.nav-btn-inner > span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.is-on.nav-btn-inner > span:nth-child(2) {
  opacity: 0;
}
.is-on.nav-btn-inner > span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}


/*--- heading-block ---*/
.heading-block {
  background: url(../img/sp/heading-img.jpg) center bottom 30% no-repeat;
  background-size: 100% auto;
  height: 160px;
}
.heading-img {
  height: 70px;
  left: 10px;
}
.heading-img > img {
  height: 100%;
}

/*--- message-block ---*/
.message-block {
  padding-top: 10px;
  padding-bottom: 60px;
}
.message-text {
  font-size: 12px;
}
.message-text + .message-text {
  margin-top: 12px;
}
.message-text-author {
  font-size: 14px;
}

/*--- menu-block ---*/
.menu-block {
  background-size: 40%;
  background-position:
    top -30px left,
    bottom 0 right;
  padding-top: 10px;
  padding-bottom: 60px;
}
.menu-block > .inner-block {
  padding: 0 10px;
}
.menu-caption {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.menu-box {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.menu-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  float: none;
  width: auto;
}
.menu-item-title {
  font-size: 14px;
  padding: 8px 0;
}

.menu-list-item {
  padding: 7px 15px;
}
.menu-item + .menu-item {
  margin-left: 0;
  margin-top: 15px;
}

.menu-list-item-num {
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.menu-list-item-num > span {
  font-size: 12px;
}
.menu-list-item-price {
  font-size: 24px;
  padding-left: 10px;
}
.menu-list-item-price > span {
  font-size: 18px;
}

.menu-item-body {
  font-size: 12px;
  margin-bottom: 10px;
}

.menu-point {
  border-radius: 5px;
  font-size: 14px;
  padding: 6px 0;
}
.menu-point-list-item {
  padding-left: 17px;
  height: 10px;
  line-height: 10px;
}
.menu-point-list-item > span {
  font-size: 14px;
}
.menu-point-list-item::before {
  width: 12px;
  height: 10px;
}
.menu-point-list-item + .menu-point-list-item {
  margin-top: 15px;
}

.menu-item-option-text {
  font-size: 14px;
}
.menu-item-option-price {
  padding-left: 5px;
}


/*--- access-block ---*/
.access-block {
  padding-top: 10px;
  padding-bottom: 60px;
}
.access-block > .inner-block {
  padding: 0 10px;
}

.access-box {
  float: none;
  width: auto;
}

.access-table {
  font-size: 12px;
  width: 100%;
}
.access-table th,
.access-table td {
  padding: 5px 0;
}
.access-table th {
  width: 5em;
  font-size: 14px;
  text-align: left;
}
.access-table-title {
  font-size: 14px;
}

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

.access-box-frame {
  position: relative;
  margin-top: 15px;
  padding-top: 64%;
}
.access-box-frame > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*--- contact-block ---*/
.contact-block {
  padding-top: 10px;
}
.contact-block .inner-block {
  padding: 0 10px;
}

.contact-form-box {
  margin: 0;
}

.contact-note {
  font-size: 10px;
  text-align: left;
  margin-bottom: 5px;
}

.contact-table {
  border-collapse: collapse;
}
.contact-table,
.contact-table > tbody,
.contact-table tr,
.contact-table th,
.contact-table td {
  display: block;
  width: auto;
}
.contact-table th,
.contact-table td {
  padding: 10px;
}
.contact-table th {
  border-left: none;
  font-size: 14px;
}

.contact-required {
  border-radius: 2px;
  font-size: 10px;
  vertical-align: top;
  padding: 3px 6px;
}

.contact-table-input-select,
.contact-table .contact-table-width {
  width: 100%;
}

.contact-table-input-address > span {
  font-size: 15px;
}

.confirm-btn-box > .contact-form-btn {
  width: 32%;
}
.confirm-btn-box > .contact-form-btn > input[type="submit"] {
  width: 100%;
}
.confirm-btn-box > .contact-form-btn + .contact-form-btn {
  width: 64%;
  margin-left: 4%;
}

.finish-box > .title {
  font-size: 16px;
}


.footer-head {
  background: url(../img/sp/cont-bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  height: auto;
}
.footer-head-text {
  font-size: 12px;
  line-height: 1.75;
  height: auto;
  padding: 20px 0;
}

.footer-bottom {
  font-size: 10px;
  height: 30px;
  line-height: 30px;
}
