@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.kosugi {
  font-family: 'Kosugi Maru', sans-serif;
}



/* mv共通 */
[data-element-id].bg-img {
    z-index: 3;
    background: #000;
}
[data-element-id].bg-img img {
    opacity: 0.8;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.bg-img img {
    width: 100%;
    height: 100%;
	/* IE対策 */
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
    object-position: top;
}

/* 下層mv */

@media (max-width:750px) {
  #page_header .catch {
    font-size: 22px;
  }
}

#page_header .headline_area .headline {
      color: #ffffff;
}

/* 共通 */


body, input, textarea {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

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 {
  box-sizing: border-box;
}


a[href*="tel"],
button[href*="tel"] {
    pointer-events: none;
}

@media (max-width: 1024px) {

    a[href*="tel"],
    button[href*="tel"] {
        pointer-events: initial !important;
    }
}

.h1box {
    font-size: 12px;
    background: #f5f5f5;
    padding: 10px 0;
}

.h1box * {
    font-size: 12px;
    line-height: 1.5;
}

.h1box .inner {
    width: 92%;
    max-width: 1200px;
    margin: auto;
}
.nav-add {
    color: #fff;
    margin-top: 10px;
}

@media (max-width:1024px) {
  .h1box * {
    font-size: 10px;
  }
  .h1box .add {
    display: none;
  }
  .nav-logo {
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  
  .nav-logo img {
      max-width: 100px;
  }
  

}


/* footer共通 */
[data-element-id].footer_bg_image {
    z-index: 1;
}

[data-element-id]#footer_banner .overlay {
    z-index: 1;
}
.footer_bg_image img {
    width: 100%;
    width: 100%;
    height: 100%;
	/* IE対策 */
	font-family: "object-fit: cover; object-position: 50% 50%;";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

#footer_banner .image img {
  width: 100%;
    height: 100%;
	/* IE対策 */
	font-family: "object-fit: cover; object-position: 50% 50%;";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

/* btn */
.q_custom_button3.small {
  width: 80%;
  max-width: 240px;
  padding: 15px 0;
}

/* top*/

.home .post_list2 .item:last-child {
  display: none;
}

@media (max-width:1001px) {
  .home .post_list2 .item:last-child {
    display: block;
  }


}

/*form*/
.contact {
    border: 1px solid #e8e8e8;
    padding: 20px 40px;
}

.form dl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 36%;
    font-weight: 600;
}

.form dt .reqw {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #d5262b;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
}

.form dd {
    width: 60%;
}
.form dt strong {
    color: #ac3b3b;
}

.form dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.form dd select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"]+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form dd input[type="radio"]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: -1px;
    width: 10px;
    height: 10px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form dd input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

@media only screen and (max-width:599px) {
  .form dd input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
  }
}
.form dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    font-family: "游ゴシック",
        YuGothic,
        Hiragino Sans,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro",
        Hiragino Kaku Gothic ProN,
        "メイリオ",
        Meiryo,
        'ＭＳ Ｐゴシック',
        sans-serif;
    height: 300px;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #d5262b;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.formbtn li button.input-confirm-form-submit-btn:after, .formbtn li button.form-submit-btn:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn li button.input-confirm-form-back-btn:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f104";
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after {
    right: auto;
    left: 20px;
    content: "\f104";
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
    list-style: none;
}

.formbtn2 li {
    max-width: 250px;
}
.form .formbtn {
    text-align: center;
}

.form .formbtn li {
    width: 45%;
    max-width: 200px;
    display: inline-block;
    margin: 0 2%;
    vertical-align: middle;
}

@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 15px 0;
    }

    .formbtn li button {
        margin: 60px auto;
        padding: 15px 40px;
    }

    .formbtn2 li {
        max-width: 200px;
    }

}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        padding: 10px 40px;
        max-width: 250px;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}

/* 05access */

.timetable .timetable_table table {
    margin-bottom: 0;
    
}

.timetable .timetable_table table .bg-green {
    background: #8FC220;
    color: #fff;
}

