@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

th {
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1;
}

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

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font: inherit;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

button,
input,
textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea {
  font-size: 16px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.ly_header {
  margin: 0 auto;
  padding: 10px;
}

.ly_mdUpBorderWrap.ly_mdUpBorderWrap__contentViewportHeight {
  min-height: calc(100svh - 352px);
  padding: 15px;
}

@media screen and (min-width: 500px) {
  .ly_mdUpBorderWrap {
    max-width: 500px;
    border: 5px solid #150c15;
    margin: 10px auto 50px;
    padding-top: 20px;
  }
}
input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

input[type=date]:disabled {
  background-color: #f5f5f5;
  /* 薄いグレーの背景 */
  color: #999999;
  /* 文字色を薄く */
  cursor: not-allowed;
  /* カーソルを禁止マークに */
  border-color: #cccccc;
  /* 枠線を薄く */
  opacity: 1;
  /* iOS Safariでの透過度リセット */
  -webkit-text-fill-color: #999999;
  /* iOS Safariでの文字色固定 */
}

.bl_logoHeadding {
  text-align: center;
  margin: 0 auto;
}
.bl_logoHeadding_logoWrap {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.bl_logoHeadding_logoWrap > img {
  height: auto;
}
.bl_logoHeadding_subTtl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bl_logoHeadding_logoWrap.bl_logoHeadding_logoWrap__wideLg {
  max-width: 400px;
}

.bl_fileInput_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  text-align: center;
  background-color: #3d98b4;
  cursor: pointer;
}
.bl_fileInput_btn:focus {
  outline: 2px solid #7ec3d8;
}

.bl_infoBox {
  background-color: #d2ddde;
  border-radius: 10px;
  padding: 15px;
}
.bl_infoBox_txt {
  text-align: justify;
}

.bl_infoList {
  background-color: #d2ddde;
  border-radius: 10px;
  padding: 20px 15px 15px 20px;
}
.bl_infoList_dt {
  max-width: 150px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #150c15;
  margin: 0 auto 1em;
  padding: 10px;
}
.bl_infoList_dd {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -0.75em;
}
.bl_infoList_dd:last-child {
  margin-bottom: 0;
}
.bl_infoList_dd::before {
  content: "\f042";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  padding-right: 5px;
  -webkit-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg);
}

.bl_infoList_dt.bl_infoList_dt__nearFull {
  max-width: 95%;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.bl_formContainer {
  padding: 15px 15px 35px;
}

.bl_formContainer.bl_formContainer__bgGray {
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 35px;
}

.bl_additionalUnitList_itemWrap {
  margin-bottom: 1em;
}

.bl_inputRadio_input {
  display: block;
}
.bl_inputRadio_input:checked + .bl_inputRadio_name::before {
  content: "\f058";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #70acce;
}
.bl_inputRadio_name {
  display: inline-block;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  margin: 0;
  padding: 0.3em 0 0.3em 50px;
  position: relative;
  cursor: pointer;
}
.bl_inputRadio_name::before {
  content: "\f111";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  width: 36px;
  height: 36px;
  color: #68666c;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_inputCheckBox_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_inputCheckBox_input:checked + .bl_inputCheckBox_name::before {
  content: "\f14a";
  color: #70ACCE;
}
.bl_inputCheckBox_name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
  margin: 0;
  padding: 0.3em 0 0.3em 50px;
  position: relative;
  cursor: pointer;
}
.bl_inputCheckBox_name::before {
  content: "\f0c8";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #d9d9d9;
  font-size: 36px;
  position: absolute;
  top: -40%;
  left: 0;
}

.bl_inputCheckBox.bl_inputCheckBox__wideBgGray {
  display: block;
  width: calc(100% - 30px);
  background-color: #edf8ff;
  margin: 0 auto;
  padding: 10px;
}

.bl_vertList li {
  margin-bottom: 20px;
}
.bl_vertList li:last-child {
  margin-bottom: 0;
}

.bl_vertList.bl_vertList__nestTight li {
  margin-bottom: 0px;
}

.bl_footer {
  background-color: #144da0;
}
.bl_footer_txt {
  color: #fcfcfc;
  font-size: 0.875rem;
  text-align: center;
}
.bl_footer_head, .bl_footer_foot {
  padding: 15px;
}
.bl_footer_foot {
  text-align: center;
}
.bl_footer_imgWrap {
  max-width: 250px;
  margin: 0 auto;
}

/* ==========================================================================
   自前デザインのラジオボタン用：テキスト下線スタイル
   ========================================================================== */
.bl_inputRadio_input.is_error,
.bl_inputCheckBox_input.is_error {
  outline: none !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}

/* input.is_error の「次にあるラベル名」を指定 */
.bl_inputRadio_input.is_error + .bl_inputRadio_name,
.bl_inputCheckBox_input.is_error + .bl_inputCheckBox_name {
  color: #d32f2f;
  font-weight: bold;
}

