@charset "utf-8";
/*
Theme Name: ドギーズアイランド
Description: ドギーズアイランドテンプレート
Version: 1.0
*/


/*
font-family: 'Arimo', sans-serif;
font-family: 'EB Garamond', serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Sorts Mill Goudy', serif;
*/


html {height:100%;}
body {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background: #f5f2ed;
    position: relative;
    height: 100%;
    caret-color: transparent;
}
.inner {
    max-width:1180px;
    margin:0 auto;
}
#top {
    display: none;
}
main {
    background: #fff;
}
a[href^="tel:"] {pointer-events: none;}
a {
    color:#000000;
    transition: .2s;
}
a:hover {
    transition: .2s;
}
img {max-width: 100%;height: auto;}

.center {text-align:center;}
.right  {text-align:right; }
.left   {text-align:left; }

* {
    outline: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start !important;
}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}


/* *************************************************************************
 header
/* ************************************************************************* */
header.flex {
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
}
header .logo {
    padding: 0 1em;
}
header .logo a {
    display: block;
}

header .util {
    
}
.header_contact {

}
.header_contact a {
    background: #528118;
    color: #fff;
    text-decoration: none;
    padding: 0 2em;
    min-height: 74px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.header_contact a:hover {
    background: #ea5404;
    
}
.header_contact a span {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.header_contact a span i {
    display: block;
}
.header_contact a span em {
    display: block;
    font-size: 18px;
    line-height: 1em;
}


/* *************************************************************************
 footer
/* ************************************************************************* */
footer {
    background: #fff;
    text-align: center;
}
.footer_logo {
    padding: 1em 0;
}
.copyright {
    background: #83b14f;
    color: #fff;
    padding: 0.5em 0;
}
.copyright small {
    font-family: UD Shin Go Regular;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
}

#pagetop {
    width: 4em;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 10000000;
}


div:has(.grecaptcha-badge) {
    display: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* *************************************************************************
 breadcrumbs
/* ************************************************************************* */
.breadcrumbs_wrap {

}
.breadcrumbs_wrap a {

}

/* *************************************************************************
 pager
/* ************************************************************************* */
.pager {
    margin-top: 2em;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.pager span,
.pager a {
	width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
    border: solid 1px #83b14f;
    box-sizing: border-box;
}
.pager span {
		background:#83b14f;
}
.pager a {
		background:#fff;
		color:#83b14f;
		text-decoration:none;
}


.mv {
    height: calc(100vh - 74px);
    background: #f5f2ed;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}
.mv > p {
    width: 50%;
    margin-right: 50%;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0.5em 1em 0.5em 2em;
}
.mv > p span {
    display: inline-block;
    text-align: left;
}

.mv .inner {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}



.mv_content {
    width: 100%;
    position: relative;
    /*
    background: url(./images/bg_mv.png) no-repeat left bottom;
    background-size: contain;
    */
}
/*
.mv_content:before {
    content:"";
    position:relative;
}
*/
.mv_content:after {
    content: "";
    width: 50%;
    max-width: 744px;
    height: 557px;
    background: url(./images/img_mv_illust.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    bottom: -12em;
    right: 1em;
}

.mv_content_back {
    position: relative;
    height: 100%;
}

.mv_content > div:first-child {
    width: 100%!important;
    height: 100%!important;
    background-size: cover!important;
    background-position: center top!important;
    z-index:0!important;
}
.mv_content > div:first-child > div {
    width: 100%!important;
    height: 100%!important;
    background-size: cover!important;
    background-position: center top!important;
}

.mv_bloc {
    text-align: center;
    margin-left: auto;
    position: relative;
    z-index: 2;
    width: 54%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/*
.mv_bloc:after {
    content: "";
    background: url(./images/img_mv_figure.png) no-repeat center top 2em;
    background-size: contain;
    width: 100%;
    max-width: 533px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.2;
}
*/











.mv_bloc figure {
    display: block;
    /* max-width: 550px; */
    /* width: 80%; */
    /* margin: 0 auto; */
    opacity: 0.2;
}
.mv_bloc figure img {
    filter: drop-shadow(2px 2px 2px #fff);
}
.mv_bloc h1 {
    display: inline-block;
    text-align: left;
    text-shadow: 2px 2px 2px #fff;
}
.mv_bloc h1 > span {
    display: block;
    font-size: clamp(18px, 4vw, 28px);
    line-height: 1.4em;
    font-weight: 900;
}
.mv_bloc h1 strong {
    display: block;
    font-size: clamp(25px, 5vw, 36px);
    line-height: 1.4em;
    font-weight: 900;
    text-align: right;
}
.mv_bloc h1 strong i {
    font-style: normal;
    font-weight: 900;
}
.mv_bloc h1 strong em {
    font-family: 'Sorts Mill Goudy', serif;
    font-weight: normal;
}
.mv_bloc h1 strong em span {
    display: inline-block;
    font-size: 104px;
    font-size: clamp(52px, 7vw, 104px);
    line-height: 1em;
}
.mv_bloc h1 strong em small {
    display: inline-block;
    font-size: 68px;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 1em;
    margin-left: 0.1em;
}
.mv_bloc h1 strong em b {
    display: inline-block;
    font-size: 130px;
    font-size: clamp(65px, 9vw, 130px);
    line-height: 1em;
    font-weight: normal;
    margin-top: 0.1em;
}

.concept {
    padding: 5em 0;
    text-align: center;
    background: #f5f2ed;
}
.concept_bloc {
    position: relative;
    z-index: 2;
}
.concept_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1em;
}
.concept_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    line-height: 2em;
    margin-bottom: 1em;
    font-weight: normal;
}
.concept_bloc p {
    font-size: 16px;
    line-height: 2.4em;
}


.notice {
    background: url(./images/bg_notice.png) no-repeat center bottom;
    background-size: cover;
    padding: 3em 0;
    text-align: center;
}
.notice_bloc {

}
.notice_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1em;
}
.notice_bloc p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 24px;
    line-height: 2em;
}

.sns_link {
    margin-top: 2em;
}
.sns_link ul {
    align-items: center;
    justify-content: center;
    gap: 1.5em;
}
.sns_link ul li {
    
}
.sns_link ul li a {
    display: block;
    border-radius: 50%;
}
.sns_link ul li a.blank {
    pointer-events: none;
    background: #aaa;
}
.sns_link ul li a.blank  img {
    mix-blend-mode: multiply;
}

.sns_link ul li a:hover img {
    
}




.information {
    background: #f5f2ed url(./images/bg_information.png) no-repeat left 1em bottom;
    padding: 5em 0;
    text-align: center;
}
.information_bloc {
    position: relative;
    z-index: 2;
}
.information_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.information_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;

}

.information_list {
    display: inline-block;
}
.information_list article {
    
}
.information_list article + article {
    margin-top: 1em;  
}

.information_list article {

}
.information_list article dl {
    font-size: 16px;
    line-height: 1.6em;
    gap: 1em;
}
.information_list article dl dt {
    width: 6em;
}
.information_list article dl dd {
    flex: 1 0 0%;
    text-align: left;
}


.information_list article dl dt time {
    
}
.information_list article dl dd a {
    text-decoration: underline;
}
.information_list article dl dd a:hover {
    text-decoration: underline;
}


.facility {
    background:#fff;
    padding: 5em 0;
    text-align: center;
}
.facility_bloc {
    position: relative;
    z-index: 2;
}
.facility_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.facility_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;
}

.facility_list {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
    margin-bottom: 4em;
}


.facility_list .facility_item {
    width: calc(100% / 3 - 1em);
    max-width: 306px;
}
.facility_list .facility_item + .facility_item {
    
}
.facility_list .facility_item figure {
    margin-bottom: 1.5em;
}


.facility_list .facility_item .meta {
    border-top: solid 1px #4a4a4a;
    border-bottom: solid 1px #4a4a4a;
    padding: 1em 0;
    margin-bottom: 1.5em;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.facility_list .facility_item .meta h4 {
    color: #406e0b;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1em;
}
.facility_list .facility_item .meta p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
}




.facility_list .facility_item .cell {
    margin-bottom: 1.5em;
}
.facility_list .facility_item .cell h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}
.facility_list .facility_item .cell p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    min-height: 11em;
}

