@charset "UTF-8";
/*
Theme Name: JOURNEYS
Author: GPRO Co., Ltd.
*/
@import url(./css/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400&display=swap");
body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 764px) {
  h2 {
    font-size: 22px;
  }
}
h2.el_ttl {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
h2.el_ttl::before, h2.el_ttl::after {
  content: "";
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 45px;
  height: 8px;
  background-color: #e4f2ec;
}
h2.el_ttl::before {
  left: 0;
  background-color: #e4f2ec;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
h2.el_ttl::after {
  right: 0;
  background-color: #e4f2ec;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

h3 {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 764px) {
  h3 {
    font-size: 18px;
  }
}
h3.el_ttl {
  position: relative;
  margin-bottom: 2em;
}
h3.el_ttl:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 33px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e4f2ec;
  border-radius: 2px;
}
h3.el_ttl span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Times New Roman;
}

p {
  margin-bottom: 30px;
  line-height: 26px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
a:hover {
  color: #42e09d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul li {
  margin: 1rem 3rem 1rem 3rem;
}

.el_fontSizeXL {
  font-size: 28px;
}
@media only screen and (max-width: 420px) {
  .el_fontSizeXL {
    font-size: 18px;
  }
}
.el_fontSizeL {
  font-size: 18px;
}
@media only screen and (max-width: 420px) {
  .el_fontSizeL {
    font-size: 16px;
  }
}
.el_fontSizeM {
  font-size: 16px;
}
.el_fontSizeS {
  font-size: 14px;
}
.el_fontSizeXS {
  font-size: 12px;
}

.el_br {
  display: none;
}
@media only screen and (max-width: 420px) {
  .el_br {
    display: block;
  }
}

.el_bold {
  font-weight: bold;
}

.hp_mb20 {
  margin-bottom: 20px;
}

.hp_mb50 {
  margin-bottom: 50px;
}

.hp_pb20 {
  padding-bottom: 20px;
}

.hp_pb50 {
  padding-bottom: 50px;
}

.hp_mr10 {
  margin-right: 10px;
}

.el_txtR {
  text-align: right;
}
.el_txtC {
  text-align: center;
}
.el_txtL {
  text-align: center;
}

.el_maincolor {
  color: #262626;
}

.el_subcolor {
  color: #42e09d;
}

.el_bgColor1st {
  background-color: #f0faf6;
}
.el_bgColor2nd {
  background-color: #e4f2ec;
}
.el_bgColor3rd {
  background-color: #cce6db;
}
.el_bgColor4th {
  background-color: #adccbf;
}

.el_full {
  width: 100%;
}

.bl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_flex li {
  list-style: none;
}

.el_btn {
  background-color: #0097e6;
  color: #ffffff;
  border-radius: 50px;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #42e09d;
  color: #ffffff;
}

.el_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(25%, #45E19E));
  background: linear-gradient(transparent 60%, #45E19E 25%);
}

.el_check {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  fill: #42e09d;
}

.el_not {
  background-image: url(../img/not.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.el_narrow {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .el_narrow {
    width: 100%;
  }
}

.el_price {
  margin-top: auto;
  text-align: right;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 36px;
}
@media only screen and (max-width: 764px) {
  .el_price {
    font-size: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .el_price {
    margin-bottom: 20px;
  }
}

.el_narrow {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .el_narrow {
    width: 100%;
  }
}

.el_commentImg {
  max-width: 276px;
}

.el_viewSP {
  display: none;
}
@media only screen and (max-width: 420px) {
  .el_viewSP {
    display: block;
  }
}

.el_extLink::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/externallink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}

section {
  padding: 80px 0 50px 0;
}
@media only screen and (max-width: 420px) {
  section {
    padding: 30px 0;
  }
}

.ly_2cols {
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 764px) {
  .ly_2cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .ly_2cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ly_2colsSp {
  display: -ms-grid;
  /* display: grid; */
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.ly_3cols {
  width: 100%;
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.ly_3cols .el_bgColor1st {
  width: 30%;
  padding: 30px;
}
@media only screen and (max-width: 764px) {
  .ly_3cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .ly_3cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.ly_5cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.ly_5cols .el_bgColor1st {
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 764px) {
  .ly_5cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .ly_5cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.ly_4col {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 420px) {
  .ly_4col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.ly_2rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 420px) {
  .ly_2rows {
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
}

.ly_3rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2rem 1fr 2rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 420px) {
  .ly_3rows {
    gap: 0;
  }
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.ly_heroFluid {
  position: relative;
}
.ly_heroFluid .ly_2cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37% 1fr;
  grid-template-columns: 37% 1fr;
  max-width: 1280px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 764px) {
  .ly_heroFluid .ly_2cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .ly_heroFluid .ly_2cols {
    margin-top: 30px;
  }
}
.ly_heroFluid .ly_2cols img {
  margin-top: 50px;
}
@media only screen and (max-width: 420px) {
  .ly_heroFluid .ly_2cols img {
    /* margin-top: auto; */
    /* margin-right: 0; */
    width: 60%;
    margin: 0 auto;
  }
}
.ly_heroFluid .el_bgColor1st {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 70%;
  width: 70%;
  z-index: -1;
}
@media only screen and (max-width: 420px) {
  .ly_heroFluid .el_bgColor1st {
    top: 80%;
    left: 50%;
    height: 30%;
    width: 80%;
  }
}
@media screen and (min-width: 1380px) {
  .ly_heroFluid .el_bgColor1st {
    width: 50%;
  }
}
.ly_heroFluid p {
  margin-bottom: 0;
}

.ly_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  max-width: 1100px;
}

.ly_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.ly_table tr {
  background-color: #f7f7f7;
}
.ly_table tr:nth-child(even) {
  background-color: #f0faf6;
}
.ly_table th {
  background-color: #42e09d;
  color: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 764px) {
  .ly_table th {
    padding: 20px 5px;
  }
}
.ly_table td {
  padding: 25px 50px;
}
@media only screen and (max-width: 764px) {
  .ly_table td {
    padding: 15px 10px;
  }
}
.ly_table td:first-child {
  text-align: left;
}
.ly_tableScroll {
  overflow: auto;
  white-space: nowrap;
}
.ly_tableScroll table {
  margin: 0;
  border: none;
}

.bl_contents {
  padding: 50px 0;
  margin: 0 10%;
}
@media only screen and (max-width: 764px) {
  .bl_contents {
    padding: 15px;
    margin: 0;
  }
}
.bl_contentsNarrow {
  max-width: 550px;
  margin: 50px auto;
}
@media only screen and (max-width: 764px) {
  .bl_contentsNarrow {
    margin: 0;
  }
}

.bl_innerCard {
  width: 30%;
  border-radius: 5px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 764px) {
  .bl_innerCard {
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl_balloon {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-bottom: solid 2px #e4f2ec;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.bl_balloon:before, .bl_balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bl_balloon:before {
  border: solid 20px transparent;
  border-top: solid 20px #e4f2ec;
}
.bl_balloon:after {
  border: solid 22px transparent;
  border-top: solid 22px #ffffff;
  margin-top: -5px;
}
.bl_balloon h2 {
  margin-bottom: 0;
}

/*---------------------------------------
   ヘッダー
---------------------------------------*/
header {
  position: relative;
}

.ly_header {
  background-color: rgba(255, 255, 255, 0.9);
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 1;
  max-width: 1366px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ly_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  height: 80px;
  z-index: 5;
  font-size: 18px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_header nav ul li {
  list-style: none;
  margin: 1rem 3rem 1rem 3rem;
}
@media screen and (max-width: 1194px) {
  .ly_header nav ul li {
    margin: 10rem 1rem 1rem 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ly_header nav {
    display: none;
  }
}

h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 764px) {
  h1 {
    font-size: calc( 1.7777777778rem + ( 1vw - 7.64px ) * 6.5384615385 );
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 49px;
  }
}
h1 .el_small {
  font-size: 24px;
}
@media (min-width: 764px) {
  h1 .el_small {
    font-size: calc( 1.3333333333rem + ( 1vw - 7.64px ) * 3.0769230769 );
  }
}
@media (min-width: 1024px) {
  h1 .el_small {
    font-size: 32px;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    margin-bottom: 25px;
  }
}

.logo {
  position: relative;
}
.logo img {
  max-width: 90px;
  position: absolute;
}

/*---------------------------------------
   お問い合わせフォーム
---------------------------------------*/
input,
textarea,
select {
  border: solid 1px #262626;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  background-color: #ffffff;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
}

select {
  background-image: url(../img/down.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95%;
  min-width: 200px;
}

input[type=submit] {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  width: 150px;
  text-align: center;
  font-weight: normal;
  background-color: #0097e6;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  border: solid 1px #0097e6;
}
@media only screen and (max-width: 420px) {
  input[type=submit] {
    width: 100%;
  }
}
input[type=submit]:hover {
  background-color: #42e09d;
  border: solid 1px #42e09d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit].el_back {
  background-color: #ffffff;
  color: #262626;
  border: solid 1px #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit].el_back:hover {
  background-color: #f7f7f7;
  border: solid 1px #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=reset],
input[type=button] {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 15px;
  width: 150px;
  text-align: center;
  font-weight: normal;
  background-color: #ffffff;
  border: none;
  border-radius: 30px;
  color: #333333;
  border: solid 1px #262626;
}
@media only screen and (max-width: 420px) {
  input[type=reset],
input[type=button] {
    width: 100%;
  }
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: #333333;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=reset].el_back,
input[type=button].el_back {
  background-color: #ffffff;
  color: #262626;
  border: solid 1px #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=reset].el_back:hover,
input[type=button].el_back:hover {
  background-color: #f7f7f7;
  border: solid 1px #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ly_inquary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  margin: 50px auto;
  width: 80%;
}
@media only screen and (max-width: 764px) {
  .ly_inquary {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .ly_inquary {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ly_inquary dt,
.ly_inquary dd {
  padding: 20px 0;
}
@media screen and (max-width: 850px) {
  .ly_inquary dt,
.ly_inquary dd {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 420px) {
  .ly_inquary dt,
.ly_inquary dd {
    padding: 0;
  }
}
.ly_inquary dt {
  margin-top: 10px;
  margin-right: 5px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .ly_inquary dt {
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .ly_inquary {
    width: 100%;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .ly_inquary dt,
.ly_inquary dd {
    padding: 10px;
  }
}
.ly_inquary p {
  margin-bottom: 0;
}
.ly_inquary span {
  background-color: #0097e6;
  color: #ffffff;
  font-size: 11px;
  border-radius: 10px;
  margin-left: 3px;
  padding: 3px 5px;
}

/*---------------------------------------
   フッター
---------------------------------------*/
footer {
  position: relative;
  background-color: #e4f2ec;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
}
footer img {
  width: 100%;
}
footer small {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul li {
  list-style: none;
  margin: 1rem 1.5rem 1rem 1.5rem;
}

#pageTopArea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pageTop {
  background-color: #42e09d;
  padding: 6px 9px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 101;
  text-align: center;
  border-radius: 50px;
}
.pageTop a {
  color: #ffffff;
  display: block;
  padding: 5px 0;
}
.pageTopArrow {
  position: fixed;
  bottom: 50px;
  right: -10px;
  width: 11px;
  height: 60px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: skewY(135deg);
          transform: skewY(135deg);
  margin: 10px 50px 0 30px;
  z-index: 100;
}

/*---------------------------------------
   ドロワー
---------------------------------------*/
#nav-drawer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #nav-drawer {
    display: block;
  }
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  width: 50px;
  height: 30px;
  z-index: 10000;
  top: 20px;
  right: 5px;
}

#drawer-text {
  font-size: 10px;
  position: absolute;
  top: 70px;
  right: 35px;
}

#drawer-icon span {
  background: #262626;
  display: block;
  height: 2px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
#drawer-icon span::before {
  -webkit-transform: rotate(0);
  background: #262626;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: -10px 0 0 -50%;
  position: absolute;
  top: 0px;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #262626;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: 8px 0 0 -50%;
  position: absolute;
  top: 5px;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
  height: 2px;
}
#drawer-checkbox:checked ~ #drawer-icon span::before, #drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 83%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#drawer-content .inner {
  padding: 2rem;
}
#drawer-content ul li {
  list-style: none;
  margin: 5rem 0;
}

#drawer-checkbox:checked ~ #drawer-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.5;
}


.ly_2cols {
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 764px) {
  .ly_2cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .ly_2cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ly_2colsSp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.ly_3cols {
  width: 100%;
  display: -ms-grid;
  display: flex;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.ly_3cols .el_bgColor1st {
  width: 30%;
  padding: 30px;
}
@media only screen and (max-width: 764px) {
  .ly_3cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: block;
  }
  .ly_3cols .el_bgColor1st {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .ly_3cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.ly_5cols {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.ly_5cols .el_bgColor1st {
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 764px) {
  .ly_5cols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .ly_5cols {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}