@charset "UTF-8";
@import url("setting.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/****************************************
 	フォント設定								*
*****************************************/
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fontawesome/fa-solid-900.woff") format("woff");
}
/****************************************
 	基本設定								*
*****************************************/
/* line 23, ../compass/sass/common.scss */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

/* line 28, ../compass/sass/common.scss */
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
}

/* line 33, ../compass/sass/common.scss */
input, select, textarea, button, option {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
}

/* line 38, ../compass/sass/common.scss */
button {
  cursor: pointer;
}

/* line 42, ../compass/sass/common.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 47, ../compass/sass/common.scss */
.logo {
  font-family: 'Orbitron', sans-serif;
}

/* line 52, ../compass/sass/common.scss */
input[type="submit"] {
  -webkit-appearance: none;
}

/****************************************
 	カード形								*
*****************************************/
/****************************************
 	ヘッダー								*
*****************************************/
/* line 63, ../compass/sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-sizing: border-box;
  padding: .5rem;
}
/* line 74, ../compass/sass/common.scss */
header .logo_wrap {
  max-width: 400px;
  padding: .5rem;
}
/* line 77, ../compass/sass/common.scss */
header .logo_wrap img {
  display: block;
  width: 100%;
}
/* line 82, ../compass/sass/common.scss */
header .header_wrap {
  padding: .5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  /* line 82, ../compass/sass/common.scss */
  header .header_wrap {
    justify-content: center;
  }
}
/* line 96, ../compass/sass/common.scss */
header .header_wrap .nav_wrap .hamburger {
  display: none;
}
/* line 100, ../compass/sass/common.scss */
header .header_wrap .nav_wrap #hamburger_menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 104, ../compass/sass/common.scss */
  header .header_wrap .nav_wrap nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
