 @charset "utf-8";
 @import 'foundation.css';
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
 @import url('https://use.fontawesome.com/releases/v5.12.0/css/all.css');
 /*-- Reset Foundation.. --------------------------------------------------------------------------*/
 
 html {
     font-size: 62.5%;
 }
 
 body {
     font-size: 1.4rem;
     color: #222222;
 }
 /*font-family*/
 
 body,
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
     display: block;
     line-height: 1;
     margin: 0;
     font-weight: bold;
 }
 
 .h1 small,
 label {
     color: #222222;
 }

 /*見出し*/
 
  main h1 {
    font-size: 3rem;
    letter-spacing: 4px;
}

main h1 img {
    display: block;
}

.h2 {
   font-size: 38px;
   font-weight: bold;
   padding: 35px 0;
   letter-spacing: 6px;
   text-align: center;
   margin-bottom: 50px;
}

.h3 {
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: 1;
    padding-left: 12px;
    margin-bottom: 25px;
}

section {
   padding: 80px 0 100px;
   margin: 0 auto;
}

 main {
     position: relative;
 }

 .bg-gray {
    background-color: #f2f2f2;
 }
 
 .wrap {
    max-width: 1140px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
 }

 img {
     width: 100%;
 }
 
 ul,
 ol,
 dl,
 ul ul,
 ol ul,
 ul ol,
 ol ol {
     line-height: 1;
     margin: 0;
     list-style: none;
 }
 
 dl dt,
 strong,
 b,
 em {
     font-weight: normal;
     line-height: 1;
     margin: 0;
 }
 
 em {
     font-style: normal;
 }
 
 button,
 input,
 optgroup,
 select,
 textarea {
     line-height: 1;
     margin: 0;
 }
 
 ::placeholder {
     color: #858585;
 }
 
 .error {
     color: #e60012;
     font-weight: bold;
     margin-bottom: 10px;
 }
 
 .color-red {
     color: #e60012;
 }

 .bold {
     font-weight: bold;
 }
 
 div,
 p {
     margin: 0;
     line-height: 1;
 }
 /*テーブル*/
 
 table {
     margin-bottom: 0;
     border-top: 1px solid #c9c9c9;
 }
 
 thead,
 tbody,
 tfoot,
 tbody tr:nth-child(even) {
     color: inherit;
     background-color: #FFFFFF;
     border: none;
 }
 
 thead td,
 thead th,
 tbody td,
 tbody th {
     font-weight: normal;
     line-height: 1.5;
     letter-spacing: 1px;
     border-bottom: 1px solid #c9c9c9;
     border-left: 1px solid #c9c9c9;
     text-align: center;
 }
 
 tbody td {
     padding-left: 25px;
 }
 
 tbody td.text-center {
     padding-left: 0;
 }
 
 thead th,
 tbody th {
     color: #333;
     font-weight: bold;
     color: #fff;
     padding: 13px 0;
     font-size: 16px;
 }

 thead td,
 tbody td {
    padding: 21px 0;
 }

 th:last-of-type,
 td:last-of-type {
    border-right: 1px solid #c9c9c9;
 }
 
 /*適宜変更*/
 
 [type="text"],
 [type="text"]:focus,
 [type="password"],
 [type="password"]:focus,
 [type="email"],
 [type="email"]:focus,
 [type=number],
 [type=number]:focus,
 textarea,
 textarea:focus,
 select,
 select:focus {
     background-color: #f2f2f2;
     padding: 3rem 2rem;
     font-size: 16px;
     border: 0;
     box-shadow: inherit;
     margin-bottom: 0;
     border-radius: 7px;
     letter-spacing: 1px;
 }

 .reserve-num-staff [type=number],
 .reserve-num-staff [type=number]:focus{
     padding: 2.5rem 2rem;
 }



input.input_error,
textarea.input_error,
select.input_error {
    background-color: #fcf2f3;
    border: 1px solid #cc0011;
}

/* チェックボックス */

input[type="checkbox"]:checked,
    input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:not(:checked) + span
{
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 1px;
}
input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C9C9C9;
    border-radius: 5px;
}
input[type="checkbox"].input_error:checked + span:before,
input[type="checkbox"].input_error:not(:checked) + span:before {
    border: 1px solid #CC0011;
}
input[type="checkbox"]:checked + span:before {
    border: none;
    background-color: #008d54;
}
input[type="checkbox"]:not(:checked) + span:after {
    content: '';
    background-color: #FFF;
}
input[type="checkbox"]:checked + span:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #008d54;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23FFF' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: 0 2px;
    position: absolute;
    top: 3px;
    left: 3px;
}
input[type="checkbox"].input_error:not(:checked) + span:after {
    width: 18px;
    height: 18px;
    background-color: #FCF2F3;
    top: 1px;
    left: 1px;
}

/* ラジオボタン */

input[type="radio"]:checked,
    input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="radio"]:checked + span,