.facility_list .facility_item .picto {

}
.facility_list .facility_item .picto ul {
    padding-top: 1px;
}
.facility_list .facility_item .picto ul li {
    border: solid 1px #000;
    border-left: none;
    width: 50%;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-top: -1px;
}
.facility_list .facility_item .picto ul li:nth-child(n+3) {

}
.facility_list .facility_item .picto ul li:nth-child(odd) {
    border-left: solid 1px #000;
}
.facility_list .facility_item .picto ul li:nth-child(even) {
    border-right: solid 1px #000;
}
.facility_list .facility_item .picto ul li:last-child {
    border-right: solid 1px #000;
}
.facility_list .facility_item .picto ul li i {
    width: 2.5em;
    padding: 0.5em;
}
.facility_list .facility_item .picto ul li span {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
}









.facility_list .item {
    
}
.facility_list .item + .item {
    
}

.facility_list .item .box {
    margin-bottom: 1.5em;
}
.facility_list .item .box h4 {
    margin-bottom: 1em;
}
.facility_list .item .box p {
    
}
.facility_list .item .box p em {
    display: block;
    color: #e6eae1;
    font-size: 60px;
    line-height: 1em;
    font-weight: 900;
}
.facility_list .item .box p span {
    display: block;
    color: #e6eae1;
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
}