/* line 112, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul {
  display: flex;
}
/* line 116, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li {
  overflow: hidden;
}
/* line 120, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 124, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* line 129, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a {
  padding: .8rem 1rem;
  box-sizing: border-box;
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 139, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a.line {
  color: #3aae36;
  position: relative;
  background: #3aae36;
  font-size: 3rem;
  padding: .3rem .5rem;
}
/* line 146, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a.line:before {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 0;
}
/* line 159, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a.line i {
  position: relative;
  z-index: 1;
}
/* line 165, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a.tel {
  background: #fbf16e;
  color: #06153b;
}
/* line 170, ../compass/sass/common.scss */
header .header_wrap .nav_wrap nav ul li a.mail {
  background: #eda900;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  /* line 116, ../compass/sass/common.scss */
  header .header_wrap .nav_wrap nav ul li {
    width: 100%;
  }
  /* line 178, ../compass/sass/common.scss */
  header .header_wrap .nav_wrap nav ul li a {
    width: 100%;
  }
  /* line 182, ../compass/sass/common.scss */
  header .header_wrap .nav_wrap nav ul li:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 186, ../compass/sass/common.scss */
  header .header_wrap .nav_wrap nav ul li:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/****************************************
 	ナビゲーション							*
*****************************************/
/****************************************
 	メイン								*
*****************************************/
/* line 213, ../compass/sass/common.scss */
main .slide_images {
  width: 100%;
  height: 100%;
}
/* line 219, ../compass/sass/common.scss */
main #top .section {
  position: relative;
  overflow: hidden;
}
/* line 227, ../compass/sass/common.scss */
main #top .section.images {
  height: 100vh;
}
/* line 233, ../compass/sass/common.scss */
main #top .images .logo_image {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  /* line 233, ../compass/sass/common.scss */
  main #top .images .logo_image {
    width: 200px;
    height: 200px;
  }
}
/* line 255, ../compass/sass/common.scss */
main #top .step {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 255, ../compass/sass/common.scss */
  main #top .step {
    padding: 2rem 1rem;
  }
}
/* line 267, ../compass/sass/common.scss */
main #top .step h2 {
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  /* line 267, ../compass/sass/common.scss */
  main #top .step h2 {
    font-size: 10vw;
  }
}
/* line 273, ../compass/sass/common.scss */
main #top .step h2 b {
  font-size: 5vw;
  color: #eda900;
}
@media screen and (max-width: 1024px) {
  /* line 273, ../compass/sass/common.scss */
  main #top .step h2 b {
    font-size: 11vw;
  }
}
/* line 282, ../compass/sass/common.scss */
main #top .step .step_content {
  width: 90%;
  height: 400px;
  border-radius: 5px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
}
@media screen and (max-width: 1024px) {
  /* line 282, ../compass/sass/common.scss */
  main #top .step .step_content {
    height: auto;
  }
}
/* line 302, ../compass/sass/common.scss */
main #top .step .step_content .step_content_wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  /* line 302, ../compass/sass/common.scss */
  main #top .step .step_content .step_content_wrap {
    flex-direction: column;
  }
}
/* line 312, ../compass/sass/common.scss */
main #top .step .step_content .step_content_wrap .content {
  width: 25%;
  background: #ffffff;
  text-align: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  /* line 312, ../compass/sass/common.scss */
  main #top .step .step_content .step_content_wrap .content {
    width: 100%;
  }
  /* line 324, ../compass/sass/common.scss */
  main #top .step .step_content .step_content_wrap .content + .content {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 330, ../compass/sass/common.scss */
  main #top .step .step_content .step_content_wrap .content[data-aos]:nth-of-type(2) {
    transition-delay: .1s;
  }
  /* line 334, ../compass/sass/common.scss */
  main #top .step .step_content .step_content_wrap .content[data-aos]:nth-of-type(3) {
    transition-delay: .2s;
  }
}
/* line 339, ../compass/sass/common.scss */
main #top .step .step_content .step_content_wrap .content i {
  font-size: 4rem;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #eda900;
  color: #ffffff;
  border-radius: 50%;
  padding: 1rem;
}
/* line 354, ../compass/sass/common.scss */
main #top .step .step_content .step_content_wrap .content .content_title {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 359, ../compass/sass/common.scss */
main #top .step .step_content .step_content_wrap .content .content_body {
  margin-top: 1rem;
  line-height: 1.8rem;
}
/* line 370, ../compass/sass/common.scss */
main #top .contact {
  background-image: url("../images/contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 370, ../compass/sass/common.scss */
  main #top .contact {
    padding: 2rem 1rem;
  }
}
/* line 387, ../compass/sass/common.scss */
main #top .contact .overlay_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddf1ffb3;
  z-index: 0;
}
/* line 397, ../compass/sass/common.scss */
main #top .contact .contact_wrap {
  position: relative;
  padding: 2rem;
  background: #ffffff;
  border-radius: 10px;
  width: 70vw;
}
@media screen and (max-width: 1024px) {
  /* line 397, ../compass/sass/common.scss */
  main #top .contact .contact_wrap {
    padding: 1rem;
    width: 100%;
  }
}
/* line 410, ../compass/sass/common.scss */
main #top .contact .contact_wrap h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
  text-align: center;
}
/* line 419, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  /* line 419, ../compass/sass/common.scss */
  main #top .contact .contact_wrap .content {
    flex-direction: column;
  }
}
/* line 426, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content .left_content, main #top .contact .contact_wrap .content .right_content {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  /* line 435, ../compass/sass/common.scss */
  main #top .contact .contact_wrap .content .left_content + *, main #top .contact .contact_wrap .content .right_content + * {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 441, ../compass/sass/common.scss */
  main #top .contact .contact_wrap .content .left_content + *, main #top .contact .contact_wrap .content .right_content + * {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 447, ../compass/sass/common.scss */
  main #top .contact .contact_wrap .content table {
    table-layout: fixed;
    width: 100%;
  }
}
/* line 454, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table caption {
  text-align: center;
  padding: .5rem;
  background: #78afe6;
  color: #ffffff;
}
/* line 463, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table tbody tr th {
  white-space: nowrap;
}
/* line 465, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table tbody tr th .required {
  font-size: .7rem;
  padding: .2rem .5rem;
  border-radius: 5px;
  margin-left: .5rem;
}
/* line 473, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table tbody tr td {
  width: 100%;
}
/* line 476, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table tbody tr td .input_wrap + .input_wrap {
  margin-top: 1rem;
}
/* line 481, ../compass/sass/common.scss */
main #top .contact .contact_wrap .content table tbody tr th, main #top .contact .contact_wrap .content table tbody tr td {
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 481, ../compass/sass/common.scss */
  main #top .contact .contact_wrap .content table tbody tr th, main #top .contact .contact_wrap .content table tbody tr td {
    display: block;
  }
}
/* line 495, ../compass/sass/common.scss */
main #top .contact .contact_wrap .botton_wrap {
  padding: 2rem 0;
  text-align: center;
}
/* line 499, ../compass/sass/common.scss */
main #top .contact .contact_wrap .botton_wrap [type="submit"] {
  width: 50%;
}
/* line 503, ../compass/sass/common.scss */
main #top .contact .contact_wrap .footer_wrap {
  background: #78afe6;
  color: #ffff;
  text-align: center;
  padding: .5rem 0;
  line-height: 1.2rem;
}
/* line 514, ../compass/sass/common.scss */
main #top .instagram {
  padding: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 514, ../compass/sass/common.scss */
  main #top .instagram {
    padding: 1rem;
  }
}
/* line 523, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  height: 10%;
}
/* line 528, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap h2 i {
  font-size: 5rem;
  color: #eda900;
}
@media screen and (max-width: 1024px) {
  /* line 523, ../compass/sass/common.scss */
  main #top .instagram .instagram_wrap h2 {
    font-size: 2rem;
  }
  /* line 534, ../compass/sass/common.scss */
  main #top .instagram .instagram_wrap h2 i {
    font-size: 3rem;
  }
}
/* line 540, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap .content {
  height: 90%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 549, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap .content .box {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
/* line 553, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap .content .box:after {
  content: '';
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  /* line 549, ../compass/sass/common.scss */
  main #top .instagram .instagram_wrap .content .box {
    width: 50%;
  }
}
/* line 561, ../compass/sass/common.scss */
main #top .instagram .instagram_wrap .content .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 574, ../compass/sass/common.scss */
main #top .safe {
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  /* line 574, ../compass/sass/common.scss */
  main #top .safe {
    padding: 2rem 1rem;
  }
}
/* line 581, ../compass/sass/common.scss */
main #top .safe .safe_wrap .title {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 588, ../compass/sass/common.scss */
main #top .safe .safe_wrap .title img {
  max-width: 500px;
}
/* line 594, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
}
/* line 600, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content ul li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 1024px) {
  /* line 600, ../compass/sass/common.scss */
  main #top .safe .safe_wrap .content ul li {
    flex-direction: column;
  }
}
/* line 611, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content ul li .point {
  font-size: 2rem;
  /* padding: 2.5rem; */
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #78afe6;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  /* line 611, ../compass/sass/common.scss */
  main #top .safe .safe_wrap .content ul li .point {
    margin-bottom: 2rem;
  }
}
/* line 630, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content ul li .body_text {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  /* line 630, ../compass/sass/common.scss */
  main #top .safe .safe_wrap .content ul li .body_text {
    line-height: 1.8rem;
    width: 100%;
  }
}
/* line 637, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content ul li .body_text .explanation {
  margin-top: .5rem;
  font-size: .8rem;
  display: block;
}
/* line 649, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .emphasis {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2rem 0;
}
/* line 657, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .emphasis p {
  padding: .2rem 0;
  font-weight: bold;
}
/* line 662, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .emphasis p.big {
  font-size: 4rem;
  color: red;
  text-shadow: -1px -1px 0 #303a8b, -1px 0 0 #303a8b, -1px 1px 0 #303a8b, 0 -1px 0 #303a8b, 0 1px 0 #303a8b, 1px -1px 0 #303a8b,  1px 0 0 #303a8b, 1px 1px 0 #303a8b;
}
/* line 674, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .emphasis p.big + p {
  padding-top: .5rem;
}
/* line 681, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .more {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 2rem;
  background: rgba(120, 175, 230, 0.2);
  border: 1px solid #78afe6;
  line-height: 1.5rem;
  text-align: center;
}
/* line 690, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .more .weight {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  /* line 690, ../compass/sass/common.scss */
  main #top .safe .safe_wrap .content .more .weight {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 700, ../compass/sass/common.scss */