input[type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
input[type="radio"]:checked + span:before,
input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C9C9C9;
    border-radius: 100%;
}
input[type="radio"].input_error:checked + span:before,
input[type="radio"].input_error:not(:checked) + span:before {
    border: 1px solid #CC0011;
}
input[type="radio"]:checked + span:before {
    border: none;
    background-color: #008d54;
}
input[type="radio"]:checked + span:after,
input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FFF;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
}
input[type="radio"].input_error:not(:checked) + span:after {
    width: 18px;
    height: 18px;
    background-color: #FCF2F3;
    top: 1px;
    left: 1px;
}
 
 textarea,
 textarea:focus {
     resize: none;
     padding: 2rem;
 }

 .select_box {
     position: relative;
 }

select,
select:focus {
    padding: 0 2rem;
    height: 6rem;
}
 
 select::-ms-expand {
     display: none;
 }

 select:focus {
    padding: 0 calc(2rem - 2px);
    border: 2px solid #bababa;
    box-shadow: inherit;
 }
 
 small,
 label {
     font-size: 1.4rem;
     line-height: 1;
 }
 
 hr {
     margin: 0 auto;
     border-bottom: 1px solid #cccccc;
 }
 
 main {
     display: block;
     padding-top: 130px;
 }
 
 .list-style-disc {
     display: block;
     position: relative;
     padding-left: 1.8rem;
 }
 
 .list-style-disc::before {
     content: "・";
     position: absolute;
     top: 0;
     left: 0;
 }

 i[role="balloon"] {
    display: inline-block;
    color: #fff;
    background-color: #808080;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    width: 2.1rem;
    margin-left: 1rem;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
}

i[role="balloon"] a {
    color: #fff;
}
 
 .balloon-wrap p {
     font-size: 87.5%;
     font-weight: bold;
     line-height: 1.5;
     letter-spacing: .4rem;
     padding: .8rem 2rem 1.2rem;
 }

/* fixed_btn */

.fixed_btn {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 100;
}

.fixed_btn a {
    display: block;
    border-radius: 7px 1px 1px 7px;
    border: 3px solid #008d54;
    border-right: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 150px;
    width: 63px;
    padding: 15px 22px;
    letter-spacing: 1px;
}

.fixed_btn a.event {
    padding: 15px 22px;
}

.fixed_btn a.calender {
    padding: 28px 22px;
}

.fixed_btn a.car {
    height: 180px;
    padding: 15px 19px;
}

.fixed_btn a svg {
    margin-bottom: 5px;
}

.fixed_btn a p {
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
}

.fixed_btn a.car p {
    line-height: 1.4;
}

.fixed_btn a:hover {
    opacity: 1;
    background-color: #008d54;
    color: #fff;
}