.timetable .timetable_table table th,.timetable .timetable_table table td {
    background: transparent;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.5;
    border: 2px solid #8FC220;
    vertical-align: middle;
}

.timetable .timetable_table table  {
    font-size: 25px;
}



.timetable .timetable_table table td.green {
    color: #8FC220;
    font-size: 44px;
}
.timetable .timetable_table table .vertical {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}

.timetable .timetxt {
    text-align: center;
}

.timetable .timetxt .border_txt {
    font-size: 34px;
    background: #8FC220;
    color: #fff;
    padding: 10px 0;
    border-radius: 100%;
    width: 80%;
    margin: auto;
    max-width: 200px;
}
.timetable .txt {
    font-weight: bold;
}

@media (max-width:599px) {
  .timetable .timetable_table table td.green {
    font-size: 24px;
  }
  .timetable .timetxt .border_txt {
    font-size: 18px;
    padding: 5px 0;
  }
  .timetable .timetable_table table th, .timetable .timetable_table table td {
    padding: 3px;
  }
}

.parking {
    border: 1px solid #BDBFBD;
    width: 75%;
    margin: auto;
    padding-top: 5%;
    margin-bottom: 2em;
}

.parking .first {
    font-size: 34px;
}

.parking .second {
    font-size: 34px;
}
.parking .second .red {
    font-size: 80px;
}


.parking .txt01 {
    margin-bottom: 10px;
}

.parking .txt02 {
    font-size: 18px;
    margin-bottom: 10px;
}

.parking .txt03 {
    background: #349A9C;
    color: #fff;
    font-weight: bold;
    padding: 2%;
    font-size: 28px;
}

@media (max-width:1024px) {
  .parking .first {
    font-size: 24px;
  }
  
  .parking .second {
      font-size: 24px;
  }
  
  .parking .second .red {
      font-size: 60px;
  }
}

@media (max-width:599px) {
  .parking {
    width: 100%;
  }
  .parking .second .red {
      font-size: 40px;
  }
  
  .parking .txt03 {
      font-size: 18px;
  }

}

.parking-pic {
    width: 70%;
    margin: auto;
    font-weight: bold;
}

.parking-pic .tit {
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
}

.parking-pic .sub_tit {
    margin-bottom: 20px;
    font-size: 24px;
}

.parking-pic .txt {
    line-height: 1.5;
}

@media (max-width:1024px) {
  .parking-pic {
    width: 90%;
  }
}

@media (max-width:599px) {
  .parking-pic {
    width: 100%;
  }
}

.donguri_parking {
    width: 70%;
    margin: auto;
    border: 1px solid #969695;
    padding: 10px;
}

.donguri_parking .txtbox .tit {
    color: #775158;
    font-weight: bold;
    font-size: 22px;
}

.bg-brown {
    background: #775158;
    color: #fff;
    padding: 5px 0;
}

.donguri_parking .txtbox .txt {
    margin-top: 20px;
}

.donguri_parking .txtbox .txt span {
    display: block;
    width: 48%;
    text-align: center;
}

@media (max-width:1024px) {
  .donguri_parking {
  width: 90%;
  }
}

@media (max-width:599px) {
  .donguri_parking {
    width: 100%;
  }
  .donguri_parking .txtbox .tit {
    text-align: center;
    margin-top: 10px;
  }
  .donguri_parking .txtbox .txt span {
    margin-bottom: 5px;
  }
  
}

/* recruit */
.recruit-table .supple {
    color: #ff0000;
}

