@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #1a1a1a;
}
@media (max-width: 736px) {
  html, body {
    font-size: 16px;
    line-height: 1.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #f4f4f4;
  color: #40474f;
}

::-moz-selection {
  background: #f4f4f4;
  color: #40474f;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
a:hover {
  color: #40474f;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  transition: 0.2s;
}
a:active {
  color: #40474f;
}

/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  padding: 60px 0 30px 0;
  margin: 0 auto;
  width: 1080px;
  text-align: center;
}
@media (max-width: 1080px) {
  header {
    width: 100%;
  }
}
@media (max-width: 736px) {
  header {
    padding: 30px 0 15px 0;
  }
}
header h1 {
  color: #d52425;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 736px) {
  header h1 {
    padding: 0 16px;
  }
}
header h1 p.shopname {
  font-size: 36px;
  display: block;
}
@media (max-width: 736px) {
  header h1 p.shopname {
    font-size: 28px;
  }
}
header h1 p span {
  margin-left: 30px;
  display: inline-block;
}
@media (max-width: 736px) {
  header h1 p span {
    margin-left: 0;
    display: block;
  }
}
header h1 img {
  width: 400px;
  height: auto;
}

/* ----------------------------------------------------
.information
---------------------------------------------------- */
.information {
  padding: 30px 40px;
  margin: 0 auto 60px auto;
  width: 920px;
  border: 3px solid #f2f0eb;
}
@media (max-width: 1080px) {
  .information {
    width: 90%;
  }
}
@media (max-width: 736px) {
  .information {
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}
.information p {
  margin-bottom: 20px;
}
.information p:last-child {
  margin-bottom: 0;
}
.information p span.status {
  font-size: 20px;
  color: #d52425;
}
@media (max-width: 736px) {
  .information p span.status {
    font-size: 18px;
  }
}

/* ----------------------------------------------------
.calendarBox
---------------------------------------------------- */
.calendarBox {
  padding: 90px 0 70px 0;
  background: #ffe8ec;
}
@media (max-width: 1080px) {
  .calendarBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 736px) {
  .calendarBox {
    padding: 45px 10px 35px 10px;
  }
}
.calendarBox h2 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  .calendarBox h2 {
    font-size: 26px;
  }
}

/* ----------------------------------------------------
.calenderHeader
---------------------------------------------------- */
.calenderHeader {
  margin: 0 auto 30px auto;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .calenderHeader {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .calenderHeader {
    margin-bottom: 10px;
    width: 100%;
  }
}
.calenderHeader .next {
  display: flex;
  align-items: center;
}
.calenderHeader .next.nolink p {
  padding-left: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  background: url(../img/icon_arrow01.png) 90% center no-repeat #ccc;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderHeader .next.nolink p {
    padding-left: 15px;
    background: url(../img/icon_arrow01.png) 90% center no-repeat #ccc;
    background-size: 12px;
    height: 30px;
  }
}
.calenderHeader .next p {
  width: 200px;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .calenderHeader .next p {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
}
.calenderHeader .next p a {
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../img/icon_arrow01.png) 90% center no-repeat #e72f4f;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderHeader .next p a {
    padding-left: 15px;
    background: url(../img/icon_arrow01.png) 90% center no-repeat #e72f4f;
    background-size: 12px;
  }
}
.calenderHeader .prev {
  display: flex;
  align-items: center;
}
.calenderHeader .prev.nolink p {
  padding-right: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/icon_arrow02.png) 10% center no-repeat #ccc;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderHeader .prev.nolink p {
    padding-right: 15px;
    background: url(../img/icon_arrow02.png) 10% center no-repeat #ccc;
    background-size: 12px;
    height: 30px;
  }
}
.calenderHeader .prev p {
  width: 200px;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .calenderHeader .prev p {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
}
.calenderHeader .prev p a {
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/icon_arrow02.png) 10% center no-repeat #e72f4f;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderHeader .prev p a {
    padding-right: 15px;
    background: url(../img/icon_arrow02.png) 10% center no-repeat #ccc;
    background-size: 12px;
  }
}

/* ----------------------------------------------------
#calendarBox
---------------------------------------------------- */
#calenderTable {
  margin: 0 auto;
  width: 1080px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  #calenderTable {
    width: 100%;
  }
}
@media (max-width: 736px) {
  #calenderTable {
    font-size: 16px;
  }
}
#calenderTable th {
  padding: 6px 0 4px 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
#calenderTable th.youbi_0 {
  color: #e72f4f;
}
#calenderTable th.youbi_6 {
  color: #42c2d3;
}
#calenderTable td {
  padding: 12px 5px 0 5px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