main #top .safe .safe_wrap .content .more p {
  padding: 1rem 0;
}
/* line 705, ../compass/sass/common.scss */
main #top .safe .safe_wrap b {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(237, 169, 0, 0.32) 30%);
  font-weight: bold;
}
/* line 713, ../compass/sass/common.scss */
main #top .bay {
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  /* line 713, ../compass/sass/common.scss */
  main #top .bay {
    padding: 1rem;
  }
}
/* line 720, ../compass/sass/common.scss */
main #top .bay .bay_wrap .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 720, ../compass/sass/common.scss */
  main #top .bay .bay_wrap .title {
    font-size: 2rem;
  }
}
/* line 729, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
}
/* line 736, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  /* line 736, ../compass/sass/common.scss */
  main #top .bay .bay_wrap .content ul li {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
/* line 744, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li .image {
  width: 40%;
  height: 200px;
  overflow: hidden;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 744, ../compass/sass/common.scss */
  main #top .bay .bay_wrap .content ul li .image {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
/* line 754, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 761, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li .nara {
  border: 1px solid;
  text-align: center;
}
/* line 765, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li .nara img {
  width: auto;
  display: inline-block;
}
/* line 770, ../compass/sass/common.scss */
main #top .bay .bay_wrap .content ul li .body_text {
  width: 60%;
  letter-spacing: .1rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  /* line 770, ../compass/sass/common.scss */
  main #top .bay .bay_wrap .content ul li .body_text {
    width: 100%;
  }
}
/* line 784, ../compass/sass/common.scss */
main #top .bay b {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(232, 104, 122, 0.32) 30%);
  font-weight: bold;
}
/* line 790, ../compass/sass/common.scss */
main #top .greet {
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  /* line 790, ../compass/sass/common.scss */
  main #top .greet {
    padding: 1rem;
  }
}
/* line 796, ../compass/sass/common.scss */
main #top .greet .greet_wrap {
  text-align: center;
}
/* line 799, ../compass/sass/common.scss */
main #top .greet .greet_wrap .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 5px solid #eda900;
}
@media screen and (max-width: 414px) {
  /* line 799, ../compass/sass/common.scss */
  main #top .greet .greet_wrap .title {
    font-size: 2rem;
  }
}
/* line 810, ../compass/sass/common.scss */
main #top .greet .greet_wrap .content {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem;
  box-sizing: border-box;
  background: aliceblue;
  display: inline-block;
}
/* line 821, ../compass/sass/common.scss */
main #top .greet .greet_wrap .content .image_wrap {
  margin-bottom: 2rem;
}
/* line 823, ../compass/sass/common.scss */
main #top .greet .greet_wrap .content .image_wrap img {
  border-radius: 50%;
  width: 300px;
  display: inline-block;
}
@media screen and (max-width: 414px) {
  /* line 823, ../compass/sass/common.scss */
  main #top .greet .greet_wrap .content .image_wrap img {
    width: 200px;
  }
}
/* line 837, ../compass/sass/common.scss */
main #top .location {
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 837, ../compass/sass/common.scss */
  main #top .location {
    padding-top: 1rem;
  }
}
/* line 842, ../compass/sass/common.scss */
main #top .location .location_wrap {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  /* line 842, ../compass/sass/common.scss */
  main #top .location .location_wrap {
    padding-bottom: 70px;
  }
}
/* line 859, ../compass/sass/common.scss */
main #top .location .location_wrap .title {
  font-size: 3rem;
  font-weight: bold;
  color: #eda900;
  padding: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #000000;
}
/* line 868, ../compass/sass/common.scss */
main #top .location .location_wrap .content {
  flex-grow: 2;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 868, ../compass/sass/common.scss */
  main #top .location .location_wrap .content {
    flex-direction: column;
  }
}
/* line 877, ../compass/sass/common.scss */
main #top .location .location_wrap .content .locations {
  width: 30%;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  /* line 877, ../compass/sass/common.scss */
  main #top .location .location_wrap .content .locations {
    width: 100%;
  }
}
/* line 883, ../compass/sass/common.scss */
main #top .location .location_wrap .content .locations .location_logo_wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 1024px) {
  /* line 883, ../compass/sass/common.scss */
  main #top .location .location_wrap .content .locations .location_logo_wrap {
    display: flex;
    align-items: center;
  }
  /* line 894, ../compass/sass/common.scss */
  main #top .location .location_wrap .content .locations .location_logo_wrap img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 906, ../compass/sass/common.scss */
  main #top .location .location_wrap .content .locations .location_logo_wrap .sub_image_wrap {
    width: 50%;
  }
  /* line 911, ../compass/sass/common.scss */
  main #top .location .location_wrap .content .locations .location_logo_wrap .sub_image_wrap p {
    font-size: .8rem;
  }
}
/* line 920, ../compass/sass/common.scss */
main #top .location .location_wrap .content .locations img {
  width: 100%;
  display: block;
}
/* line 929, ../compass/sass/common.scss */
main #top .location .location_wrap .content .locations .address_wrap {
  padding: 1rem;
}
/* line 932, ../compass/sass/common.scss */
main #top .location .location_wrap .content .locations .address_wrap ul li {
  text-align: right;
  font-size: 1.3rem;
  padding: .2rem 0;
}
/* line 943, ../compass/sass/common.scss */
main #top .location .location_wrap .content .map_wrap {
  align-self: stretch;
  flex-grow: 2;
}
/* line 946, ../compass/sass/common.scss */
main #top .location .location_wrap .content .map_wrap iframe {
  width: 100%;
  height: 100%;
}