.facility_list .item .more_bloc {
    
}
.more {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    border: solid 1px #000;
    padding: 1.5em;
}
.more span {
    font-family: 'EB Garamond', serif;
}
.more:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(./images/icon_arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1.5em;
    transition: .2s;
}

.more:hover {
    color: #fff;
    background: #406e0b;
    border: solid 1px #406e0b;
    cursor: pointer;
}
.more:hover:after {
    right: 1em;
    transition: .2s;
    background: url(./images/icon_arrow-w.png) no-repeat;
}









.facility_bottom {
    display: inline-block;
}
.facility_bottom img {
    width: 100%;
    height: auto;
}
.facility_bottom p {

}
.facility_bottom area {
    cursor: pointer;
}



.relation {
    padding: 3em 0;
    text-align: center;
    background: #f5f2ed;
}
.relation_bloc {
    position: relative;
    z-index: 2;
}
.relation_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.relation_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;
}

.relation_list {

}
.relation_list ul {
    align-items: center;
    justify-content: center;
    gap: 4em;
}
.relation_list ul li {

}
.relation_list ul li a {

}


.recruit {
    background:#fff;
    padding: 3em 0;
    text-align: center;
}
.recruit_bloc {
    position: relative;
    z-index: 2;
}
.recruit_bloc h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.recruit_bloc h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 2em;
}

.recruit_list {

}
.recruit_list ul {
    gap: 1em;
}
.recruit_list ul li {
    width: calc(100% / 3 - 1em);
}
.recruit_list ul li + li {

}


.recruit_list ul li a {
    background: #83b14f;
    color: #fff;
    /*border-radius: 2em;*/
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
    text-decoration: none;
}
.recruit_list ul li a:hover {
    background: #ea5404;
}


.recruit_list ul li a figure {

}

.recruit_list ul li a .box {
    flex: 1 0 0%;
    text-align: right;
    padding: 1em;
    align-items: center;
    justify-content: flex-end;
}
.recruit_list ul li a .box .cell {

}
.recruit_list ul li a .box h4 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 0.2em;
}
.recruit_list ul li a .box p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
}


.remodal {
    display: inline-block;
    max-width: 50vw;
    width: auto;
    padding: 0;
    margin: 0;
}
.remodal-close {
    color: #000;
    border: solid 1px #000;
    border-radius: 50%;
    text-align: center;
    left: auto;
    right: 0.5em;
    top: 0.5em;
}
.remodal-close:before {
    font-size: 2em;
    text-align: center;
    width: 34px;
    top: -1px;
    left: -1px;
}

.facility_modal {
    padding: 1em;
}

.facility_modal .map {

}
.facility_modal .map iframe {

}



.facility_modal .upper {
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px #000;
}
.facility_modal .upper figure {
    
}

.facility_modal .upper .box {
    flex: 1 0 0%;
}
.facility_modal .upper .box h4 {

}
.facility_modal .upper .box p {
    
}
.facility_modal .upper .box p em {
    display: block;
    color: #e6eae1;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
}
.facility_modal .upper .box p span {
    display: block;
    color: #e6eae1;
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
}

.facility_modal .bottom {

}
.facility_modal .bottom .box {
    text-align: left;
}
.facility_modal .bottom .box h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    
    font-size: 21px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.facility_modal .bottom .box p {
    font-size: 14px;
    line-height: 2em;
}