.fixed_btn a:hover svg path {
    fill: #fff;
}

 /* MV */
 
 .mv {
     background-color: #f0faf8;
     margin: 0 auto;
     padding: 66px 0;
 }

 .mv img {
    margin: 0 auto;
    margin-top: 25px;
}

 /* 一覧 */
 
 main .event_list li {
     max-width: 340px;
     width: 30.9%;
     border-radius: 7px;
     margin-bottom: 50px;
     margin-right: 3.6%;
     position: relative;
 }
 
 main .event_list li.new a::after {
    content: '';
    background: url(../img/common/event_new.svg) no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: -5px;
    width: 67px;
    height: 43px;
 }
 
 main .event_list li:nth-child(3n) {
     margin-right: 0;
 }
 
 main .event_list li a {
     display: block;
 }
 
 main .event_list li a img {
    max-height: 220px;
    border-radius: 7px;
    object-fit: cover;
    object-position: top;
}
 
 main .event_list li p.event_day {
     margin: 20px 0 16px;
     font-weight: bold;
     color: #008d54;
 }

 main .event_list li .event_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

 main .label {
    width: 80px;
    color: #fff;
    background-color: #b6cb4b;
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 5px;
}
 
 

 /* 詳細 */
 
 main .event_detail {
     max-width: 840px;
     padding: 0 20px;
     margin: 0 auto;
     box-sizing: border-box;
 }
 
 main .event_detail .day {
     margin-right: 10px;
     display: inline-block;
     font-size: 16px;
     font-weight: 500;
     color: #008d54;
 }
 main .event h2.title {
     font-size: 28px;
     margin-bottom: 50px;
     line-height: 1.6;
     padding: 16px 0;
     border-bottom: 2px solid #222222;
     letter-spacing: 3px;
 }
 main .event_detail figure {
    margin-bottom: 40px;
 }
 main .event_detail .text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 4px;
 }

 main .event_detail .h2_information {
     background: url(../img/event/h3_bg_info.jpg) no-repeat center / contain;
     font-size: 30px;
     letter-spacing: 4px;
     padding: 13px 0;
     text-align: center;
     margin: 150px 0 50px;
 }

 main .event_detail .information table {
     border-top: 0;
 }

 main .event_detail .information th,
 main .event_detail .information td {
    background-image : linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 3px);  /* 幅2の線を作る */
    background-size: 3px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    padding: 3rem 0;
    border: 0;
    text-align: left;
 }

 main .event_detail .information th {
    color: inherit;
    font-weight: bold;
    width: 20%;
    background-color: inherit;
    font-size: inherit;
 }
 main .event_detail .information td{
     width: 80%;
     letter-spacing: 1px;
 }

 main .event_detail .information td .list li {
    line-height: 1.8;
    letter-spacing: 1px;
    margin-left: 20px;
 }

 main .event_detail .information td .list li span {
     margin-left: -20px;
 }

 main .event_detail .information .open_day {
     margin-top: 30px;
     letter-spacing: 1px;
 }
 
 /* 絞り込み フォーム */
 
 main .filter_form {
     margin-bottom: 50px;
 }
 
 main .filter_form .grid-x li {
     width: 200px;
 }

 main .filter_form .grid-x li:first-of-type {
     margin-right: 20px;
 }

 main .filter_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 4.5rem;
    background: transparent;
    padding: 0;
    padding-left: 1.2rem;
    font-size: 14px;
    border: 2px solid #bababa;
    border-radius: 4px;
    display: block;
    background: url(../img/common/select_arrow.png) no-repeat 95% center / 8px 7px;
 }
 
 /* フォーム */

 .error_content {
     border: 2px solid #cc0011;
     background-color: #fcf2f3;
     padding: 30px 40px;
     color: #cc0011;
     margin-bottom: 40px;
 }

 .error_content li {
     line-height: 1.6;
 }

 .error_content p {
     letter-spacing: 2px;
     line-height: 1.5;
     padding-left: 28px;
     position: relative;
 }

 .error_content p::before {
     content: url(../img/common/error_icon.svg);
     width: 19px;
     height: 19px;
     position: absolute;
     left: 0;
     top: 2px;
 }
 
 main .form-wrap {
     max-width: 84rem;
     margin: 0 auto;
     padding: 0 20px;
 }
 
 main .form-wrap h2 {
     font-size: 150%;
     letter-spacing: .1rem;
     padding: 0 0 2%;
     border-bottom: .2rem solid #222222;
 }

 main .form-wrap h2.title {
    padding: 0 0 15px;
    margin-bottom: 40px;
}



main .form-wrap .title_wrap {
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
}

main .form-wrap .title_wrap .title {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
}

main .form-wrap .title_wrap.first_title {
    margin-top: 0;
}

main .form-wrap .label {
    width: 57px;
    margin: 0 0 0 10px;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    padding: 5px 0;
}

main .form-wrap p {
    line-height: 1.6;
    letter-spacing: 1px;
}

main .form-wrap p.thx_text {
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

main .form-wrap .attention {
    letter-spacing: 1px;
    margin-bottom: 20px;
}

main .form-wrap .error_text {
  color: #cc0011;
  margin-top: 10px;
  letter-spacing: 1px;  
  font-size: 12px;
} 

main .form-wrap .label.inline-block,
main .form-wrap .attention.inline-block {
    display: inline-block;
}

main .form-wrap .label.sp {
    display: none;
}

main .form-wrap .upload_box {
    position: relative;
    margin-bottom: 1rem;
}

main .form-wrap .upload_box input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}