/****************************************
 	メッセージ							*
*****************************************/
/* line 962, ../compass/sass/common.scss */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000085;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 974, ../compass/sass/common.scss */
#modal .modal_content {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
/* line 983, ../compass/sass/common.scss */
#modal .modal_content .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
}
/* line 989, ../compass/sass/common.scss */
#modal .modal_content .body {
  line-height: 1.5rem;
  margin: 1.5rem 0;
}
/* line 994, ../compass/sass/common.scss */
#modal .modal_content .modal_delete_btn {
  width: 100%;
  background-color: #eda900;
  padding: 1rem;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

/****************************************
 	サイド								*
*****************************************/
/****************************************
 	フッター								*
*****************************************/
/****************************************
 	ログイン・ログアウト					*
*****************************************/
/****************************************
 	ハンバーグメニュー						*
*****************************************/
/****************************************
 	カレンダー							*
*****************************************/
/****************************************
 	リスト表示							*
*****************************************/
/****************************************
 	ページネーション						*
*****************************************/
/****************************************
 	スクロールダウンアニメーション			*
*****************************************/
/* line 1061, ../compass/sass/common.scss */
.scroll_down_position {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 1061, ../compass/sass/common.scss */
  .scroll_down_position {
    bottom: 75px;
  }
}
/* line 1069, ../compass/sass/common.scss */
.scroll_down_position .icon_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1079, ../compass/sass/common.scss */
.scroll_down_animation span {
  top: 0;
  left: 50%;
  width: 26px;
  height: 40px;
  transform: translateX(-50%);
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  display: block;
}

