@charset "UTF-8";
body {
  font-family: "Varela Round", sans-serif;
  background-color: #f1f1f1;
}

form#mail_form {
  width: 960px;
  margin: 0px auto 50px;
  padding: 10px 0;
  font-size: 95%;
  line-height: 1.8;
}

form#mail_form section {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  margin-top: 40px;
  border-bottom: 5px solid #ccc;
  padding: 40px 40px 40px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

form#mail_form section > dl {
  margin: 0 auto;
  overflow: hidden;
}

form#mail_form section > dl > dt {
  clear: both;
  font-size: 18px;
  width: 30%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}

form#mail_form section > dl > dt:first-child,
form#mail_form section > dl > dt:first-child + dd {
  border: none;
}

form#mail_form section > dl > dt span {
  display: block;
  font-size: 14px;
  color: #3377ff;
  padding-top: 0.5em;
}

form#mail_form section > dl > dd {
  width: 65%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 90%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

form#mail_form input#company {
  width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
  width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
  width: 80%;
}

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address {
  width: 90%;
}

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  margin-top: 80px;
  text-align: center;
}

form#mail_form input[type="button"] {
  padding: 7px 20px;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  font-size: 100%;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  width: 100%;
  max-width: 500px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

form#mail_form input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl {
    overflow: visible !important;
  }
  form#mail_form dl dt {
    width: auto !important;
    float: none !important;
    text-align: left !important;
    padding: 15px 0 5px !important;
    font-weight: bold !important;
  }
  form#mail_form dl dt span {
    font-weight: normal !important;
  }
  form#mail_form dl dt img {
    display: block;
    padding-top: 1em;
  }
  form#mail_form dl dd {
    width: auto !important;
    float: none !important;
    border-top: none !important;
    padding: 0px 0 20px 0px !important;
  }
  /* -- for JavaScript ここから -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    margin-right: 1em !important;
    margin-bottom: 2em !important;
  }
  /* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
  form#mail_form input[type="text"],
  form#mail_form input[type="email"],
  form#mail_form input[type="tel"] {
    margin-top: 0px !important;
  }
  form#mail_form input#postal + a {
    padding: 6px 15px 5px !important;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0 !important;
  }
  form#mail_form select {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
  form#mail_form input#phone,
  form#mail_form input#schedule {
    width: 50% !important;
  }
}

/* 1000pixel end */
select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
select.classic {
  width: 400px;
  background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
  select.classic {
    width: 100% !important;
  }
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.round {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 28px;
}

section {
  margin-bottom: 50px;
}

section dl.option_info {
  padding: 0px;
}

section dl.option_info dd {
  font-size: 14px;
  padding: 0 !important;
}

section dl.option_info dt {
  font-size: 14px;
  font-weight: normal !important;
  padding: 0 !important;
}

.mfpform_chooser {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.mfpform_chooser li label {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  border: solid 2px #3377ff;
  border-radius: 8px;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  font-size: 14px;
  min-height: 100px;
}

.mfpform_chooser li label input {
  width: 30px;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 1000px) {
  .mfpform_chooser {
    display: block;
  }
  .mfpform_chooser li {
    margin-bottom: 1em;
  }
}

section.itemArea01 {
  background-color: #f8f8f8;
}

section.itemArea01 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.itemArea01 .inner .inner2 {
  max-width: 1000px;
  margin: 0 20px;
}

section.itemArea01 h1 {
  background-color: #0047e8;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 28px;
}

section.itemArea01 h1 a {
  text-decoration: none;
  color: #fff;
}

section.itemArea01 h1 br {
  display: none;
}

section.itemArea01 .itemHeder {
  background: linear-gradient(316deg, #cd99f3 0%, #75d5fd 100%);
  color: #222;
  padding: 50px 20px;
  margin-bottom: 30px;
}

section.itemArea01 .itemHeder .itemHederInner {
  display: block;
  gap: 20px;
}

section.itemArea01 .itemHeder .itemHederInner img {
  width: 100%;
}

section.itemArea01 .itemHeder h2 {
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
}

section.itemArea01 .itemHeder p {
  line-height: 1.4;
  text-align: left;
}

section.itemArea01 .itemHeder p br {
  display: none;
}

@media screen and (min-width: 769px) {
  section.itemArea01 {
    background-color: #f8f8f8;
  }
  section.itemArea01 .inner {
    margin: 0 auto;
  }
  section.itemArea01 .inner .inner2 {
    max-width: 1000px;
    margin: 0 20px;
  }
  section.itemArea01 .itemHeder .itemHederInner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 20px;
  }
  section.itemArea01 .itemHeder p br {
    display: block;
  }
}

.tel {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

.tel img {
  width: 100%;
}

.info01 {
  font-weight: normal;
  font-size: 14px;
  padding-top: 1em;
}

#agree_check {
  display: inline-block;
  border: solid 2px #d9534f;
  padding: 0.8em;
  border-radius: 9px;
  color: #d9534f;
}

.selectRap {
  margin-bottom: 1em;
}

.option dl dd img {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .option dl dd img {
    float: right;
    width: 154px;
  }
}

@media screen and (max-width: 481px) {
  form#mail_form section {
    margin-top: 0px !important;
    padding: 15px !important;
  }
}

.footer_copyright {
  border-top: solid 1px #ccc;
  text-align: center;
  padding: 1em;
  font-size: 12px;
}

.kakau {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.kakau .yen {
  font-size: 14px;
  font-weight: normal;
}

.title {
  font-size: 44px;
  margin-bottom: 0.5em;
  color: #f7ff00;
}

.p07Pa ul.mfpform_chooser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.p07Pa ul.mfpform_chooser li label {
  min-height: 169px;
}

.p07Pa ul.mfpform_chooser li:nth-of-type(2) label div {
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 100px;
  background-position: center top;
  background-image: url(../../img/pa/i01.png);
}

.p07Pa ul.mfpform_chooser li:nth-of-type(3) label div {
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 100px;
  background-position: center top;
  background-image: url(../../img/pa/i02.png);
}

.p07Pa ul.mfpform_chooser li:nth-of-type(4) label div {
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 100px;
  background-position: center top;
  background-image: url(../../img/pa/i03.png);
}

.p07Pa ul.mfpform_chooser li:nth-of-type(5) label div {
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 100px;
  background-position: center top;
  background-image: url(../../img/pa/i04.png);
}

@media screen and (max-width: 769px) {
  .p07Pa ul.mfpform_chooser li label {
    min-height: 212px;
  }
}

.kakuri .p07Pa ul.mfpform_chooser {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.kakuri .p07Pa ul.mfpform_chooser {
  border-bottom: 1px solid;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.kakuri .p07Pa ul.mfpform_chooser li {
  margin-bottom: 20px;
}

.kakuri .mfpform_chooser li label {
  display: grid;
  grid-template-columns: 30px 0.8fr 1fr;
  align-items: center;
  border: solid 2px #3377ff;
  border-radius: 8px;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  font-size: 14px;
  min-height: 100px;
}

.kakuri .img img {
  width: 100%;
}

.kakuri .p07Pa ul.mfpform_chooser li:nth-of-type(2) label div,
.kakuri .p07Pa ul.mfpform_chooser li:nth-of-type(4) label div,
.kakuri .p07Pa ul.mfpform_chooser li:nth-of-type(3) label div {
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 0;
  background-position: left top;
  background-image: url(../../img/pa/i01.png);
  background: none;
}

.kakuri .p07Pa ul.mfpform_chooser li label {
  min-height: 0px;
}

.kakuri .toku03,
.kakuri .toku04 {
  border-radius: 8px;
  color: #fff;
  background-color: #3377ff;
  font-size: 12px;
  display: inline-block;
  padding: 0.025em 0.5em;
  margin: 0 2px;
}

.ari,
.nasi {
  border-radius: 8px;
  font-size: 12px;
  display: inline-block;
  padding: 0.025em 0.5em;
  margin: 0 2px;
}

.ari {
  color: #fff;
  background-color: #3377ff;
}

.nasi {
  background-color: #ddd;
  color: #333;
}

.kakuri .bu {
  background-color: #0047e8;
}

.kakuri .be {
  background-color: blanchedalmond;
  color: #000;
}

.kakuri .itemT {
  display: block;
  font-size: 20px;
}

.kakuri .price-amount {
  font-size: 28px;
  display: inline-block;
  line-height: 0.8em;
  padding-top: 0.5em;
}

.kakuri .tax {
  font-size: 16px !important;
  display: inline-block !important;
}

.kakuri section.itemArea01 .itemHeder {
  color: #000;
  padding: 50px 20px;
  margin-bottom: 30px;
  background-image: url(../../img/kakuri/bg03.jpg) !important;
  background-size: cover;
}

.kakuri section.itemArea01 .itemHeder .title {
  font-size: 44px;
  margin-bottom: 0.5em;
  color: #0047e8;
}

.kakuri section.itemArea01 .itemHeder h2 {
  margin-bottom: 0.5em;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}

.kakuri section.itemArea01 .itemHeder p {
  line-height: 1.4;
  text-align: left;
}

.sendMess {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 30px;
}

.sendMess .inner {
  border: solid #ccc 1px;
  background-color: rgba(255, 255, 255, 0.425);
  max-width: 940px;
  margin: 0 auto 30px;
  padding: 10px;
  border-radius: 8px;
}

.sendMess .inner h5 {
  margin-bottom: 5px;
  font-weight: bold;
}

.sendMess .inner p {
  margin-bottom: 0;
}
