@charset "UTF-8";
body {
  font-family: Noto Sans JP;
  font-style: normal;
  color: #27632a;
}

img {
  height: auto;
  max-width: 100%;
}

.el_loading_img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
}
.el_loading_img p {
  font-size: 30px;
  font-style: 700;
  text-align: center;
  margin-top: 10px;
}

.ly_navigation_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 200px;
}
.ly_navigation_logo img:first-child {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.ly_navigation_logo img:nth-child(2) {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.ly_navigation_logo img:last-child {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.el_loading_img .ly_navigation_logo {
  margin-top: 100px;
}

.ly_fv {
  background-image: url(../images/fv-p.jpg);
  background-size: cover;
  background-position: center;
  height: 854px;
  position: relative;
}

.ly_mc {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  top: 10%;
  left: 65%;
}
.ly_mc p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.ly_mc span {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 10px 15px 0;
  margin-left: 21px;
}

.ly_logo__h {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 154px;
  height: 154px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ly_logo__h img {
  width: 96px;
  height: 96px;
  margin: 29px;
}

.ly_header_inner {
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}

.ly_header_wrapper {
  max-width: 1300px;
  padding-left: 57px;
  padding-right: 127px;
  margin: 0 auto;
}

.ly_header_menu {
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.ly_header_menu a {
  text-align: center;
}
.ly_header_menu img {
  display: block;
}

.ly_txt_logo {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: auto;
  margin-top: 53px;
  margin-bottom: 50px;
  padding: 22.28px 14px 17.94px;
}
.ly_txt_logo img:first-child {
  width: 250px;
  margin: 0 auto;
}
.ly_txt_logo img:nth-child(2) {
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.ly_cont {
  position: relative;
  background: #ffffff;
}

.ly_cont_inner {
  padding-top: 51px;
  padding-left: 178px;
  padding-right: 43px;
  padding-bottom: 126px;
}

.el_cont_txt {
  position: sticky;
  z-index: 2;
}
.el_cont_txt h2 {
  width: 740px;
  height: 76px;
  color: #FFB000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  padding: 9px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.el_cont_txt p {
  width: 526px;
  height: 590px;
  text-align: left;
  color: #857868;
  font-size: 16px;
  font-weight: 700;
  line-height: 250%;
  margin-top: 28px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

.el_cont_img {
  z-index: 1;
}
.el_cont_img img:nth-child(1) {
  position: absolute;
  width: 786px;
  height: 524px;
  border-radius: 30%;
  top: 30%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.el_cont_img img:nth-child(2) {
  position: absolute;
  width: 393px;
  height: 250px;
  border-radius: 30%;
  top: 78%;
  left: 81%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ly_marchan_inner {
  padding-top: 90px;
  padding-bottom: 94px;
  background: #ecf7ed;
}
.ly_marchan_inner h3 {
  margin-bottom: 91px;
}

.ly_h3 {
  color: #27632a;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

.swiper {
  width: 100%;
  height: 337px;
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slide_box {
  width: 264px;
  height: 337px;
  margin-left: 14px;
}
.slide_box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 264px;
  height: 166px;
}

.slide_txt_wrapper {
  width: 264px;
  height: 165px;
  padding: 16px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slide_txt_wrapper p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.slide_txt_wrapper p:nth-child(2) {
  height: 96px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.ly_info_inner {
  padding-top: 91px;
  margin-left: 20px;
  margin-right: 20px;
  background: #FFF;
  position: relative;
}
.ly_info_inner h3 {
  margin-bottom: 90px;
}

.ly_img_r {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  width: 235px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
}

.ly_info_wrapper {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 91px;
}

.el_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #C6C6C6;
}
.el_info time {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-right: 120px;
}
.el_info span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.el_info:last-child {
  border-bottom: 1px solid #C6C6C6;
}

.ly_faq_inner {
  padding-top: 91px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 91px;
  background: #ecf7ed;
  position: relative;
}
.ly_faq_inner h3 {
  margin-bottom: 73px;
}

.ly_img_l {
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 349px;
  background-color: rgba(0, 0, 0, 0);
}

.ly_faq_wrapper {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 31px;
}
.ly_faq_wrapper dt {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 12px 14px;
  background: #FFF;
  margin-bottom: 24px;
  position: relative;
}
.ly_faq_wrapper dt img {
  position: absolute;
  top: 43%;
  right: 3%;
}
.ly_faq_wrapper dt span {
  display: inline-block;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding-right: 8px;
}
.ly_faq_wrapper dd {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 31px;
  display: none;
}

.ly_access_inner {
  padding-top: 91px;
  padding-left: 173px;
  padding-right: 173px;
  padding-bottom: 78px;
  position: relative;
}
.ly_access_inner h3 {
  margin-bottom: 70px;
}
.ly_access_inner .ly_img_r {
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.ly_access_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

.table_box {
  width: 459px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding-top: 21px;
  padding-bottom: 20px;
  border-top: 1px solid #C6C6C6;
  margin-right: 30px;
}
.table_box dt {
  padding-right: 120px;
}

.map_wrapper {
  width: 443px;
  height: 334px;
}

.ly_cta_inner {
  position: relative;
  padding-top: 104px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  background: #ecf7ed;
}
.ly_cta_inner h3 {
  margin-bottom: 67px;
}
.ly_cta_inner > p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.ly_form_wrapper {
  width: 740px;
  margin-top: 93px;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 76px 43px;
  border-radius: 20px;
  background: #FFF;
}
.ly_form_wrapper h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 44px;
  line-height: normal;
}

.el_form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.el_form_part_L {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.el_form_part_L span {
  border-radius: 10px;
  background: #FED966;
  padding: 5px 11px;
  margin-left: 18px;
}

.el_form_part_R {
  width: 334px;
  /* Hide default radio button */
  /* Label positioning context */
  /* Custom Radio Button Design */
  /* Custom Radio Button Checked State */
  /* Focus State */
}
.el_form_part_R .radio-test {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.el_form_part_R .radio-label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  /* Space for the custom radio button */
  margin-bottom: 10px;
  cursor: pointer;
}
.el_form_part_R .radio-label:last-child {
  margin-bottom: 0;
}
.el_form_part_R .radio-label-span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  /* Border color */
  border-radius: 50%;
  /* Rounded corners for radio button */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_form_part_R .radio-test:checked + .radio-label-span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  /* Fill color when checked */
  border-radius: 50%;
  /* Rounded corners for checked state */
  position: absolute;
  top: 50%;
  left: 5px;
  /* Centering the filled circle */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_form_part_R .radio-test:focus + .radio-label-span::before {
  outline: 2px solid #3498db;
  /* Outline color when focused */
}

.input-text,
.input-email,
.input-number,
.input-file,
.input-submit {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* リセットじゃない部分 */
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.input-text:focus,
.input-email:focus,
.input-number:focus,
.textarea-box:focus {
  outline: 2px solid #3498db;
  outline-offset: 0;
}

.hp_part_txt {
  padding-top: 8px;
}

.txt_box {
  width: 100%;
  height: 2.3em;
  border-radius: 10px;
  padding-left: 10px;
  background: #EFEAE6;
  border: none;
}

.el_form_part_Rs > input {
  max-width: 157px;
}

.textarea-box {
  width: 100%;
  height: 11.5em;
  padding: 10px;
  border-radius: 5px;
  background: #EFEAE6;
  resize: vertical;
}

.input-submit {
  width: 243px;
  margin-top: 50px;
  margin-left: 172px;
  margin-right: 173px;
  padding: 13px 94px 13px 93px;
  border-radius: 10px;
  border: none;
  background: #FED966;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  /* Hover State */
  /* Active State */
  /* Focus State */
}
.input-submit .input-submit:hover {
  background-color: #2980b9;
  /* Darken background color when hovered */
}
.input-submit .input-submit:active {
  background-color: #1c598a;
  /* Darken background color when active */
}
.input-submit .input-submit:focus {
  outline: none;
  /* Remove outline */
  -webkit-box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);
          box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.5);
  /* Add a soft outline */
}

.end-message {
  text-align: center;
  color: rgb(52, 152, 219);
  display: none;
}

.false-message {
  display: none;
}

.ly_footer_inner {
  padding-top: 24px;
}

.ly_footer_logo .ly_logo__l {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
}
.ly_footer_logo .ly_logo__l img {
  width: 96px;
  height: 96px;
}
.ly_footer_logo .ly_txt_logo_l {
  display: block;
  width: 270px;
  margin: 0 auto;
}
.ly_footer_logo .ly_txt_logo_l img:nth-child(2) {
  display: block;
}

.ly_footer_menu {
  position: relative;
}
.ly_footer_menu .hp_img_l {
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(0%, -42%);
          transform: translate(0%, -42%);
  width: 297px;
  z-index: 1;
}
.ly_footer_menu .hp_img_r {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -40%);
          transform: translate(-100%, -40%);
  width: 237px;
  z-index: 1;
}

.el_footer_menu {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
  margin-bottom: 97px;
  z-index: 2;
}
.el_footer_menu a {
  margin-right: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.el_footer_menu a:last-child {
  margin-right: 0;
}

.ly_footer_copy {
  width: 100%;
  height: 60px;
  background: #D9D9D9;
}
.ly_footer_copy p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding-top: 21px;
  padding-bottom: 22px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .ly_header_wrapper {
    padding-left: 0px;
    padding-right: 64px;
  }
}
@media (max-width: 1100px) {
  .ly_mc {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    top: 10%;
    left: 55%;
  }
  .ly_cont_inner {
    padding-left: 10%;
  }
  .el_cont_img {
    z-index: 1;
  }
  .el_cont_img img:nth-child(1) {
    width: 65%;
    height: auto;
  }
  .el_cont_img img:nth-child(2) {
    width: 30%;
    height: auto;
  }
  .ly_access_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly_access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .map_wrapper {
    width: 443px;
    height: 334px;
  }
  .table_box {
    margin-top: 30px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .el_footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .el_footer_menu a {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .ly_footer_menu {
    position: relative;
  }
  .ly_footer_menu .hp_img_l {
    position: absolute;
    top: 87%;
  }
  .ly_footer_menu .hp_img_r {
    position: absolute;
    top: 87%;
  }
}
@media (min-width: 900px) {
  button {
    display: none;
  }
  .navigation {
    display: none;
  }
}
@media (max-width: 900px) {
  .ly_header_wrapper {
    padding: 0;
  }
  .hamburger_menu {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8.5%;
    left: 88.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    background: #FED966;
    border-radius: 24px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
  }
  .hamburger_menu__bar {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #4E301B;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  .hamburger_menu__bar:first-child {
    top: 19px;
  }
  .hamburger_menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger_menu__bar:last-child {
    top: 29px;
  }
  .hamburger_menu__open .hamburger_menu__bar {
    top: 50%;
  }
  .hamburger_menu__open .hamburger_menu__bar:first-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:last-child {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger_menu__open .hamburger_menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0%;
    width: 100%;
    height: 668px;
    padding-top: 61px;
    padding-bottom: 198px;
  }
  .navigation .ly_navigation_logo {
    margin-top: 0;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
  }
  .navigation__list_item {
    margin-bottom: 18px;
  }
  .navigation__link {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 900px) and (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    color: #FFF;
    background: #4E301B;
  }
}
@media (max-width: 900px) {
  .ly_mc p {
    font-size: 30px;
    line-height: 40px;
    margin-left: 0px;
  }
  .ly_mc span {
    padding: 5px 5px 0;
    margin-left: 15px;
  }
  .ly_header_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly_header_menu {
    display: block;
  }
  .ly_header_menu a {
    display: none;
  }
  .ly_cont_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .el_cont_txt {
    position: sticky;
    z-index: 2;
  }
  .el_cont_txt h2 {
    width: 340px;
    height: 105px;
    font-size: 32px;
    padding: 9px 10px;
    text-align: left;
  }
  .el_info time {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-right: 80px;
  }
  .ly_faq_wrapper {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
  }
  .ly_access_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ly_access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ly_form_wrapper {
    width: 600px;
    padding: 37px 30px 43px;
  }
  .el_form_part_R {
    width: 300px;
  }
  .input-submit {
    margin-left: 148px;
    margin-right: 149px;
  }
}
@media (max-width: 630px) {
  .navigation__link {
    font-size: 16px;
  }
  .ly_faq_inner {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 91px;
    position: relative;
  }
  .ly_faq_wrapper {
    width: 350px;
  }
  .ly_faq_wrapper dt {
    font-size: 16px;
    padding: 6px 7px;
    position: relative;
  }
  .ly_faq_wrapper p {
    width: 293px;
  }
  .ly_faq_wrapper span {
    display: inline-block;
    text-align: left;
    padding-right: 8px;
  }
  .ly_faq_wrapper dd {
    font-size: 14px;
  }
  .ly_faq_wrapper dd p {
    margin: 0 auto;
  }
  .ly_cta_inner {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ly_cta_inner > p {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .ly_form_wrapper {
    width: 350px;
    margin-top: 30px;
    padding: 37px 20px 43px;
    border-radius: 20px;
  }
  .ly_form_wrapper h4 {
    font-size: 16px;
  }
  .el_form_parts {
    display: block;
    margin-bottom: 24px;
  }
  .el_form_part_L {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .el_form_part_L span {
    padding: 5px 11px;
    margin-left: 13px;
  }
  .el_form_part_R {
    width: 100%;
  }
  .el_form_part_Rs > input {
    width: 157px;
  }
  .input-submit {
    margin-left: 33px;
    margin-right: 34px;
  }
}
@media (max-width: 450px) {
  .ly_fv {
    height: 667px;
    position: relative;
  }
  .ly_mc {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 63.5%;
    left: 9%;
  }
  .ly_mc p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.1px;
    margin: 0;
  }
  .ly_mc span {
    padding: 7px;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .ly_cont_inner {
    padding-top: 51px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 126px;
    margin-bottom: 50px;
  }
  .el_cont_txt h2 {
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: auto;
    font-size: 26px;
  }
  .el_cont_txt p {
    width: 360px;
    height: auto;
    font-size: 14px;
    line-height: 220%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
  .el_cont_img img:nth-child(1) {
    width: 300px;
    top: 25%;
    left: 45%;
  }
  .el_cont_img img:nth-child(2) {
    width: 280px;
    top: 92%;
    left: 55%;
  }
  .ly_marchan_inner {
    padding-bottom: 70px;
  }
  .ly_marchan_inner h3 {
    margin-bottom: 70px;
  }
  .ly_h3 {
    font-size: 28px;
  }
  .slide_txt_wrapper p:nth-child(1),
  .slide_txt_wrapper p:nth-child(2) {
    font-size: 14px;
  }
  .ly_info_inner h3 {
    margin-bottom: 70px;
  }
  .el_info {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .el_info time {
    margin-right: 0;
  }
  .el_info span {
    display: inline-block;
    font-size: 14px;
    width: 238px;
    margin-top: 10px;
  }
  .ly_access_inner {
    padding-top: 150px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 150px;
    position: relative;
  }
  .ly_access_inner h3 {
    margin-bottom: 70px;
  }
  .table_box {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
  .table_box dt {
    text-align: center;
    padding: 0;
  }
  .table_box dd {
    text-align: center;
    margin-top: 10px;
  }
  .map_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
  }
  .ly_footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_footer_menu img:nth-child(1) {
    display: none;
  }
  .el_footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 33px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 33px;
  }
  .el_footer_menu a {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
  }
  .ly_footer_menu {
    position: relative;
  }
  .ly_footer_menu .hp_img_l {
    width: 186px;
  }
  .ly_footer_menu .hp_img_r {
    width: 148px;
  }
}