@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/assets/font/fontawesomeV5free/all.min.css");
/* ////////////////////////////////////////////////////////////////////
	top
//////////////////////////////////////////////////////////////////// */
body {
  /* ---------------
	form
	--------------- */
  /* ---------------
	modal
	--------------- */
  /* ---------------
	button
	--------------- */
}

body h2 {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 40px auto;
  border-bottom: 0;
}

body h2:before {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #c0080a;
  content: '';
  z-index: 0;
  right: -12px;
  bottom: 3px;
}

body h2:after {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 20px;
  background-color: #333;
  content: '';
  z-index: 0;
  right: -18px;
  bottom: 2px;
}

body #main {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 200px;
  background-color: #fdfff8;
  /* ---------------
			category
		--------------- */
  /* ---------------
			lead-block
		--------------- */
  /* ---------------
			calendar
		--------------- */
}

body #main h2 {
  font-size: 2.4rem;
  width: auto;
  display: inline-block;
  position: relative;
  margin: 40px auto;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border-bottom: 0;
}

body #main h2:before {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background-color: #c0080a;
  content: '';
  z-index: 0;
  right: -20px;
  bottom: 3px;
}

body #main h2:after {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 20px;
  background-color: #333;
  content: '';
  z-index: 0;
  right: -25px;
  bottom: 2px;
}

body #main h3 {
  margin-top: 50px;
}

body #main ul.lead {
  position: relative;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-size: 1.5rem;
  border-bottom: solid 1px #b0b0b0;
  border-top: solid 1px #b0b0b0;
  padding: 10px 0;
  margin-bottom: 50px;
}

body #main ul.lead li {
  padding-left: 50px;
  line-height: 1.8em;
}

body #main ul.lead:before {
  top: -25px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  background-image: url("/assets/img/logo.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  body #main ul.lead {
    width: 80%;
  }
}

body #main ul.cat {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  border-bottom: solid 1px #000;
  justify-content: flex-start;
  padding: 0 10%;
}

body #main ul.cat li {
  margin-right: 5px;
  padding: 10px 20px;
  border: solid 1px #000;
  border-bottom: none;
  background-color: #EEE;
}

body #main ul.cat li a {
  color: #CCC;
}

body #main ul.cat li.active {
  border-bottom: solid 1px #FFF;
  z-index: 1;
  margin-bottom: -1px;
  background-color: #fdfff8;
}

body #main ul.cat li.active a {
  color: #000;
}

body #main div.lead-block {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 20px auto;
  margin-bottom: 40px;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body #main div.lead-block h3 {
  margin-top: 100px;
  margin-bottom: 50px;
}

body #main div.lead-block article {
  width: 100%;
}

body #main div.lead-block article ul.lead2 {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5em;
  margin-top: 20px;
}

body #main div.lead-block article ul.lead2 li {
  margin-bottom: 10px;
}

body #main div.lead-block article ul.lead2 li p.ttl {
  font-weight: bold;
  border-bottom: solid 1px #EEE;
  margin-bottom: 10px;
  margin-top: 5px;
}

body #main div.lead-block article ul.lead2 li p.attention {
  font-size: 1.5rem;
  margin-top: 10px;
  background-color: #f3dfdf;
  padding: 10px;
}

body #main div.lead-block article ul.lead2 li a {
  color: #0d8085;
}

body #main div.lead-block article ul.lead2 li:after {
  content: '●';
  font-size: 1.5rem;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #baa1a1;
}

body #main div.lead-block article ul.lead2 li:last-child:after {
  content: '';
  font-size: 1.5rem;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #baa1a1;
}

body #main div.lead-block article ul.item {
  display: flex;
}

body #main div.lead-block article ul.item li {
  width: 33.3333%;
  background-color: #FFF;
  position: relative;
  padding: 30px;
  clear: both;
  text-align: left;
  margin: 0 10px 30px;
  box-shadow: 0 2px 3px 0 rgba(157, 157, 157, 0.5);
}

body #main div.lead-block article ul.item li p.ttl {
  text-align: center;
  line-height: 2em;
  color: #000;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body #main div.lead-block article ul.item li p.cost {
  border-bottom: solid 1px #000;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.3rem;
  margin: 4px;
}

body #main div.lead-block article ul.item li p.lead {
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 2em;
}

body #main div.lead-block article ul.item li p.lead span {
  display: block;
  margin-bottom: .5em;
}

body #main div.lead-block article ul.item li ul.lead {
  display: inline-block;
  font-size: 1.3rem;
}

body #main div.lead-block article ul.item li ul.lead li {
  text-align: left;
}

body #main div.lead-block article ul.item li div.figure {
  width: 100%;
  padding-top: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #c9b672;
  margin: 30px 0;
  position: relative;
}

