@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

body {
  background-image: url("../img/bg.png") !important;
  background-repeat: repeat;
  font-family: -apple-system,BlinkMacSystemFont, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-X: hidden;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

p {
  text-align: justify;
}

.title {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .inline_block {
    display: inline-block;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1506995368') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1506995368');
  src: url('/fonts/slick.eot?&1506995368#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1506995368') format("woff"), url('/fonts/slick.ttf?1506995368') format("truetype"), url('/fonts/slick.svg?1506995368#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

header {
  padding: 24px 0;
  background: rgba(36, 145, 255, 0.8);
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
  header .container {
    padding: 0;
  }
}
header .top_ap {
  position: relative;
}
header .logo {
  display: inline-block;
}
header .logo img {
  width: 80%;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  header .logo img {
    width: 70%;
    margin: 16px 0 8px 16px;
  }
}
header .contact_box {
  display: inline-block;
  float: right;
}
header .contact_box .contact {
  background: #FFFF00;
  display: inline-block;
  padding: 8px 24px;
  vertical-align: top;
  margin-top: 3px;
  font-weight: 600;
  color: #222;
}
@media screen and (max-width: 767px) {
  header .contact_box .contact {
    padding: 12px 16px;
    margin-top: 0;
    margin: 4px;
  }
}
header .contact_box .contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  header .contact_box .contact::before {
    margin-right: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  header .contact_box .contact span {
    display: none;
  }
}
header .contact_box .tel {
  width: 200px;
  color: white;
  display: inline-block;
  margin-right: 8px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header .contact_box .tel {
    display: none;
  }
}
header .contact_box .tel span {
  display: block;
  font-size: 14px;
}
header .contact_box .tel img {
  margin-top: -14px;
}
header .contact_box a {
  text-decoration: none;
}
header .main_image {
  margin: 32px 0 2rem;
  padding: 8px 0;
  position: relative;
}
header .main_image .main_bg {
  position: absolute;
  background: url("../img/bg.png"), white !important;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
}
header .main_image .main_text {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .main_image .main_text {
    width: 95%;
  }
}

.thumb-item {
  width: 70%;
  margin: 16px auto 0;
}

.slick-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slick-slide img {
    width: auto;
    height: 50vh;
  }
}

.slide {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .slick-list {
    padding: 0 !important;
  }
}

.slick-active {
  position: relative;
}
.slick-active img {
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
}

.slide .slick-slide {
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .slide .slick-slide {
    margin: 0 !important;
  }
}

/*slick setting*/
.slide .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(90%);
  -moz-filter: opacity(90%);
  -o-filter: opacity(90%);
  -ms-filter: opacity(90%);
  filter: opacity(90%);
  transition: 0.2s linear;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

#set_pran {
  background: rgba(36, 145, 255, 0.8);
  padding-bottom: 40px;
}
#set_pran .row {
  margin-top: 2rem;
}

.set_plan {
  text-align: center;
}
.set_plan .title {
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, #ffff00 0%);
  display: inline;
  font-size: 36px;
  padding: 0 8px;
}
.set_plan h2 {
  margin-bottom: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .set_plan h2 {
    padding-top: 40px;
  }
}
.set_plan h3 {
  text-align: center;
  font-size: 20px;
  margin: 1rem 0 2rem;
  padding: 16px 0;
}
.set_plan h3::after {
  content: "";
  border-bottom: 3px solid #ffff00;
  width: 50px;
  display: block;
  margin: 8px auto;
}