.facility_modal .bottom .map {

}
.facility_modal .bottom .map iframe {

}


.contact {
    background: #f5f2ed;
    padding: 3em 0;
}
.contact_upper {
    text-align: center;
    margin-bottom: 2em;
}
.contact_upper h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.contact_upper h3 {
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
}
.contact_upper p {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
}



.contact_content {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}

.contact_bloc {
    margin-bottom: 2em;
}
.contact_bloc dl {
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 0;
}
.contact_bloc dl + dl {
    margin-top: 1em;
}
.contact_bloc dl dt {
    width: 40%;
    box-sizing: border-box;
    padding: 0 0.5em;
    text-align: left;
    position: relative;
    align-items: center;
    font-size: 16px;
    line-height: 1.2em;
}


.contact_bloc dl dt .mini {
    font-size: 13px;
}

.contact_bloc dl dd {

}
.contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    background: #528118;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0.5em;
}

.contact_bloc dl dd {
    margin: 0;
    /* width: 74%; */
    flex: 1 0 0%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding: 0 0.5em;
    /* border-left: solid 1px #438ec2; */
    /* margin-left: 1em; */
    /* padding-left: 1.2em;*/
}

.contact_bloc dl:nth-child(odd) {
    background: none;
}
.contact_bloc dl:last-child {
    border-bottom: none;
}

.fmctr {
    font-size: 16px;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #a0a0a0;
    background: #fff;
    border-radius: 0.2em;
    caret-color: #000;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0;
}

.contact_bottom {
    margin-bottom: 1.5em;
}

.privacy_bloc {

}
.privacy_bloc h3 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 1em;
}
.privacy_bloc > p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.privacy_cell {
    overflow-y: scroll;
    height: 8em;
    margin: 20px 0 0 0;

}
.privacy_cell p {
    background: #f1f0ef;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0 0 1em 0;
}

.contact_btn_bloc {

}
.send_check_bloc {
    text-align: center;
    margin-bottom: 1.5em;
}

.send_check_bloc .mwform-checkbox-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.send_check_bloc .mwform-checkbox-field:before {
    content: "必須";
    display: inline-block;
    background: #528118;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    border-radius: 2px;
}




.contact .btn_bloc {
    margin-top: 0;
    text-align: center;
    gap: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

input[name=submitConfirm] {
    background: #528118;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 18px;
    line-height: 1em;
    padding: 1.5em;
    border-radius: 2em;
    width: 100%;
    max-width: calc(100% / 2 - 0.5em);
}
input[name=submitBack] {
    background: #666;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 18px;
    line-height: 1em;
    padding: 1.5em;
    border-radius: 2em;
    width: 100%;
    max-width: calc(100% / 2 - 0.5em);
}
input[name=c_submit] {
    background: #83b14f;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 18px;
    line-height: 1em;
    padding: 1.5em;
    border-radius: 2em;
    width: 100%;
    max-width: calc(100% / 2 - 0.5em);
}








.contact_thanks {
    text-align: center;
}
.contact_thanks h2 {
    text-align: center;
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 1em;
}
.contact_thanks p {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}


/*
.page-id-49,
.page-id-51

{
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 74px auto 175px;
}


.page-id-49 main,
.page-id-51 main
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
*/

.page-id-19 .contact_bottom {
    display: none;
}
.page-id-19 .send_check_bloc {
    display: none;
}
.page-id-19 .contact_bloc dl dt.required:after {
    display: none;
}


.page-id-49 .contact_bottom {
    display: none;
}
.page-id-49 .send_check_bloc {
    display: none;
}
.page-id-49 .contact_bloc dl dt.required:after {
    display: none;
}









.recruit_page {
    background: #f5f2ed;
    padding: 3em 0;
}

.rectuit_select {
    margin-bottom: 3em;
}
.rectuit_select ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.rectuit_select ul li {
    width: calc(100% / 4 - 1em);
}
.rectuit_select ul li a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #83b14f;
    border: solid 1px #83b14f;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}
.rectuit_select ul li a:hover {
    background: #83b14f;
    color: #fff;
}

.rectuit_select_o {
    margin-bottom: 3em;
}
.rectuit_select_o ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.rectuit_select_o ul li {
    width: calc(100% / 3 - 1em);
}
.rectuit_select_o ul li a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #EC8E3C;
    border: solid 1px #EC8E3C;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}
.rectuit_select_o ul li a:hover {
    background: #EC8E3C;
    color: #fff;
}


.rectuit_subselect {
    margin-bottom: 3em;
}
.rectuit_subselect ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.rectuit_subselect ul li {
    width: calc(100% / 2 - 1em);
}
.rectuit_subselect ul li a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #887f72;
    border: solid 1px #b7afa3;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.rectuit_subselect ul li a:hover {
    background: #8e8578;
    color: #fff;
}
.rectuit_subselect ul li a.active {
    background: #8e8578;
    color: #fff;
}