#calenderTable td.youbi_0 {
  color: #e72f4f;
}
#calenderTable td.youbi_6 {
  color: #42c2d3;
}
#calenderTable td.scheduleList1 {
  padding-bottom: 16px;
}
#calenderTable td p.ac {
  margin-bottom: 10px;
}
#calenderTable .popupbox {
  margin-bottom: 6px;
}
#calenderTable .popupbox .appbtn {
  padding: 4px 0;
  display: flex;
  justify-content: center;
  background: #20b27a;
  border-radius: 9px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #calenderTable .popupbox .appbtn {
    padding: 6px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#calenderTable .popupbox .appbtn p {
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #calenderTable .popupbox .appbtn p {
    font-size: 26px;
  }
}
@media (max-width: 736px) {
  #calenderTable .popupbox .appbtn p {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  #calenderTable .popupbox .appbtn p {
    font-size: 16px;
  }
}
#calenderTable .popupbox .appbtn p.time {
  margin-left: 8px;
  font-size: 20px;
  line-height: 1.0;
}
@media (max-width: 768px) {
  #calenderTable .popupbox .appbtn p.time {
    margin-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 736px) {
  #calenderTable .popupbox .appbtn p.time {
    font-size: 10px;
  }
}
#calenderTable .noapp {
  padding: 4px 0;
  margin-bottom: 6px;
  border-radius: 9px;
  color: #fff;
  font-size: 28px;
  background: #ccc;
  cursor: pointer;
}
@media (max-width: 736px) {
  #calenderTable .noapp {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  #calenderTable .noapp {
    font-size: 16px;
  }
}

/* ----------------------------------------------------
.noappbox
---------------------------------------------------- */
.noappbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.noappbox .boxbase {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(58, 50, 37, 0.6);
}
.noappbox .boxbase section {
  padding: 60px 80px;
  width: 684px;
  background: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
  border-radius: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .noappbox .boxbase section {
    width: 90%;
  }
}
@media (max-width: 736px) {
  .noappbox .boxbase section {
    padding: 30px;
  }
}
.noappbox .boxbase section h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 736px) {
  .noappbox .boxbase section h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.noappbox .boxbase section h2 br {
  display: none;
}
@media (max-width: 736px) {
  .noappbox .boxbase section h2 br {
    display: block;
  }
}
.noappbox .boxbase section p.shoptel {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .noappbox .boxbase section p.shoptel {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.noappbox .boxbase section p.time {
  font-size: 16px;
}
@media (max-width: 736px) {
  .noappbox .boxbase section p.time {
    font-size: 14px;
  }
}
.noappbox .boxbase section p#close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .noappbox .boxbase section p#close {
    top: 20px;
    right: 20px;
  }
}
.noappbox .boxbase section p#close img {
  width: 34px;
  height: auto;
}

/* ----------------------------------------------------
.calenderFooter
---------------------------------------------------- */
.calenderFooter {
  margin: 30px auto 0 auto;
  width: 1080px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .calenderFooter {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .calenderFooter {
    margin-top: 10px;
  }
}
.calenderFooter .next {
  display: flex;
  align-items: center;
}
.calenderFooter .next.nolink p {
  padding-left: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  background: url(../img/icon_arrow01.png) 90% center no-repeat #ccc;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderFooter .next.nolink p {
    padding-left: 15px;
    background: url(../img/icon_arrow01.png) 90% center no-repeat #ccc;
    background-size: 12px;
    height: 30px;
  }
}
.calenderFooter .next p {
  width: 200px;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .calenderFooter .next p {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
}
.calenderFooter .next p a {
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../img/icon_arrow01.png) 90% center no-repeat #e72f4f;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderFooter .next p a {
    padding-left: 15px;
    background: url(../img/icon_arrow01.png) 90% center no-repeat #e72f4f;
    background-size: 12px;
  }
}
.calenderFooter .prev {
  display: flex;
  align-items: center;
}
.calenderFooter .prev.nolink p {
  padding-right: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/icon_arrow02.png) 10% center no-repeat #ccc;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderFooter .prev.nolink p {
    padding-right: 15px;
    background: url(../img/icon_arrow02.png) 10% center no-repeat #ccc;
    background-size: 12px;
    height: 30px;
  }
}
.calenderFooter .prev p {
  width: 200px;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .calenderFooter .prev p {
    width: 100px;
    height: 30px;
    font-size: 16px;
  }
}
.calenderFooter .prev p a {
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(../img/icon_arrow02.png) 10% center no-repeat #e72f4f;
  background-size: 24px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 736px) {
  .calenderFooter .prev p a {
    padding-right: 15px;
    background: url(../img/icon_arrow02.png) 10% center no-repeat #e72f4f;
    background-size: 12px;
  }
}

/* ----------------------------------------------------
.flowBox
---------------------------------------------------- */
.flowBox {
  margin-bottom: 60px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 736px) {
  .flowBox {
    padding: 0 16px;
    margin-bottom: 30px;
  }
}
.flowBox img {
  width: 581px;
  height: auto;
}
@media (max-width: 736px) {
  .flowBox img {
    width: 100%;
  }
}

