@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-go {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .fs-12 {
    font-size: 1.2rem !important;
  }
  .fs-14 {
    font-size: 1.2rem !important;
  }
  .fs-16 {
    font-size: 1.4rem !important;
  }
  .fs-20 {
    font-size: 1.4rem !important;
  }
}
.fl-l {
  float: left !important;
  margin-right: 20px;
}
.fl-r {
  float: right !important;
  margin-left: 20px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 580ms;
          transition-duration: 580ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
}
body {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.8rem;
  color: #222;
  line-height: 2;
}
a {
  text-decoration: none;
  color: #1f1f1f;
}
strong {
  font-weight: bold;
}
.clear {
  clear: both;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 30;
}
.header-logo {
  width: 160px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav ul li {
  margin-left: 30px;
}
.nav ul a {
  color: #fff;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
.sp-nav {
  display: none;
}
.header-wrap {
  background-color: rgba(0,0,0,0.6);
  height: 120px;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .nav ul li {
    margin-left: 20px;
  }
  .nav ul a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 10px;
    left: 10px;
    width: calc(100% - 10px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .header-logo {
    width: 80px;
  }
  .nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .sp-nav .toggle {
    border: none;
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
  }
  .sp-nav .toggle span {
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 1px;
  }
  .sp-nav .toggle span:nth-of-type(1) {
    top: 10px;
  }
  .sp-nav .toggle span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sp-nav .toggle span:nth-of-type(3) {
    bottom: 10px;
  }
  .sp-nav .toggle.open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sp-nav .toggle.open span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sp-nav .toggle.open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sp-nav__list {
    background-color: #222;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .sp-nav__list.open {
    display: block;
  }
  .sp-nav__list ul {
    position: absolute;
    left: 50%;
    top: 10%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .sp-nav__list li {
    text-align: center;
  }
  .sp-nav__list a {
    color: #fff;
    display: block;
    padding: 20px 0;
  }
  .header-wrap {
    height: 60px;
  }
}
.noscroll {
  overflow: hidden;
}
.heading + .txt {
  margin-bottom: 60px;
}
.main-visual {
  padding-top: 56.22%;
  position: relative;
  width: 100%;
}
.main-visual::before {
  background-color: rgba(0,0,0,0.1);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main-visual .lead {
  color: #fff;
  font-size: 4.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
#about .f-go {
  font-size: 1.4rem;
  margin-top: 60px;
}
#about .movie-area {
  margin-top: 60px;
}
#about .movie-area .movie iframe {
  width: 800px;
  height: 455px;
}
#about .movie-area .caption {
  font-size: 1.8rem;
}
#profile .profile-txt {
  margin-bottom: 60px;
}
#profile .column {
  margin-bottom: 40px;
}
#profile .disc {
  margin-top: 20px;
}
#plan .btn {
  margin-top: 14px;
}
#plan .plan-photo {
  margin-bottom: 60px;
}
#plan .plan-photo img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual .lead {
    font-size: 2rem;
    text-align: center;
  }
  #about .f-go {
    margin-top: 0;
  }
  #about .movie-area .movie iframe {
    width: 100%;
    height: auto;
  }
  #profile .column {
    margin-bottom: 0;
  }
  #profile .disc > li {
    margin-bottom: 10px;
  }
  #profile .disc > li::before {
    top: 1.4rem;
  }
  #flow .order li:nth-child(odd) .wrp:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #flow .order li:nth-child(odd) .wrp:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #plan .order > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #plan .order > li .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 25px;
    text-align: right;
  }
  #plan .order > li .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #plan .order > li .txt-price,
  #plan .order > li .disc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #plan .order > li .txt-price > li::before,
  #plan .order > li .disc > li::before {
    top: 1.6rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
  #plan .order > li .txt-price + .txt,
  #plan .order > li .disc + .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column .wrp img {
  width: 100%;
}
.column .wrp .txt {
  text-align: left;
}
.column .wrp + .wrp {
  margin-left: 30px;
}
.column .wrp.sub {
  width: calc(30% - 15px);
}
.column .wrp.main {
  width: calc(70% - 15px);
}
.column.col-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column.col-2 .wrp {
  width: calc(50% - 30px);
}
.column.col-3 .wrp {
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 768px) {
  .column .wrp {
    width: 100%;
    margin-bottom: 30px;
  }
  .column .wrp img {
    max-width: 100%;
  }
  .column.col-2 .wrp,
  .column.col-3 .wrp {
    width: 100%;
    margin-left: 0;
  }
}
section {
  padding: 100px 0;
}
section:nth-of-type(even) {
  background-color: #f8f8f8;
}
.cont-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.box {
  border: solid 1px #ddd;
  outline: solid 1px #ddd;
  outline-offset: 3px;
  padding: 50px;
  margin-bottom: 60px;
}
.box .heading-red,
.box .txt {
  margin-bottom: 30px;
}
.box .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
  .cont-inner {
    padding: 0 15px;
  }
  .box {
    padding: 20px 20px 0;
  }
  .box .heading-red,
  .box .txt {
    margin-bottom: 15px;
  }
}
footer {
  color: #ccc;
  font-size: 1.4rem;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}