body #main div.lead-block article ul.item li div.figure span.attention {
  font-size: 1.2rem;
  position: absolute;
  right: 2.5%;
}

@media screen and (max-width: 768px) {
  body #main div.lead-block {
    flex-direction: column;
  }
  body #main div.lead-block article {
    width: 100%;
  }
  body #main div.lead-block article ul.lead2 {
    padding-left: 0;
  }
  body #main div.lead-block article ul.item {
    flex-direction: column;
  }
  body #main div.lead-block article ul.item li {
    width: 100%;
  }
}

body #main #calendar {
  text-align: center;
}

body #main #calendar div.btn-area {
  margin: 0 auto;
  width: 80%;
  text-align: left;
}

body #main #calendar ul.month-li {
  display: flex;
  width: 80%;
  margin: 20px auto 20px;
}

body #main #calendar ul.month-li li {
  position: relative;
  width: 33.3%;
}

body #main #calendar ul.month-li li:nth-child(2) {
  font-size: 4.0rem;
}

body #main #calendar ul.month-li li:nth-child(1) a {
  position: absolute;
  left: 5px;
  bottom: 0;
}

body #main #calendar ul.month-li li:nth-child(1) a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f104';
  margin-right: 5px;
}

body #main #calendar ul.month-li li:nth-child(3) a {
  position: absolute;
  right: 5px;
  bottom: 0;
}

body #main #calendar ul.month-li li:nth-child(3) a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f105';
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  body #main #calendar ul.month-li li:nth-child(2) {
    font-size: 1.6rem;
  }
}

body #main #calendar ul.week {
  margin: 20px auto 5px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

body #main #calendar ul.week li {
  width: 14.28%;
  text-align: center;
}

body #main #calendar ul.week li p {
  display: inline-block;
  padding: 0;
  color: #333333;
  font-size: 1.2rem;
}

body #main #calendar ul.week li:nth-child(7n) p {
  color: #65abbd;
}

body #main #calendar ul.week li:nth-child(7n-6) p {
  color: #bd6565;
}

body #main #calendar ul.cal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}

body #main #calendar ul.cal li.date {
  background-color: #FFF;
  width: 14.28%;
  position: relative;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  min-height: 100px;
  text-align: center;
}

body #main #calendar ul.cal li.date:nth-child(7n) p.day {
  color: #65abbd;
}

body #main #calendar ul.cal li.date:nth-child(7n-6) p.day {
  color: #bd6565;
}

body #main #calendar ul.cal li.date p.day {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 2.0rem;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body #main #calendar ul.cal li.date p.day span {
  display: none;
}

body #main #calendar ul.cal li.date div.calbtn {
  padding: 5px;
  border-radius: 3px;
  display: block;
  margin: 5px 5px 5px 30px;
  background-color: #c0080a;
  color: #FFF;
  font-size: 1.2rem;
  opacity: 0.3;
}

body #main #calendar ul.cal li.date div.calbtn ul {
  border-top: solid 1px #FFF;
  padding: 8px;
  margin-top: 2px;
}

body #main #calendar ul.cal li.date div.calbtn ul li {
  text-align: center;
  display: block;
  font-size: .9rem;
  line-height: 1.5em;
}

body #main #calendar ul.cal li.date div.calbtn.cat2 {
  background-color: #209396;
}

body #main #calendar ul.cal li.date div.calbtn.cat3 {
  background-color: #399116;
}

body #main #calendar ul.cal li.date div.calbtn.cat4 {
  background-color: #dd7720;
}

body #main #calendar ul.cal li.date div.calbtn.cat0 {
  background-color: #724977;
}

body #main #calendar ul.cal li.date.today {
  background-color: #f6e3e3;
}

body #main #calendar ul.cal li.date.able div.calbtn {
  opacity: 1;
  cursor: pointer;
  color: #FFF;
}

body #main #calendar ul.cal li.date.able div.calbtn:hover {
  opacity: 0.9;
}

body #main #calendar ul.cal li.date.able div.calbtn:hover p.day {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  body #main #calendar div.btn-area {
    margin: 10px auto;
    text-align: center;
  }
  body #main #calendar div.btn-area button {
    width: 100%;
  }
  body #main #calendar li.spacedate {
    display: none;
  }
  body #main #calendar ul.week {
    display: none;
  }
  body #main #calendar ul.cal {
    display: flex;
  }
  body #main #calendar ul.cal li.date {
    width: 100%;
    min-height: auto;
    min-height: 50px;
  }
  body #main #calendar ul.cal li.date p.day span {
    display: block;
    font-size: 1rem;
    margin-right: 10px;
  }
  body #main #calendar ul.cal li.date div.calbtn {
    padding: 10px 0;
    width: 80%;
    margin-top: 0;
    margin: 10px auto;
  }
}

