@charset "UTF-8";
/* color ////////////////////////////////////////////////////////////////////////// */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* base ////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, section, figure {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.01em; }

p, ul, ol, li, dl {
  line-height: 1.6em; }

strong {
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }

img {
  border: none;
  vertical-align: bottom;
  height: auto; }

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #333;
  font-size: 1rem;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100vw;
  overflow-x: hidden; }
  @media screen and (max-width: 499px) {
    body {
      font-size: 1rem; } }

body.fixed {
  position: fixed; }

a {
  color: #0099cc;
  transition: 0.1s; }

a:hover {
  text-decoration: none; }

.btn-line a {
  display: block; }
.btn-line a:hover {
  -webkit-transform: translate3D(2px, 2px, 0px);
  transform: translate3D(2px, 2px, 0px); }

/* header //////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1025px) {
  .site-description {
    position: absolute;
    right: 240px;
    top: 8px;
    margin: 0px;
    padding: 4px;
    font-weight: normal;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    text-align: right; } }

@media screen and (min-width: 1025px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px 0vw 0px;
    border-color: #ddd;
    border-style: solid;
    border-width: 0px 0px 0px; } }

@media screen and (min-width: 1025px) {
  .site-id .site-description {
    position: absolute;
    right: 230px;
    top: 8px;
    margin: 0px;
    padding: 4px;
    font-weight: normal;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    color: #888;
    font-size: 13px;
    line-height: 1.4em;
    text-align: right; }
  .site-id figure.logo {
    margin: 0px 0px 0px 0.5vw;
    padding: 6px;
    height: 92px; }
    .site-id figure.logo img {
      margin: 0px 0px 0px 0px;
      width: auto;
      height: 100%; } }
@media screen and (max-width: 1024px) {
  .site-id {
    margin: 0px 60px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-id .site-description {
      font-weight: normal;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
      color: #888;
      font-size: 12px;
      line-height: 1.4em;
      text-align: left; }
    .site-id figure.logo {
      margin: 0px 10px 0px 0px;
      width: 74px; }
      .site-id figure.logo img {
        margin: 0px 0px 0px 0px;
        width: 100%; } }

@media screen and (min-width: 1025px) {
  nav {
    padding: 0px 230px 0px 0px; }
    nav #toggle {
      display: none; }
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px; }
    nav li:first-child {
      padding: 1em 0px; }
    nav li {
      list-style: none;
      padding: 1em 0px 1em 2em; }
      nav li a {
        display: block;
        font-weight: bold;
        color: #333;
        text-decoration: none; }
      nav li a:hover {
        color: #888; } }
@media screen and (max-width: 1024px) {
  nav #toggle {
    /*z-index: 9999;
    top:0px;
    right: 0px;
    position: fixed;*/
    z-index: 10000;
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    color: #333;
    width: 70px;
    height: 70px;
    border-color: #fff;
    border-style: solid;
    border-width: 0px;
    background-color: #fff;
    box-sizing: border-box;
    text-decoration: none; }
  nav #toggle::before {
    display: block;
    margin: 0px auto -8px auto;
    padding: 12px 0px 0px 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 24px;
    line-height: 28px; }
  nav #toggle::after {
    content: "メニュー";
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 11px;
    line-height: 12px; }
  nav #toggle:hover {
    color: #888; }
  nav #toggle.active {
    color: #666; }
  nav #toggle.active:hover {
    color: #ccc; }
  nav #toggle.active::before {
    content: ""; }
  nav #toggle.active::after {
    content: "閉じる"; }
  nav ul {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0px;
    padding: 70px 0px 200px;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background-color: white; }
  nav li {
    list-style: none;
    margin: 0px 0px -1px 0px;
    text-align: left;
    line-height: 1em;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-weight: bold; }
    nav li a {
      display: block;
      padding: 1em;
      text-decoration: none;
      color: #333; }
    nav li a:hover {
      background-color: rgba(255, 170, 77, 0.9);
      color: #fff; } }
@media screen and (max-width: 499px) {
  nav #toggle {
    top: 0px;
    right: 0px;
    width: 54px;
    height: 54px; }
  nav #toggle::before {
    padding: 4px 0px 0px 0px; }
  nav ul {
    padding: 54px 0px 200px; } }

