@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@200;400;600;700&display=swap");
@import url("https://use.typekit.net/wbp5wpm.css");
/* _setting CSS */
html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sanns JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

::-webkit-input-placeholder {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'Noto Serif JP', '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.7;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
}

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: inherit;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 1.3333333333vw;
  }

  body {
    font-size: 2.6rem;
  }

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

  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?skqv7v");
  src: url("fonts/icomoon.eot?skqv7v#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?skqv7v") format("truetype"), url("fonts/icomoon.woff?skqv7v") format("woff"), url("fonts/icomoon.svg?skqv7v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i_line:before {
  content: "\e900";
  position: relative;
  top: 1px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .i_line:before {
    font-size: 3.2rem;
  }
}

.i_san:before {
  content: "\e924";
}

.i_moon:before {
  content: "\e923";
}

.i_insta:before {
  content: "\e922";
}

.i_fb:before {
  content: "\e921";
}

.i_car:before {
  content: "\e920";
}

.i_camera:before {
  content: "\e91f";
}

.i_bus:before {
  content: "\e91e";
}

.i_bed:before {
  content: "\e91d";
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 1800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 751px) {
  #wrapper {
    position: relative;
  }

  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0 30px;
    transition-delay: 1s;
  }
  #header #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
  }
  #header #nav > .h_logo h1 a {
    display: flex;
    align-items: center;
  }
  #header #nav > .h_logo h1 a img {
    width: 55px;
    height: auto;
    filter: invert(49%) sepia(11%) saturate(1149%) hue-rotate(245deg) brightness(91%) contrast(89%);
  }
  #header #nav > .h_logo h1 a img:last-child {
    width: 130px;
    margin: 0 0 0 16px;
    filter: invert(43%) sepia(0%) saturate(7322%) hue-rotate(83deg) brightness(95%) contrast(94%);
  }
  #header #nav > .sns_list {
    display: flex;
    margin: 0 40px 0 auto;
  }
  #header #nav > .sns_list li a {
    border-color: #333;
    color: #333;
    letter-spacing: 0;
  }
  #header #nav_wrap {
    position: relative;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  #header #nav_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #header #nav_wrap .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 1250px;
    padding: 100px 120px;
    background: #8b6990;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  #header #nav_wrap .nav_close {
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 40px 0 0;
    font-size: 1.4rem;
  }
  #header #nav_wrap .nav_close::before, #header #nav_wrap .nav_close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
  }
  #header #nav_wrap .nav_close::after {
    transform: translateX(-50%) rotate(-45deg);
  }
  #header #nav_wrap .h_logo img {
    width: auto;
    filter: brightness(100%);
  }
  #header #nav_wrap .h_logo h1 a {
    display: flex;
    align-items: center;
    transform: scale(0.8);
  }
  #header #nav_wrap .h_logo h1 a span {
    display: block;
    margin: 0 0 0 30px;
  }
  #header #nav_wrap .h_logo h1 a span img {
    display: block;
    width: auto;
  }
  #header #nav_wrap .h_logo h1 a span img:nth-child(2) {
    margin: 14px 0 16px;
  }
  #header #nav_wrap .nav_inner {
    width: 500px;
    padding: 0 140px 0 0;
  }
  #header #nav_wrap .nav_inner .nav1 li {
    padding: 17px 0 0;
  }
  #header #nav_wrap .nav_inner .nav1 li:last-child {
    padding: 55px 0 0;
  }
  #header #nav_wrap .nav_inner .nav1 li a {
    font-size: 1.8rem;
  }
  #header #nav_wrap .nav_inner .nav1 .on {
    display: flex;
    align-items: center;
  }
  #header #nav_wrap .nav_inner .nav1 .on::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    margin: 0 20px 0 10px;
    background: #fff;
  }
  #header #nav_wrap .nav_inner .sns_list {
    margin: 40px 0 0;
  }
  #header #nav_wrap .nav_inner .sns_list a {
    width: 40px;
    height: 40px;
    border-color: #fff;
    color: #fff;
  }
  #header #nav_open {
    width: 50px;
  }
  #header #nav_open svg {
    display: block;
    width: 100%;
    margin: 0 auto 3px;
    stroke: #333;
  }
  #header.scf_on #nav_open svg {
    animation: stroke 2.6s ease-in-out forwards;
    animation-delay: 1.3s;
  }
  #header.scf_on #nav_open svg:nth-of-type(2) {
    animation-delay: 1.4s;
  }
  #header.scf_on #nav_open svg:nth-of-type(3) {
    animation-delay: 1.5s;
  }
  #header.on #nav_wrap {
    opacity: 1;
    pointer-events: all;
  }
  #header.front #nav > .h_logo {
    display: flex;
    align-items: center;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header.front #nav > .h_logo img {
    width: 115px;
    height: auto;
    filter: brightness(100%) !important;
  }
  #header.front #nav > .h_logo h1 a {
    display: flex;
    align-items: center;
  }
  #header.front #nav > .h_logo h1 a span {
    display: block;
    margin: 0 0 0 30px;
  }
  #header.front #nav > .h_logo h1 a span img {
    display: block;
    width: 147px;
    height: auto;
  }
  #header.front #nav > .h_logo h1 a span img:nth-child(2) {
    width: 180px;
    margin: 14px 0 16px;
  }
  #header.front #nav > .h_logo h1 a span img:nth-child(3) {
    width: 92px;
    margin: 0;
  }
  #header.front #nav > .sns_list {
    margin: 0;
  }
  #header.front #nav > .sns_list a {
    border-color: #fff;
    color: #fff;
  }
  #header.front #nav #nav_open {
    color: #fff;
  }
  #header.front #nav #nav_open svg {
    stroke: #fff;
  }

  .fixed_btn {
    position: fixed;
    bottom: 45px;
    right: 0;
  }
  .fixed_btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 38px 35px 75px 16px;
    background: #8b6990;
    transition-delay: 2s;
    color: #fff;
    font-size: 1.6rem;
  }
  .fixed_btn a span {
    position: absolute;
    top: 50%;
    right: -0.7em;
    transform: translateY(-50%);
    color: #9f7ca4;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
  .fixed_btn a i {
    position: absolute;
    bottom: 36px;
    left: 22px;
    transform: scale(0.7);
  }

  #footer {
    margin: 250px 0 0;
    padding: 100px 0 0;
    background: #8b6990;
    color: #fff;
  }
  #footer .h_logo {
    margin: 0 0 50px;
  }
  #footer .h_logo h2 {
    text-align: center;
  }
  #footer .h_logo a {
    display: inline-block;
  }
  #footer .h_logo a img {
    display: block;
    height: auto;
    margin: 0 0 15px;
  }
  #footer .nav {
    display: flex;
    justify-content: center;
    margin: 0 0 60px;
  }
  #footer .nav li {
    margin: 0 22px;
  }
  #footer .nav li a {
    font-size: 1.4rem;
  }
  #footer .reserve {
    width: 260px;
    margin: 0 auto 120px;
  }
  #footer .reserve a {
    justify-content: center;
    position: relative;
    padding: 18px 0 16px;
    font-size: 1.6rem;
  }
  #footer .reserve a i {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
  #footer #copyright {
    padding: 30px 0 40px;
    border-top: 1px solid #fff;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 7.3333333333vw 5.3333333333vw;
  }
  #header #nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header #nav > .h_logo {
    margin: 0 auto 0 0;
  }
  #header #nav > .h_logo h1 a {
    display: flex;
    align-items: center;
  }
  #header #nav > .h_logo h1 a img {
    width: 8.8vw;
    height: auto;
    filter: invert(49%) sepia(11%) saturate(1149%) hue-rotate(245deg) brightness(91%) contrast(89%);
  }
  #header #nav > .h_logo h1 a img:last-child {
    width: 21.3333333333vw;
    margin: 0 0 0 2.6666666667vw;
    filter: invert(43%) sepia(0%) saturate(7322%) hue-rotate(83deg) brightness(95%) contrast(94%);
  }
  #header #nav > .sns_list {
    display: flex;
    margin: 0 1.0666666667vw 0 auto;
  }
  #header #nav > .sns_list li {
    margin: 0 2.6666666667vw 0 0;
  }
  #header #nav > .sns_list li a {
    border-color: #333;
    color: #333;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  #header #nav_open {
    display: block;
    width: 13.3333333333vw;
    font-size: 2.2rem;
  }
  #header #nav_open svg {
    display: block;
    width: 70%;
    height: 2.6666666667vw;
    margin: 0 auto;
    stroke: #333;
  }
  #header #nav_open svg:last-child {
    margin: 0 auto 3px;
  }
  #header #nav_wrap {
    position: relative;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  #header #nav_wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #header #nav_wrap .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 20.6666666667vw 8vw;
    background: #8b6990;
    color: #fff;
  }
  #header #nav_wrap .nav_close {
    position: absolute;
    top: 7.3333333333vw;
    right: 8vw;
    padding: 7.3333333333vw 1.3333333333vw 0;
    font-size: 2.2rem;
  }
  #header #nav_wrap .nav_close::before, #header #nav_wrap .nav_close::after {
    content: "";
    position: absolute;
    top: 3.3333333333vw;
    left: 50%;
    width: 76%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
  }
  #header #nav_wrap .nav_close::after {
    transform: translateX(-50%) rotate(-45deg);
  }
  #header #nav_wrap .h_logo h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.8);
  }
  #header #nav_wrap .h_logo h1 a img {
    width: 20vw;
    margin: 0 4.5333333333vw 0 0;
    filter: brightness(100%);
  }
  #header #nav_wrap .h_logo h1 a span img {
    display: block;
    width: 25.3333333333vw;
    margin: 0;
  }
  #header #nav_wrap .h_logo h1 a span img:nth-child(2) {
    width: 32.6666666667vw;
    margin: 2vw 0 2.1333333333vw;
  }
  #header #nav_wrap .h_logo h1 a span img:nth-child(3) {
    width: 17.3333333333vw;
  }
  #header #nav_wrap .nav_inner {
    width: 100%;
  }
  #header #nav_wrap .nav_inner .nav1 li {
    padding: 2.9333333333vw 0 0;
    text-align: center;
  }
  #header #nav_wrap .nav_inner .nav1 li:last-child {
    padding: 7.3333333333vw 0 0;
  }
  #header #nav_wrap .nav_inner .nav1 li a {
    font-size: 3.2rem;
  }
  #header #nav_wrap .nav_inner .nav1 .on {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #nav_wrap .nav_inner .nav1 .on::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    margin: 0 20px 0 10px;
    background: #fff;
  }
  #header #nav_wrap .nav_inner .sns_list {
    justify-content: center;
    margin: 7.3333333333vw 0 0;
  }
  #header #nav_wrap .nav_inner .sns_list li {
    margin: 0 3.3333333333vw;
  }
  #header #nav_wrap .nav_inner .sns_list a {
    border-color: #fff;
    color: #fff;
  }
  #header.on #nav_wrap {
    opacity: 1;
    pointer-events: all;
  }
  #header.scf_on #nav_open svg {
    animation: stroke 2s ease-in-out forwards;
    animation-delay: 1.3s;
  }
  #header.scf_on #nav_open svg:nth-of-type(2) {
    animation-delay: 1.4s;
  }
  #header.scf_on #nav_open svg:nth-of-type(3) {
    animation-delay: 1.5s;
  }
  #header.front #nav {
    justify-content: space-between;
  }
  #header.front #nav > .h_logo {
    position: absolute;
    top: 29.7333333333vw;
    left: 0;
    width: 100%;
  }
  #header.front #nav > .h_logo h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.8);
  }
  #header.front #nav > .h_logo h1 a img {
    width: 20vw;
    margin: 0 4.5333333333vw 0 0;
    filter: brightness(100%);
  }
  #header.front #nav > .h_logo h1 a span img {
    display: block;
    width: 25.3333333333vw;
    margin: 0;
  }
  #header.front #nav > .h_logo h1 a span img:nth-child(2) {
    width: 32.6666666667vw;
    margin: 2vw 0 2.1333333333vw;
  }
  #header.front #nav > .h_logo h1 a span img:nth-child(3) {
    width: 17.3333333333vw;
  }
  #header.front #nav > .sns_list {
    margin: 0;
  }
  #header.front #nav > .sns_list a {
    border-color: #fff;
    color: #fff;
  }
  #header.front #nav #nav_open {
    color: #fff;
  }
  #header.front #nav #nav_open svg {
    stroke: #fff;
  }

  #footer {
    position: relative;
    margin: 26.6666666667vw 0 17.0666666667vw;
    padding: 11.3333333333vw 0 0;
    background: #8b6990;
    color: #fff;
  }
  #footer .block1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 8.4vw;
  }
  #footer .h_logo h2 {
    text-align: center;
  }
  #footer .h_logo a {
    display: inline-block;
  }
  #footer .h_logo a img {
    display: block;
    width: 10.6666666667vw;
    height: auto;
  }
  #footer .h_logo a img:nth-child(2) {
    width: 10.9333333333vw;
    margin: 2.6666666667vw 0 0;
  }
  #footer .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 56.6666666667vw;
  }
  #footer .nav li {
    width: 50%;
    margin: 0 0 3.3333333333vw;
  }
  #footer .nav li a {
    font-size: 2.4rem;
  }
  #footer .reserve {
    width: 100%;
    margin: 8vw 0 0;
  }
  #footer .reserve a {
    justify-content: center;
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #footer .reserve a i {
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
  #footer #copyright {
    padding: 6.2666666667vw 0 3.7333333333vw;
    border-top: 1px solid #fff;
    font-size: 2rem;
    text-align: center;
  }

  .fixed_btn {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1000;
    width: 100%;
    transition-delay: 2s;
    writing-mode: inherit !important;
  }
  .fixed_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 1.6vw;
    background: #8b6990;
    color: #fff;
    font-size: 3rem;
    writing-mode: inherit;
  }
  .fixed_btn a span {
    margin: 0 4.6666666667vw 0 0;
    font-size: 4.6rem;
    color: #735078;
  }
  .fixed_btn a i {
    margin: 0 0 0 4.6666666667vw;
  }
}
#wrapper {
  overflow-x: hidden;
}

.scf,
.scf_l {
  opacity: 0;
  transition: 0.8s;
}
.scf.scf_on,
.scf_l.scf_on {
  opacity: 1;
}

.scf_y {
  transform: translateY(30px);
}
.scf_y.scf_on {
  transform: translateY(0);
}

.attention {
  color: #e70607;
}

.ff_tr {
  font-weight: 200;
  font-family: trajan-sans-pro, sans-serif;
}

.ff_nse {
  font-weight: 200;
  font-family: "Noto Serif JP", sans-serif;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fwnw {
  flex-wrap: nowrap;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcr {
  justify-content: flex-end;
}

.jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.textc {
  text-align: center !important;
}

.textl {
  text-align: left !important;
}

.textr {
  text-align: right !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.posr {
  position: relative;
}

.sns_list {
  display: flex;
}
.sns_list li {
  margin: 0 20px 0 0;
}
.sns_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0 0 0.5px 1px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
}

.t_v {
  line-height: 2.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.2em;
}

.t_upc {
  text-transform: uppercase;
}

#svg_dec {
  display: none !important;
}

.u_lw {
  fill: none;
  stroke: #dfdfdf;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.13px;
  stroke-dasharray: 1800;
  stroke-dashoffset: 0;
  stroke-dashoffset: 1800;
}

.i_arrow1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.i_arrow1::before {
  content: "";
  display: block;
  margin: 0 0 0 2px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}

.c_btn1,
.c_reserve1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px 12px 60px;
  border: 1px solid #fff;
  font-size: 2.2rem;
}
.c_btn1 span,
.c_reserve1 a span {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
}
.c_btn1.orange,
.c_reserve1 a.orange {
  border-color: #e17c20;
}
.c_btn1.orange span,
.c_reserve1 a.orange span {
  color: #333;
}
.c_btn1.orange .ff_tr,
.c_btn1.orange *,
.c_reserve1 a.orange .ff_tr,
.c_reserve1 a.orange * {
  color: #e17c20;
}
.c_btn1.orange .ff_tr span,
.c_btn1.orange * span,
.c_reserve1 a.orange .ff_tr span,
.c_reserve1 a.orange * span {
  color: #e17c20;
}
.c_btn1.orange .i_arrow1,
.c_reserve1 a.orange .i_arrow1 {
  border-color: #e17c20;
}
.c_btn1.orange .i_arrow1::before,
.c_reserve1 a.orange .i_arrow1::before {
  border-color: transparent transparent transparent #e17c20;
}
.c_btn1.purple,
.c_reserve1 a.purple {
  border-color: #8b6990;
}
.c_btn1.purple span,
.c_reserve1 a.purple span {
  color: #333;
}
.c_btn1.purple .ff_tr,
.c_btn1.purple *,
.c_reserve1 a.purple .ff_tr,
.c_reserve1 a.purple * {
  color: #8b6990;
}
.c_btn1.purple .ff_tr span,
.c_btn1.purple * span,
.c_reserve1 a.purple .ff_tr span,
.c_reserve1 a.purple * span {
  color: #8b6990;
}
.c_btn1.purple .i_arrow1,
.c_reserve1 a.purple .i_arrow1 {
  border-color: #8b6990;
}
.c_btn1.purple .i_arrow1::before,
.c_reserve1 a.purple .i_arrow1::before {
  border-color: transparent transparent transparent #8b6990;
}

