@charset "utf-8";
/*@sizeMsp: 3.5vw;//プラン*/
.sans {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../font/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-display: swap;
}
.ZenKakuGothicNew {
  font-family: "Zen Kaku Gothic New";
}
@font-face {
  font-family: 'Zen Kaku Gothic New Bold';
  src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-display: swap;
}
.ZenKakuGothicNewBold {
  font-family: "Zen Kaku Gothic New Bold";
}
@font-face {
  font-family: 'KaiseiDecol';
  src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  font-display: swap;
}
.KaiseiDecol {
  font-family: "KaiseiDecol";
}
@font-face {
  font-family: 'KaiseiDecol-Bold';
  src: url('../font/KaiseiDecol-Bold.ttf') format('truetype');
  font-display: swap;
}
.KaiseiDecolBold {
  font-family: "KaiseiDecol-Bold";
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #77453f;
  font-size: 1rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  *,
  *:before,
  *:after {
    font-size: 4vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
  font-family: "Zen Kaku Gothic New";
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #77453f;
}
.scroll::-webkit-scrollbar-thumb {
  background: #77453f;
}
.pc {
  display: initial;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1200px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 600px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 800px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.zoom {
  -webkit-animation: zoom linear 0.1s forwards;
          animation: zoom linear 0.1s forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mixin-under-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.mixin-under-line span {
  border-bottom: solid 5px #77453f;
  color: #77453f;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New Bold";
  line-height: 160%;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .mixin-under-line span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .mixin-under-line span {
    font-size: 4.5vw;
  }
}
.mixin-editor-reset table,
.mixin-editor-reset caption,
.mixin-editor-reset th,
.mixin-editor-reset td {
  padding: 5px 10px;
  border: solid 1px;
}
.mixin-editor-reset th {
  text-align: center;
}
/** ベース設計 **/
html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
header {
  position: relative;
  top: 0;
  z-index: 100;
}
header .container {
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .container {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .container {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  header .container {
    padding: 10px;
  }
}
header .container .logo {
  margin-right: auto;
  max-width: 10%;
  width: 80px;
}
header .container:after {
  content: "";
  display: inline-block;
  max-width: 10%;
  width: 80px;
}
header .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  margin-right: auto;
  gap: 0;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  header .container .title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 800px) {
  header .container .title {
    padding: 10px 20px;
  }
}
header .container .title a:hover {
  opacity: 0.5;
}
main {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  main {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  main {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  main {
    overflow-x: hidden;
  }
}
footer {
  background-color: #ffffff;
  width: 1200px;
  max-width: 100%;
  padding: 40px 0;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  footer {
    width: 1200px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding: 40px 0;
  }
}
body .body {
  width: 100%;
  overflow-x: hidden;
  /* 個人情報同意 */
  /* 終了 */
}
body .body h2 {
  text-align: center;
  color: #77453f;
  font-size: 3rem;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Zen Kaku Gothic New Bold";
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  body .body h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  body .body h2 {
    font-size: 4.8vw;
  }
}
body .body .summary2 {
  padding: 0 0 70px 0;
  /*.mixin-padding(0 0 30px 0, 0 10px 30px 10px, 0 10px 30px 10px);*/
}
@media screen and (max-width: 1200px) {
  body .body .summary2 {
    padding: 0 10px 70px 10px;
  }
}
@media screen and (max-width: 800px) {
  body .body .summary2 {
    padding: 0 10px 70px 10px;
  }
}
body .body .summary2 .ins {
  padding: 0;
}
body .body .summary2 .ins > p {
  text-align: center;
  margin: auto;
  font-size: 1.1rem;
  padding: 0 0 70px 0;
}
@media screen and (max-width: 1200px) {
  body .body .summary2 .ins > p {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 800px) {
  body .body .summary2 .ins > p {
    padding: 0 0 70px 0;
  }
}
body .body .summary2 .ins > p > span {
  display: inline-block;
}
body .body .summary2 .ins .submit a {
  width: 100%;
  text-decoration: none;
}
body .body #privacy_check #agree {
  display: none;
}
body .body #privacy_check input + label {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 25px;
  display: inline-block;
  background: url("../../../images/reservation/input_checkbox.png") left center no-repeat;
  background-size: 20px;
}
body .body #privacy_check input:checked + label {
  background: url("../../../images/reservation/input_checkbox_on.png") left center no-repeat;
  background-size: 20px;
}
body .body .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 0;
}
body .body .submit input {
  border: solid 1px;
  background-color: black;
  color: white;
  padding: 30px;
  font-size: 1.3rem;
  width: 100%;
}
@media all and (min-width: 814px) {
  body .body .submit input {
    width: calc(50% - 20px);
  }
}
body .body .submit input:hover {
  cursor: pointer;
}
body .body .ins {
  width: 900px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  body .body .ins {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .body .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body .body .ins {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  body .body .ins {
    padding: 30px;
  }
}
body .body .ins .form {
  /*.mixin-padding(0, 0 10px, 0 10px);*/
}
body .body .ins .form .error {
  padding: 20px;
}
body .body .ins .form .error p {
  color: red;
}
body .body .ins .form .error ul li {
  list-style: none;
  margin: 0;
  color: red;
  font-size: 80%;
}
body .body .ins .form select,
body .body .ins .form input[type=text],
body .body .ins .form input[type=tel],
body .body .ins .form input[type=email],
body .body .ins .form textarea {
  padding: 10px;
  border: solid 1px #d9cbc9;
  border-radius: 5px;
  min-width: 50%;
}
@media all and (max-width: 814px) {
  body .body .ins .form select,
  body .body .ins .form input[type=text],
  body .body .ins .form input[type=tel],
  body .body .ins .form input[type=email],
  body .body .ins .form textarea {
    width: 100%;
  }
}
body .body .ins .form select::-webkit-input-placeholder, body .body .ins .form input[type=text]::-webkit-input-placeholder, body .body .ins .form input[type=tel]::-webkit-input-placeholder, body .body .ins .form input[type=email]::-webkit-input-placeholder, body .body .ins .form textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
body .body .ins .form select::-moz-placeholder, body .body .ins .form input[type=text]::-moz-placeholder, body .body .ins .form input[type=tel]::-moz-placeholder, body .body .ins .form input[type=email]::-moz-placeholder, body .body .ins .form textarea::-moz-placeholder {
  opacity: 0.5;
}
body .body .ins .form select:-ms-input-placeholder, body .body .ins .form input[type=text]:-ms-input-placeholder, body .body .ins .form input[type=tel]:-ms-input-placeholder, body .body .ins .form input[type=email]:-ms-input-placeholder, body .body .ins .form textarea:-ms-input-placeholder {
  opacity: 0.5;
}
body .body .ins .form select::-ms-input-placeholder, body .body .ins .form input[type=text]::-ms-input-placeholder, body .body .ins .form input[type=tel]::-ms-input-placeholder, body .body .ins .form input[type=email]::-ms-input-placeholder, body .body .ins .form textarea::-ms-input-placeholder {
  opacity: 0.5;
}
body .body .ins .form select::placeholder,
body .body .ins .form input[type=text]::placeholder,
body .body .ins .form input[type=tel]::placeholder,
body .body .ins .form input[type=email]::placeholder,
body .body .ins .form textarea::placeholder {
  opacity: 0.5;
}
body .body .ins .form input[name=name],
body .body .ins .form input[name=kana],
body .body .ins .form input[name=tel],
body .body .ins .form input[name=note] {
  width: 100%;
  max-width: 500px;
}
body .body .ins .form input[name=mail],
body .body .ins .form input[name=mailconf] {
  width: 100%;
  max-width: 400px;
}
body .body .ins .form textarea {
  width: 100%;
  min-height: 300px;
}
body .body .ins .form .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strethc;
      -ms-flex-align: strethc;
          align-items: strethc;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
body .body .ins .form .trigger label > input {
  margin-right: 10px;
}
body .body .ins .form dl {
  border: solid 1px gray;
  margin-bottom: 100px;
}
@media all and (max-width: 814px) {
  body .body .ins .form dl {
    border: none;
  }
}
body .body .ins .form dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (max-width: 814px) {
  body .body .ins .form dl > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body .body .ins .form dl > div:not(:first-child) {
  border-top: solid 1px gray;
}
body .body .ins .form dl > div dt {
  width: 250px;
  color: white;
  background-color: #ED8E7C;
  padding: 18px 20px;
}
@media all and (max-width: 814px) {
  body .body .ins .form dl > div dt {
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 814px) and screen and (max-width: 1200px) {
  body .body .ins .form dl > div dt {
    padding: 20px;
  }
}
@media all and (max-width: 814px) and screen and (max-width: 800px) {
  body .body .ins .form dl > div dt {
    padding: 0 10px;
  }
}
body .body .ins .form dl > div dt span {
  display: block;
}
body .body .ins .form dl > div dd {
  width: calc(100% - 250px);
  padding: 10px 20px;
}
@media all and (max-width: 814px) {
  body .body .ins .form dl > div dd {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}
body .body .ins .form dl > div dd .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
body .body .ins .form dl > div dd .column > div {
  width: 100%;
}
body .body .ins .form .pp {
  border: solid 1px;
  padding: 20px;
}
body .body .ins .form .pp h3 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
body .body .ins .form .pp p {
  padding-bottom: 10px;
}
body .body .ins .form .agree {
  text-align: center;
  padding: 20px 0;
}
body .body .ins .confirm dl > div dt span {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body .body .ins .thanks a {
  /*text-decoration: none;*/
  color: #77453f;
}