/* cate archive */
.cate-archive {
    border: 1px solid #ddd;
    margin-top: 60px;
}
.cate-archive .tit {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.cate-archive .cate .tit, .cate-archive .cate .list {
    border-right: 1px solid #ddd;
}

.cate-archive .list {
    padding-top: 10px;
    padding-left: 5px;
}

.cate-archive .list .item {
    margin-bottom: 10px;
}

.cate-archive .list .item a {
    position: relative;
    display: flex;
    align-items: center;
}

.cate-archive .list .item a:before {
    font-weight: normal;
    font-family: 'design_plus';
    content: '\e910';
    display: inline-block;
    margin-right: 5px;
}


.cate-archive .cate .tit,.cate-archive .cate .list {
    border-right: 1px solid #ddd;
}

@media (max-width:750px) {
  .cate-archive {
    margin-bottom: 60px;
  }
  .cate-archive .tit {
    border-top: 1px solid #ddd;
  }
}


/* 求人案内 */

.rec2 .table {
    padding-bottom: 100px;
    border-top: 1px solid #dadada;
}

.rec2 .table dl {
    padding: 25px 0;
    border-bottom: 1px solid #dadada;
}

.rec2 .table dl dt {
    width: 25%;
    font-weight: bold;
    word-break: break-all;
}

.rec2 .table dl dd {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.rec2 .btn__circle {
    width: 140px;
    height: 140px;
}

.rec2 .button {
    text-align: center;
    margin-bottom: 60px;
}

.rec2 .button a {
    color: #ffffff;
    background: #000000;
    font-size: 16px;
    display: inline-block;
    min-width: 270px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 20px;
}

.rec2 .button a:hover {
    color: #ffffff;
    background: #dd3333;
}

@media (max-width: 599px) {
    .rec2 .table dl dt {
        width: 100%;
    }
}

[data-element-id] #page_header .headline_area {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
}

/* detail */
.detail_content > div {
    line-height: 2.4;
    margin: 0 0 2em 0;
}

@media (max-width:750px) {
  .detail_content > div {
      line-height: 2.2;
  }
}

/* pager */
.pager ul li {
    width: 50px;
    height: 50px;
}
.pager ul li a {
    width: 100%;
    height: 100%;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 0;
    position: relative;
}

.pager ul li a:hover {
    color: white;
    border: 1px solid #64b52b;
    background-color: #64b52b;
    opacity: 1;
    text-decoration: none;
}

.pager ul li .now {
    width: 100%;
    height: 100%;
    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-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    color: white;
    line-height: 100%;
    border: 1px solid #64b52b;
    border-radius: 0;
    background-color: #64b52b;
    opacity: 1;
    position: relative;
}

.pager ul li.arrow {
    width: 100px;
}

.pager ul li.arrow.prev a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pager ul li.arrow.prev a .arrow-text {
    margin-left: 10px;
    margin-right: 0;
}

.pager ul li.arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.pager ul li.arrow a .arrow-text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 10px;
}

.pager ul .prev {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  position: relative;
}

.pager ul .prev .prev-arrow::before {
  content: "<";
  display: inline-block;
  font-size: inherit;
  line-height: 100%;
}

.pager ul .next {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  position: relative;
}

.pager ul .next .next-arrow::before {
  content: ">";
  display: inline-block;
  font-size: inherit;
  line-height: 100%;
}


@media (max-width: 599px) {
  .pager ul li {
      width: 30px;
      height: 30px;
  }

  .pager ul li.arrow {
      width: 30px;
  }

  .pager ul li.arrow a .arrow-text {
      display: none;
  }
}

[data-element-id][data-ab-test-contents] {
    display: block!important;
}

[data-element-id][data-ab-test-contents] #header {
    position: relative;
}

[data-element-id]#header {
    background: #8bbb6a;
}

[data-element-id]#header.type-b {
    background: #64b52b;
    margin-top: 170px;
}



[data-element-id]#page_header {
    margin-top: 150px;
}

[data-element-id].flexslider li {
    display: block!important;
    width: 33.333%!important;
}
[data-element-id].flexslider ul {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id]#metaslider-id-332 {
    max-width: 100%!important;
}

[data-element-id].metaslider .flex-control-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-element-id].cus >div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

[data-element-id].cus >div>div {
    width: 31.333%;
    margin-bottom: 1%;
}

[data-element-id].cus {
    width: 100%;
    display: block;
}


/* 2023/05/19 */
#global_menu>ul>li>a {
  font-weight: bold;
}
#global_menu ul ul a {
  font-weight: bold;
}
#mobile_menu a {
  font-weight: bold;
}

.banner-type-01 {
    padding: 90px 0 100px;
}

.banner-type-01 .box {
    max-width: 600px;
    margin: auto;
}