@media screen and (max-width: 768px) {
  body #main {
    padding-top: 70px;
  }
}

body section.frm-area {
  display: none;
  position: absolute;
  top: 70px;
  left: 20%;
  margin-bottom: 50px;
  padding: 20px 2.5%;
  background-color: #fdfff8;
  width: 60%;
  text-align: center;
  z-index: 2;
}

body section.frm-area h2 {
  margin: 0 auto;
}

body section.frm-area p.lead {
  font-size: 1.4rem;
  padding: 20px 0;
}

body section.frm-area form {
  padding: 30px 0;
  text-align: left;
  margin: 0 auto;
}

body section.frm-area dl dt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

body section.frm-area dl dt span {
  color: #000;
}

body section.frm-area dl dt span:before {
  padding: 3px 5px;
  background-color: #ffd7d7;
  border-radius: 3px;
  content: '必須';
  margin-right: 3px;
}

body section.frm-area dl dt span.any:before {
  background-color: #b7dcff;
  content: '任意';
}

body section.frm-area select, body section.frm-area textarea {
  border: solid 1px #000;
  width: 100%;
}

body section.frm-area .select {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline;
}

body section.frm-area .select select {
  border: solid 1px #000;
}

body section.frm-area .select:before {
  position: absolute;
  top: 50%;
  margin-top: -.4em;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: bold;
  content: "\f078";
}

body section.frm-area input, body section.frm-area select, body section.frm-area textarea {
  padding: 10px 15px;
  border-radius: 3px;
  transition: .3s ease;
  color: #000;
  margin-bottom: 30px;
}

body section.frm-area input[type=text], body section.frm-area select[type=text], body section.frm-area textarea[type=text] {
  width: 100%;
  border: 1px solid #000;
}

body section.frm-area input[type=text]::placeholder, body section.frm-area select[type=text]::placeholder, body section.frm-area textarea[type=text]::placeholder {
  color: #A3A5AA;
}

body section.frm-area input[type=text][half], body section.frm-area select[type=text][half], body section.frm-area textarea[type=text][half] {
  width: 100%;
  float: left;
  margin-right: 30px;
}

body section.frm-area input[type=submit], body section.frm-area input button, body section.frm-area select[type=submit], body section.frm-area select button, body section.frm-area textarea[type=submit], body section.frm-area textarea button {
  background: #c0080a;
  color: #EAE4DA;
  border: 1px solid #c0080a;
  outline: 10px solid #fff;
  width: 100%;
  height: 40px;
  margin: 0 30px -20px 0;
  float: right;
  font-weight: 800;
  font-size: 0.7em;
  letter-spacing: 1.8pt;
  text-transform: uppercase;
  cursor: pointer;
}

body section.frm-area input[type=submit]:hover, body section.frm-area input button:hover, body section.frm-area select[type=submit]:hover, body section.frm-area select button:hover, body section.frm-area textarea[type=submit]:hover, body section.frm-area textarea button:hover {
  outline-width: 0;
}

body section.frm-area input:focus, body section.frm-area select:focus, body section.frm-area textarea:focus {
  outline: 0;
}

body section.frm-area button {
  background: #c0080a;
  color: #EAE4DA;
  border: 1px solid #c0080a;
  font-size: 2.0rem;
  letter-spacing: 1.8pt;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding: 10px 20px;
}

body section.frm-area button:hover {
  outline-width: 0;
}

body section.frm-area div.close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 9999;
  background-color: #c0080a;
  cursor: pointer;
  color: #FFF;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  body section.frm-area {
    position: absolute;
    top: 70px;
    left: 5%;
    width: 90%;
  }
}

body section.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

body button {
  background: #c0080a;
  color: #EAE4DA;
  border: 1px solid #c0080a;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 10px 20px;
}

body button:hover {
  opacity: 0.9;
}

body .frm-area h2 {
  line-height: 1.5em;
  padding: 10px 50px;
  border: #8f8f8f solid 2px;
  line-height: 1.5em;
  padding: 10px 50px;
  border-radius: 5px;
}

body .frm-area.cat1 h2 {
  color: #c0080a;
  border: #c0080a solid 2px;
}

body .frm-area.cat1 h2:before {
  background-color: #c0080a;
}

body .frm-area.cat1 div.close {
  background-color: #c0080a;
}

body .frm-area.cat1 dl {
  border-top: #c0080a solid 1px;
  padding-top: 20px;
}

body .frm-area.cat1 button {
  background-color: #c0080a;
  border: #c0080a solid 1px;
}

body .frm-area.cat2 h2 {
  color: #209396;
  border: #209396 solid 2px;
}

body .frm-area.cat2 h2:before {
  background-color: #209396;
}