.btn {
  text-align: center;
}
.btn a,
.btn span {
  background-color: #902828;
  border: solid 1px #902828;
  color: #fff;
  padding: 14px 20px;
}
.btn a:hover,
.btn span:hover {
  background-color: #fff;
  color: #902828;
}
div.mfp_buttons button#mfp_button_send {
  background-color: #902828;
  border: solid 1px #902828;
  color: #fff;
  padding: 14px 20px;
}
div.mfp_buttons button#mfp_button_send:hover {
  background: #fff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #902828;
}
div.mfp_buttons button#mfp_button_cancel {
  border: solid 1px #222;
  color: #222;
  padding: 14px 20px;
}
div.mfp_buttons button#mfp_button_cancel:hover {
  background: #fff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #222;
}
.tbl table {
  border-top: 1px solid #cfcfcf;
  margin-bottom: 50px;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.tbl tr {
  border-bottom: 1px solid #cfcfcf;
}
.tbl th {
  text-align: left;
  vertical-align: middle;
  width: 20em;
}
.tbl td {
  padding: 30px 0;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: 0;
  padding: 0;
  border: 0;
  background: inherit;
  text-shadow: inherit;
  font-size: 1.8rem;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding: 15px;
  margin: 0;
}
input,
textarea {
  width: 100% !important;
	border: 1px solid #eee;
	line-height: 2.4em;
	padding: 0 1em;
	box-sizing: border-box;
	font-size: 1.8rem;
  /* 追加 */
  height: 73px !important;
}
.select-box {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  width: 266px;
	border: 1px solid #eee;
	padding: 0 1em;
	box-sizing: border-box;
}
.select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
	border: none;
	color: #666;
	font-size: 1.8rem;
	padding: 1rem 0;
}
.select-box ::-ms-expan {
  display: none;
}
.select-box::before,
.select-box::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
.select-box::before {
  bottom: 55%;
  border-width: 0 6.5px 6px 6.5px;
  border-bottom-color: #902828;
}
.select-box::after {
  border-width: 6px 6.5px 0 6.5px;
  border-top-color: #902828;
  top: 55%;
}
.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date .select-box {
  width: 30%;
  max-width: 114px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .tbl th {
    display: block;
    padding: 20px 0 0;
  }
  .tbl td {
    display: block;
  }
}
.heading {
  margin-bottom: 60px;
}
.heading__inner {
  text-align: center;
}
.heading__inner b {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  line-height: 1;
}
.heading__inner i {
  display: block;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2rem;
}
.heading-red {
  color: #902828;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-bottom: 30px;
  }
  .heading__inner b {
    font-size: 4rem;
  }
  .heading__inner i {
    font-size: 1.2rem;
  }
  .heading-red {
    font-size: 2rem;
  }
}
ul li,
ol li {
  text-align: left;
}
.label {
  font-size: 1.4rem;
  padding: 10px;
  width: 74px;
}
.label.gray {
  background-color: #cfcfcf;
  color: #fff;
}
.label.yellow {
  background-color: #f7e233;
  color: #000;
}
.disc-inline {
  margin-bottom: 30px;
}
.disc-inline li {
  display: inline;
  font-size: 1.8rem;
}
.disc-inline li:before {
  content: "●";
  color: #f7e233;
}
.caption {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.4rem;
  text-align: center;
}
.txt + .txt {
  margin-top: 1.6rem;
}
.txt-price {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 1.8rem;
  }
  .txt-price {
    font-size: 2rem;
  }
}
.order {
  counter-reset: count;
}
.order > li {
  margin-bottom: 60px;
}
.order > li .heading-red {
  margin-bottom: 30px;
}
.order > li .heading-red::before {
  background-color: #222;
  counter-increment: count;
  content: counter(count);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order > li .txt {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1.8rem;
}
.order > li .txt.f-go {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.disc > li {
  position: relative;
  padding-left: 2rem;
}
.disc > li::before {
  content: "";
  background-color: #902828;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .order > li {
    margin-bottom: 40px;
  }
  .order > li .heading-red {
    margin-bottom: 15px;
  }
  .order > li .heading-red::before {
    font-size: 2rem;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=maps/index.css.map */
