@charset "utf-8";
/*@gray: rgba(150,150,150, 1);*/
/*@red: rgba(229,1,18,1);*/
/*@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";
}
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp {
  font-family: "Noto Sans JP";
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}
.cinzel {
  font-family: "Cinzel";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic';
  src: url('../font/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-display: swap;
}
.zenkaku {
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic_b';
  src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-display: swap;
}
.zenkaku_b {
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@font-face {
  font-family: 'Zen Old';
  src: url('../font/ZenOldMincho-Medium.ttf') format('truetype');
  font-display: swap;
}
.zen {
  font-family: "Zen Old";
  font-style: normal;
}
@font-face {
  font-family: 'KaiseiDecol';
  src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  font-display: swap;
}
.kaisei {
  font-family: "KaiseiDecol";
  font-style: normal;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 4vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
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 #000000;
}
.scroll::-webkit-scrollbar-thumb {
  background: #000000;
}
.pc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .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: 600px) {
  .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-btn {
  cursor: pointer;
  background-color: #ec6c00;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .mixin-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .mixin-btn {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    padding: 5px 20px;
  }
}
.mixin-btn:hover {
  background-color: #a62b40;
}
.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;
  /*@media all and (max-width: @layout-pad-width) {
		scroll-padding-top: 190px;
	}

	@media all and (max-width: @layout-sp-width) {
		scroll-padding-top: 165px;
	}*/
  scroll-behavior: smooth;
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
html .deg {
  display: inline-block;
  rotate: 40deg;
}
html .btn {
  display: block;
  width: 400px;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
  letter-spacing: 0.3rem;
  text-align: center;
  background: #000000;
}
@media screen and (max-width: 1200px) {
  html .btn {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  html .btn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  html .btn {
    font-size: 1rem;
  }
}
html .btn_s {
  display: block;
  width: 138px;
  max-width: 138px;
  margin: auto;
  padding: 5px 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Zen Old";
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0.3rem;
  background: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  html .btn_s {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  html .btn_s {
    width: 100%;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 80px;
  border-bottom: solid 1px;
  background-color: #ffffff;
}
header .ins {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 20px 10px;
  }
}
header .ins .title {
  width: 370px;
  max-width: 370px;
}
@media screen and (max-width: 1200px) {
  header .ins .title {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins .title {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  header .ins .title {
    max-width: 240px;
  }
}
header .ins .title a {
  display: block;
}
header .ins .title a img {
  display: block;
}
header .ins .head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  right: 78px;
}
@media all and (max-width: 1200px) {
  header .ins .head_right {
    display: none;
  }
}
header .ins .head_right a {
  display: block;
  height: 80px;
  padding: 28px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  font-family: "ZenKakuGothic";
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
header .ins .head_right a.reserve {
  background: #907d53;
  width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 1200px) {
  header .ins .head_right a.reserve {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .head_right a.reserve {
    width: 100%;
  }
}
header .ins .head_right a.contact {
  background: #000000;
  width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 1200px) {
  header .ins .head_right a.contact {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .head_right a.contact {
    width: 100%;
  }
}
header .ins .hum {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: initial;
          transform: initial;
  height: 30px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1200px) {
  header .ins .hum {
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .hum {
    height: 30px;
  }
}
header .ins .hum span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .ins .hum span:nth-of-type(1) {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .ins .hum span:nth-of-type(2) {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
header .ins .hum span:nth-of-type(3) {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .ins .hum .text_menu {
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
  font-size: 0.7rem;
}
header .ins .hum.open_navi span {
  background-color: #ffffff;
}
header .ins .hum.open_navi span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(315deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(315deg) scale(1.3);
}
header .ins .hum.open_navi span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0) rotate(-360deg);
          transform: translate(0, 0) rotate(-360deg);
  opacity: 0;
}
header .ins .hum.open_navi span:nth-of-type(3) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(-315deg) scale(1.3);
}
header .ins nav > ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 2;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
  width: 100%;
  max-width: 400px;
  padding: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  list-style: none;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul {
    padding: 20px;
  }
}
header .ins nav > ul li {
  margin: 0;
  border-bottom: solid 1px #bebebe;
}
header .ins nav > ul li a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li a {
    font-size: 4vw;
  }
}
header .ins nav > ul li a:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi span {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi span {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi span {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi span {
    font-size: 4vw;
  }
}
header .ins nav > ul li.sub_navi span:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi > div {
  display: none;
  margin-left: 30px;
}
header .ins nav > ul li.sub_navi > div ul li {
  border-bottom: none;
  list-style-type: none;
}
header .ins nav > ul li.sub_navi > div ul li a {
  padding: 5px 0 10px 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins nav > ul li.sub_navi > div ul li a {
    font-size: 4vw;
  }
}
header .ins nav > ul li.sub_navi > div ul li a:hover {
  color: #ffcccc;
}
header .ins nav > ul li.sub_navi > div ul li:last-of-type {
  padding: 0 0 10px 0;
}
header .ins nav > ul li.sub_navi.open_sub > div {
  display: block;
}
header .ins nav.open_navi > ul {
  display: initial;
  position: absolute;
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 2;
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
  overflow-y: scroll;
  padding-bottom: 50px;
  height: 100vh;
}
main .h1 {
  padding: 90px 0;
}
@media screen and (max-width: 1200px) {
  main .h1 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 600px) {
  main .h1 {
    padding: 70px 0;
  }
}
main .h1 h1 {
  text-align: center;
}
main .h1 h1 .big {
  display: block;
  color: #000000;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1200px) {
  main .h1 h1 .big {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .h1 h1 .big {
    font-size: 2.1rem;
  }
}
main .h1 h1 .small {
  display: block;
  color: #000000;
  font-size: 1.35rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1200px) {
  main .h1 h1 .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  main .h1 h1 .small {
    font-size: 1.1rem;
  }
}
main h2 {
  padding: 0 0 55px 0;
}
@media screen and (max-width: 1200px) {
  main h2 {
    padding: 0 0 55px 0;
  }
}
@media screen and (max-width: 600px) {
  main h2 {
    padding: 0 0 35px 0;
  }
}
main h2 .big {
  display: block;
  color: #bebebe;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main h2 .big {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main h2 .big {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  main h2 .big {
    line-height: 2.3rem;
  }
}
main h2 .small {
  display: block;
  color: #bebebe;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  main h2 .small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main h2 .small {
    font-size: 1.1rem;
  }
}
main .message {
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1200px) {
  main .message {
    background-size: 100%;
    background-position: right bottom;
  }
}
main .message .ins {
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 1200px) {
  main .message .ins {
    padding: 70px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins {
    padding: 50px 10px;
  }
}
main .message .ins > div {
  width: 410px;
  max-width: 410px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div {
    margin-left: initial;
    margin: auto;
    text-align: center;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div h2 .big {
    color: #636363;
  }
}
main .message .ins > div h2 .big_ja {
  display: block;
  color: #000000;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div h2 .big_ja {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div h2 .big_ja {
    font-size: 2.5rem;
  }
}
main .message .ins > div h2 .small {
  color: #636363;
  font-weight: bold;
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
@media all and (max-width: 1200px) {
  main .message .ins > div h2 .small {
    color: #636363;
  }
}
main .message .ins > div .copy {
  display: block;
  padding: 0 0 40px 0;
  color: #000000;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div .copy {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  main .message .ins > div .copy {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div .copy {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div .copy {
    text-align: center;
  }
}
main .message .ins > div .copy > span {
  display: inline-block;
}
main .message .ins > div p {
  color: #000000;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  main .message .ins > div p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .message .ins > div p {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1200px) {
  main .message .ins > div p {
    letter-spacing: 0.1rem;
  }
}
main .message .ins > div p > span {
  display: inline-block;
}
main .message .ins > div p .pc {
  display: none;
}
main .summary .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: auto;
  padding: 110px 0;
}
@media screen and (max-width: 1200px) {
  main .summary .ins {
    padding: 110px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins {
    padding: 70px 10px;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
main .summary .ins h1 {
  padding: 0 80px 0 0;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 {
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins h1 {
    width: 30%;
    min-width: initial;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins h1 {
    width: 100%;
    min-width: initial;
  }
}
main .summary .ins h1 .big {
  display: block;
  color: #000000;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  line-height: 3.7rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 .big {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 .big {
    font-size: 2.1rem;
  }
}
main .summary .ins h1 .small {
  display: block;
  color: #000000;
  font-size: 1.35rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  main .summary .ins h1 .small {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins h1 .small {
    font-size: 1.1rem;
  }
}
main .summary .ins h1 .small > span {
  display: inline-block;
}
main .summary .ins p {
  padding: 0 0 0 60px;
  color: #000000;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "ZenKakuGothic";
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-left: solid #000000 1px;
}
@media screen and (max-width: 1200px) {
  main .summary .ins p {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins p {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  main .summary .ins p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary .ins p {
    font-size: 1rem;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins p {
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  main .summary .ins p {
    width: 100%;
    border-left: none;
  }
}
@media all and (max-width: 1200px) {
  main .summary .ins p br.pc {
    display: none;
  }
}
main .plan {
  background-color: #bebebe;
}
main .plan .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .plan .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins {
    padding: 70px 10px;
  }
}
main .plan .ins h2 span {
  color: #ffffff;
}
main .plan .ins ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-left: 10px;
}
@media all and (max-width: 1200px) {
  main .plan .ins ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 28px;
  }
}
main .plan .ins ul:after {
  display: inline-block;
  content: "";
  width: calc((100% - 40px) / 2);
}
main .plan .ins ul li {
  width: calc((100% - 40px) / 2);
  max-width: 425px;
  min-width: 300px;
  margin: 0;
  list-style: none;
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li {
    min-width: 263px;
  }
}
@media all and (max-width: 600px) {
  main .plan .ins ul li {
    width: 100%;
    max-width: 340px;
  }
  main .plan .ins ul li.p_753 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .plan .ins ul li.p_omiyamairi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .plan .ins ul li.p_memorial {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .plan .ins ul li.p_maternity {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main .plan .ins ul li.p_furisode {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  main .plan .ins ul li.p_graduation {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main .plan .ins ul li.p_hakama {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  main .plan .ins ul li.p_bridal {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  main .plan .ins ul li.p_rental {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
main .plan .ins ul li a {
  display: block;
  min-width: 280px;
  min-height: 112px;
  padding: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#636363), color-stop(50%, #636363), color-stop(50%, #fff), to(#fff));
  background-image: linear-gradient(to right, #636363 0%, #636363 50%, #fff 50%, #fff 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
  position: relative;
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  -webkit-box-shadow: -10px 10px #212121;
          box-shadow: -10px 10px #212121;
  outline: 7px solid #bebebe;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a {
    padding: 20px 10px 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a {
    padding: 20px 20px 10px 20px;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a {
    min-width: 263px;
  }
}
@media all and (max-width: 600px) {
  main .plan .ins ul li a {
    min-height: 107px;
    -webkit-box-shadow: -6px 6px #212121;
            box-shadow: -6px 6px #212121;
    outline: 4px solid #bebebe;
  }
}
main .plan .ins ul li a > div {
  line-height: 0;
}
main .plan .ins ul li a > div .ja {
  display: block;
  color: #000000;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .ja {
    font-size: 5.5vw;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .ja {
    letter-spacing: 0.1rem;
  }
}
main .plan .ins ul li a > div .en {
  display: block;
  color: #000000;
  font-size: 0.7rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .en {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .en {
    font-size: 2.3vw;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .en {
    letter-spacing: 0.1rem;
  }
}
main .plan .ins ul li a > div .arrow {
  position: absolute;
  display: inline-block;
  width: 360px;
  max-width: 360px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  main .plan .ins ul li a > div .arrow {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .plan .ins ul li a > div .arrow {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  main .plan .ins ul li a > div .arrow {
    position: relative;
  }
}
main .plan .ins ul li a > div .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .plan .ins ul li a:hover {
  background-position: 0 0;
}
main .plan .ins ul li a:hover > div .ja,
main .plan .ins ul li a:hover > div .en {
  color: #bebebe;
}
main .plan .ins ul li a:hover > div .arrow {
  display: none;
}
main .blog_btn .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins {
    padding: 70px 10px;
  }
}
@media all and (max-width: 1200px) {
  main .blog_btn .ins {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
main .blog_btn .ins h2 {
  padding: initial;
}
main .blog_btn .ins h2 span {
  color: #000000;
}
main .blog_btn .ins .btn_box {
  width: 555px;
  max-width: 555px;
  margin-left: initial;
  text-align: center;
  border: solid 2px #000000;
  list-style-type: none;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box {
    width: 100%;
  }
}
main .blog_btn .ins .btn_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Cinzel";
  font-style: normal;
  letter-spacing: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a {
    gap: 20px;
  }
}
main .blog_btn .ins .btn_box a .arrow {
  display: inline-block;
  position: relative;
  width: 173px;
  max-width: 173px;
  min-width: 80px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
@media screen and (max-width: 1200px) {
  main .blog_btn .ins .btn_box a .arrow {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  main .blog_btn .ins .btn_box a .arrow {
    width: 120px;
  }
}
main .blog_btn .ins .btn_box a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .blog_btn .ins .btn_box a:hover {
  background-position: 0 0;
  color: #ffffff;
}
main .blog_btn .ins .btn_box a:hover .arrow {
  background-color: #ffffff;
}
main .blog_btn .ins .btn_box a:hover .arrow:before {
  background-color: #ffffff;
}
main .contact {
  background-color: black;
}
main .contact .ins {
  max-width: 900px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  main .contact .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins {
    padding: 70px 10px;
  }
}
main .contact .ins h2 span {
  color: #ffffff;
}
main .contact .ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media all and (max-width: 1200px) {
  main .contact .ins ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 10px;
  }
}
main .contact .ins ul li {
  /*.mixin-width(430px, 100%, 100%, 430px);*/
  width: calc((100% - 20px) / 2);
  max-width: 430px;
  min-width: 420px;
  margin-left: initial;
  border: solid 2px #ffffff;
  list-style-type: none;
  text-align: center;
}
@media all and (max-width: 600px) {
  main .contact .ins ul li {
    min-width: 100%;
  }
}
main .contact .ins ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: #ffffff;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#e6e6e6), color-stop(50%, #e6e6e6), color-stop(50%, #000000), to(#000000));
  background-image: linear-gradient(to right, #e6e6e6 0%, #e6e6e6 50%, #000000 50%, #000000 100%);
  -webkit-transition: color 0.4s, background-position 0.4s;
  transition: color 0.4s, background-position 0.4s;
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1200px) {
  main .contact .ins ul li a {
    gap: 20px;
  }
}
main .contact .ins ul li a .arrow {
  display: inline-block;
  position: relative;
  width: 112px;
  max-width: 112px;
  min-width: 80px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  main .contact .ins ul li a .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  main .contact .ins ul li a .arrow {
    width: 80px;
  }
}
main .contact .ins ul li a .arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
main .contact .ins ul li a:hover {
  background-position: 0 0;
  color: #000000;
}
main .contact .ins ul li a:hover .arrow {
  background-color: #000000;
}
main .contact .ins ul li a:hover .arrow:before {
  background-color: #000000;
}
footer .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1200px) {
  footer .ins {
    width: 100%;
    max-width: 100%;
  }
}
footer .ins > a {
  display: block;
  width: 370px;
  max-width: 370px;
}
@media screen and (max-width: 1200px) {
  footer .ins > a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins > a {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  footer .ins > a {
    padding-bottom: 10px;
  }
}
footer .ins > a img {
  display: block;
}
@media all and (max-width: 600px) {
  footer .ins > a img {
    max-width: 200px;
  }
}
footer .ins .f_navi {
  position: relative;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 1200px) {
  footer .ins .f_navi {
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .f_navi {
    padding: 0 0 20px 0;
  }
}
@media all and (max-width: 1200px) {
  footer .ins .f_navi {
    margin-left: auto;
  }
}
footer .ins .f_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px 60px;
  width: 350px;
  max-width: 350px;
  list-style-type: none;
}
@media all and (max-width: 600px) {
  footer .ins .f_navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  footer .ins .f_navi ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .f_navi ul {
    width: 100%;
  }
}
footer .ins .f_navi ul li {
  margin-left: 0;
  font-size: 0.9rem;
}
footer .ins .f_navi ul li a {
  font-weight: bold;
  color: #000000;
  font-family: "ZenKakuGothic";
  font-style: normal;
  text-decoration: none;
}
footer .ins .f_navi ul li:nth-of-type(3) {
  display: block;
  width: initial;
  padding: 0 10px;
  font-size: 0.7rem;
  border: solid 1px #000000;
  text-align: center;
}
footer .ins #copyright {
  display: block;
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
}
footer .ins #copyright .c {
  font-size: 1rem;
  vertical-align: middle;
}
footer .totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -20px;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000000;
  border: solid #ffffff 2px;
}
@media screen and (max-width: 600px) {
  footer .totop {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 100;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
footer .totop:after {
  display: block;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
body {
  /* 共通 */
  /* /.共通 */
}
body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1200px) {
  body main .summary .ins h1 {
    width: 40%;
    min-width: 262px;
    text-align: center;
  }
}
@media all and (max-width: 600px) {
  body main .summary .ins h1 {
    min-width: initial;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  body main .summary .ins h1 .pad {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  body main .summary .ins p {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  body main .summary .ins p {
    width: 100%;
    border-left: none;
  }
}
body main .flow {
  background: #e6e6e6;
}
body main .flow .ins {
  width: 900px;
  max-width: 900px;
  margin: auto;
  padding: 55px 0;
}
@media screen and (max-width: 1200px) {
  body main .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body main .flow .ins {
    padding: 55px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins {
    padding: 55px 10px;
  }
}
body main .flow .ins > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media all and (max-width: 1200px) {
  body main .flow .ins > div {
    gap: 10px;
  }
}
body main .flow .ins > div .detail_box > div {
  gap: 55px;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div {
    gap: 20px;
  }
}
body main .flow .ins > div .detail_box > div .num {
  display: block;
  position: relative;
  width: 102px;
  max-width: 102px;
  min-height: 227px;
}
@media screen and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .num {
    width: 90px;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins > div .detail_box > div .num {
    width: 90px;
  }
}
body main .flow .ins > div .detail_box > div .num img {
  width: 100%;
}
body main .flow .ins > div .detail_box > div .num:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/plan/flow_arrow.png);
  width: 13px;
  /*height: 100px;*/
  height: 100%;
  background-size: 13px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .num:after {
    top: 95px;
    background-repeat: repeat-y;
  }
}
body main .flow .ins > div .detail_box > div .detail {
  width: 585px;
  max-width: 585px;
}
@media screen and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .detail {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins > div .detail_box > div .detail {
    width: 100%;
  }
}
body main .flow .ins > div .detail_box > div .detail .midashi {
  display: inline;
  margin: 0 0 23px 0;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fafafa));
  background: linear-gradient(transparent 60%, #fafafa 0%);
}
@media screen and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .detail .midashi {
    margin: 0 0 23px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins > div .detail_box > div .detail .midashi {
    margin: 0 0 23px 0;
  }
}
@media screen and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .detail .midashi {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins > div .detail_box > div .detail .midashi {
    font-size: 1.3rem;
  }
}
body main .flow .ins > div .detail_box > div .detail p {
  padding: 0 0 10px 0;
  font-family: "ZenKakuGothic";
  font-style: normal;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1200px) {
  body main .flow .ins > div .detail_box > div .detail p {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .flow .ins > div .detail_box > div .detail p {
    padding: 0 0 10px 0;
  }
}
body main .flow .ins > div .detail_box > div .detail .note {
  display: block;
  font-size: 0.85rem;
  line-height: initial !important;
}
body main .flow .ins > div .detail_box > div .detail .note > span {
  display: inline-block;
  font-family: "ZenKakuGothic";
  font-style: normal;
}
body main .flow .ins > div .detail_box > div:last-of-type .num {
  min-height: initial;
}
body main .flow .ins > div .detail_box > div:last-of-type .num:after {
  display: none;
}
body main .message .ins {
  text-align: center;
}
body main .message .ins > div {
  width: initial;
  max-width: initial;
  margin: auto;
}
body main .message .ins > div .copy {
  color: #000000;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  line-height: 4rem;
}
@media screen and (max-width: 1200px) {
  body main .message .ins > div .copy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body main .message .ins > div .copy {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 600px) {
  body main .message .ins > div .copy {
    line-height: 2.5rem;
  }
}
body main .message .ins > div .copy > span {
  display: inline-block;
}
body#flow_753 .flow .detail_box > div .num {
  position: relative;
  z-index: 2;
  min-height: initial;
}
body#flow_753 .flow .detail_box > div .num:after {
  height: 100%;
  background-repeat: repeat-y;
}
body#flow_753 .flow .detail_box > div:not(last-of-type) {
  padding-bottom: 50px;
}
body#flow_753 .message .copy {
  letter-spacing: 0.1rem;
}
body#flow_child .flow .ins {
  width: 770px;
  max-width: 770px;
}
@media screen and (max-width: 1200px) {
  body#flow_child .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#flow_child .flow .ins {
    width: 100%;
  }
}
body#flow_child .flow .ins .flow_box .jizen,
body#flow_child .flow .ins .flow_box .toujitu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body#flow_child .flow .ins .flow_box .jizen .yotei,
body#flow_child .flow .ins .flow_box .toujitu .yotei {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: centerf;
      -ms-flex-align: centerf;
          align-items: centerf;
  /*margin-right: 40px;*/
  margin: 0 40px 0 0;
  padding: 10px;
  background: #636363;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#flow_child .flow .ins .flow_box .jizen .yotei,
  body#flow_child .flow .ins .flow_box .toujitu .yotei {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body#flow_child .flow .ins .flow_box .jizen .yotei,
  body#flow_child .flow .ins .flow_box .toujitu .yotei {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  body#flow_child .flow .ins .flow_box .jizen .yotei,
  body#flow_child .flow .ins .flow_box .toujitu .yotei {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 600px) {
  body#flow_child .flow .ins .flow_box .jizen .yotei,
  body#flow_child .flow .ins .flow_box .toujitu .yotei {
    padding: 10px 5px;
  }
}
body#flow_child .flow .ins .flow_box .jizen .yotei > span,
body#flow_child .flow .ins .flow_box .toujitu .yotei > span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.1rem;
  color: #ffffff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 1rem;
}
body#flow_child .flow .ins .flow_box .jizen .yotei:first-of-type,
body#flow_child .flow .ins .flow_box .toujitu .yotei:first-of-type {
  display: inline-block;
}
body#flow_child .flow .ins .flow_box .jizen .detail_box,
body#flow_child .flow .ins .flow_box .toujitu .detail_box {
  width: 680px;
  max-width: 680px;
}
@media screen and (max-width: 1200px) {
  body#flow_child .flow .ins .flow_box .jizen .detail_box,
  body#flow_child .flow .ins .flow_box .toujitu .detail_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#flow_child .flow .ins .flow_box .jizen .detail_box,
  body#flow_child .flow .ins .flow_box .toujitu .detail_box {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body#flow_child .flow .ins .flow_box .jizen .detail_box .midashi,
  body#flow_child .flow .ins .flow_box .toujitu .detail_box .midashi {
    letter-spacing: 0.1rem;
  }
}
body#flow_child .flow .ins .flow_box .jizen {
  margin-bottom: 20px;
}
body#flow_child .flow .ins .flow_box .jizen .detail_box > div:last-of-type .num {
  min-height: inherit;
  margin-bottom: 100px;
}
body#flow_child .flow .ins .flow_box .jizen .detail_box > div:last-of-type .num:after {
  display: inherit;
  /*height: 87px;*/
}
body#flow_child .flow .ins .flow_box .toujitu .detail_box > div:last-of-type .num {
  min-height: initial;
}
body#flow_child .flow .ins .flow_box .toujitu .detail_box > div:last-of-type .num:after {
  display: none;
}
body#flow_child .flow .ins .time {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 50px auto 0 auto;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.3rem;
  text-align: center;
  border: solid 1px #969696;
}
body#flow_child .flow .ins .time > span {
  display: inline-block;
}
body#flow_child .message .copy {
  display: inline-block;
  padding: 0;
  color: #bd6176;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-shadow: 0px 0px 0.8px #bd6176;
  border-bottom: dotted 3px #bd6176;
  letter-spacing: 0.3rem;
}
body#flow_child .message .copy > span {
  display: inline-block;
}
body#flow_child .message p {
  padding: 20px 0;
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
  text-align: center;
}
body#flow_child .message p > span {
  display: inline-block;
}
body#flow_child .message .note {
  font-family: "ZenKakuGothic";
  font-style: normal;
  letter-spacing: 0.1rem;
}
body#flow_bridal .flow_box .jizen,
body#flow_bridal .flow_box .toujitu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body#flow_bridal .flow_box .jizen .yotei,
body#flow_bridal .flow_box .toujitu .yotei {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: centerf;
      -ms-flex-align: centerf;
          align-items: centerf;
  background: #636363;
  text-align: center;
  /*margin-right: 40px;*/
  margin: 0 40px 0 0;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  body#flow_bridal .flow_box .jizen .yotei,
  body#flow_bridal .flow_box .toujitu .yotei {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body#flow_bridal .flow_box .jizen .yotei,
  body#flow_bridal .flow_box .toujitu .yotei {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  body#flow_bridal .flow_box .jizen .yotei,
  body#flow_bridal .flow_box .toujitu .yotei {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 600px) {
  body#flow_bridal .flow_box .jizen .yotei,
  body#flow_bridal .flow_box .toujitu .yotei {
    padding: 10px 5px;
  }
}
body#flow_bridal .flow_box .jizen .yotei > span,
body#flow_bridal .flow_box .toujitu .yotei > span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.1rem;
  color: #ffffff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: 1rem;
}
body#flow_bridal .flow_box .jizen .yotei:first-of-type,
body#flow_bridal .flow_box .toujitu .yotei:first-of-type {
  display: inline-block;
  /*margin-bottom: 20px;*/
  /*height: 415px;*/
}
body#flow_bridal .flow_box .jizen .detail_box,
body#flow_bridal .flow_box .toujitu .detail_box {
  width: 680px;
  max-width: 680px;
}
@media screen and (max-width: 1200px) {
  body#flow_bridal .flow_box .jizen .detail_box,
  body#flow_bridal .flow_box .toujitu .detail_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#flow_bridal .flow_box .jizen .detail_box,
  body#flow_bridal .flow_box .toujitu .detail_box {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  body#flow_bridal .flow_box .jizen .detail_box > div .midashi,
  body#flow_bridal .flow_box .toujitu .detail_box > div .midashi {
    letter-spacing: 0.1rem;
  }
}
body#flow_bridal .flow_box .jizen .detail_box > div:not(last-of-type),
body#flow_bridal .flow_box .toujitu .detail_box > div:not(last-of-type) {
  padding-bottom: 50px;
}
body#flow_bridal .flow_box .jizen {
  margin-bottom: 20px;
}
body#flow_bridal .flow_box .jizen .detail_box > div:last-of-type .num {
  min-height: inherit;
  margin-bottom: 100px;
}
body#flow_bridal .flow_box .jizen .detail_box > div:last-of-type .num:after {
  display: inherit;
  /*height: 87px;*/
}
body#flow_bridal .flow_box .toujitu .detail_box > div:last-of-type .num {
  min-height: initial;
}
body#flow_bridal .flow_box .toujitu .detail_box > div:last-of-type .num:after {
  display: none;
}
body#flow_furisode .flow .ins {
  width: 770px;
  max-width: 770px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  body#flow_furisode .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#flow_furisode .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body#flow_furisode .flow .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body#flow_furisode .flow .ins {
    padding: 100px 10px;
  }
}
body#flow_furisode .flow .flow_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
body#flow_furisode .flow .flow_box .oomidashi {
  width: 100%;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.3rem;
  background: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#flow_furisode .flow .flow_box .oomidashi {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body#flow_furisode .flow .flow_box .oomidashi {
    font-size: 1.2rem;
  }
}
body#flow_furisode .flow .flow_box .detail_box > div:not(last-of-type) {
  padding-bottom: 50px;
}
body#flow_furisode .flow .flow_box:first-of-type {
  margin-bottom: 125px;
}
body#flow_furisode .message .copy {
  letter-spacing: 0.1rem;
}
body#flow_hakama .flow .ins {
  width: 770px;
  max-width: 770px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  body#flow_hakama .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#flow_hakama .flow .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body#flow_hakama .flow .ins {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body#flow_hakama .flow .ins {
    padding: 100px 10px;
  }
}
body#flow_hakama .flow .flow_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}
body#flow_hakama .flow .flow_box .oomidashi {
  width: 100%;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Zen Old";
  font-style: normal;
  letter-spacing: 0.3rem;
  background: #000000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body#flow_hakama .flow .flow_box .oomidashi {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  body#flow_hakama .flow .flow_box .oomidashi {
    font-size: 1.2rem;
  }
}
body#flow_hakama .flow .flow_box .detail_box > div:not(last-of-type) {
  padding-bottom: 50px;
}