/* ----------------------------------------------------
.formTable
---------------------------------------------------- */
.formTable {
  margin: 0 auto;
  width: 1080px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 4px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .formTable {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .formTable {
    font-size: 16px;
    border-collapse: collapse;
    border: 0;
  }
}
.formTable th {
  padding: 20px 30px;
  background: #fff;
  text-align: left;
  width: 320px;
  vertical-align: middle;
}
.formTable th span {
  padding: 5px 8px;
  margin-left: 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.0;
  color: #fff;
  background: #e72f4f;
}
@media (max-width: 736px) {
  .formTable th span {
    padding: 3px 6px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .formTable th {
    margin-bottom: 4px;
    display: block;
    width: 100%;
  }
  .formTable th br {
    display: none;
  }
}
@media (max-width: 736px) {
  .formTable th {
    padding: 10px 15px;
  }
}
.formTable td {
  padding: 16px;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
@media (max-width: 768px) {
  .formTable td {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 736px) {
  .formTable td {
    padding: 10px 15px;
  }
}
.formTable td .atten {
  margin-top: 6px;
  font-size: 16px;
}
@media (max-width: 736px) {
  .formTable td .atten {
    font-size: 14px;
  }
}
.formTable td input[type="text"],
.formTable td textarea {
  padding: 10px 20px;
  border: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  width: 640px;
  background: #f2f0eb;
  border-radius: 9px;
}
@media (max-width: 1080px) {
  .formTable td input[type="text"],
  .formTable td textarea {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .formTable td input[type="text"],
  .formTable td textarea {
    font-size: 14px;
  }
}
.formTable td textarea {
  height: 225px;
}
.formTable td .radiobox {
  display: flex;
}
@media (max-width: 736px) {
  .formTable td .radiobox {
    justify-content: space-between;
  }
}
.formTable td .radiobox label {
  padding: 10px 0;
  margin-right: 10px;
  width: 153px;
  text-align: center;
  color: #fff;
  background: #999;
  border-radius: 9px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .formTable td .radiobox label {
    margin-right: 0;
    width: 49%;
  }
}
.formTable td .radiobox input[type="radio"] {
  display: none;
}
.formTable td .radiobox input[type="radio"]:checked + label {
  background: #20b27a;
}
@media (max-width: 736px) {
  .formTable td .radiobox03 {
    font-size: 0.75rem;
  }
  .formTable td .radiobox03 label {
    margin-right: 0;
    width: 32%;
  }
}

/* ----------------------------------------------------
.btnBox
---------------------------------------------------- */
.btnBox {
  margin: 60px 0 40px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  .btnBox {
    margin: 30px 0 20px 0;
    flex-wrap: wrap;
  }
}
.btnBox input {
  padding: 20px 0 18px 0;
  border: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 22px;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  width: 280px;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .btnBox input {
    font-size: 18px;
    width: 100%;
  }
}
.btnBox input[type="reset"] {
  margin-right: 10px;
  color: #6B5D4E;
  background: #fff;
}
@media (max-width: 736px) {
  .btnBox input[type="reset"] {
    margin: 0 0 10px 0;
  }
}
.btnBox input[type="submit"] {
  margin-left: 10px;
  color: #fff;
  background: #e72f4f;
}
@media (max-width: 736px) {
  .btnBox input[type="submit"] {
    margin-left: 0;
    background: #e72f4f;
  }
}

.policy {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.policy a {
  color: #6B5D4E;
  text-decoration: underline;
}

/* ----------------------------------------------------
.finishBox
---------------------------------------------------- */
.finishBox {
  padding: 40px 50px;
  margin: 0 auto;
  width: 920px;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1080px) {
  .finishBox {
    width: 96%;
  }
}
@media (max-width: 736px) {
  .finishBox {
    padding: 20px 30px;
  }
}
.finishBox p {
  margin-bottom: 20px;
}
.finishBox p:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------
.confirmBox
---------------------------------------------------- */
.confirmBox {
  padding: 40px 50px 10px 50px;
  margin: 0 auto;
  width: 920px;
  border-radius: 10px;
  ext-align: center;
}
@media (max-width: 1080px) {
  .confirmBox {
    width: 70%;
  }
}
@media (max-width: 736px) {
  .confirmBox {
    padding: 20px 30px;
    width: 80%;
  }
}
.confirmBox p {
  margin-bottom: 20px;
  color: #e72f4f;
  font-size: 20px;
  font-weight: bold;
}
.confirmBox p:last-child {
  margin-bottom: 0;
}
.confirmBox p span {
  display: inline-block;
}
.confirmBox .cap {
  color: #e72f4f;
  font-size: 16px;
  font-weight: bold;
}
.confirmBox .cap span {
  display: inline-block;
}

/* ----------------------------------------------------
.backbtn
---------------------------------------------------- */
.backbtn {
  margin: 30px auto 0 auto;
  width: 280px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .backbtn {
    width: 96%;
  }
}
.backbtn a {
  padding: 12px 0 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  background: #e72f4f;
  border-radius: 100px;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 736px) {
  footer {
    padding: 25px 0;
  }
}
footer p.logo {
  line-height: 0;
}
footer p.logo img {
  width: 360px;
  height: auto;
}
@media (max-width: 736px) {
  footer p.logo img {
    width: 180px;
  }
}