.rectuit_select ul li a.active {
    background: #83b14f;
    color: #fff;
}

.rectuit_select_o ul li a.active {
    background-color: #EC8E3C;
    color: #fff;
}

.rectuit_middleselect {
    margin-bottom: 3em;
}
.rectuit_middleselect ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.rectuit_middleselect ul li {
    width: calc(100% / 2 - 1em);
}
.rectuit_middleselect ul li a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #887f72;
    border: solid 1px #b7afa3;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 1em 0;
    box-sizing: border-box;
    text-align: center;
}

.rectuit_middleselect ul li a.active {
    background: #8e8578;
    color: #fff;
}

.rectuit_middleselect ul li a.fulltime {
    background: #446123;
    border:solid 1px #446123;
    color: #fff;
    font-weight: bold;
}

.rectuit_middleselect ul li a.parttime {
    background: #81ab52;
    border:solid 1px #81ab52;
    color: #fff;
    font-weight: bold;
}

.rectuit_middleselect ul li a:hover {
    background: #8e8578;
    color: #fff;
}


.recruit_upper {
    text-align: center;
    margin-bottom: 3em;
}
.recruit_upper h2 {
    font-family: 'EB Garamond', serif;
    color: #83b14f;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.recruit_upper h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 1em;
}
.recruit_upper p {
    display: inline-block;
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
    text-align: left;
}


.recruit_bottom {
    text-align: center;
    margin-bottom: 3em;
}
.recruit_bottom h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.recruit_bottom h4 {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.recruit_bottom h5 {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 2em;
}
.recruit_bottom p {
    font-size: 16px;
    line-height: 1em;
}

.recruit_bottom .address_bloc {
    display: inline-block;
    margin-bottom: 2em;
    text-align: left;
}
.recruit_bottom .address_bloc dl {
    border-top: solid 1px #afa79b;
    background: #fff;
    font-size: 16px;
    line-height: 1.4em;
}
.recruit_bottom .address_bloc dl + dl {

}
.recruit_bottom .address_bloc dl:last-child {
    border-bottom: solid 1px #afa79b;
}
.recruit_bottom .address_bloc dl dt {
    padding: 1em;
    min-width: 4em;
}
.recruit_bottom .address_bloc dl dd {
    flex: 1 0 0%;
    text-align: left;
    padding: 1em;
}


.recruit_data {
    background: #fff;
    margin-bottom: 3em;
}
.recruit_data dl {
    border-top: solid 1px #b0a89b;
    border-left: solid 1px #b0a89b;
    border-right: solid 1px #b0a89b;
    font-size: 16px;
    line-height: 2em;
    align-items: stretch;
    justify-content: space-between;
}
.recruit_data dl:last-child {
    border-bottom:solid 1px #b0a89b;
}
.recruit_data dl dt {
    background: #b7afa3;
    color: #fff;
    padding: 1em;
    min-width: 12em;
}
.recruit_data dl dd {
    flex: 1 0 0%;
    padding: 1em;
}


.recruit_entry {
    text-align: center;
    margin-bottom: 4em;
}
.recruit_entry a {
    display: inline-block;
    background: #83b14f;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 18px;
    line-height: 1.5em;
    padding: 1.5em 0;
    border-radius: 2em;
    width: 100%;
    max-width: calc(100% / 2 - 0.5em);
    text-align: center;
    text-decoration: none;
}
.recruit_entry a:hover {
    background: #ea5404;
}


.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000000000000;
    align-items: center;
    justify-content: center;
}
.overlay_box {
    text-align: center;
    display:none;
}
.overlay_logo {
    margin-bottom: 2em;
}
.overlay_catch {
    
}