/* line 1093, ../compass/sass/common.scss */
.scroll_down_animation span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 13px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 13px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* line 1140, ../compass/sass/common.scss */
.scrolldown1 {
  position: relative;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
/* line 1147, ../compass/sass/common.scss */
.scrolldown1 span {
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
/* line 1155, ../compass/sass/common.scss */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: .7rem;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  left: 50%;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 1rem;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
/****************************************
 	共通クラス							*
*****************************************/
/* line 1195, ../compass/sass/common.scss */
.primary {
  color: #006dcc;
}

/* line 1195, ../compass/sass/common.scss */
.success {
  color: #378837;
}

/* line 1195, ../compass/sass/common.scss */
.info {
  color: #49afcd;
}

/* line 1195, ../compass/sass/common.scss */
.warning {
  color: #faa732;
}

/* line 1195, ../compass/sass/common.scss */
.danger {
  color: #da4f49;
}

/* line 1195, ../compass/sass/common.scss */
.inverse {
  color: #363636;
}

/* line 1195, ../compass/sass/common.scss */
.clear {
  color: #e0e0e0;
}

/* line 1195, ../compass/sass/common.scss */
.white {
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_primary {
  background: #006dcc;
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_success {
  background: #378837;
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_info {
  background: #49afcd;
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_warning {
  background: #faa732;
  color: #000;
}

/* line 1202, ../compass/sass/common.scss */
.bg_danger {
  background: #da4f49;
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_inverse {
  background: #363636;
  color: #fff;
}

/* line 1202, ../compass/sass/common.scss */
.bg_clear {
  background: #e0e0e0;
  color: #000;
}

/* line 1202, ../compass/sass/common.scss */
.bg_white {
  background: #fff;
  color: #000;
}

/* line 1214, ../compass/sass/common.scss */
button, .button {
  display: inline-block;
  font-size: 1rem;
  padding: .5rem .7rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #efefef;
  color: #000;
  text-align: center;
}
/* line 1225, ../compass/sass/common.scss */
button:focus, .button:focus {
  outline: 0;
}
/* line 1229, ../compass/sass/common.scss */
button:hover, .button:hover {
  background: #d6d6d6;
}

/* line 1235, ../compass/sass/common.scss */
button.primary, .button.primary {
  background: #006dcc;
  color: #fff;
}
/* line 1238, ../compass/sass/common.scss */
button.primary:hover, .button.primary:hover {
  background: #005299;
}

/* line 1235, ../compass/sass/common.scss */
button.success, .button.success {
  background: #378837;
  color: #fff;
}
/* line 1238, ../compass/sass/common.scss */
button.success:hover, .button.success:hover {
  background: #286428;
}

/* line 1235, ../compass/sass/common.scss */
button.info, .button.info {
  background: #49afcd;
  color: #fff;
}
/* line 1238, ../compass/sass/common.scss */
button.info:hover, .button.info:hover {
  background: #3195b2;
}

/* line 1235, ../compass/sass/common.scss */
button.warning, .button.warning {
  background: #faa732;
  color: #000;
}
/* line 1238, ../compass/sass/common.scss */
button.warning:hover, .button.warning:hover {
  background: #f39106;
}

/* line 1235, ../compass/sass/common.scss */
button.danger, .button.danger {
  background: #da4f49;
  color: #fff;
}
/* line 1238, ../compass/sass/common.scss */
button.danger:hover, .button.danger:hover {
  background: #c72f29;
}

/* line 1235, ../compass/sass/common.scss */
button.inverse, .button.inverse {
  background: #363636;
  color: #fff;
}
/* line 1238, ../compass/sass/common.scss */
button.inverse:hover, .button.inverse:hover {
  background: #1d1d1d;
}

/* line 1235, ../compass/sass/common.scss */
button.clear, .button.clear {
  background: #e0e0e0;
  color: #000;
}
/* line 1238, ../compass/sass/common.scss */
button.clear:hover, .button.clear:hover {
  background: #c7c7c7;
}

/* line 1235, ../compass/sass/common.scss */
button.white, .button.white {
  background: #fff;
  color: #000;
}
/* line 1238, ../compass/sass/common.scss */
button.white:hover, .button.white:hover {
  background: #e6e6e6;
}

/* line 1252, ../compass/sass/common.scss */
.alert {
  display: block;
  padding: 1rem;
  position: relative;
}
/* line 1258, ../compass/sass/common.scss */
.alert .alert-delete {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 1269, ../compass/sass/common.scss */
.alert.primary {
  background: #006dcc;
  color: #fff;
}
/* line 1279, ../compass/sass/common.scss */
.alert.primary .alert-delete {
  color: #fff;
}

/* line 1269, ../compass/sass/common.scss */
.alert.success {
  background: #378837;
  color: #fff;
}
/* line 1279, ../compass/sass/common.scss */
.alert.success .alert-delete {
  color: #fff;
}

/* line 1269, ../compass/sass/common.scss */
.alert.info {
  background: #49afcd;
  color: #fff;
}
/* line 1279, ../compass/sass/common.scss */
.alert.info .alert-delete {
  color: #fff;
}

/* line 1269, ../compass/sass/common.scss */
.alert.warning {
  background: #faa732;
  color: #000;
}
/* line 1274, ../compass/sass/common.scss */
.alert.warning .alert-delete {
  color: #000;
}

/* line 1269, ../compass/sass/common.scss */
.alert.danger {
  background: #da4f49;
  color: #fff;
}
/* line 1279, ../compass/sass/common.scss */
.alert.danger .alert-delete {
  color: #fff;
}

/* line 1269, ../compass/sass/common.scss */
.alert.inverse {
  background: #363636;
  color: #fff;
}
/* line 1279, ../compass/sass/common.scss */
.alert.inverse .alert-delete {
  color: #fff;
}

/* line 1269, ../compass/sass/common.scss */
.alert.clear {
  background: #e0e0e0;
  color: #000;
}
/* line 1274, ../compass/sass/common.scss */
.alert.clear .alert-delete {
  color: #000;
}

/* line 1269, ../compass/sass/common.scss */
.alert.white {
  background: #fff;
  color: #000;
}
/* line 1274, ../compass/sass/common.scss */
.alert.white .alert-delete {
  color: #000;
}

/* line 1287, ../compass/sass/common.scss */
.col1 {
  width: 8.33333% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col1 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col2 {
  width: 16.66667% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col2 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col3 {
  width: 25% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col3 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col4 {
  width: 33.33333% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col4 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col5 {
  width: 41.66667% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col5 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col6 {
  width: 50% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col6 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col7 {
  width: 58.33333% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col7 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col8 {
  width: 66.66667% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col8 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col9 {
  width: 75% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col9 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col10 {
  width: 83.33333% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col10 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col11 {
  width: 91.66667% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col11 {
    width: 100% !important;
  }
}

/* line 1287, ../compass/sass/common.scss */
.col12 {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  /* line 1287, ../compass/sass/common.scss */
  .col12 {
    width: 100% !important;
  }
}

/* line 1295, ../compass/sass/common.scss */
.tl {
  text-align: left;
}

/* line 1299, ../compass/sass/common.scss */
.tr {
  text-align: right;
}

/* line 1303, ../compass/sass/common.scss */
.tc {
  text-align: center;
}

/****************************************
 	フォームパーツ						*
*****************************************/
/* line 1311, ../compass/sass/common.scss */
label {
  display: inline-block;
}
/* line 1314, ../compass/sass/common.scss */
label input[type=radio],
label input[type=checkbox] {
  display: none;
}
/* line 1318, ../compass/sass/common.scss */
label input[type=radio] + span,
label input[type=checkbox] + span {
  transition: ease-out .5s;
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-weight: 900;
  font-family: "fontawesome";
}
/* line 1331, ../compass/sass/common.scss */
label input[type=radio] + span:after,
label input[type=checkbox] + span:after {
  color: #ffffff;
  font-size: .7rem;
}
/* line 1338, ../compass/sass/common.scss */
label input[type=radio] + span + b,
label input[type=checkbox] + span + b {
  margin-left: 3px;
  position: relative;
  top: -0.3rem;
}
/* line 1345, ../compass/sass/common.scss */
label input[type=radio]:disabled + span,
label input[type=checkbox]:disabled + span {
  background-color: #d5d5d5;
  cursor: no-drop;
}
/* line 1351, ../compass/sass/common.scss */
label input[type=radio]:checked + span,
label input[type=checkbox]:checked + span {
  background-color: rgba(91, 183, 91, 0.9);
  border-color: rgba(100, 100, 100, 0.8);
}
/* line 1359, ../compass/sass/common.scss */
label input[type=checkbox] + span:after {
  content: '\f00c';
}
/* line 1367, ../compass/sass/common.scss */
label input[type=radio] + span {
  border-radius: 50%;
}
/* line 1372, ../compass/sass/common.scss */
label input[type=radio]:checked + span:after {
  content: '\f111';
}
/* line 1378, ../compass/sass/common.scss */
label + label {
  margin-left: 8px;
}

/* line 1384, ../compass/sass/common.scss */
.error {
  font-size: .8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #da4f49;
}

/* line 1391, ../compass/sass/common.scss */
.noscrollbar {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
/* line 1395, ../compass/sass/common.scss */
.noscrollbar::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 414px) {
  /* line 1401, ../compass/sass/common.scss */
  .mb-none {
    display: none;
  }
}
/* line 1406, ../compass/sass/common.scss */
input {
  font-size: 1rem;
}

/****************************************
 	フォームパーツ						*
*****************************************/
/* line 1414, ../compass/sass/common.scss */
input[type='text'],
input[type='url'],
input[type='tel'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='file'],
textarea,
select,
.textarea[contenteditable="true"] {
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  font-size: 1em;
  padding: .8rem;
  box-sizing: border-box;
}
/* line 1434, ../compass/sass/common.scss */
input[type='text']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='file']:focus,
textarea:focus,
select:focus,
.textarea[contenteditable="true"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--main-rgba4);
}
/* line 1439, ../compass/sass/common.scss */
input[type='text']:disabled,
input[type='url']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='file']:disabled,
textarea:disabled,
select:disabled,
.textarea[contenteditable="true"]:disabled {
  color: #e3e3e3;
  pointer-events: none;
}
/* line 1444, ../compass/sass/common.scss */
input[type='text']::placeholder,
input[type='url']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='file']::placeholder,
textarea::placeholder,
select::placeholder,
.textarea[contenteditable="true"]::placeholder {
  color: #bbb;
}

@media screen and (max-width: 1024px) {
  /* line 1450, ../compass/sass/common.scss */
  input[type='text'],
  input[type='url'],
  input[type='tel'],
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='file'] {
    width: 100%;
  }
}
/* line 1462, ../compass/sass/common.scss */
textarea {
  height: 100px;
}

/* line 1465, ../compass/sass/common.scss */
.textarea[contenteditable="true"] {
  min-height: 100px;
  color: #696969;
  background: #fff;
}
/* line 1469, ../compass/sass/common.scss */
.textarea[contenteditable="true"]:empty:before {
  color: #adadad;
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
}
/* line 1475, ../compass/sass/common.scss */
.textarea[contenteditable="true"] .emoji {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 .1rem;
  vertical-align: text-bottom;
}
/* line 1481, ../compass/sass/common.scss */
.textarea[contenteditable="true"] .emoji img {
  width: 100%;
  height: 100%;
  display: inline;
}
/* line 1486, ../compass/sass/common.scss */
.textarea[contenteditable="true"] .emoji + .emoji {
  margin-left: 0;
}

/* line 1492, ../compass/sass/common.scss */
label {
  display: inline-block;
}
/* line 1495, ../compass/sass/common.scss */
label input[type=radio],
label input[type=checkbox] {
  display: none;
}
/* line 1499, ../compass/sass/common.scss */
label input[type=radio] + span,
label input[type=checkbox] + span {
  transition: ease-out .5s;
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-weight: 900;
  font-family: "fontawesome";
}
/* line 1512, ../compass/sass/common.scss */
label input[type=radio] + span:after,
label input[type=checkbox] + span:after {
  color: #ffffff;
  font-size: .7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1523, ../compass/sass/common.scss */
label input[type=radio] + span + b,
label input[type=checkbox] + span + b {
  margin-left: 3px;
  position: relative;
  top: -0.3rem;
}
/* line 1530, ../compass/sass/common.scss */
label input[type=radio]:disabled + span,
label input[type=checkbox]:disabled + span {
  background-color: #d5d5d5;
  cursor: no-drop;
}
/* line 1535, ../compass/sass/common.scss */
label input[type=radio]:checked + span,
label input[type=checkbox]:checked + span {
  background-color: var(--main-rgb);
  border-color: rgba(100, 100, 100, 0.8);
}
/* line 1544, ../compass/sass/common.scss */
label input[type=checkbox]:checked + span:after {
  content: '\f00c';
}
/* line 1553, ../compass/sass/common.scss */
label input[type=radio] + span {
  border-radius: 50%;
}
/* line 1558, ../compass/sass/common.scss */
label input[type=radio]:checked + span:after {
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* line 1567, ../compass/sass/common.scss */
label + label {
  margin-left: 8px;
}

/* line 1572, ../compass/sass/common.scss */
.inline-flex {
  display: inline-flex;
}

/* line 1573, ../compass/sass/common.scss */
.flex {
  display: flex;
}

/* line 1574, ../compass/sass/common.scss */
.j-left {
  justify-content: left;
}

/* line 1575, ../compass/sass/common.scss */
.j-center {
  justify-content: center;
}

/* line 1576, ../compass/sass/common.scss */
.j-right {
  justify-content: right;
}

/* line 1577, ../compass/sass/common.scss */
.j-between {
  justify-content: space-between;
}

/* line 1578, ../compass/sass/common.scss */
.j-around {
  justify-content: space-around;
}

/* line 1580, ../compass/sass/common.scss */
.a-start {
  align-items: flex-start;
}

/* line 1581, ../compass/sass/common.scss */
.a-center {
  align-items: center;
}

/* line 1582, ../compass/sass/common.scss */
.a-end {
  align-items: flex-end;
}

/* line 1583, ../compass/sass/common.scss */
.separator {
  font-size: 1rem;
  padding: 0 .3rem;
}

/* line 1588, ../compass/sass/common.scss */
.error {
  font-size: .8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #da4f49;
}

/* line 1595, ../compass/sass/common.scss */
.noscrollbar {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
/* line 1599, ../compass/sass/common.scss */
.noscrollbar::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 1604, ../compass/sass/common.scss */
  .mb-none {
    display: none;
  }
}
/* line 1609, ../compass/sass/common.scss */
input {
  font-size: 1rem;
}

/* line 1612, ../compass/sass/common.scss */
.informaition {
  padding: 1rem;
}

/* line 1620, ../compass/sass/common.scss */
.switch label input[type="checkbox"],
.switch label input[type="radio"] {
  display: none;
}
/* line 1625, ../compass/sass/common.scss */
.switch label input[type="checkbox"]:checked + span,
.switch label input[type="radio"]:checked + span {
  background-color: var(--main-rgb);
}
/* line 1627, ../compass/sass/common.scss */
.switch label input[type="checkbox"]:checked + span:after,
.switch label input[type="radio"]:checked + span:after {
  left: 50%;
  background-color: #fff;
}
/* line 1634, ../compass/sass/common.scss */
.switch label input[type="checkbox"] + span,
.switch label input[type="radio"] + span {
  --swich_width: 50px;
  display: block;
  width: var(--swich_width);
  height: calc(var(--swich_width) / 2);
  position: relative;
  border-radius: calc(var(--swich_width) / 2);
  border: 2px solid var(--main-rgb);
  background: #fff;
  cursor: pointer;
  transition: .5s background-color;
}
/* line 1646, ../compass/sass/common.scss */
.switch label input[type="checkbox"] + span:after,
.switch label input[type="radio"] + span:after {
  content: '';
  width: calc(var(--swich_width) / 2);
  height: calc(var(--swich_width) / 2);
  display: block;
  background: var(--main-rgb);
  border-radius: 50%;
  position: absolute;
  transition: .5s left;
  left: 0;
  top: 0;
  transform: none;
}
/* line 1664, ../compass/sass/common.scss */
.switch b {
  display: none;
}