/* 3. アイコン(::before)を避けて、中身のテキストだけに下線を引く手法 */
/* ラベル名自体に下線を引くとアイコンまで線が入るため、linear-gradient */
.bl_inputRadio_input.is_error + .bl_inputRadio_name,
.bl_inputCheckBox_input.is_error + .bl_inputCheckBox_name {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d32f2f), to(#d32f2f));
  background-image: linear-gradient(#d32f2f, #d32f2f);
  background-position: right bottom;
  background-repeat: no-repeat;
  /* アイコンの幅分だけ「左側」を空けて線を引く設定 */
  /* 45px の部分は、ご自身のデザインのアイコン幅＋余白に合わせて調整 */
  background-size: calc(100% - 45px) 2px;
  padding-bottom: 2px;
}

.bl_footer_txt.bl_footer_txt__lg {
  font-size: 1.25rem;
}

.bl_copyright {
  font-size: 0.875rem;
  color: #fcfcfc;
  text-align: center;
  background-color: #101841;
  padding: 10px;
}
.bl_copyright span {
  color: currentColor;
}

@media screen and (min-width: 500px) {
  .bl_footer_txt {
    font-size: 1rem;
  }
  .bl_footer.bl_footer__mdHoriz {
    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;
  }
  .bl_footer_txt.bl_footer_txt__lg {
    font-size: 1.5rem;
  }
}
/*


*/
.el_lv2Headding {
  color: #144da0;
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
}
.el_lv2Headding::first-letter {
  color: #70acce;
}

.el_txt {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 1em;
}

.el_txt.el_txt__supplement {
  color: #198b86;
  line-height: 1.75;
}

.el_txt.el_txt__underlineOrange {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(231, 161, 0, 0.5)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(231, 161, 0, 0.5) 70%);
}

.el_centerTxt {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1em;
}

.el_alertTxt {
  display: none;
  font-size: 1rem;
  font-weight: bold;
}
.el_alertTxt::before {
  content: "\f071";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}

.el_formLabel {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: justify;
  border-left: 3px solid #70acce;
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}

.el_formLabel.el_formLabel__noBorderLeft {
  border-left: 0;
  padding-left: 0;
}

.el_formInput {
  width: 100%;
  height: 42px;
  font-size: 1rem;
  border: 2px solid #a5a3a3;
  border-radius: 5px;
  background-color: #fcfcfc;
  padding: 5px;
}

.el_formInput.el_formInput__widthMd {
  width: 200px;
}

.el_formInput.el_formInput__date {
  width: 200px;
  height: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.el_formInput.el_formInput__widthSm {
  width: 120px;
  height: 42px;
}

.el_formTextarea {
  width: 100%;
  height: 250px;
  font-size: 1rem;
  border: 2px solid #a5a3a3;
  border-radius: 5px;
  background-color: #fcfcfc;
  margin-bottom: 10px;
  padding: 5px;
}

.el_formTextarea.el_formTextarea__short {
  height: 75px;
}

.el_label {
  color: #fcfcfc;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  background-color: #e7a100;
  margin-left: 0.25em;
  padding: 2px 5px;
}

.el_label.el_label__bgGreen {
  background-color: #198b86;
}

.el_emp {
  color: #144da0;
  font-weight: bold;
}

.el_circleBg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  color: #fcfcfc;
  font-weight: bold;
  background-color: #198b86;
  border-radius: 3px;
  margin-right: 3px;
}

.el_circleBg.el_circleBg__bgColorSec {
  background-color: #144da0;
}

.el_circleBg.el_circleBg__Md {
  width: 30px;
  height: 30px;
}

.el_note {
  color: #198b86;
  text-align: justify;
  text-indent: -1em;
  margin-bottom: 20px;
  padding-left: 1em;
}

.el_note.el_note__indentMdNomalColor {
  color: #150c15;
  text-indent: -2em;
  padding-left: 2em;
}

.el_note.el_note__colorRev {
  color: #150c15;
}
.el_note.el_note__colorRev span {
  color: #198b86;
}

.el_note.el_note__colorRed {
  color: #da6a38;
}

.el_boldTxt {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: justify;
  margin-top: 5px;
}

.el_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  color: #fcfcfc;
  background-color: #144da0;
  margin: 0 auto;
  padding: 15px 5px;
}

.el_btn.el_btn__lineGreen {
  font-weight: bold;
  background-color: #06C755;
}
.el_btn.el_btn__lineGreen i {
  color: currentColor;
  padding-top: 2px;
  padding-right: 5px;
}

.el_btn.el_btn__whiteRounded {
  color: #101841;
  background-color: #fcfcfc;
  border-radius: 15px;
}

.el_underlineLink {
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
}
.el_underlineLink i {
  color: #70acce;
}

.el_underlineLink.el_underlineLink__centerFsMd {
  display: block;
  font-size: 1.125rem;
}

.el_btn.el_btn__orange {
  background-color: #e7a100;
}

.el_telLink {
  font-size: 1.375rem;
  font-weight: bold;
}

.el_telLink.el_telLink__iconTel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.el_telLink.el_telLink__iconTel img {
  width: auto;
  height: 25px;
  padding-top: 3px;
}

.el_noticeTextHidden {
  display: none;
  text-align: justify;
  margin-bottom: 1em;
}