.stripe_box {
  background: white;
  display: block;
  margin: 16px auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
.stripe_box p {
  line-height: 1.5;
  font-size: calc(14px + .2vw);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.stripe_box img {
  margin-bottom: 1rem;
  border-radius: 5px 5px 0 0;
  padding: 16px;
  padding-bottom: 0;
}
.stripe_box ul {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.stripe_box ul li {
  font-size: calc(14px + .2vw);
  font-weight: 600;
  display: inline-block;
}
.stripe_box ul li::after {
  content: "･";
}
.stripe_box ul li:last-of-type::after {
  content: none;
}

#online_pack {
  margin: 100px 0 0;
  padding: 20px 0;
  position: relative;
}
#online_pack .row:nth-of-type(2) {
  margin: 80px 0 0;
  justify-content: flex-end;
}
#online_pack img {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  #online_pack img {
    margin-left: 0;
    width: 90%;
  }
}
#online_pack .btn {
  background: rgba(36, 145, 255, 0.8);
  color: white;
  padding: 8px 30px;
  font-size: 14px;
}
#online_pack .btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #online_pack .btn::before {
    margin-right: 8px;
    font-size: 14px;
  }
}
#online_pack .point_img img {
  width: 55%;
  float: right;
  margin: -60px 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #online_pack .point_img img {
    margin: -60px 0 0 auto;
  }
}
#online_pack .pickup_textBox {
  padding-top: 35%;
}
@media screen and (max-width: 767px) {
  #online_pack .pickup_textBox {
    padding-top: 15%;
  }
}
#online_pack .pickup_textBox h3 {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #E34242;
}
#online_pack .pickup_textBox h3 span {
  font-size: 50%;
  display: block;
  margin: 8px 0;
  color: #E34242;
  font-weight: bold;
  font-style: italic;
}
#online_pack .pickup_textBox p {
  line-height: 1.75;
}

#scene {
  padding: 80px 0;
}
#scene .scene_image {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #scene .scene_image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #scene figure {
    margin-top: 36px;
  }
}
#scene figcaption {
  text-align: center;
}
#scene figcaption h3 {
  font-size: 24px;
  margin: 1rem 0;
  letter-spacing: .08em;
  color: #73B8FF;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #scene figcaption h3 {
    font-size: 20px;
  }
}
#scene figcaption p {
  letter-spacing: .05em;
  margin-bottom: 1rem;
  text-align: center;
}

#ap_text_contents {
  background: rgba(36, 145, 255, 0.8);
  position: relative;
}
@media screen and (max-width: 767px) {
  #ap_text_contents {
    height: auto;
  }
}
#ap_text_contents .ap_bg {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #ap_text_contents .ap_bg {
    clip-path: none;
  }
}
#ap_text_contents .row .col-md-6:first-of-type {
  padding: 0;
}
#ap_text_contents .text_box {
  position: relative;
  height: 100%;
}
#ap_text_contents .text_box .inner_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #ap_text_contents .text_box .inner_box {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
}
#ap_text_contents .bg {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ap_text_contents .bg {
    position: relative;
  }
}
#ap_text_contents .bg .container {
  position: relative;
  height: 100%;
}
#ap_text_contents .bg h3 {
  margin: 2rem 0;
  line-height: 1.5;
  color: #FFFF00;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #ap_text_contents .bg h3 {
    font-size: 24px;
  }
}
#ap_text_contents .bg p {
  line-height: 1.75;
  color: white;
  letter-spacing: .05em;
  text-align: center;
}

#pran {
  padding: 80px 0;
}
#pran .row {
  margin: 80px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #pran .row {
    margin: 40px 0;
  }
}
#pran .row:first-of-type {
  border: 3px solid #007FEB;
  border-radius: 8px;
}
#pran .row:first-of-type h3 {
  color: #007FEB;
}
#pran .row:nth-of-type(2) {
  border: 3px solid #12a513;
  border-radius: 8px;
}
#pran .row:nth-of-type(2) h3 {
  color: #12a513;
}
#pran .row:nth-of-type(3) {
  border: 3px solid #FF8307;
  border-radius: 8px;
}
#pran .row:nth-of-type(3) h3 {
  color: #FF8307;
}
#pran .row:last-of-type {
  border: 3px solid #E34242;
  border-radius: 8px;
}
#pran .row:last-of-type h3 {
  color: #E34242;
}
#pran .row .col-md-4 {
  padding: 0;
}
#pran .row .col-md-4 img {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 767px) {
  #pran .row .col-md-4 img {
    border-radius: 6px 6px 0 0;
  }
}
#pran .row .col-md-8 h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  #pran .row .col-md-8 h3 {
    font-size: 20px;
  }
}
#pran .row .col-md-8 h3 span {
  font-size: 80%;
  margin-left: 8px;
}
#pran .row .col-md-8 p {
  line-height: 2;
}