main .form-wrap .upload_box button {
    background-color: #808080;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    width: 35%;
    padding: 31px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

main .form-wrap .upload_box .drag_area {
    width: 62.5%;
    background-color: #f2f2f2;
    font-weight: 500;
    border: 2px solid #cfcfcf;
    border-radius: 7px;
    padding: 31px 0;
    text-align: center;
    letter-spacing: 2px;
}

main .form-wrap .pre-filename {
    margin: 4rem 0 2rem;
}

main .form-wrap .pre-filename:empty {
    margin: 0;
}

main .form-wrap .pre-image {
    width: auto;
}

 main .done {
     margin: 55px 0 15px;
 }
 
 main .done p {
     font-weight: bold;
     font-size: 18px;
     line-height: 1.8;
 }
 
 .pc {
     display: block;
 }
 
 .ipad {
     display: none;
 }
 
 .sp {
     display: none;
 }
 /*リンク*/
 
 a,
 a:hover,
 a:focus {
     color: #222222;
 }
 
 a:hover,
 button:hover {
     opacity: .7;
     transition: 0.3s;
 }
 
 
 a.text_link:hover {
     opacity: 1;
     text-decoration: none;
 }

 a.text_color_link {
    color: #007345;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

a.text_color_link:hover {
    opacity: 1;
    text-decoration: none;
    
}


 /* btn */
 .btn {
    text-align: center;
    margin-top: 60px;
}
.btn.btn.back {
    margin-top: 20px;
}
.btn a,
.btn button {
  background-color: #fff;
  border: 2px solid #008d54;
  color: #008d54;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  max-width: 350px;
  width: 100%;
  padding: 20px 10px;
  display: block;
  position: relative;
  letter-spacing: 2px;
  margin: 0 auto;
  cursor: pointer;
}

.btn.back a,
.btn.back button {
    font-size: 15px;
    font-weight: bold;
    color: #808080;
    max-width: 250px;
    border: 0;
    line-height: 1;
}

.btn svg {
    max-width: 16px;
    position: absolute;
    right: 20px;
    top: 23px;
}

.btn .arrow,
.btn .blank {
  fill: #008d54;
}

.btn a:hover,
.btn button:hover {
   opacity: 1;
   color: #fff;
   background-color: #008d54;
}

.btn.back a:hover,
.btn.back button:hover {
    background-color: #f4f4f4;
    color: #808080;
}
.btn a:hover .arrow,
.btn button:hover .arrow,
.btn a:hover .blank {
   fill: #fff;
}
 
 button:hover {
     cursor: pointer;
     opacity: 0.8;
 }

.btn button:disabled {
    opacity: 0.4;
    cursor: inherit;
}

.btn button:disabled:hover {
    background-color: inherit;
    color: #008d54;
}

.btn button:disabled:hover .arrow,
.btn button:disabled:hover .blank {
  fill: #008d54;
}

 .btn .error {
     font-weight: normal;
     color: #cc0011;
     letter-spacing: 2px;
 }

 @media all and (-ms-high-contrast: none) {
    .btn svg  {
        top: 0;
    }
    .btn .blank {
        top: 23px;
    }
  }
 
 
 footer .menu a.blank {
     padding-right: 20px;
     background: url(../img/common/blank.svg) no-repeat right center;
 }
 /* page_nation */
 
 ul.page_nation {
     text-align: center;
     margin-top: 30px;
 }
 
 ul.page_nation li {
     text-align: center;
     display: inline-block;
 }
 
 ul.page_nation li a {
     width: 50px;
     height: 50px;
     background: #fff;
     line-height: 50px;
     text-decoration: none;
     text-align: center;
     display: inline-block;
     font-size: 16px;
     font-weight: bold;
     border-radius: 5px;
 }

 ul.page_nation li a:hover {
     background: #f4f4f4;
     opacity: 1;
 }
 
 ul.page_nation li.activ {
     width: 50px;
     height: 50px;
     line-height: 50px;
     background: #f4f4f4;
     border-radius: 5px;
     font-weight: bold;
     font-size: 16px;
 }

 ul.page_nation li.arrow01 img {
    max-width: 20px;
 }

 ul.page_nation li.arrow02 img {
    max-width: 10px;
 }
 ul.page_nation li.right img {
     transform: rotate(180deg);
 }


/*  bnr_area  */

.bnr_area {
    margin-top: 80px;
}

.bnr_area a {
    display: block;
    width: 48%;
}

.bnr_area a img {
  max-width: 520px;
  width: 100%;
}




 
 @media screen and (max-width: 750px) {
     body {
         font-size: 14px;
     }
     small,
     label {
         font-size: 14px;
     }
     /*見出しフォントサイズ*/
     main h1 {
         font-size: 24px;
         margin-bottom: 0;
         letter-spacing: 2px;
     }
     .h2 {
        font-size: 28px;
        letter-spacing: 5px;
        padding: 12px 0;
        margin-bottom: 40px;
         margin-bottom: 30px;
     }
     .h3 {
         font-size: 22px;
         margin: 2.4% 0 30px;

     }

     section {
        padding: 60px 0 80px;
     }

     [type=color],
     [type=date],
     [type=datetime-local],
     [type=datetime],
     [type=email],
     [type=month],
     [type=number],
     [type=password],
     [type=search],
     [type=tel],
     [type=text],
     [type=time],
     [type=url],
     [type=week],
     textarea {
         font-size: 16px;
     }
     [type="text"],
     [type="text"]:focus,
     [type="password"],
     [type="password"]:focus,
     [type="email"],
     [type="email"]:focus,
     [type=number],
     [type=number]:focus,
     textarea,
     textarea:focus {
         font-size: 16px;
         padding: 2.4rem 2rem;
     }
     main {
         display: block;
         padding-top: 70px;
     }
     /* テーブル */
     thead td,
     thead th,
     tbody td,
     tbody th {
         padding: 1.2rem 0;
     }
     tbody td {
         padding-left: 15px;
     }

     /* btn */
     .btn {
        margin-top: 40px;
    }

    .btn a,
    .btn button {
        font-size: 16px;
        max-width: inherit;
        max-width: inherit;
    }

     /* page_nation */

     ul.page_nation {
         margin-top: 20px;
     }

     ul.page_nation li.activ,
     ul.page_nation li a {
         width: 32px;
         height: 32px;
         line-height: 32px;
     }

     ul.page_nation li.arrow01 img {
         width: 18px;
     }

     ul.page_nation li.arrow02 img {
         width: 8px;
     }
     
     /* MV */

     .mv {
        padding: 40px 0;
    }

    .mv img {
        margin-top: 20px;
    }
     
     
     /* 一覧 */
     main .event_list li {
         max-width: inherit;
         width: 100%;
         margin-bottom: 40px;
         margin-right: 0;
     }
     main .event_list li:nth-child(2n) {
         margin-right: 0;
     }
     main .event_list li p.event_day {
         font-size: 14px;
         margin: 15px 0 8px;
         letter-spacing: 1px;
     }
     main .event_list li .tag p {
         margin-right: 8px;
         
     }
     main .event_list li .event_title {
         font-size: 16px;
         margin-bottom: 15px;
         letter-spacing: 1px;
     }

     main .label {
         width: 70px;
     }

     /* 詳細 */
     main .event_detail {
         max-width: inherit;
         padding: 0 20px;
     }

     main .event_detail h2.title {
         font-size: 22px;
         padding: 14px 0;
         line-height: 1.4;
         margin-bottom: 40px;
     }

     main .event_detail .h2_information {
         font-size: 22px;
         margin: 100px 0 30px;
         background-size: 140%;
     }

     main .event_detail .information th {
        width: 100%;
        display: block;
        background-image: none;
        padding: 1.5rem 0 0;
     }
     main .event_detail .information td {
         width: 100%;
         display: block;
         padding: 1rem 0 1.5rem;

     }

     /* 絞り込み フォーム */
 
     main .filter_form {
        margin-bottom: 30px;
    }
    main .filter_form .grid-x li {
        width: 48%;
    }
    main .filter_form .grid-x li:first-of-type {
        margin-right: 4%;
    }
    

     /* フォーム */
     
     .error_content {
         padding: 15px 20px;
     }
     main .form-wrap h2.title {
         font-size: 22px;
        letter-spacing: 2px;
        padding: 0 0 12px;
        margin-bottom: 30px;
     }

     main .form-wrap .title_wrap {
        flex-wrap: wrap;
        margin: 30px 0 10px;
    }

    main .form-wrap .title_wrap.two_line .title {
        line-height: 1.4;
    }

    main .form-wrap .title_wrap .title {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

     main .form-wrap .attention {
         line-height: 1.4;
     }

     main .form-wrap .label.inline-block.pc {
        display: none;
    }

    main .form-wrap .label.sp {
        display: inline-block;
    }

    main .form-wrap .title_wrap.two_line .label {
        margin-top: 10px;
        margin-left: 0;
    }
    
     main .form-wrap .upload_box button {
        width: 100%;
        padding: 20px 0;
    }

     main .done {
         margin: 10% 0 0;
     }
     main .done p {
         font-size: calc(28 * (100vw / 750));
     }

     /*  bnr_area  */

    .bnr_area {
        margin-top: 60px;
    }
    
    .bnr_area a {
        width: 100%;
        margin-top: 20px;
    }
    
    .bnr_area a img {
      max-width: 520px;
      width: 100%;
    }

 }
 /*  PC共通  */
 /*----------------------------------------------------------------------------*/
 /*  header  */
 
 header {
     padding: 1.5rem 2rem 0;
     position: fixed;
     width: 100%;
     background-color: #fff;
     z-index: 5000;
 }

 header .header_inner {
     max-width: 1100px;
     margin: 0 auto;
 }
 
 header .logo {
     max-width: 420px;
     width: 100%;
     /* margin-right: auto; */
     margin: 11px auto 11px 0;
     display: flex;
     align-items: center;
 }

 header .logo a {
     width: 100%;
 }

 header .tel_content {
    display: flex;
    max-width: 317px;
    margin: 18px 20px 18px 0;
    padding-right: 18px;
    align-items: center;
    text-align: left;
    border-right: 1px solid #d0d0d0;
}

header .tel_content:hover {
    opacity: 1;
}

header .tel_content .tell_icon {
    max-width: 11px;
    margin-right: 10px;
}

header .tel_content .tell_number {
   max-width: 132px;
   margin-right: 10px;
}

header .tel_content p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8e8e8e;
  letter-spacing: 1px;
}

header .user,
header .logout,
header .contact {
    margin: 5px 0;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
    border-right: 1px solid #d0d0d0;
    display: flex;
}

header .user,
header .logout {
    padding-left: 20px;
}

header .logout {
    padding-right: 0;
    border: 0;
}

header .user img {
    width: 10px;
    margin-right: 10px;
}

header .logout img,
header .contact img {
    width: 13px;
    margin-right: 10px;
}

 header .menu {
    margin: 15px auto 0;
 }
 
 header .menu nav {
     font-weight: bold;
     width: calc(100% - 210px);
 }
 
 header .menu nav a {
     display: block;
     max-width: 150px;
     width: 16.66%;
     padding-top: 19px;
     font-weight: 500;
     position: relative;
     text-align: center;
     letter-spacing: 2px;
 }
 
 header .menu nav a:after,
 header .menu nav a.current::after {
     position: absolute;
     -webkit-transition: .3s;
     transition: .3s;
     content: '';
     width: 0;
     left: 50%;
     bottom: 0;
     height: 3px;
     background: #008d54;
 }
 
 header .menu nav a:hover,
 header .menu nav a.current::after  {
     opacity: 1;
 }
 
 header .menu nav a:hover::after ,
 header .menu nav a.current::after {
     width: 100%;
     left: 0;
     bottom: 0;
 }

 header .green_btn {
    background-color: #008d54;
    padding: 17px 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 7px 7px 1px 1px;
    color: #fff;
}

header .green_btn:after {
     display: none;
 }

header .green_btn .car_icon {
    margin-right: 10px;
    width: 21px;
}

header .green_btn .blank_icon {
    width: 11px;
    margin-left: 8px;
}

header .green_btn:hover {
    opacity: 1;
    background-color: #01693f;
}

 
 header .humberger {
     display: none;
 }
 

 /*  footer  */
 
 footer {
     position: relative;
 }
 
 footer section {
     padding: 100px 0 120px;
     margin: 0 auto;
 }
 
 footer .contact .wrap {
     max-width: 1140px;
     padding: 0 20px;
     margin: 0 auto;
     box-sizing: border-box;
 }
 
 footer .contact .h2 {
    background: url(../img/index-top/h2_bg_contact.jpg) no-repeat center / contain;
 }

.read_title {
    margin-bottom: 30px;
    text-align: center;
}

.read_title span {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 6px;
    background:linear-gradient(transparent 70%, #FFFF00 0%);
    max-width: 584px;
    margin: 0 auto;
    padding-bottom: 2px;
}

.read_text {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.read_text02 {
    line-height: 2;
    letter-spacing: 2px;
}

footer .contact .btn {
    /* margin-top: 50px; */
    max-width: 900px;
    margin: 50px auto 0;
}

footer .contact .btn a {
    width: 30%;
    font-size: 18px;
    color: #222222;
    padding: 27px 20px;
    border: 3px solid #008d54;
    margin: 0;
}

footer .contact .btn.add_mail_btn a {
    width: 23.334%;
    font-size: 16px;
}

footer .contact .btn a.event,
footer .contact .btn a.mail {
    padding: 30px 20px 27px 20px;
}

footer .contact .btn svg {
    position: inherit;
    max-width: 36px;
    margin-bottom: 23px;
}

footer .contact .btn .event svg{
    margin-bottom: 20px;
}

footer .contact .btn .car svg {
    max-width: 48px;
    margin: 0 auto 16px;
}

footer .contact .btn .car svg.blank {
    margin-bottom: 0;
}

footer .contact .btn .calender svg {
    margin-bottom: 17px;
}

footer .contact .btn .mail svg{
    max-width: 36px;
}
 
 footer .contact a:hover #btn_icon {
     fill: #fff;
 }

 footer .contact .btn p {
     line-height: 1.2;
 }

 footer .contact .btn .blank_icon {
     width: 13px;
 }

 footer .contact .btn a:hover {
     color: #fff;
 }
 
 footer nav {
     background-color: #01693f;
 }
 
 footer nav a {
     color: #fff;
     font-weight: bold;
     padding: 19.5px 30px;
     letter-spacing: 2px;
 }
 
 footer nav a:hover {
     color: #01693f;
     background-color: #fff;
     opacity: 1;
 }
 
 footer section.content {
     padding: 40px 0 50px;
 }
 
 footer .logo {
     display: block;
     /* margin: 0 auto 40px; */
     margin: 0 auto 40px;
     max-width: 480px;
 }

footer .mail {
    text-align: center;
    display: flex;
}

footer .mail img {
    margin-right: 10px;
    max-width: 22px;
}

footer .mail b {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

 footer .tel_content {
     padding-right: 56px;
     margin-right: 56px;
     border-right: 1px solid #d0d0d0;
 }

 footer .tel_content a:hover {
     opacity: 1;
 }

 footer .tel_content .tell_icon {
     max-width: 14px;
    margin-right: 8px;
 }

 footer .tel_content .tell_number {
    max-width: 208px;
}

 footer .tel_content p {
     margin-top: 10px;
     font-weight: 500;
     color: #8e8e8e;
     font-size: 13px;
     padding-left: 24px;
 }

 footer .sns_content a {
     display: block;
     width: 35px;
     margin-right: 25px;
 }

 footer .sns_content a:last-of-type {
     margin-right: 0;
 }

 footer .menu {
     display: block;
     margin-bottom: 30px;
 }
 
 footer .menu a {
     display: inline-block;
     margin-right: 20px;
     font-size: 12px;
 }

 footer .menu a:last-of-type {
     margin-right: 0;
 }

 footer .footer_banner {
     display: flex;
     margin: 0 auto 40px;
     max-width: 260px;
 }

 footer .footer_banner a {
     display: block;
     max-width: 130px;
     margin: 0 auto;
 }

 footer .footer_banner a.bnr_photo_contest {
    display: block;
    max-width: 90px;
 }

 footer .copy {
     font-size: 10px;
     margin-bottom: 20px;
 }
 
 
 
 @media only screen and (max-width: 870px) {
     header .menu nav a {
         margin: 0 0.85714vw;
     }
     header .grid-x.align-right a:last-child {
         margin-right: .1rem;
     }
 }
 /*   tablet,SP 共通 header   */
 /* -------------------------------------------------- */
 
 @media only screen and (max-width: 1030px) {
     main {
         padding-top: 65px;
     }
     header a[href*="tel"],
     header>.grid-x .blue_btn,
     header>.grid-x .bule_border_btn {
         display: none;
     }
     header .grid-x.align-right.align-top>a,
     header .menu {
         display: none;
     }
     header .header_inner {
        margin: inherit;
        width: 100%;
     }

     header .user,
     header .logout,
     header .contact {
        display: none;
    }
     header .grid-x.align-right.align-top {
         margin-bottom: 4%;
     }
     header {
         height: 70px;
         padding: 0 0 0 15px;
         display: flex;
         align-items: center;
         background-color: #fff;
     }
     header .logo {
         width: 420px;
         margin: 0 auto 0 0;
     }
     header h1 small {
         width: 12vw;
         font-size: 66.67%;
         margin-left: 2.66667%;
         top: 1.33333vw;
     }
     header .humberger {
         display: block;
         position: absolute;
         top: 0;
         right: 0;
         left: 0;
         z-index: 65535;
     }
     header .humberger .trigger {
         padding: 0 0 0 15px;
     }
     header .humberger .trigger button {
        max-width: 70px;
     }

     header .humberger .trigger button:hover {
        opacity: 1;
     }

     header .humberger:not(.open) .trigger .close_btn,
     header .humberger.open .trigger .menu_btn {
         display: none;
     }
     header .humberger ul {
         display: none;
         background-color: #FFFFFF;
         height: calc(100vh - 70px);
         padding: 25px 15px 0;
        border-top: 2px solid #008d54;
        overflow-y: scroll;
     }
     header .humberger ul li {
         text-align: center;
     }
     header .humberger a[href*="tel"] {
         display: block;
     }
     header .humberger ul li:last-child {
         padding: 20px 0 6vw;
         margin-right: 0;
     }
     header .humberger ul li>a {
         display: inline-block;
         font-size: 110%;
         line-height: 2;
         padding: 0 5px;
         margin: 10px 0;
     }
     header .humberger ul li div:nth-child(1) img {
         width: 24px;
     }
     header .humberger ul li div:nth-child(1) i {
         font-size: 183%;
     }
     header .humberger ul li div:nth-child(1) a:nth-of-type(even) {
         margin: 0 5.866667vw;
     }
     header .humberger ul li div a[href*="tel"] span {
         text-align: left;
     }
     header .humberger ul li div a[href*="tel"] strong {
         font-size: 235%;
         margin-bottom: 3.2vw;
         letter-spacing: .1rem;
         font-weight: bold;
     }
     header .humberger ul li div a[href*="tel"] small {
         font-size: 115%;
         font-weight: normal;
         color: #222222;
         display: block;
         margin-top: 10px;
         font-weight: bold;
     }
     header .humberger ul li .mail {
         padding: 30px 0;
     }
     header .humberger ul li .mail img {
         margin-right: 12px;
         width: 24px;
     }
     header .humberger ul li .mail b {
         font-size: 20px;
         font-weight: bold;
         letter-spacing: 2px;
     }
     header .humberger ul li .sns {
         margin-bottom: 0;
         padding: 0;
     }
     header .humberger ul li .sns a {
         display: inline-block;
         margin-right: 24px;
     }

     header .humberger ul li .sns a:last-of-type {
         margin-right: 0;
     }

     header .humberger ul li .sns a img {
        width: 35px;
    }

    header .humberger ul li>a {
        font-size: 16px;
        padding: 0 3.2vw;
        margin: 25px 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 3px;
    }
    header .humberger ul li div {
        padding: 5.6vw 0;
    }
    header .humberger ul li .tell_link .tell_icon {
       max-width: 18px;
       margin-right: 10px;
    }
    header .humberger ul li .tell_link .tell_number {
       max-width: 237px;
    }
    header .humberger ul li .tell_link p {
        color: #8e8e8e;
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 12px;
    }
    header .humberger ul li .mail {
        padding: 20px 0 40px;
    }

    header .humberger li>a.logout {
        text-decoration: underline;
        text-underline-offset: 0.5em;
        font-size: 14px;
        margin-top: 0;
    }
    
     
 }
 /*   tablet footer   */
 /* -------------------------------------------------- */
 
 @media only screen and (max-width: 1000px) {
     footer .content ul li b {
         line-height: 1.4;
     }
     .ipad {
         display: block;
     }
 }
 
 @media screen and (max-width: 750px) {
     .pc {
         display: none;
     }
     .ipad {
         display: none;
     }
     .sp {
         display: block;
     }
     /* header */
     /* -------------------------------------------------- */
     header .logo {
         width: calc(100% - 100px);
         z-index: 70000;
     }
     
     /* footer */
     /* -------------------------------------------------- */
     footer {
         margin-bottom: 85px;
     }
     footer section {
         padding: 35px 0 60px;
     }
     footer .contact .h2 {
        background: url(../img/index-top/h2_bg_contact_sp.jpg) no-repeat center / contain;
        line-height: 1.2;
     }
     .read_title span {
         padding-bottom: 0;
         line-height: 1.8;
         font-size: 20px;
         background: linear-gradient(transparent 70%, #FFFF00 0%);
         letter-spacing: 5px;
     }

     footer .contact .btn.grid-x {
        display: block;
     }

     footer .contact .btn a {
        width: 100%;
        max-width: inherit;
        margin-bottom: 15px;
        position: relative;
    }
    footer .contact .btn.add_mail_btn a {
        width: 100%;
        font-size: 18px;
    } 
    footer .contact .btn a.event,
    footer .contact .btn a.mail {
        padding: 30px 20px 27px 50px;
    }

    footer .contact .btn svg,
    footer .contact .btn .mail svg {
        margin-bottom: 0;
        position: absolute;
        max-width: 24px;
        left: 24px;
        top: 30%;
    }

    footer .contact .btn .calender {
        padding: 27px 20px 27px 25px;
    }

    footer .contact .btn .calender svg {
        top: 20%;
    }

    footer .contact .btn .car {
        padding: 27px 20px 27px 65px;
    }

    footer .contact .btn .car svg {
        max-width: 32px;
        margin: 0;
        top: 40%;
        left: 20px;
    }

    footer .contact .btn .car svg.blank {
        position: inherit;
    }



    footer .contact .btn a p {
        display: inline-block;
    }

     footer .contact li p {
         font-size: calc(36 * (100vw / 750));
         padding: 0;
         width: 56.52174%;
     }
     footer nav a {
         padding: 0;
         border-right: 2px solid rgba(255,255,255,0.1);
         border-bottom: 2px solid rgba(255,255,255,0.1);
     }
     footer nav a:nth-child(2n) {
        padding: 0;
        border-right: 2px solid rgba(255,255,255,0.1);
    }
     footer nav,
     footer nav a {
         border-bottom-width: .1rem;
     }
     footer nav a {
         width: 50%;
         margin: 0;
         text-align: center;
         line-height: 3.4;
     }
     footer nav a:nth-child(even),
     footer nav::after {
         border-left-width: .1rem;
     }
     footer nav::after {
         content: "";
         display: block;
     }
     footer section.content {
         padding: 30px 0 40px;
     }
     footer .content .logo {
         /* margin-bottom: 35px; */
         max-width: 340px;
     }
     footer .tel_content {
         padding-right: 0;
         margin-right: 0;
         border-right: 0;
     }
     footer .sns_content {
         margin-top: 30px;
     }
     footer .menu {
         max-width: inherit;
         padding: 0 15px;
         text-align: center;
     }
     footer small.copy {
         text-align: center;
         font-size: calc(22 * (100vw / 750));
         margin-top: 15px;
     }
     .sp_footer_menu {
         background-color: #fff;
         width: 100%;
         position: fixed;
         bottom: 0;
         opacity: 0;
     }
     .sp_footer_menu.fixed {
         border-top: 1px solid #008d54;
         opacity: 1;
         transition-property: opacity;
         transition-duration: 0.5s;
         transition-delay: 0.2s;
     }
     .sp_footer_menu ul {
         display: flex;
         justify-content: flex-start;
     }
     .sp_footer_menu li {
         width: 33.333%;
         text-align: center;
     }
     .sp_footer_menu li a {
         display: block;
         padding: 13px 0 12px;
         font-size: 10px;
         font-weight: 500;
         height: 65px;
         box-sizing: border-box;
     }
     .sp_footer_menu li.current a {
        background-color: #008d54;
        color: #fff;
     }

     .sp_footer_menu li a svg {
         margin-bottom: 6px;
     }

     .sp_footer_menu li.current a svg path {
         fill: #fff;
     }

     .sp_footer_menu li:last-of-type a {
         padding-top: 14px;
     }
 }