@media screen and (min-width: 500px) {
  .el_telLink {
    font-size: 1.625rem;
  }
  .el_telLink.el_telLink__iconTel {
    line-height: 1;
    margin-bottom: 15px;
  }
  .el_telLink.el_telLink__iconTel img {
    width: auto;
    height: 30px;
    padding-top: 3px;
  }
  .el_txt.el_txt__mdUpCenter {
    text-align: center;
  }
}
.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_pt0 {
  padding-top: 0px !important;
}

.hp_pb0 {
  padding-bottom: 0px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_pt10 {
  padding-top: 10px !important;
}

.hp_pb10 {
  padding-bottom: 10px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_pt20 {
  padding-top: 20px !important;
}

.hp_pb20 {
  padding-bottom: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_pt30 {
  padding-top: 30px !important;
}

.hp_pb30 {
  padding-bottom: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_pt40 {
  padding-top: 40px !important;
}

.hp_pb40 {
  padding-bottom: 40px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_pt50 {
  padding-top: 50px !important;
}

.hp_pb50 {
  padding-bottom: 50px !important;
}

.hp_mt60 {
  margin-top: 60px !important;
}

.hp_mb60 {
  margin-bottom: 60px !important;
}

.hp_pt60 {
  padding-top: 60px !important;
}

.hp_pb60 {
  padding-bottom: 60px !important;
}

.hp_mt70 {
  margin-top: 70px !important;
}

.hp_mb70 {
  margin-bottom: 70px !important;
}

.hp_pt70 {
  padding-top: 70px !important;
}

.hp_pb70 {
  padding-bottom: 70px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_pt80 {
  padding-top: 80px !important;
}

.hp_pb80 {
  padding-bottom: 80px !important;
}

.hp_mt90 {
  margin-top: 90px !important;
}

.hp_mb90 {
  margin-bottom: 90px !important;
}

.hp_pt90 {
  padding-top: 90px !important;
}

.hp_pb90 {
  padding-bottom: 90px !important;
}

.hp_mt100 {
  margin-top: 100px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

.hp_pt100 {
  padding-top: 100px !important;
}

.hp_pb100 {
  padding-bottom: 100px !important;
}

.sm_br {
  display: block !important;
}

.sm_hidden {
  display: none !important;
}

.lg_br {
  display: none !important;
}

.mdUp_br {
  display: none !important;
}

.hp_br {
  display: block !important;
}

.hp_uppercase {
  text-transform: uppercase !important;
}

.hp_bgColorSec {
  background-color: #144da0 !important;
}

.hp_bgBbeige {
  background-color: #e6dfcb !important;
}

.hp_colorRed {
  color: #da6a38 !important;
}

.hp_colorSec {
  color: #144da0 !important;
}

.hp_flexWrapOn {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.hp_bgWhite {
  background-color: #fcfcfc !important;
}

.hp_flexFull {
  width: 100% !important;
}

.hp_underLine {
  border-bottom: 1px solid #d2ddde !important;
}

.hp_MT10 {
  margin-top: -10px !important;
}

.hp_MT15 {
  margin-top: -15px !important;
}

.hp_pdLR10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.hp_dBlock {
  display: block !important;
}

.hp_bold {
  font-weight: bold !important;
}

.hp_colorWhite {
  color: #fcfcfc !important;
}

.hp_fsMd {
  font-size: 1.125rem;
}

.hp_taCenter {
  text-align: center !important;
}

@media screen and (min-width: 500px) {
  .sm_hidden {
    display: block !important;
  }
  .mdUp_hidden {
    display: none !important;
  }
}
@media screen and (min-width: 780px) {
  .sm_br {
    display: none !important;
  }
  .mdUp_br {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .lg_br {
    display: block !important;
  }
}
.is_srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.is_hidden {
  display: none !important;
}

.is_open {
  max-height: 2000px !important;
  opacity: 1 !important;
}

.is_alert {
  display: block !important;
  color: #e53935 !important;
  font-weight: bold !important;
  text-indent: -0.6em !important;
  padding-left: 1em !important;
}

.is_processing {
  color: #fffde1 !important;
  background-color: #b32425 !important;
  pointer-events: none !important;
  cursor: wait !important;
}

.is_error {
  border: 1.5px solid #d32f2f !important;
  background-color: #fdf2f2 !important;
  outline: none !important;
}

.un_loading,
.un_loading:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.un_loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ly_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
  background: #009b5d;
  color: #fcfcfc;
  font-weight: bold;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 10000;
}

.is_fadeOutUp {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

* {
  color: #150c15;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

html {
  color: #150c15;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", "Arial", "Helvetica", "sans-serif";
}

.el_telIcon img {
  display: inline-block;
  width: 24px;
  height: auto;
}

a:hover, a:focus {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}

input[type=radio]:focus + span,
input[type=radio]:hover + span {
  -webkit-box-shadow: 0 0 2px rgba(112, 172, 206, 0.8);
          box-shadow: 0 0 2px rgba(112, 172, 206, 0.8);
}

@media screen and (nin-width: 500px) {
  main {
    border: 4px solid #101841;
  }
}
@media screen and (min-width: 780px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}/*# sourceMappingURL=room-new.css.map */