@media screen and (min-width: 1025px) {
  .fixed-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    font-size: 15px; }
    .fixed-btn li {
      list-style: none;
      width: 210px;
      text-align: center; }
      .fixed-btn li a {
        display: block;
        line-height: 46px;
        text-decoration: none; }
    .fixed-btn li.btn-twitter a {
      color: #fff;
      border-color: #00acee;
      border-style: solid;
      border-width: 0px;
      background-color: #00acee;
      font-weight: bold;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .fixed-btn li.btn-twitter a:hover {
      color: #00acee;
      background-color: #fff; }
    .fixed-btn li.btn-contact a {
      color: #fff;
      border-color: #FFAA4D;
      border-color: darkorange;
      border-style: solid;
      border-width: 0px;
      background-color: #FFAA4D;
      background-color: darkorange;
      font-weight: bold;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .fixed-btn li.btn-contact a:hover {
      color: #FFAA4D;
      background-color: #fff;
      color: darkorange; } }
@media screen and (max-width: 1024px) {
  .fixed-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fixed-btn li {
      list-style: none;
      text-align: center; }
      .fixed-btn li a {
        display: block;
        padding: 0px 1em;
        line-height: 54px;
        text-decoration: none; }
    .fixed-btn li.btn-twitter a {
      color: #fff;
      border-color: #00acee;
      border-style: solid;
      border-width: 0px;
      background-color: #00acee;
      font-weight: bold;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .fixed-btn li.btn-twitter a:hover {
      color: #00acee;
      background-color: #fff; }
    .fixed-btn li.btn-contact a {
      color: #fff;
      border-color: #FFAA4D;
      border-color: darkorange;
      border-style: solid;
      border-width: 0px;
      background-color: #FFAA4D;
      background-color: darkorange;
      font-weight: bold;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .fixed-btn li.btn-contact a:hover {
      color: #FFAA4D;
      color: darkorange;
      background-color: #fff; } }

/* footer //////////////////////////////////////////////////////////////// */
footer .sns {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  footer .sns li {
    list-style: none;
    margin: 5px;
    width: 50px; }
    footer .sns li a {
      display: block; }
      footer .sns li a img {
        width: 100%;
        border-radius: 50%; }
    footer .sns li a:hover {
      -webkit-transform: translate3D(2px, 2px, 0px);
      transform: translate3D(2px, 2px, 0px); }
footer .copy {
  margin: 3em auto;
  font-size: 12px; }
@media screen and (min-width: 1025px) {
  footer .f-btn-contact {
    margin: 1em auto 0px;
    width: 300px; } }
@media screen and (max-width: 1024px) {
  footer {
    padding: 0px 0px 70px;
    padding: 0px; }
    footer .f-btn-contact {
      z-index: 10001;
      position: fixed;
      left: 0px;
      bottom: 0px; }
      footer .f-btn-contact a {
        display: block;
        padding: 0em 80px 0em 16px;
        text-decoration: none;
        font-size: 18px;
        line-height: 60px;
        color: #333;
        border-color: #C3EF70;
        border-style: solid;
        border-width: 0px;
        background-color: #C3EF70;
        font-weight: bold;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
        border-radius: 0px 12px 0px 0px;
        box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
        background-image: url("../images/contact-banner2.png");
        background-position: right 8px top 50%;
        background-repeat: no-repeat;
        background-size: 56px; }
      footer .f-btn-contact a:hover {
        background-position: right 12px top -2px; } }

.pagetop-btn {
  position: fixed;
  right: 1vw;
  bottom: 100px;
  color: #333;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%; }
  @media screen and (max-width: 499px) {
    .pagetop-btn {
      right: -1vw;
      bottom: 100px;
      border-radius: 6px 0px 0px 6px; } }

.pagetop-btn:hover {
  color: #888; }

h2.cat-title {
  margin: 0px 0px 2em 0px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 24px; }
  h2.cat-title span {
    display: block;
    font-size: 16px; }
  @media screen and (max-width: 799px) {
    h2.cat-title {
      font-size: 20px; } }

h2.cat-title:after {
  display: block;
  margin: 1em auto 0px;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #FFAA4D; }

/* home //////////////////////////////////////////////////////////////// */
.headline-img {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .headline-img figure {
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3); }
    .headline-img figure img {
      width: 100%;
      max-height: 600px;
      object-fit: cover; }

.headline-catch {
  position: relative;
  z-index: 1;
  margin: -100px auto 0px;
  padding: 2vw 2vw 2vw 220px;
  max-width: 1200px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background-image: url("../images/nihonhatsu.svg");
  background-position: left 20px top 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  background-color: rgba(255, 150, 58, 0.9); }
  .headline-catch h2 {
    color: #409ecc;
    color: #999;
    color: #fff;
    font-size: 40px;
    text-align: left; }
  @media screen and (max-width: 1199px) {
    .headline-catch h2 {
      font-size: 32px;
      line-height: 1.5em; } }
  @media screen and (max-width: 799px) {
    .headline-catch {
      margin: -80px auto 0px;
      padding: 60px 3vw 2vw 3vw;
      background-position: left 20px top 10px; }
      .headline-catch h2 {
        font-size: 28px; } }
  @media screen and (max-width: 499px) {
    .headline-catch {
      margin: -30px auto 0px;
      padding: 50px 0vw 1.5em 2vw;
      background-size: 140px;
      background-position: left 20px top 10px; }
      .headline-catch h2 {
        font-size: 18px; } }

.intro-wrap {
  position: relative;
  z-index: 1;
  margin: 0px auto -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/coffee1.svg"), url("../images/coffee2.svg");
  background-position: left 0vw top 3vw, right 0vw bottom 0vw;
  background-repeat: no-repeat, no-repeat;
  background-size: 320px, 260px; }
  @media screen and (max-width: 1199px) {
    .intro-wrap {
      background-size: 240px, 200px; } }
  @media screen and (max-width: 1024px) {
    .intro-wrap {
      background-size: 200px, 160px; } }
  @media screen and (max-width: 799px) {
    .intro-wrap {
      margin: 0px auto -20px;
      background-position: left 0vw bottom 0vw, right 0vw bottom 0vw;
      background-size: 140px, 100px; } }

.intro {
  position: relative;
  z-index: 1;
  margin: auto auto auto;
  padding: 6vw 8vw 8vw 4vw;
  text-align: justify; }
  .intro h2 {
    margin: 0px 0px 1em;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    font-size: 32px;
    text-align: left;
    color: #ffaa4d;
    color: darkorange;
    /*span {
        padding: 0.1em 0.1em 0.2em;
        background-image: linear-gradient(90deg,rgba(255,198,98,0.8) 0%, rgba(255,207,95,0.5));
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 50%;
    }*/ }
  .intro h3 {
    margin: 0px 0px 2em;
    font-size: 24px; }
  .intro p {
    margin: 0px 0px 2em; }
  @media screen and (max-width: 1024px) {
    .intro {
      padding: 4em 4vw 6em; }
      .intro h2 {
        font-size: 24px; } }
  @media screen and (max-width: 799px) {
    .intro {
      padding: 2em 4vw 6em; }
      .intro h2 {
        font-size: 18px; }
      .intro h3 {
        font-size: 18px; } }

/* information --------------------------------------------------------------------------- */
.info-wrap {
  margin-bottom: 1px;
  padding: 6vw;
  background-color: rgba(255, 217, 164, 0.6);
  background-color: #f9f9f9;
  background-color: rgba(255, 217, 164, 0.4); }
  .info-wrap dl {
    margin: 0px auto 1.5em;
    padding: 0px 0px 1.5em 0px;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 1px;
    font-size: 16px; }
  .info-wrap dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8em;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
  .info-wrap dd p {
    margin: 0px 0px 1.5em; }
  .info-wrap dd p:last-child {
    margin: 0px; }
  @media screen and (max-width: 799px) {
    .info-wrap {
      padding: 3em 4vw; } }
  @media screen and (max-width: 499px) {
    .info-wrap dl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .info-wrap dt {
      margin: 0px 0px 0.5em;
      width: inherit; } }

/* こんな場所が欲しかった --------------------------------------------------------------------------- */
.wish-wrap {
  margin-bottom: 1px;
  padding: 6vw;
  background-color: rgba(255, 217, 164, 0.6);
  background-color: #f9f9f9;
  background-color: rgba(255, 217, 164, 0.25); }
  @media screen and (max-width: 799px) {
    .wish-wrap {
      padding: 3em 4vw; } }

.wish-box {
  margin: auto;
  max-width: 1200px; }
  .wish-box li {
    list-style: none;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2vw 0px 6vw;
    text-align: left; }
    .wish-box li figure {
      width: 48%; }
      .wish-box li figure img {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05); }
    .wish-box li .cont {
      padding: 3%;
      width: 52%; }
      .wish-box li .cont h3 {
        margin: 1em 0px 2em;
        font-size: 24px;
        line-height: 1.5em;
        font-weight: normal;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
      .wish-box li .cont p {
        font-size: 16px; }
  .wish-box li:nth-child(2) figure {
    order: 2; }
  .wish-box li:nth-child(2) .cont {
    order: 1; }
  @media screen and (max-width: 1024px) {
    .wish-box li {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .wish-box li figure {
        width: 40%; }
      .wish-box li .cont {
        width: 60%; }
        .wish-box li .cont h3 {
          font-size: 18px;
          font-weight: bold;
          font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; } }
  @media screen and (max-width: 799px) {
    .wish-box li:nth-child(2) figure {
      order: 1; }
    .wish-box li:nth-child(2) .cont {
      order: 2; }
    .wish-box li figure {
      margin: auto;
      text-align: center;
      width: 100%;
      max-width: 400px; }
      .wish-box li figure img {
        margin: auto; }
    .wish-box li .cont {
      width: 100%; } }

/* 代表挨拶 --------------------------------------------------------------------------- */
.greeting-wrap {
  padding: 6vw; }

.greeting-box {
  margin: auto;
  max-width: 900px; }
  .greeting-box h3 {
    margin: 0px 0px 1em;
    color: darkorange;
    font-size: 18px;
    text-align: left; }
  .greeting-box p {
    margin: 0px 0px 1.6em;
    font-size: 16px;
    text-align: justify; }
  @media screen and (max-width: 799px) {
    .greeting-box h3 {
      border-color: #ccc;
      border-style: solid;
      border-width: 0px 0px 0px; }
    .greeting-box h3:after {
      display: block;
      margin: 0.5em auto 0px auto;
      padding: 1em;
      line-height: 1em;
      text-align: center;
      width: 100px;
      border-radius: 8px;
      content: "Read more";
      background-color: #eee;
      color: #333;
      font-size: 14px;
      font-weight: normal;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .greeting-box h3.active:after {
      content: "Close"; }
    .greeting-box .greeting-cont {
      display: none; } }

/* ご利用までの流れ --------------------------------------------------------------------------- */
.service-flow-wrap {
  padding: 6vw;
  background-color: rgba(255, 217, 164, 0.4);
  background-color: rgba(255, 170, 77, 0.3);
  background-color: rgba(255, 217, 164, 0.5);
  background-position: top;
  background-size: cover; }
  @media screen and (max-width: 799px) {
    .service-flow-wrap {
      padding: 3em 4vw; } }

.service-flow {
  margin: auto;
  max-width: 1000px; }

.service-flow-box dl {
  margin: 0px 0px 2px;
  padding: 0em;
  text-align: left;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px; }
.service-flow-box dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0px 0px 0em;
  padding: 1em;
  width: 200px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #FFAA4D;
  color: #fff;
  background: rgba(255, 170, 77, 0.8); }
.service-flow-box dd {
  padding: 1em; }
@media screen and (max-width: 499px) {
  .service-flow-box dl {
    margin: 0px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .service-flow-box dt {
    padding: 0.5em 1em;
    width: inherit; } }

/* 安心安全の取組み --------------------------------------------------------------------------- */
.security-wrap {
  padding: 6vw; }
  @media screen and (max-width: 799px) {
    .security-wrap {
      padding: 3em 4vw; } }

.security-box {
  margin: auto;
  max-width: 1000px; }
  @media screen and (min-width: 1025px) {
    .security-box li {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0px 0px -1px 0px;
      padding: 2em 0em;
      text-align: left;
      background-color: #fff;
      border-color: #ddd;
      border-style: solid;
      border-width: 1px 0px; }
      .security-box li figure {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0px 2em;
        padding: 0px 0px 0px 0px;
        width: 70px; }
        .security-box li figure img {
          width: 100%;
          height: auto; }
        .security-box li figure figcaption {
          display: none; }
      .security-box li h3 {
        margin: 0px 0px 1em;
        font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    .security-box li {
      list-style: none;
      margin: 0px 0px -1px 0px;
      padding: 0em 0em;
      border-color: #ddd;
      border-style: solid;
      border-width: 1px 0px; }
      .security-box li figure {
        margin: 0px;
        padding: 10px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .security-box li figure img {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin: 0px 10px 0px 0px;
          width: 50px; }
        .security-box li figure figcaption {
          display: inherit;
          text-align: left; }
      .security-box li figure:after {
        display: block;
        margin: 0px 0px 0px auto;
        padding: 0px 0px 0px 10px;
        text-align: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        color: #ffaa4d; }
      .security-box li figure.active:after {
        content: "\f077"; }
      .security-box li .cont {
        display: none;
        padding: 1em;
        text-align: left;
        background-color: #f6f6f6; }
      .security-box li h3 {
        display: none; } }

/* ご利用料金 --------------------------------------------------------------------------- */
.price-wrap {
  padding: 6vw;
  background-color: rgba(255, 217, 164, 0.6); }
  @media screen and (max-width: 799px) {
    .price-wrap {
      padding: 3em 4vw; } }

.price {
  margin: auto;
  max-width: 1000px; }

.price-box {
  margin: 0px 0px 1em 0px;
  padding: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff; }
  .price-box h3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 0px 0em 0px;
    padding: 1em;
    width: 12em;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    background-color: rgba(255, 170, 77, 0.9);
    color: #fff; }
  @media screen and (max-width: 1024px) {
    .price-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .price-box h3 {
        margin: 0px 0px 0em;
        padding: 0.5em;
        width: 100%;
        text-align: center; } }

.price-data {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 12em); }
  .price-data dl {
    width: 31%;
    text-align: center; }
  .price-data dt.first:before {
    content: "初回のみ"; }
  .price-data dt.member:before {
    content: "２回目以降"; }
  .price-data dt.nonmember:before {
    content: "　"; }
  .price-data dt:before {
    display: block;
    font-size: 14px; }
  .price-data dt {
    margin: 0px 0px 0.5em;
    padding: 0px 0px 0.5em;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    line-height: 1.2em; }
  .price-data dd {
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    line-height: 1.2em;
    color: tomato; }
    .price-data dd .taxin {
      display: block;
      font-size: 14px;
      font-weight: normal;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
  @media screen and (max-width: 1024px) {
    .price-data {
      width: 100%; } }

.price-att {
  margin: auto 0px auto auto;
  padding: 1em;
  max-width: 1000px;
  font-size: 14px; }
  .price-att li:before {
    content: "※"; }
  .price-att li {
    list-style: none;
    text-align: left; }

/* アクセス --------------------------------------------------------------------------- */
.access-wrap {
  padding: 6vw; }

.access {
  margin: auto;
  max-width: 1000px; }
  .access iframe {
    width: 100%;
    height: 40vh;
    min-height: 280px;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px; }
  .access .att {
    margin: 1em 0px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left; }
  .access ul {
    margin: 1em; }
  .access li {
    text-align: left; }

.corp {
  margin: 2em auto;
  max-width: 1000px; }
  .corp dl {
    margin: 0px 0px -1px 0px;
    padding: 1em 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0px; }
  .corp dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6em; }
  .corp dd span {
    padding: 0px 0px 0px 1em; }
  @media screen and (max-width: 499px) {
    .corp dt {
      width: 5em; }
    .corp dd span {
      display: block;
      padding: 0px 0px 0px 0em; } }

.office-photo {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .office-photo li {
    margin: 0px;
    list-style: none;
    width: 25%; }
    .office-photo li figure {
      margin: 0px;
      padding: 0px;
      width: 100%;
      height: auto; }
      .office-photo li figure img {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto; }
  @media screen and (max-width: 1024px) {
    .office-photo li {
      width: 50%; } }

/* Q＆A --------------------------------------------------------------------------- */
.qa-wrap {
  padding: 6vw;
  background-color: rgba(255, 217, 164, 0.6); }
  @media screen and (max-width: 799px) {
    .qa-wrap {
      padding: 3em 4vw; } }

.qa-box {
  margin: auto;
  max-width: 1000px; }
  .qa-box dl {
    margin: 0px 0px 1em 0px;
    padding: 0px 1em;
    text-align: left;
    background-color: #fff; }
  .qa-box dt {
    margin: 0px 0px 0em 0px;
    padding: 1em 0em 1em 1.5em;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .qa-box dt span:before {
      margin: 0px 0px 0px -1.2em;
      padding: 0px 0.2em 0px 0px;
      content: "Q.";
      font-size: 24px;
      color: #ffaa4d; }
    .qa-box dt span {
      padding: 0px 0em 0px 0px; }
  .qa-box dt:after {
    display: block;
    margin: 0em 0px 0px auto;
    padding: 0px 0px 0px 1em;
    text-align: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #ffaa4d; }
  .qa-box dt.active:after {
    content: "\f077"; }
  .qa-box dd {
    display: none;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0px 0px;
    padding: 2em 1em; }
  @media screen and (max-width: 799px) {
    .qa-box dl {
      margin: 0px 0px 0.5em 0px; } }

/* contact --------------------------------------------------------------------------- */
.home-link {
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 14px; }

.contact-wrap {
  padding: 6vw; }
  @media screen and (max-width: 799px) {
    .contact-wrap {
      padding: 3em 4vw; } }

.contact-thanks-comment {
  margin: 2em auto;
  max-width: 900px;
  text-align: justify; }
  .contact-thanks-comment ul {
    margin: 2em auto;
    text-align: left; }

.contact-comment {
  margin: 2em auto; }
  @media screen and (max-width: 799px) {
    .contact-comment {
      text-align: justify; } }

.must {
  display: inline-block;
  margin: 0px 4px;
  padding: 4px 6px;
  border-radius: 2px;
  line-height: 1em;
  color: #fff;
  background-color: red;
  font-size: 12px;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }

.nini {
  display: inline-block;
  margin: 0px 4px;
  padding: 4px 6px;
  border-radius: 2px;
  line-height: 1em;
  color: #777;
  background-color: #eee;
  font-size: 12px;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }

.form {
  margin: auto;
  max-width: 1000px; }
  .form dl {
    margin: 0px 0px -1px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0px;
    text-align: left; }
  .form dt {
    padding: 1em 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16em; }
  .form dd {
    padding: 1em 0px;
    width: calc(100% - 16em); }
    .form dd input[type="text"] {
      padding: 1em;
      width: 100%;
      border-color: rgba(0, 153, 204, 0.2);
      border-style: solid;
      border-width: 1px;
      background-color: rgba(0, 153, 204, 0.2);
      font-size: 15px; }
    .form dd textarea {
      padding: 1em;
      width: 100%;
      height: 12em;
      border-color: rgba(0, 153, 204, 0.2);
      border-style: solid;
      border-width: 1px;
      background-color: rgba(0, 153, 204, 0.2);
      font-size: 15px; }
    .form dd p.att {
      margin: 1em 0px;
      font-size: 14px;
      line-height: 1.4em; }
    .form dd p.att:first-child {
      margin: 0em 0px 1em; }
  @media screen and (max-width: 1024px) {
    .form dl {
      padding: 1.5em 0px 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .form dt {
      padding: 0em 0px 0.5em 0px;
      width: inherit;
      font-weight: bold;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, Verdana, sans-serif; }
    .form dd {
      padding: 0em 0px 0px;
      width: 100%; } }

.date-box {
  margin: 0px 0px 0.5em;
  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; }
  .date-box h3 {
    margin: 0px 1em 0px 0px;
    font-size: 15px; }
  .date-box input[type="text"].input-date {
    margin: 0px 0.5em 0px 0px;
    width: inherit; }
  .date-box select {
    font-size: 16px; }
  @media screen and (max-width: 699px) {
    .date-box h3 {
      margin: 0px;
      width: 100%; } }

.privacy-policy {
  margin: auto;
  padding: 1.5em;
  max-width: 1000px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  text-align: justify;
  max-height: 200px;
  overflow-y: scroll; }
  .privacy-policy h3 {
    margin: 0px 0px 0.5em;
    font-size: 14px; }
  .privacy-policy h4 {
    margin: 0px 0px 0.5em;
    font-size: 14px; }
  .privacy-policy p {
    margin: 0px 0px 1.5em;
    font-size: 14px; }
  .privacy-policy p:last-child {
    margin: 0px; }
  @media screen and (max-width: 799px) {
    .privacy-policy {
      padding: 1em; } }

.privacy-policy-check {
  margin: auto;
  padding: 1em;
  max-width: 1000px;
  background-color: #f3f3f3;
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px; }

.entry-submit {
  text-align: center; }
  .entry-submit .btn-submit {
    margin: 2em auto 1em; }
    .entry-submit .btn-submit input[type="submit"] {
      margin: auto;
      padding: 1em 2em;
      width: 200px;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      line-height: 1em;
      border-color: darkorange;
      border-style: solid;
      border-width: 2px;
      background-color: darkorange;
      border-radius: 4px; }
    .entry-submit .btn-submit input[type="submit"]:hover {
      color: darkorange;
      background-color: #fff; }
  .entry-submit .btn-back {
    margin: 1em auto 1em; }
    .entry-submit .btn-back input[type="submit"] {
      padding: 1em 2em;
      font-size: 14px;
      line-height: 1em;
      border-color: #999;
      border-style: solid;
      border-width: 1px;
      background-color: #ccc;
      border-radius: 4px;
      color: #999; }
    .entry-submit .btn-back input[type="submit"]:hover {
      background-color: #999; }