#question {
  background: rgba(36, 145, 255, 0.8);
  padding: 80px 0;
}
#question .title {
  color: #ffff00 !important;
  margin: 2rem 0 4rem;
}
#question .card {
  margin: 16px 0;
}
#question .card .card-header a {
  color: #222;
  font-size: 16px;
}
#question .card .card-header a::before {
  content: "Q.";
  font-size: 18px;
  margin-right: 8px;
}
#question .card .card-body {
  font-size: 14px;
  letter-spacing: .08em;
}
#question .card .card-body::before {
  content: "A.";
  margin-right: 8px;
}

#contact {
  padding: 80px 0;
}
#contact h3 {
  text-align: center;
  margin: 2rem 0;
  font-size: 16px;
}
#contact h3 span {
  display: block;
  font-size: 36px;
  margin: 8px 0;
}
#contact h3 span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
  font-size: 32px;
}
#contact .contact_table {
  margin: 5% 0;
}
#contact .contact_table input, #contact .contact_table textarea, #contact .contact_table select {
  background: white !important;
}
#contact .contact_table input[type="radio"] {
  margin: 10px 0;
  vertical-align: length;
}
#contact .contact_table input[type="radio"]:nth-of-type(even) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #contact .contact_table input[type="radio"]:nth-of-type(even) {
    margin-left: 0;
  }
}
#contact .contact_table th, #contact .contact_table td {
  height: 30px;
  padding: 15px 0;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  #contact .contact_table th, #contact .contact_table td {
    display: block;
    height: auto;
    padding: 5px 0;
  }
}
#contact .contact_table th {
  width: 20%;
  letter-spacing: 2px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #contact .contact_table th {
    width: 100%;
    font-weight: bold;
  }
}
#contact .contact_table td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contact .contact_table td {
    width: 100%;
  }
}
#contact .contact_table tr {
  border-bottom: dotted 1px #ccc;
  padding: 15px 0;
}
#contact .contact_table .required::before {
  content: "*";
  color: red;
}
#contact .contact_table .notdisp {
  display: none;
}
#contact .contact_table input[type="text"], #contact .contact_table input[type="email"], #contact .contact_table input[type="tel"], #contact .contact_table textarea {
  background: #fafafa;
  font-size: 14px;
}
#contact .contact_table input.pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
#contact .contact_table #input-people {
  width: 50%;
}
#contact .contact_table #form_add_area input[type="text"], #contact .contact_table #form_add input[type="text"] {
  display: inline-block;
  width: 90%;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #contact .contact_table #form_add_area input[type="text"], #contact .contact_table #form_add input[type="text"] {
    width: 75%;
  }
}
#contact .btn {
  width: 60%;
  display: block !important;
  margin: 0 auto;
  border-radius: 5px !important;
  letter-spacing: .5em;
  border: 1px solid #222;
  padding: 16px 0;
  font-weight: 600 !important;
}
#contact .btn:hover {
  background: rgba(36, 145, 255, 0.8);
  color: white;
}

footer {
  background: rgba(36, 145, 255, 0.8);
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  footer img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
footer address, footer a, footer p {
  margin: .3rem 0;
  color: white;
}
footer address {
  margin-top: 16px;
}
footer a::before {
  content: "TEL:";
  margin-right: 8px;
}
footer .studio_info {
  text-align: center;
  font-size: 14px;
}
footer .studio {
  letter-spacing: .08em;
}
footer .studio::before {
  display: none;
}
footer .copylight {
  text-align: center;
  font-size: 14px;
  padding-bottom: 16px;
  margin: 2rem 0 0;
}

.video_box {
  width: 60%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .video_box {
    width: 100%;
    margin: 40px 0;
  }
}

.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*境界線の打ち消し*/
}