.overlay.active {
    display:none!important;
}

.fix_banner {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    background: #fff;
    z-index: 100000;
    width: 4em;
    display:none;
}
.fix_banner a {
    
}
.fix_banner a:hover {
    opacity: 0.7;
}


.page_upper {
    background: #eee4cc;
    padding: 2em 0;
}
.page_upper_title {
    text-align: center;
}
.page_upper_title .en {
    display: block;
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.2em;
}
.page_upper_title .jp {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
}


.page_content {
    min-height: 447px;
    padding: 3em 0;
    text-align: center;
}
.page_bloc {
    display: inline-block;
}
.page_bloc article {
    text-align: left;
}
.page_bloc article + article {
    margin-top: 1em;
}
.page_bloc article dl {
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}
.page_bloc article dl dt {

}
.page_bloc article dl dt time {

}
.page_bloc article dl dd {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: normal;
}
.page_bloc article dl dd a {
    text-decoration: underline;
}
.page_bloc article dl dd a:hover {
    text-decoration: underline;
}

.page_bloc article .meta {
    margin-bottom: 1em;
}
.page_bloc article .meta time {

}
.page_bloc article .meta h2 {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
}


.page_bloc article .content {

}
.page_bloc article .content p {
    font-size: 16px;
    line-height: 1.8em;
}
.page_bloc article .content p + p {
    margin-top:1em;
}
.page_bloc article .content figure {
    text-align: center;
    margin-bottom: 1em;
}

.page_bloc article .content .wp-block-file {
    margin-top: 1em;
    margin-bottom: 2em;
}




.page_btn_bloc {
    text-align: center;
    margin-top: 3em;
}
.page_btn_bloc a {
    width: 100%;
    display: inline-block;
    background: #fff;
    color: #528118;
    border: solid 1px #528118;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    /* font-weight: bold; */
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
    max-width: calc(100% / 2 - 0.5em);
}
.page_btn_bloc a:hover {
    background: #83b14f;
    color: #fff;
}


.wp-block-file {
    /*aspect-ratio: 1 / 1.2;*/
}
.wp-block-file .wp-block-file__embed {
    height: 100%!important;
    display:none;
}
.wp-block-file .wp-block-file__embed + a {
    display:none;  
}

.wp-block-file .wp-block-file__embed  {
    margin-bottom: 1em;
}
.wp-block-file a {
    display: table;
    margin: 0 auto 1em;
    font-size: 1em;
}
.wp-block-file a.wp-block-file__button {
    background: #83b14f;
    font-size: 1em;
    display: block;
    max-width: 10em;
    text-align: center;
    padding: 0.5em;
}
.wp-block-file a.wp-block-file__button:hover {
    background: #ea5404;;
}


.insta_sec {
    padding: 4em 0;
    text-align: center;
}