.banner-type-01 .box .item {
    position: relative;
    width: 100%;
}

.banner-type-01 .box .item .pbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-type-01 .box .item .tbox {
    position: relative;
    z-index: 3;
    padding: 30px 20px;
    text-align: center;
    border: 15px solid #64b52b;
    color: #fff;
}

.banner-type-01 .box .item .overray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}

.banner-type-01 .box .item a:hover {
    color: #000;
    text-decoration: none;
}

.banner-type-01 .box .item a:hover .pbox img {
    transform: scale(1.2);
}

.banner-type-01 .box .item a .pbox img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
}

.banner-type-01 .box .item .tbox .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 140%;
    line-height: 2;
}

@media (max-width:599px) {
  .banner-type-01 {
      padding: 40px 20px 40px;
  }
}

[data-element-id].banner-type-01 .box .item .overray {
    display: none;
}

[data-element-id].banner-type-01 .box .item .tbox {
    margin: 0 30px;
}

.button {
  margin-top: 90px;
  text-align: center;
}

.button a {
  font-size: 16px;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  background: #72bf3b;
}



.button a:hover {
    color: #ffffff;
    background: #81d742;
}

@media (max-width:1001px) {
  .button a {
      font-size: 14px;
      min-width: 200px;
      height: 50px;
      line-height: 50px;
  }
}


@media (max-width:750px) {
  .button {
      margin-top: 32px;
  }
  .list-instagram {
      padding: 0px 20px 0px;
  }
}

.index_design_content2.type2 .image_wrap .txt {
    position: absolute;
    top: 65%;
    left: 60%;
    z-index: 3;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: skewX(15deg) translate(-50%, -50%);
    transform: skewX(15deg) translate(-50%, -50%);
    background: #72bf3b;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
}

@media (max-width:850px) {
  .index_design_content2.type2 .image_wrap .txt {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (max-width:599px) {
  .index_design_content2.type2 .image_wrap .txt {
    font-size: 16px;
  }
}

/* 2023/12/05 */
.insta-pic {
  margin: auto!important;
}

.fw-b{
  font-weight: bold;
}

.fz-32{
  font-size: 32px;
}

.ta-c{
  text-align: center;
}

.mb-100{
  margin-bottom: 100px;
}

.lh-2{
  line-height: 2em;
}

.c-green{
  color: #64b52b;
}

.lh-3{
  line-height: 3rem;
}

.mb-50{
  margin-bottom: 50px;
}

.fz-20{
  font-size: 20px;
}

.fz-16{
  font-size: 16px;
}

.c-red{
  color: #ff0000;
}

.fz-24{
  font-size: 24px;
}
@media screen and (max-width:599px) {
  
.mb-25-sp{
  margin-bottom: 25px;
}


.ta-l-sp{
  text-align: left;
} 

.fz-22-sp{
  font-size: 22px;
}

.sp-none{
  display: none;
}

.mb-50-sp{
  margin-bottom: 50px;
}

.ta-l-sp{
  text-align: left;
}

.lh-25-sp{
  line-height: 2.5em;
}

.fz-16-sp{
  font-size: 16px;
}

.fz-18-sp{
  font-size: 18px;
}

.lh-2-sp{
  line-height: 2em;
}

}

.r{
  display: none;
}

@media screen and (max-width:599px) {
 .r{
  display: block;
}
}

/* 2024/06/14 */
#test{
  font-family: "Noto Serif JP", serif;
}

#test .rich_font_type2 {
  font-family: "Noto Serif JP", serif;
}

/*20260629*/

.line-fixed-btn {
  position: fixed;     
  bottom: 10px;        /* 画面の下から20pxの位置 */
  right: 90px;         /* 画面の右から20pxの位置（左側にしたい場合は left: 20px; に変更） */
  z-index: 9999;      
  background-color: #06c755; 
  color: #ffffff;            /* 文字色 */
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;    
  padding: 12px 25px;        /* ボタンの内側の余白 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 軽く影をつけて立体的に */
}

@media screen and (max-width: 1024px) {
  .line-fixed-btn {
    display: none;     
  }
}
