@charset "UTF-8";
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","Hiragino Sans", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
  position: relative;
  background: #f0f0f2; }

h1, h2, h3, h4, h5, h6 {
  line-height: 150%; }

h1 {
  font-feature-settings: "palt"; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 20px; } }

img {
  border: none;
  outline: none;
  vertical-align: bottom; }

.wrap {
  height: 100%;
  background: #fff;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .wrap {
      margin: 0 5px 50px;
      padding: 25px 15px 40px; } }
  @media only screen and (min-width: 768px) {
    .wrap {
      margin: 0 auto 100px;
      padding: 30px 40px 40px;
      max-width: 1050px;
      width: calc(100% - 45px); } }

.fcwrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff; }

.fcwraphead {
  background-color: #ffffff;
  width: 100%; }

.fcwrapbody {
  display: grid;
  grid-auto-flow: column; }
  @media only screen and (max-width: 767px) {
    .fcwrapbody {
      grid-template-columns: 12.5% 87.5%; } }
  @media only screen and (min-width: 768px) {
    .fcwrapbody {
      grid-template-columns: 65px auto; } }

.fcgrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-flow: column; }

.fcday {
  height: auto;
  overflow: hidden;
  border-left: solid 1px #c0c0c0;
  display: grid;
  grid-auto-flow: row; }
  @media only screen and (max-width: 767px) {
    .fcday {
      grid-template-rows: repeat(3, 110px); } }
  @media only screen and (min-width: 768px) {
    .fcday {
      grid-template-rows: repeat(3, 140px); } }
  .fcday:last-child {
    border-right: solid 1px #c0c0c0; }

.fcdaycell {
  border-bottom: dotted 1px #c0c0c0;
  height: auto;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fcdaycell:last-child {
    border-bottom: solid 1px #c0c0c0; }

.fcside {
  height: auto;
  overflow: hidden;
  display: grid;
  grid-auto-flow: row;
  color: #333;
  background: #F6F6F6; }
  @media only screen and (max-width: 767px) {
    .fcside {
      grid-template-rows: repeat(3, 110px); } }
  @media only screen and (min-width: 768px) {
    .fcside {
      grid-template-rows: repeat(3, 140px); } }
  @media only screen and (max-width: 767px) {
    .fcside {
      font-size: 0.7rem; } }

.fcsidecell {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: dotted 1px #c0c0c0;
  border-left: solid 1px #c0c0c0; }
  .fcsidecell:last-child {
    border-bottom: solid 1px #c0c0c0; }

/*カレンダーヘッダー*/
/*操作エリア*/
.fccmd {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .fccmd {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .fccmd {
      margin: 0 0 25px; } }

.fccmdprev {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .fccmdprev {
      width: 35px;
      height: 35px; } }
  @media only screen and (min-width: 768px) {
    .fccmdprev {
      width: 40px;
      height: 40px; } }

.fccmddate {
  align-self: center;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .fccmddate {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .fccmddate {
      font-size: 1.7rem; } }

.fccmdnext {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .fccmdnext {
      width: 35px;
      height: 35px; } }
  @media only screen and (min-width: 768px) {
    .fccmdnext {
      width: 40px;
      height: 40px; } }

/*曜日グリッド*/
.fcgridw {
  display: grid;
  grid-auto-flow: column; }
  @media only screen and (max-width: 767px) {
    .fcgridw {
      grid-template-columns: repeat(8, 1fr); } }
  @media only screen and (min-width: 768px) {
    .fcgridw {
      grid-template-columns: 65px repeat(7, 1fr); } }

.fcdayw {
  min-height: 50px;
  height: auto;
  overflow: hidden;
  border-left: solid 1px #c0c0c0;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; }
  .fcdayw:last-child {
    border-right: solid 1px #c0c0c0; }

.fcsidew {
  min-height: 50px;
  height: auto;
  overflow: hidden;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  background: #f6f6f6; }

/*曜日名*/
/*曜日日付*/
/*モーダル関係*/
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none; }

.overLay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(200, 200, 200, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 10; }

.modalClose::before, .modalClose::after {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  width: 35px;
  height: 3px;
  content: '';
  border-radius: 2px/50%;
  background-color: #212121; }
.modalClose:before {
  transform: rotate(45deg); }
.modalClose::after {
  transform: rotate(-45deg); }

@keyframes modal {
  0% {
    top: -100%; }
  100% {
    top: 50%; } }
@keyframes modalClose {
  0% {
    top: 50%; }
  100% {
    top: 100%; } }
.modal_inner {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: max-content; }
  @media only screen and (max-width: 767px) {
    .modal_inner {
      width: 90%;
      padding-bottom: 10px; } }
  @media only screen and (min-width: 768px) {
    .modal_inner {
      width: 700px; } }

.modal_input_area {
  overflow: auto;
  height: 75vh; }

h2 {
  margin: 0 0 10px;
  padding: 13px 0;
  background: #00b893;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 1.2rem; } }

.modal_disp_date {
  background: #f1f1f1;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .modal_disp_date {
      font-size: 0.9rem;
      margin: 20px 15px 15px; } }
  @media only screen and (min-width: 768px) {
    .modal_disp_date {
      font-size: 1.0rem;
      margin: 30px 30px 15px; } }
  .modal_disp_date span {
    font-weight: bold; }

@media only screen and (max-width: 767px) {
  .form_schedule {
    padding: 0 15px 10px; } }
@media only screen and (min-width: 768px) {
  .form_schedule {
    padding: 0 30px 30px; } }

.fcevent {
  border-radius: 10px;
  font-size: initial;
  margin: 2px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table tr {
    display: flex;
    width: 100%;
    border-top: #b7b7b7 solid 1px; }
    table tr:last-child {
      border-bottom: #b7b7b7 solid 1px; }
    @media only screen and (max-width: 767px) {
      table tr {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      table tr {
        justify-content: space-between; } }
  table th {
    font-size: 0.9rem;
    box-sizing: border-box;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      table th {
        width: 100%;
        padding: 10px 10px 0;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      table th {
        width: 32%;
        padding: 10px;
        display: flex;
        align-items: center; } }
  table td {
    text-align: left;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      table td {
        width: 100%;
        padding: 13px 10px; } }
    @media only screen and (min-width: 768px) {
      table td {
        width: 68%;
        padding: 15px; } }

input[type=text],
input[type=mail],
input[type=digit] {
  -webkit-appearance: none;
  border: none;
  font-size: 0.9rem;
  padding: 6px 13px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #f1f1f1; }
  @media only screen and (max-width: 767px) {
    input[type=text],
    input[type=mail],
    input[type=digit] {
      height: 38px; } }
  @media only screen and (min-width: 768px) {
    input[type=text],
    input[type=mail],
    input[type=digit] {
      height: 42px; } }
  input[type=text]:focus,
  input[type=mail]:focus,
  input[type=digit]:focus {
    background: #fff;
    border: #999 solid 1px;
    outline: none; }

input[type="checkbox"] {
  display: none; }

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1; }

.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.95rem; }
  .checkbox:hover {
    background-color: #e9f3f3; }
    .checkbox:hover:after {
      border-color: #00b893; }
  .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    margin-top: -8px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #00b893;
    border-bottom: 3px solid #00b893;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checkbox::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    border: 2px solid #999;
    border-radius: 5px;
    content: ''; }

.required {
  background: #EC3F42;
  color: #fff;
  margin-right: 10px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 3px 5px; }

@media only screen and (max-width: 767px) {
  .name {
    width: 80%; } }
@media only screen and (min-width: 768px) {
  .name {
    width: 60%; } }

@media only screen and (max-width: 767px) {
  .phone {
    width: 60%; } }
@media only screen and (min-width: 768px) {
  .phone {
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .mail {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .mail {
    width: 80%; } }

@media only screen and (max-width: 767px) {
  .car {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  .car {
    width: 40%; } }

textarea[type=text] {
  -webkit-appearance: none;
  border: none;
  font-size: 15px;
  padding: 6px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  background: #f1f1f1; }
  textarea[type=text]:focus {
    background: #fff;
    border: #999 solid 1px;
    outline: none; }

input[type=submit] {
  -webkit-appearance: none;
  border: none;
  margin: auto;
  background: #00b893;
  color: #fff;
  border-radius: 5px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    input[type=submit] {
      width: 100%;
      font-size: 0.9rem;
      height: 45px;
      line-height: 45px;
      margin: 20px 0 0; } }
  @media only screen and (min-width: 768px) {
    input[type=submit] {
      width: 230px;
      font-size: 1.0rem;
      height: 45px;
      line-height: 45px;
      margin: 25px 0 0; } }
  input[type=submit]:hover {
    opacity: 0.8; }

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*IE用*/
@media all and (-ms-high-contrast: none) {
  .fcwrap {
    width: 100%;
    height: 100%;
    position: relative; }

  .fcwraphead {
    background-color: #ffffff;
    width: 100%; }

  .fcwrapbody {
    display: grid;
    grid-template-columns: 12.5% 87.5%;
    grid-auto-flow: column;
    display: -ms-grid;
    -ms-grid-columns: 12.5% 87.5%; }

  .fcgrid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-flow: column;
    display: -ms-grid;
    -ms-grid-columns: (1fr)[7];
    -ms-grid-column: 2; }

  /*日ごと*/
  .fcday {
    height: auto;
    overflow: hidden;
    border-left: solid 1px #c0c0c0;
    display: grid;
    grid-template-rows: repeat(3, 140px);
    grid-auto-flow: row;
    display: -ms-grid;
    -ms-grid-rows: (140px)[3];
    -ms-grid-columns: 100%; }

  .fcdaycell {
    border-top: dotted 1px #c0c0c0;
    height: auto;
    overflow: visible;
    height: 140px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }

  /*サイド*/
  .fcside {
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(3, 140px);
    grid-auto-flow: row;
    display: -ms-grid;
    -ms-grid-rows: (140px)[3];
    -ms-grid-row: 1;
    -ms-grid-columns: 100%;
    color: #333;
    background: #F6F6F6; }
  .fcsidecell {
    margin: 0 3px auto auto;
    height: 140px;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: solid 1px #c0c0c0;
    box-sizing: border-box; }

  /*カレンダーヘッダー*/
  /*操作エリア*/
  .fccmd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px; }

  .fccmdprev {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px; }

  .fccmddate {
    align-self: center;
    font-size: 1.7rem; }

  .fccmdnext {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px; }

  /*曜日グリッド*/
  .fcgridw {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-flow: column;
    display: -ms-grid;
    -ms-grid-columns: (1fr)[8]; }

  .fcdayw {
    min-height: 50px;
    height: auto;
    overflow: hidden;
    border-right: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center; }

  .fcsidew {
    min-height: 50px;
    height: auto;
    overflow: hidden;
    border-bottom: solid 1px #c0c0c0;
    border-left: solid 1px #c0c0c0;
    display: flex;
    flex-flow: column;
    background: #f6f6f6; }

  /*曜日名*/
  /*曜日日付*/
  /*モーダル関係*/
  .modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none; }

  .overLay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(200, 200, 200, 0.9);
    width: 100%;
    height: 100vh;
    z-index: 10; }

  .modalClose::before, .modalClose::after {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 15px;
    display: block;
    width: 35px;
    height: 3px;
    content: '';
    border-radius: 2px/50%;
    background-color: #212121; }
  .modalClose:before {
    transform: rotate(45deg); }
  .modalClose::after {
    transform: rotate(-45deg); }

  @keyframes modal {
    0% {
      top: -100%; }
    100% {
      top: 50%; } }
  @keyframes modalClose {
    0% {
      top: 50%; }
    100% {
      top: 100%; } }
  .modal_inner {
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 700px; }

  h2 {
    margin: 0 0 10px;
    padding: 13px 0;
    background: #00b893;
    color: #fff;
    font-size: 1.2rem; }

  .modal_disp_date {
    background: #f1f1f1;
    padding: 15px 0;
    font-size: 1.0rem;
    margin: 30px 30px 15px; }

  .fcevent {
    border-radius: 10px;
    font-size: initial;
    margin: 2px; }

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    table tr {
      display: flex;
      width: 100%;
      border-top: #b7b7b7 solid 1px;
      justify-content: space-between; }
      table tr:last-child {
        border-bottom: #b7b7b7 solid 1px; }
    table th {
      font-size: 0.9rem;
      box-sizing: border-box;
      font-weight: 600;
      width: 200px;
      padding: 10px;
      display: flex;
      align-items: center; }
    table td {
      text-align: left;
      box-sizing: border-box;
      width: 430px;
      padding: 15px; }

  input[type=text],
  input[type=mail],
  input[type=digit] {
    -webkit-appearance: none;
    border: none;
    font-size: 0.9rem;
    padding: 6px 13px;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f1f1f1;
    height: 42px; }
    input[type=text]:focus,
    input[type=mail]:focus,
    input[type=digit]:focus {
      background: #fff;
      border: #999 solid 1px;
      outline: none; }

  input[type="checkbox"] {
    display: none; }

  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1; }

  .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.95rem; }
    .checkbox:hover {
      background-color: #e9f3f3; }
      .checkbox:hover:after {
        border-color: #00b893; }
    .checkbox:before {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      position: absolute;
      top: 50%;
      left: 21px;
      display: block;
      margin-top: -8px;
      width: 5px;
      height: 9px;
      border-right: 3px solid #00b893;
      border-bottom: 3px solid #00b893;
      content: '';
      opacity: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .checkbox:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      position: absolute;
      top: 50%;
      left: 15px;
      display: block;
      margin-top: -10px;
      width: 15px;
      height: 15px;
      border: 2px solid #999;
      border-radius: 5px;
      content: ''; }

  .required {
    background: #EC3F42;
    color: #fff;
    margin-right: 10px;
    font-size: 0.7rem;
    line-height: 0.7rem;
    padding: 3px 5px; }

  .name {
    width: 60%; }

  .phone {
    width: 40%; }

  .mail {
    width: 80%; }

  .car {
    width: 40%; }

  textarea[type=text] {
    -webkit-appearance: none;
    border: none;
    font-size: 15px;
    padding: 6px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background: #f1f1f1; }
    textarea[type=text]:focus {
      background: #fff;
      border: #999 solid 1px;
      outline: none; }

  input[type=submit] {
    -webkit-appearance: none;
    border: none;
    margin: auto;
    background: #00b893;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    width: 230px;
    font-size: 1.0rem;
    height: 45px;
    line-height: 45px;
    margin: 25px 0 0; }
    input[type=submit]:hover {
      opacity: 0.8; } }
/*追加*/
.intro {
  background: #f0f0f2; }
  @media only screen and (max-width: 767px) {
    .intro .intro_inner {
      padding: 30px 5px; } }
  @media only screen and (min-width: 768px) {
    .intro .intro_inner {
      margin: 0 auto;
      padding: 0 0 70px;
      max-width: 1050px;
      width: calc(100% - 45px); } }
  .intro .intro_ttl {
    font-weight: bold;
    color: #fff;
    background-image: url("../img/bg.jpg?201113");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .intro .intro_ttl {
        font-size: 1.1rem;
        margin: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_ttl {
        font-size: 1.5rem;
        margin: 0 0 80px; } }
    .intro .intro_ttl:before {
      background-color: rgba(0, 184, 147, 0.7);
      z-index: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .intro .intro_ttl .intro_ttl_inner {
      position: relative;
      height: 400px; }
      @media only screen and (min-width: 768px) {
        .intro .intro_ttl .intro_ttl_inner {
          margin: 0 auto;
          max-width: 1050px;
          width: calc(100% - 45px); } }
    .intro .intro_ttl .intro_ttl_ttl {
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        .intro .intro_ttl .intro_ttl_ttl {
          padding: 30px 15px 0; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_ttl .intro_ttl_ttl {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); } }
      .intro .intro_ttl .intro_ttl_ttl h1 {
        color: #fff;
        letter-spacing: 0.04em;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .intro .intro_ttl .intro_ttl_ttl h1 {
            text-align: center;
            font-size: 1.6rem;
            margin: 0; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_ttl .intro_ttl_ttl h1 {
            text-align: left;
            font-size: 2.4rem;
            margin: 0 0 5px; } }
      .intro .intro_ttl .intro_ttl_ttl p {
        padding: 0;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .intro .intro_ttl .intro_ttl_ttl p {
            font-size: 1.05rem;
            line-height: 1.6rem;
            text-align: center;
            margin: 15px 0 0; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_ttl .intro_ttl_ttl p {
            font-size: 1.0rem;
            line-height: 1.5rem;
            text-align: left;
            margin: 0; } }
    @media only screen and (max-width: 767px) {
      .intro .intro_ttl .intro_ttl_img {
        padding: 50px 0 0; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_ttl .intro_ttl_img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); } }
  .intro .intro_text_l {
    padding: 0;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .intro .intro_text_l {
        font-size: 1.1rem;
        line-height: 1.7rem;
        margin: 0 0 40px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_text_l {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 0 0 60px; } }
  .intro .intro_guide .intro_guide_ttl {
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .intro .intro_guide .intro_guide_ttl {
        font-size: 1.2rem;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_guide .intro_guide_ttl {
        font-size: 1.3rem;
        margin: 0 0 25px; } }
  .intro .intro_guide .intro_guide_container {
    background: #fff;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .intro .intro_guide .intro_guide_container {
        margin: 0 0 30px;
        padding: 20px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_guide .intro_guide_container {
        margin: 0 0 50px;
        padding: 50px; } }
    .intro .intro_guide .intro_guide_container .intro_guide_inner {
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .intro .intro_guide .intro_guide_container .intro_guide_inner {
          flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_inner {
          justify-content: space-between; } }
    .intro .intro_guide .intro_guide_container .intro_guide_item {
      background: #f1f1f1;
      box-sizing: border-box;
      border-radius: 6px; }
      @media only screen and (max-width: 767px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item {
          width: 100%;
          margin: 0 0 20px; }
          .intro .intro_guide .intro_guide_container .intro_guide_item:last-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item {
          width: 31.5%; } }
      .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_step {
        background: #00b893;
        color: #fff;
        margin: 0;
        padding: 10px 0;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_step {
            font-size: 1.1rem; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_step {
            font-size: 1.4rem; } }
        @media only screen and (max-width: 767px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_step span {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_step span {
            font-size: 1.7rem; } }
      @media only screen and (max-width: 767px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_item_inner {
          display: flex;
          align-items: center;
          padding: 30px 20px; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_item_inner {
          padding: 25px; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_img {
          margin: 0 0 15px; } }
      @media only screen and (max-width: 767px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_img img {
          width: auto;
          height: 80px; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_item .intro_guide_img img {
          max-width: 100%;
          width: 145px;
          height: auto; } }
      .intro .intro_guide .intro_guide_container .intro_guide_item p {
        font-weight: bold;
        padding: 0;
        line-height: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item p {
            margin: 0 0 0 25px;
            font-size: 0.9rem;
            text-align: left; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_guide .intro_guide_container .intro_guide_item p {
            margin: 0;
            font-size: 0.97rem;
            text-align: center; } }
    .intro .intro_guide .intro_guide_container .intro_guide_note {
      padding: 0;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 767px) {
        .intro .intro_guide .intro_guide_container .intro_guide_note {
          text-align: left;
          font-size: 0.95rem;
          line-height: 1.6rem;
          margin: 20px 0 0; } }
      @media only screen and (min-width: 768px) {
        .intro .intro_guide .intro_guide_container .intro_guide_note {
          font-size: 1.15rem;
          line-height: 1.85rem;
          margin: 25px 0 0; } }
  .intro .intro_attention {
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .intro .intro_attention {
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_attention {
        margin: 0 0 20px; } }
    .intro .intro_attention .intro_attention_item {
      text-align: left;
      padding: 20px 25px 20px 65px;
      border-bottom: #ccc solid 1px;
      position: relative; }
      .intro .intro_attention .intro_attention_item:before {
        content: '';
        display: inline-block;
        background-image: url("../img/icon-attention.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 17px; }
@incldue mq-sp {
  .intro .intro_attention .intro_attention_item:before {
    top: 20px; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_attention .intro_attention_item:before {
            top: 18px; } }
      .intro .intro_attention .intro_attention_item:last-child {
        border: none; }
      .intro .intro_attention .intro_attention_item .intro_attention_midashi {
        font-weight: bold;
        color: #00b893;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .intro .intro_attention .intro_attention_item .intro_attention_midashi {
            font-size: 0.95rem;
            line-height: 1.5rem; } }
        @media only screen and (min-width: 768px) {
          .intro .intro_attention .intro_attention_item .intro_attention_midashi {
            font-size: 1.0rem; } }
      .intro .intro_attention .intro_attention_item .intro_attention_text {
        margin: 10px 0 0;
        padding: 0;
        font-size: 0.9rem;
        line-height: 1.5rem; }
      .intro .intro_attention .intro_attention_item a {
        color: #486B97;
        text-decoration: none; }
        .intro .intro_attention .intro_attention_item a:hover {
          color: #946349;
          text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .intro .intro_note {
      margin: 0 0 35px; } }
  @media only screen and (min-width: 768px) {
    .intro .intro_note {
      margin: 0 0 50px; } }
  .intro .intro_note p {
    text-align: left;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .intro .intro_note p {
        line-height: 1.6rem;
        margin: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_note p {
        line-height: 1.5rem;
        margin: 0 0 7px; } }
    .intro .intro_note p:last-child {
      margin: 0; }
  .intro .intro_access .intro_access_inner {
    display: flex;
    width: 100%;
    background: #fff;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .intro .intro_access .intro_access_inner {
        flex-direction: column;
        padding: 20px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_access .intro_access_inner {
        justify-content: space-between;
        padding: 50px; } }
  .intro .intro_access .intro_access_ttl {
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .intro .intro_access .intro_access_ttl {
        font-size: 1.2rem;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .intro .intro_access .intro_access_ttl {
        font-size: 1.3rem;
        margin: 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .intro .intro_access .intro_access_map {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .intro .intro_access .intro_access_map {
      width: 60%;
      margin-right: 30px;
      text-align: left; } }
  .intro .intro_access .intro_access_map iframe {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .intro .intro_access .intro_access_img {
      width: 40%; } }
  .intro .intro_access .intro_access_img img {
    max-width: 100%;
    height: auto; }
  .intro .intro_access .intro_access_text {
    margin: 17px 0 0; }
    .intro .intro_access .intro_access_text p {
      text-align: left;
      margin: 0 0 10px;
      padding: 0 0 10px;
      font-size: 0.95rem;
      border-bottom: #ccc dotted 1px; }
      .intro .intro_access .intro_access_text p:last-child {
        margin: 0;
        border: none; }
      .intro .intro_access .intro_access_text p span {
        font-weight: bold; }

.fcttl {
  background: #00b893;
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 0.04em; }
  @media only screen and (max-width: 767px) {
    .fcttl {
      font-size: 1.1rem;
      margin: 0 5px; } }
  @media only screen and (min-width: 768px) {
    .fcttl {
      font-size: 1.4rem;
      max-width: 1050px;
      width: calc(100% - 45px);
      margin: 0 auto; } }

.none {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .none:before {
    content: '';
    display: inline-block;
    background: #00b893;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .none:before {
        width: 19px;
        height: 19px; } }
    @media only screen and (min-width: 768px) {
      .none:before {
        width: 18px;
        height: 18px; } }
  .none:hover {
    background: #e9f3f3; }

.blocked {
  background: #eee; }

.closed {
  background: #eee; }

.complete {
  background: #0A1945; }
  .complete .wrap {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .complete .wrap {
        padding: 0 5px;
        height: 80vh; } }
    @media only screen and (min-width: 768px) {
      .complete .wrap {
        min-height: calc(100vh - 350px); } }
  .complete .content {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .complete .content {
        padding: 30px 15px; } }
    @media only screen and (min-width: 768px) {
      .complete .content {
        margin: 50px auto;
        padding: 50px 60px;
        max-width: 1050px;
        width: calc(100% - 45px); } }
  .complete h2 {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .complete h2 {
        margin: 0 0 25px;
        font-size: 1.15rem;
        line-height: 1.8em; } }
    @media only screen and (min-width: 768px) {
      .complete h2 {
        margin: 0 0 40px;
        font-size: 1.5rem;
        line-height: 1.5rem; } }
  .complete p {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .complete p {
        font-size: 0.9rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .complete p {
        font-size: 1.05rem;
        line-height: 2.3rem; } }
  .complete .back {
    background: #00b893;
    border-radius: 5px;
    font-weight: 700;
    height: 45px;
    line-height: 45px; }
    @media only screen and (max-width: 767px) {
      .complete .back {
        width: 100%;
        margin: 25px auto 0;
        font-size: 0.9srem; } }
    @media only screen and (min-width: 768px) {
      .complete .back {
        width: 230px;
        margin: 30px auto 0;
        font-size: 1.0rem; } }
    .complete .back:hover {
      opacity: 0.8; }
    .complete .back a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 100%; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

.global_head {
  margin: 0; }