.insta_gallary {

}
.insta_slider2 .slick-slide,
.insta_slider .slick-slide {
    /*max-width: calc(100% / 6 - 1rem);*/
    margin: 0.5rem;
    aspect-ratio: 4 / 4;
}
.insta_slider2 .slick-slide > div,
.insta_slider .slick-slide > div {
    width: 100%;
    height: 100%;
}
.insta_slider2 .slick-slide .gallery-item,
.insta_slider .slick-slide .gallery-item {
    width:100%;
    height: 100%;
}
.insta_slider2 .slick-slide .gallery-item a,
.insta_slider .slick-slide .gallery-item a {
    background-size: cover;
    transition: all 0.1s ease-in-out;
    background-color: white;
    /* padding-top: 14%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height: 100%;
}
.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item:hover {
    opacity:0.8;
}

.reserve {
    padding: 5em 0;
}
.reserve_bloc {
    text-align: center;
}
.reserve_bloc + .reserve_bloc {
    margin-top: 3em;
}

.rsv_title {
    display: inline-block;
    border-bottom: solid 1px #4a4a4a;
    padding-bottom: 1em;
    margin-bottom: 2em;
    width: 100%;
    max-width: 480px;
}
.rsv_title i {
    display: inline-block;
    margin-bottom: 0.5em;
}
.rsv_title h3 {
    color: #81ab53;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.rsv_title p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
}

.reserve_list {

}
.reserve_list p {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.reserve_list ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}
.reserve_list ul li {
    max-width: 280px;
    width: 100%;
}
.reserve_list ul li + li {
    
}
.reserve_list ul li a {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: #446123;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1em;
    padding: 1em;
    font-weight: bold;
    position: relative;
}
.reserve_list ul li a:hover {
    
}
.reserve_list ul li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(./images/icon_arrow_circle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0.5em;
}

.reserve_bloc.hos {

}
.reserve_bloc.hos .reserve_list ul li a {
    background: #81ab52;
}
.reserve_bloc.hos .reserve_list ul li a:hover {
    
}

.event_seminar_search {
    margin-bottom: 4em;
}
.event_seminar_s_item {
    margin-top: 2em;
}
.event_seminar_s_item + .event_seminar_s_item {

}
.event_seminar_s_item h4 {
    background: #81ab52;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 1em;
    margin-bottom: 1.5em;
}

.search_event_cat_bloc {

}
.search_event_cat_bloc ul {
    align-items: center;
    justify-content: center;
    gap: 2em;
}
.search_event_cat_bloc ul li {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
}
.search_event_cat_bloc ul li a {
    display: inline-block;
    background: #81ab52;
    color: #fff;
    padding: 1em;
    text-decoration: none;
}
.search_event_cat_bloc ul li a.active {
    background: #446123;
}
.search_event_cat_bloc ul li a:hover {
    background: #446123;
}



.event_seminar_page_bloc {
    padding:0 2em;
}
.event_seminar_page_bloc .attention {

}
.event_seminar_page_bloc article {
    gap: 2em;
}
.event_seminar_page_bloc article + article {
    border-top:solid 1px #bcbebb;
    padding-top:2em;
    margin-top:2em;
}

.event_seminar_page_bloc article .article_figure {
    border: solid 1px #bcbebb;
}
.event_seminar_page_bloc article .article_figure a {
    display: block;
    background: #fff;;
}
.event_seminar_page_bloc article .article_figure a:hover img {
    opacity:0.8;
}


.event_seminar_page_bloc article .article_data {
    flex: 1 0 0%;
    text-align: left;
}
.event_seminar_page_bloc article .article_data .meta {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 0.5em;
}
.event_seminar_page_bloc article .article_data .meta .event_facility {
    background: #81ab52;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 0.5em 0.5em 0.4em;
    font-weight: bold;
}
.event_seminar_page_bloc article .article_data .meta .event_division {
    color: #81ab52;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    border: solid 1px #81ab52;
    padding: 0.5em 0.5em 0.4em;
    margin-right: auto;
}
.event_seminar_page_bloc article .article_data .meta .event_more {
    background: #446123;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em 1em 0.4em;
    width: 100%;
    max-width: 120px;
    text-align: center;
}
.event_seminar_page_bloc article .article_data .meta .event_more:hover {

}

.event_seminar_page_bloc article .article_data .titles {
    margin-bottom: 0.5em;
}
.event_seminar_page_bloc article .article_data .titles h1 {
    color: #81ab52;
    font-size: 24px;
    line-height: 1.4em;
}
.event_seminar_page_bloc article .article_data .titles h1 a {
    color: #81ab52;
    text-decoration: none;
}
.event_seminar_page_bloc article .article_data .titles h1 a:hover {
    text-decoration: underline;
}

.event_seminar_page_bloc article .article_data .titles p {
    font-size: 16px;
}

.event_seminar_page_bloc article .article_data .boxes {
    background: #f5f5f5;
    padding: 1em;
}
.event_seminar_page_bloc article .article_data .boxes dl {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}
.event_seminar_page_bloc article .article_data .boxes dl + dl {
    margin-top: 0.5em;
}
.event_seminar_page_bloc article .article_data .boxes dl dt {
    background: #fff;
    color: #81ab52;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    border: solid 1px #81ab52;
    padding: 0.5em 0.5em 0.4em;
    min-width: 7em;
    text-align: center;
}
.event_seminar_page_bloc article .article_data .boxes dl dd {
    flex: 1 0 0%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.12em;
}
.event_seminar_page_bloc article .article_data .boxes dl dd.flex {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5em;
}
.event_seminar_page_bloc article .article_data .boxes dl dd .red {
    color:#fd0000;
}


.search_calendar_bloc {

}
.calendar_item {
    width: calc(100% / 3 - 1em);
}
.calendar_item + .calendar_item {

}
.calendar_item h5 {
    color: #81ab52;
    font-size: 21px;
}

.calendar_item table {
    width: 100%;
}
.calendar_item table thead {

}
.calendar_item table thead th {
    background: #f5f2ed;
    border: solid 1px #d9d3c9;
    font-size: 16px;
    line-height: 1em;
    padding: 0.5em;
}

.calendar_item table thead .youbi_0 {
    color:#446123;
}
.calendar_item table thead .youbi_6 {
    color:#81ab52;
}

.calendar_item table tbody {

}
.calendar_item table tbody td {
    border: solid 1px #d9d3c9;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;

}
.calendar_item table tbody td span {
    display: block;
    padding: 0.5em;
}
.calendar_item table tbody td a {
    display: block;
    padding: 0.5em;
    background: #81ab52;
    color: #fff;
    text-decoration: none;
}
.calendar_item table tbody td a.active {
    background: #446123;
}
.calendar_item table tbody td a:hover {
    text-decoration: underline;
}

.calendar_item table tbody .youbi_0 {
    background: #d0e7b7;
    color:#446123;
}
.calendar_item table tbody .youbi_6 {
    background: #f5f2ed;
    color:#81ab52;
}

.calendar_item table tbody td.grey {
    color: transparent;
}

.event_seminar_single_bloc {

}
.event_seminar_single_bloc article {
    
}
.event_seminar_single_bloc article .upper {
    text-align: left;
    margin-bottom: 1em;
}

.event_seminar_single_bloc article .upper .meta {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 0.5em;
}
.event_seminar_single_bloc article .upper .meta .event_facility {
    background: #81ab52;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 0.5em 0.5em 0.4em;
    font-weight: bold;
}
.event_seminar_single_bloc article .upper .meta .event_division {
    color: #81ab52;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    border: solid 1px #81ab52;
    padding: 0.5em 0.5em 0.4em;
    margin-right: auto;
}

.event_seminar_single_bloc article .upper .titles {
    
}
.event_seminar_single_bloc article .upper .titles h1 {
    color: #81ab52;
    font-size: 24px;
    line-height: 1.4em;
}
.event_seminar_single_bloc article .upper .titles p {
    font-size: 16px;
}

.event_seminar_single_bloc article .content {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}
.event_seminar_single_bloc article .content .article_figure {

}
.event_seminar_single_bloc article .content .article_data {
    flex: 1 0 0%;
    text-align: left;
}
.event_seminar_single_bloc article .content .article_data .boxes {

}
.event_seminar_single_bloc article .content .article_data .boxes dl {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}
.event_seminar_single_bloc article .content .article_data .boxes dl + dl {
    margin-top:0.5em;
}
.event_seminar_single_bloc article .content .article_data .boxes dl dt {
    background: #fff;
    color: #81ab52;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    border: solid 1px #81ab52;
    padding: 0.5em 0.5em 0.4em;
    min-width: 7em;
    text-align: center;
}
.event_seminar_single_bloc article .content .article_data .boxes dl dd.flex {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5em;
}
.event_seminar_single_bloc article .content .article_data .boxes dl dd {
    flex: 1 0 0%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.12em;
}
.event_seminar_single_bloc article .content .article_data .boxes dl dd .red {
    color: #fd0000;
}


.banner {
    padding: 3em 0 0;
}

.banner h2 {
    font-family: 'EB Garamond', serif;
    color: #528118;
    font-size: 34px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1.5em;
    text-align: center;
}
.banner h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin-top: 1.5em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1em;
    text-align: center;
}


.banner_bloc {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.banner_bloc + .banner_bloc {
    margin-top: 2em;
}
.banner_bloc a {
    display: inline-block;
    background: #fff;
}
.banner_bloc a:hover img {
    opacity: 0.8;
}

.banner_bloc_b {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.banner_bloc + .banner_bloc_b {
    margin-top: 3em;
}
.banner_bloc_b a {
    display: inline-block;
    background: #fff;
}
.banner_bloc_b a:hover img {
    opacity: 0.8;
}

.banner_list {

}
.banner_list ul {
    align-items: center;
    justify-content: center;
    gap: 4em;
}
.banner_list ul li {

}
.banner_list ul li a {

}