body .frm-area.cat2 div.close {
  background-color: #209396;
}

body .frm-area.cat2 dl {
  border-top: #209396 solid 1px;
  padding-top: 20px;
}

body .frm-area.cat2 button {
  background-color: #209396;
  border: #209396 solid 1px;
}

body .frm-area.cat3 h2 {
  color: #399116;
  border: #399116 solid 2px;
}

body .frm-area.cat3 h2:before {
  background-color: #399116;
}

body .frm-area.cat3 div.close {
  background-color: #399116;
}

body .frm-area.cat3 dl {
  border-top: #399116 solid 1px;
  padding-top: 20px;
}

body .frm-area.cat3 button {
  background-color: #399116;
  border: #399116 solid 1px;
}

body .frm-area.cat4 h2 {
  color: #dd7720;
  border: #dd7720 solid 2px;
}

body .frm-area.cat4 h2:before {
  background-color: #dd7720;
}

body .frm-area.cat4 div.close {
  background-color: #dd7720;
}

body .frm-area.cat4 dl {
  border-top: #dd7720 solid 1px;
  padding-top: 20px;
}

body .frm-area.cat4 button {
  background-color: #dd7720;
  border: #dd7720 solid 1px;
}

body .frm-area.cat0 h2 {
  color: #724977;
  border: #724977 solid 2px;
}

body .frm-area.cat0 h2:before {
  background-color: #724977;
}

body .frm-area.cat0 div.close {
  background-color: #724977;
}

body .frm-area.cat0 dl {
  border-top: #724977 solid 1px;
  padding-top: 20px;
}

body .frm-area.cat0 button {
  background-color: #724977;
  border: #724977 solid 1px;
}

body p.errmsg {
  color: #B60003 !important;
}

body .err {
  border: #B60003 solid 1px !important;
  background-color: #ffe6e6;
}

body p.ichigo-ttl {
  position: relative;
  font-weight: bold;
  margin-left: 00px;
  margin-bottom: 5px;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body p.ichigo-ttl:before {
  top: -20px;
  left: -30px;
  position: absolute;
  content: '';
  display: block;
  background-image: url("/assets/img/logo.png");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

body p.ichigo-ttl2 {
  position: relative;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding-left: -30px !important;
}

body p.ichigo-ttl2:before {
  top: -5px;
  left: -10px;
  position: absolute;
  content: '';
  display: block;
  background-image: url("/assets/img/logo.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

body p.item-name {
  line-height: 2rem;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.4rem;
}

body p.item-name span.zaiko-cnt {
  margin-left: 10px;
  background-color: #BCBCBC;
  border-radius: 40px;
  padding: 5px 10px;
  font-size: 1.2rem;
  color: #FFF;
}

body p.no-zaiko {
  line-height: 2em;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-bottom: 20px;
  border: solid 1px #CCC;
  border-radius: 3px;
}

body ul.itemphoto {
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Times New Roman", "游明朝 Demibold", "游明朝体 Demibold", "Yu Mincho Demibold", "YuMincho Demibold", "游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body ul.itemphoto li {
  position: relative;
  width: 33.33%;
  padding: 20px 10px;
}

body ul.itemphoto li.photoinfo {
  width: 100%;
}

body ul.itemphoto li.one {
  width: 60%;
}

body ul.itemphoto li div.figure {
  width: 100%;
  padding-top: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #c9b672;
  border: solid 1px #000;
  position: relative;
}

body ul.itemphoto li div.figure span.attention {
  font-size: .9rem;
  position: absolute;
  right: 3px;
  top: 3px;
}

body ul.itemphoto li p {
  position: absolute;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 10px;
  right: -5px;
  font-size: 1.2rem;
  border: solid 1px #000;
}

@media screen and (max-width: 768px) {
  body ul.itemphoto {
    width: 90%;
  }
}

body div.order-input {
  width: 80%;
  margin: 30px auto;
}

body div.order-input ul.lead2 {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5em;
  margin-top: 20px;
}

body div.order-input ul.lead2 li {
  margin-bottom: 10px;
}

body div.order-input ul.lead2 li p.ttl {
  font-weight: bold;
  border-bottom: solid 1px #EEE;
  margin-bottom: 10px;
  margin-top: 5px;
}

body div.order-input ul.lead2 li p.attention {
  font-size: 1.3rem;
  margin-top: 10px;
  background-color: #f3dfdf;
  padding: 10px;
}

body div.order-input ul.lead2 li a {
  color: #0d8085;
}

body div.order-input ul.lead2 li:after {
  content: '●';
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #baa1a1;
}

body div.order-input ul.lead2 li:last-child:after {
  content: '';
  font-size: 1.3rem;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #baa1a1;
}

body .syserr {
  background-color: #ffe6e6;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */