@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
.ma0, .lw-ES, .lw-S, .lw-M, .lw-L, .lw-EL {
  width: 100%;
  margin: 0 auto;
}

.lw-EL {
  max-width: 1600px;
}

.lw-L {
  max-width: 1200px;
}

.lw-M {
  max-width: 1025px;
}

.lw-S {
  max-width: 900px;
}

.lw-ES {
  max-width: 280px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #c1e0ff));
  background: linear-gradient(transparent 0%, #c1e0ff 0%);
  font-weight: bold;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.btn {
  min-width: 300px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
  background: linear-gradient(#444444, #000000);
}

.btn a {
  display: block;
}

.btn:hover {
  opacity: 0.5;
}

.btn-b {
  background: #0076d7;
}

.btn-b:hover {
  opacity: 0.6;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: YakuHanJP, "Noto Sans Japanese", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #272727;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-align: justify;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

p {
  color: #333333;
  line-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b8c2cc;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #b8c2cc;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

input,
textarea {
  padding: 8px;
  border: 1px solid #b8c2cc;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  resize: none;
}

input,
select {
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
  border: none;
}
input[type=submit] ::-moz-focus-inner {
  padding: 0;
  border: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
}
input[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fefefe;
  border: 1px solid #b8c2cc;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=radio] + span:focus, input[type=radio] + span:checked {
  outline: none;
  border: 1px solid #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #b8c2cc;
}
input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #b8c2cc;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  opacity: 1;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0.2em 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fefefe;
  border: 1px solid #b8c2cc;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}
input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #b8c2cc;
  border-bottom: 3px solid #b8c2cc;
  opacity: 1;
}

select {
  width: 100%;
  padding: 8px 24px 8px 8px;
  border-radius: 0;
  background-image: none;
  border: 1px solid #b8c2cc;
  font-family: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
  border: 1px solid #b8c2cc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: none;
}

/* clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.tx-c {
  text-align: center !important;
}

.tx-l {
  text-align: left !important;
}

.tx-r {
  text-align: right !important;
}

/* スマホ以外ではリンク無効 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
@include mq('min') {}
@include mq('max') {}
*/
.breadcrumb {
  padding: 8px 0;
  font-size: 1.2rem;
}

.breadcrumb ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 3px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 45.0625em) {
  .breadcrumb {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    position: relative;
  }
}
h2.page_title {
  padding: 40px 20px;
  text-align: center;
  font-size: 3rem;
}

h2.page_title span {
  display: block;
  font-size: 2rem;
  line-height: 120%;
}

.c-title {
  padding: 20px 0 10px;
  margin-bottom: 30px;
  font-size: 5rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  position: relative;
}

.c-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

.sp_only {
  display: block;
}
@media screen and (min-width: 45.0625em) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 45.0625em) {
  .pc_only {
    display: block;
  }
}

.tx-r {
  text-align: right;
}

.tx-l {
  text-align: left;
}

.tx-c {
  text-align: center;
}

.mt15 {
  margin-top: 15px;
}

/* mv */
#sec_mv {
  width: 100%;
  background-color: #272727;
}

.mv {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: url(../img/mv_main.jpg) center center no-repeat;
  background-size: cover;
}

.mv_inner {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mv_inner h2 {
  font-family: YakuHanJP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 160%;
  color: #3e3431;
}

.mv_inner p {
  margin: 0 auto;
  width: 240px;
  height: 240px;
}

.mv_scroll {
  width: 87px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mv-title {
  text-align: center;
  color: #e8863d;
  font-size: 3.2rem;
  line-height: 120%;
  padding: 30px 0;
}

.mv-title span {
  display: block;
  color: #3e48f7;
  font-size: 2rem;
}

.mv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mv ul li {
  width: calc(100% / 2);
  text-align: center;
}

.mv-bg {
  height: 68px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 45.0625em) {
  .mv {
    padding-top: 25px;
  }

  .mv ul li {
    width: calc(100% / 4);
  }

  .mv-title br + br {
    display: none;
  }
}
/* pagetitle */
.pagetitle {
  padding-top: 120px;
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  padding-bottom: 80px;
  color: #3e1e09;
}

.pagetitle h1 {
  text-align: center;
  font-size: 4rem;
}
.pagetitle h1 span {
  font-size: 2.4rem;
  display: block;
}

@media screen and (min-width: 45.0625em) {
  .pagetitle h1 {
    font-size: 5rem;
  }
}
/* header */
.header {
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff50;
}

.header__inner {
  height: 0;
}

.header__inner-logo {
  width: 220px;
}

.header__tel {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 68px;
  top: 16px;
  color: #3e48f7;
}

.header__tel a {
  display: block;
}
.header__tel a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  top: 10px;
  left: 12px;
  font-size: 4rem;
}

@media screen and (min-width: 45.0625em) {
  .header {
    color: #272727;
    height: 100px;
  }

  .header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .header__inner-logo {
    width: 220px;
    margin-top: 20px;
  }
}
/* footer */
footer {
  padding-top: 30px;
  padding: 20px;
  background-color: #272727;
  color: #fefefe;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 80px;
  padding: 10px;
}

.navbar_toggle {
  z-index: 9999;
  padding: 8px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #3e48f7;
}
.navbar_toggle::after {
  content: "MENU";
  color: #3e48f7;
  font-size: 1.07rem;
  top: -4px;
  position: relative;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width: 32px;
  background: #3e48f7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 5px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}

/*OPEN時の動き*/
.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  background-color: #252b8ee3;
}

.open a {
  color: #fefefe;
}

.open ul li {
  padding: 1em;
  border-bottom: 1px solid #252b8ee3;
  text-align: center;
  font-size: 2rem;
  font-family: "Playfair Display", serif;
}

.open > div:first-of-type {
  width: 90vw;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.open > div:first-of-type a {
  font-size: 4rem;
}
.open > div:first-of-type a span {
  padding-top: 8px;
  border-top: 4px solid #fefefe;
  display: block;
  font-size: 1.6rem;
}
.open > div:first-of-type a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 0;
  left: 40vw;
  font-size: 4rem;
  color: #fefefe;
}

@media screen and (min-width: 720px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar_toggle {
    display: none;
  }

  .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .menu ul {
    height: 100px;
    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: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu ul li {
    padding: 0 1em;
    border-bottom: none;
    font-size: 2rem;
    font-family: "Playfair Display", serif;
  }
}
/*トップページ*/
main section {
  margin-bottom: 40px;
}

.top_concept {
  width: 100%;
  padding: 0 15px;
  line-height: 200%;
}

.top_concept h3 {
  margin-bottom: 30px;
}

.top_point h3 {
  margin-bottom: 30px;
}

.top_about-txt {
  padding: 15px;
  background-image: url("../img/top_aboutbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fefefe;
  font-family: "Playfair Display", serif;
}

.top_about-txt h2 {
  margin-bottom: 20px;
  font-size: 5rem;
}

.top_about-txt h3 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.top_about-txt p {
  color: #fefefe;
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.top_point > p:first-of-type {
  margin-bottom: 40px;
}

.top_point-inner {
  width: 90%;
  margin: 0 auto;
}

.top_point-inner > div {
  margin-bottom: 40px;
}

.top_point-inner h4 {
  font-size: 2.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: YakuHanJP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #3e1e09;
  line-height: 120%;
  letter-spacing: -0.025em;
}

.top_price {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.top_price ol {
  margin-bottom: 30px;
}

.top_price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 40px;
}

.top_price-item > div {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.top_price-item > div:first-of-type p {
  width: 90%;
}

.top_price-item > div + div {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

#top_access {
  background-color: #efefef;
}

.top_access-txt {
  padding: 0 10px;
}

.top_access {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.top_access p {
  font-size: 2rem;
}

.top_contact p {
  margin: 20px auto;
}

.top_contact .btn {
  width: 90%;
  margin: 0 auto;
  max-width: 620px;
}

.top_contact h3 {
  font-size: 3rem;
}

.sns {
  width: 100%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns > div {
  margin: 0 10px;
}

.top_price-txt {
  padding-top: 20px;
}

.top_price-txt h2 {
  line-height: 130%;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  color: #2a3646;
  font-weight: normal;
  background-color: #fafafa;
  padding: 4px 10px;
}

.top_price-txt h3 {
  font-size: 2.5rem;
  color: #2a3646;
  line-height: 100%;
}

.top_price-txt h4 {
  font-size: 1.8rem;
  color: #f66d9b;
  font-weight: normal;
  margin-top: 10px;
}

.top_price-txt ol {
  margin: 20px 0;
  line-height: 120%;
  text-align: right;
}

.top_price-txt ol li:first-child {
  font-size: 4rem;
  color: #272727;
}

.top_price-txt h5 {
  color: #628bd6;
  font-size: 1.5rem;
  margin-top: 15px;
}

.top_price-txt h6 {
  font-size: 1.3rem;
}

.top_price-txt p {
  font-size: 1.3rem;
  line-height: 160%;
}

.top_price-txt .btn {
  width: 90%;
  max-width: 480px;
  margin: 15px auto;
}

.top_price-list {
  font-size: 2.5rem;
}

.top_price-list span {
  font-size: 1.6rem;
}

@media screen and (min-width: 45.0625em) {
  .top_about {
    width: 100%;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .top_about > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .top_about-txt {
    padding: 80px;
  }

  .top_about-txt p {
    font-size: 2rem;
    line-height: 240%;
  }

  .top_point {
    width: 100%;
  }

  .top_point-inner {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }

  .top_point-inner > div {
    width: calc((100% / 3) - 2%);
  }

  .top_contact h3 {
    font-size: 5rem;
  }

  .top_movie {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .top_movie > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .top_price-inner {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
  }

  .top_price-inner > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .top_price-txt {
    padding-top: 10px;
    padding-left: 60px;
  }
}