.c_reserve1 {
  width: 880px;
  margin: 120px auto 190px;
}
.c_reserve1 a {
  justify-content: flex-start;
  width: 100%;
  padding: 40px;
}
.c_reserve1 a::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #e17c20;
}
.c_reserve1 a .i_bed {
  margin: 0 95px 0 30px;
  font-size: 3rem;
}
.c_reserve1 a .flex {
  align-items: center;
}
.c_reserve1 a .ff_tr {
  position: relative;
  top: -2px;
  margin: 0 60px 0 0;
  font-size: 2rem;
}
.c_reserve1 a .i_arrow1 {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 auto;
}
.c_reserve1 a .i_arrow1::before {
  border-width: 4px 0 4px 7px;
}

/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .sp {
    display: none !important;
  }

  .hov1 {
    transition: 0.3s;
  }
  .hov1:hover {
    opacity: 0.7;
  }

  .hov_wrap1 a,
.hov_wrap1 button {
    transition: 0.3s;
  }
  .hov_wrap1 a:hover,
.hov_wrap1 button:hover {
    opacity: 0.7;
  }

  .c_wrap1,
.c_pc_wrap1 {
    min-width: 1250px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .c_wrap2 {
    width: 1200px;
    margin: 0 auto;
  }

  .c_wrap3 {
    width: 1080px;
    margin: 0 auto;
  }

  .page_hd1 {
    padding: 250px 0 150px;
    transition-delay: 1.8s;
  }
  .page_hd1 .text1 {
    display: flex;
    margin-bottom: 100px;
  }
  .page_hd1 .text1 h1 {
    width: 50%;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .page_hd1 .text1 p {
    line-height: 2;
    padding: 5px 0 0;
    font-size: 1.8rem;
  }
  .page_hd1 .img {
    margin: 0 0 100px;
  }
  .page_hd1 .img img {
    max-width: 2000%;
  }
  .page_hd1 .text2 {
    line-height: 2.2;
    text-align: center;
  }

  .c_hd1 {
    position: absolute;
    top: 0;
    right: -0.6em;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .c_hd1 span {
    margin: 0 0 35px;
    color: #8b6990;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }

  .c_hd2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .c_hd2::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -120px;
    width: 90px;
    height: 1px;
    background: #141414;
  }

  .c_table1 {
    width: 100%;
    margin: 0 0 160px;
    border-top: 1px solid #ccc;
  }
  .c_table1 tr {
    border-bottom: 1px solid #ccc;
  }
  .c_table1 tr th,
.c_table1 tr td {
    padding: 45px 0 45px 60px;
  }
  .c_table1 tr th {
    width: 280px;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", sans-serif;
  }
  .c_table1 tr td {
    line-height: 1.8;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .c_table1 tr td .block_l {
    display: block;
    line-height: 2.2;
    font-size: 1.5rem;
  }

  .c_bottom_btn {
    margin-bottom: -250px;
    padding: 100px 0 110px;
    background: #f8f7f3;
    text-align: center;
  }
  .c_bottom_btn a {
    width: 600px;
    margin: 0 auto;
    padding: 37px 40px 39px 60px;
  }
  .c_bottom_btn a .ff_tr {
    margin: 0 -50px 0 0;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .pc {
    display: none !important;
  }

  .scroll_func {
    transform: translateY(20vw);
  }
  .scroll_func.scroll_on {
    transform: translateY(0);
  }

  .scroll_func_y0 {
    transform: translateY(0);
  }
  .scroll_func_y0.scroll_on {
    transform: translateY(0);
  }

  .c_wrap2 {
    padding: 0 8vw;
  }
  .c_wrap2 .c_wrap3 {
    padding: 0;
  }

  .c_wrap3 {
    padding: 0 8vw;
  }

  .i_arrow1 {
    width: 6vw;
    height: 6vw;
  }
  .i_arrow1::before {
    margin: 0 0 0 2px;
    border-width: 1vw 0 1vw 1.6vw;
  }

  .sns_list li {
    margin: 0 4.6666666667vw 0 0;
  }
  .sns_list a {
    width: 8vw;
    height: 8vw;
    padding: 0.5px 0 0 0.2px;
    font-size: 2.6rem;
  }

  .c_btn1,
.c_reserve1 a {
    padding: 5.0666666667vw 8vw 5.0666666667vw 10.6666666667vw;
    font-size: 3.2rem;
  }
  .c_btn1 span,
.c_reserve1 a span {
    position: relative;
    top: 1px;
    font-size: 2.3rem;
  }

  .c_reserve1 {
    width: 84vw;
    margin: 14.6666666667vw auto 16vw;
  }
  .c_reserve1 a {
    justify-content: flex-start;
    position: relative;
    width: 100%;
    padding: 4.6666666667vw 6vw 4vw 0;
  }
  .c_reserve1 a span {
    font-size: 3rem;
  }
  .c_reserve1 a::before {
    content: "";
    width: 8vw;
    height: 1px;
    background: #e17c20;
  }
  .c_reserve1 a .i_bed {
    margin: 0 6.6666666667vw 0 2.2666666667vw;
    font-size: 5rem;
  }
  .c_reserve1 a .ff_tr {
    margin: -2vw 0 -0.5vw;
    font-size: 3rem;
  }
  .c_reserve1 a .i_arrow1 {
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    margin: 0;
    transform: translateY(-50%);
  }

  .page_hd1 {
    padding: 29.3333333333vw 0 16vw;
    transition-delay: 1.8s;
  }
  .page_hd1 .text1 {
    margin-bottom: 9.3333333333vw;
    padding: 0 8vw;
  }
  .page_hd1 .text1 h1 {
    font-size: 4.6rem;
    letter-spacing: 0.1em;
  }
  .page_hd1 .text1 p {
    line-height: 1.8;
    padding: 2.6666666667vw 0 0;
    font-size: 3.2rem;
  }
  .page_hd1 .img {
    margin: 0 0 13.3333333333vw;
  }
  .page_hd1 .img img {
    width: 100%;
  }
  .page_hd1 .text2 {
    padding: 0 8vw;
    line-height: 2;
  }

  .c_hd1 {
    margin: 0 0 5.3333333333vw;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    writing-mode: inherit;
    text-orientation: mixed;
  }
  .c_hd1 span {
    margin: 0 8.6666666667vw 0 0;
    color: #8b6990;
    font-size: 3.4rem;
    letter-spacing: 0.2em;
  }

  .c_hd2 {
    position: absolute;
    top: 0;
    left: 12.8vw;
    line-height: 1;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    writing-mode: inherit;
  }
  .c_hd2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12.8vw;
    width: 9.4666666667vw;
    height: 1px;
    background: #141414;
  }

  .c_table1 {
    width: 100%;
    margin: 0 0 18.6666666667vw;
    border-top: 1px solid #ccc;
  }
  .c_table1 * {
    display: block;
    width: 100%;
  }
  .c_table1 tr {
    border-bottom: 1px solid #ccc;
  }
  .c_table1 tr th {
    padding: 5.3333333333vw 0 2.6666666667vw;
    font-size: 3.8rem;
    font-family: "Noto Serif JP", sans-serif;
  }
  .c_table1 tr td {
    line-height: 1.8;
    padding: 0 0 5.3333333333vw;
    font-size: 2.4rem;
    vertical-align: middle;
  }
  .c_table1 tr td .block_l {
    display: block;
    font-size: 2.6rem;
  }

  .c_bottom_btn {
    margin-bottom: -26.6666666667vw;
    padding: 13.3333333333vw 8vw;
    background: #f8f7f3;
    text-align: center;
  }
  .c_bottom_btn a {
    width: 100%;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

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