@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	main
----------------------------------------------------*/

main {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
}

main:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


/*----------------------------------------------------
	メイン画像
----------------------------------------------------*/

#main_img {
    width: 100%;
    position: relative;
}

.animation {
    width: 70%;
    max-width: 1000px;
    display: flex;
    position: absolute;
    bottom: 23%;
    right: 3%;
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;
}

.animation_sub {
    width: 52%;
    margin-top: 3%;
}


@media screen and (max-width: 1800px) {

#main_img {
    width: 65%;
    width: 100%;
}

.animation {
    position: absolute;
    bottom: 15%;
}

}


@media screen and (max-width: 1360px) {

#main_img {
    margin-top: 60px;
}

}


/*----------------------------------------------------
	サブページ・タイトル画像
----------------------------------------------------*/

#main_img-sub {
    width: 100%;
    height: 250px;
    background: url(/wp-content/uploads/main_sub_bg.webp) bottom right no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

#main_img-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background: rgb(0 0 0 / 20%);
    transition: all ease 2s;
}

#img_area-sub {
    width: 100%;
    max-width: 1100px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


@media screen and (max-width: 1360px) {

#main_img-sub {
    height: 150px;
    margin-top: 60px;
}

#img_area-sub {
    height: 200px;
}

}


@media screen and (max-width: 1180px) {

#img_area-sub {
    width: 95%;
    max-width: 95%;
}

}


@media screen and (max-width: 768px) {

#img_area-sub {
    width: 90%;
    max-width: 90%;
}

}


/*----------------------------------------------------
	h2・h3・h4
----------------------------------------------------*/

h2 {
    width: auto;
    height: auto;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

h2.h2_top {
    width: auto;
    height: auto;
    font-size: clamp(26px, 4vw, 39px);
    font-weight: 500;
    line-height: 1.8;
    padding-bottom: 18px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

h2.h2_top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 40px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: #009fe8;
}

h2.h2_top::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #8dcdf1;
}

h2.h2_dot {
    width: auto;
    height: auto;
    font-size: clamp(26px, 4vw, 39px);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary-color);
}

h2.h2_dot span {
    display: inline-block;
    margin-bottom: 15px;
}

h2.h2_dot span::after {
    content: "";
    background: url(/wp-content/uploads/dott_blue.png) repeat-x;
    background-size: 12px;
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 2px;
    position: relative;
    top: 5px;
}

h2.single_title {
    margin-bottom: 40px;
    color: var(--font-color-base);
    padding: 0 0 20px 0;
    border-bottom: 1px solid var(--border-color);
}

h3 {
    width: auto;
    height: auto;
    margin: 45px 0 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

h3.h3_top {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    font-size: clamp(26px, 4vw, 32px);
    font-weight: 500;
    line-height: 1.5;
}

h3 span.mark {
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    top: -2px;
}


@media screen and (max-width: 768px) {

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	トップページ
--------------------------------------------------- */

#top_color_area {
    width: 100%;
    background: var(--background-color1);
    position: relative;
}

#top_color_area::before {
    content: "";
    background: url(/wp-content/uploads/top_area_before.png) no-repeat;
    background-size: 450px;
    width: 450px;
    height: 61px;
    position: absolute;
    left: 2%;
    bottom: -1px;
}

#box_top_area {
    clear: both;
    width: 95%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 70px;
    position: relative;
    z-index: 10;
}

#box_top_area h2 {
    width: auto;
    height: auto;
    font-size: clamp(26px, 4vw, 39px);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary-color);
}

#box_top_area h2 span {
    display: inline-block;
    margin-bottom: 15px;
}

#box_top_area h2 span::after {
    content: "";
    background: url(/wp-content/uploads/dott_blue.png) repeat-x;
    background-size: 12px;
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 2px;
    position: relative;
    top: 5px;
}

#service_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3%;
}

.service_top_in {
    flex: 0 0 calc((100% - 3% * 2) / 3);
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

.service_top_in .text-area {
    background: #fff;
    padding: 20px 20px 55px;
    flex-grow: 1;
    position: relative;
}

.service_top_in .text-area::before {
    content: "";
    top: -30px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 1;
}

#service_top h3 {
    margin: 0;
    padding: 17px 0 15px;
    font-size: 22px;
    text-align: center;
    color: var(--tertiary-color);
    z-index: 10;
    position: relative;
}

#service_top h3 i {
    font-size: 30px;
    padding: 0 !important;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    text-align: center;
}

.service_top_in p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.service_top_in .text-area i {
    padding: 0 !important;
    position: absolute;
    bottom: 30px;
}

.service_top_in:hover .text-area,
.service_top_in:hover .text-area::before {
    background: var(--tertiary-color);
    color: #fff;
    transition: 0.5s;
}

.service_top_in:hover .text-area h3,
.service_top_in:hover .text-area i,
.service_top_in:hover .text-area p {
    color: #fff !important;
}


@media screen and (max-width: 850px) {

#box_top_area {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 115px 0 50px;
}

#top_color_area::before {
    content: "";
    background: url(/wp-content/uploads/top_area_before.png) no-repeat;
    background-size: 300px;
    width: 300px;
    height: 41px;
    position: absolute;
    left: 2%;
    bottom: -1px;
}

#box_top_area h2 span::after {
    content: "";
    background: url(/wp-content/uploads/dott_blue.png) repeat-x;
    display: block;
    width: 104%;
    height: 2px;
    position: relative;
    top: 5px;
    left: -3px;
}

#service_top {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 30px auto 0;
}

.service_top_in {
    width: 100%;
    margin: 0 0 40px;
}

}


/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/

.top-accordion-area {
    list-style: none;
    margin: 35px 0;
    text-align: left;
}

.top-accordion-area li {
    background: #fff;
    padding: 5px 30px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}

.top-accordion-area li::before {
    content: "Q";
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: 18px;
    left: 34px;
}

p.question .mark {
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all .5s ease;
    position: absolute;
    right: 5px;
    top: calc(50% - 17px);
}

p.question .mark::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(0deg);
}

p.question .mark::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
}

p.question.close .mark::before {
    transform: rotate(45deg);
}

p.question.close .mark::after {
    transform: rotate(-45deg);
}

.top-accordion-area li p.question {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 70px 25px 45px;
    margin: 0;
    transition: all .5s ease;
}

.anser {
    display: none;
    padding: 0 70px 10px 45px;
    position: relative;
}

.anser::before {
    content: "A";
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: -13px;
    left: 6px;
}

.anser p {
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

.top-accordion-area {
    margin: 30px 0 35px;
}

.top-accordion-area li {
    padding: 10px 20px 15px;
}

.top-accordion-area li::before {
    content: "Q";
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 24px;
    left: 24px;
}

.top-accordion-area li p.question {
    font-size: 17px;
    padding: 25px 55px 15px 35px;
}

.top-accordion-area li .anser {
    display: none;
    padding: 0 15px 0 40px;
    position: relative;
}

.anser::before {
    content: "A";
    font-size: 27px;
    font-weight: 500;
    position: absolute;
    top: -8px;
    left: 5px;
}

}


/* -----------------------------------------------------------
	3つ横並びボタン
----------------------------------------------------------- */

#top_banner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top_banner {
    width: 47%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.top_banner a {
    height: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.top_banner a::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.top_banner a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5ab6ea;
    transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s;
    z-index: -1;
}

.top_banner a:hover::after {
    transform-origin: left bottom;
    transform: scale(1, 1);
}

.scroll_top {
    margin-top: -40px;
    padding-top: 40px;
}


@media screen and (max-width: 768px) {

#top_banner {
    margin-bottom: 50px;
}

.top_banner a {
    font-size: 14px;
}

.scroll_top {
    margin-top: -80px;
    padding-top: 80px;
}

}


/* -----------------------------------------------------------
	3つ横並び画像
----------------------------------------------------------- */

#image3 {
    width: 103%;
    display: flex;
    flex-wrap: wrap;
}

.image3_in {
    width: 30.3%;
    margin: 0 3% 30px 0;
}


@media screen and (max-width: 768px) {

.image3_in {
    width: 46%;
    margin: 0 4% 20px 0;
}


}


/*----------------------------------------------------
    貸切バス
----------------------------------------------------*/

.top_big {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 500;
    text-align: center;
}

#charter-bus_top {
    width: 103%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.charter-bus_top_in {
    width: 31.3%;
    margin: 0 3% 30px 0;
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

#charter-bus_top h3 {
    margin: 20px 0 10px;
    font-size: 24px;
}

.charter-bus_top_in p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 1px;
    flex-grow: 1;
}

#charter-bus_top a.more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    width: 75%;
    min-width: 193px;
    height: 45px;
    min-height: auto;
    font-size: 16px;
    color: #fff;
    background: var(--primary-color);
    line-height: 1;
    margin: 20px auto 10px;
    padding-right: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}


@media screen and (max-width: 1260px) {

#charter-bus_top a.more_btn {
    width: 100%;
    min-width: auto;
    height: 45px;
    min-height: auto;
    font-size: 14px;
    margin: 25px auto 10px;
}

}


@media screen and (max-width: 768px) {

#charter-bus_top {
    width: 100%;
    margin: 30px auto -15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.charter-bus_top_in {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 40px 0;
}

}


/* -----------------------------------------------------------
	貸切バス・アイコン
----------------------------------------------------------- */

#equipment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.equipment_in {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipment_in img {
    width: 75px;
}

.equipment_in p {
    font-size: 9px;
    text-align: center;
    margin: 5px 0 0;
    letter-spacing: 0;
}


@media screen and (max-width: 768px) {

.image3_in {
    width: 46%;
    margin: 0 4% 20px 0;
}


}


/* -----------------------------------------------------------
	路線バス・画像3枚横並び
----------------------------------------------------------- */

#route-bus3 {
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
}

.route-bus3_in {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

#route-bus3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.route-bus3_in {
    width: 100%;
    margin: 0 0 20px 0;
}

}


/*----------------------------------------------------
    路線バス
----------------------------------------------------*/

#box3 {
    width: 103%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.box3_in {
    width: 31.3%;
    margin: 0 3% 30px 0;
    text-align: center;
    overflow: hidden;
}

#box3 h3.h3_ukishima {
    width: 200px;
    height: 40px;
    margin: 0 auto 5px;
    font-size: 21px;
    font-weight: 600;
    background: #aae0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#box3 h3.h3_jinguji {
    width: 200px;
    height: 40px;
    margin: 0 auto 5px;
    font-size: 21px;
    font-weight: 600;
    background: #fef36b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#box3 h3.h3_hatozaki {
    width: 200px;
    height: 40px;
    margin: 0 auto 5px;
    font-size: 21px;
    font-weight: 600;
    background: #f7c0d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.box3_in p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.box3_in span {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.box3_in img {
    transition: transform .6s ease;
}

.box3_in a:hover img {
    transform: scale(1.1);
}


@media screen and (max-width: 768px) {

#box3 {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.box3_in {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 45px 0;
}

}


/*----------------------------------------------------
    送迎バス
----------------------------------------------------*/

#merit {
    margin: 40px auto 0;
}

.merit_lr {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    border: 2px solid #333;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 10px;
}

.merit_l {
    width: 87px;
    background: var(--primary-color);
    border-right: 2px solid #333;
}

.merit_l p {
    width: 85px;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.merit_l .number {
    font-size: 35px;
    padding-top: 5px;
    display: block;
}

.merit_r {
    width: calc(100% - 87px);
    background: #fff;
    padding: 15px 10px 15px 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.merit_r h3 {
    font-size: clamp(20px,2vw,26px);
    margin: 5px 0;
}

.merit_r p {
    margin-bottom: 0;
}

.big {
    font-size: clamp(20px,3vw,28px);
    font-weight: 500;
    line-height: 1.6;
    margin: 65px auto 0;
    text-align: center;
    position: relative;
}


@media screen and (max-width: 799px) {

#merit {
    width: 100%;
    margin: 0 auto;
}

.merit_lr {
    width: 100%;
    margin: 0 0 20px;
}

.merit_l {
    width: 62px;
}

.merit_l p {
    width: 60px;
    font-size: 13px;
}

.merit_l .number {
    font-size: 25px;
    padding-top: 10px;
}

.merit_r {
    width: calc(100% - 62px);
}

.big {
    margin: 35px auto 10px;
    text-align: left;
}

}


/*----------------------------------------------------
	安全への取り組み
--------------------------------------------------- */

#safety-initiatives ul {
    width: 100%;
    margin: 30px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#safety-initiatives ul li {
    width: 48%;
    list-style-type: none;
    font-size: clamp(20px, 2vw, 25px);
    margin-bottom: 5px;
}

#safety-initiatives ul li.wide {
    width: 100%;
}

#safety-initiatives ul li span {
    color: #fff;
    background: #009fe8;
    width: 30px;
    height: 30px;
    font-size: 19px;
    line-height: 1;
    margin-right: 15px;
    padding-left: 2px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -2px;
}

#safety-initiatives ul li a {
    text-decoration: none;
}

#safety-initiatives ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

#safety3 {
    width: 103%;
    display: flex;
    flex-wrap: wrap;
}

.safety3_in {
    width: 30.3%;
    margin: 0 3% 0 0;
}

.safety3_in p {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 15px;
}


@media screen and (max-width: 820px) {

#safety-initiatives ul {
    width: 100%;
    max-width: 100%;
}

#safety-initiatives ul li {
    width: 100%;
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 5px;
}

.safety3_in {
    width: 46%;
    margin: 0 4% 10px 0;
}

#safety-initiatives ul li span {
    color: #fff;
    background: #009fe8;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 1;
    margin-right: 7px;
    padding-left: 2px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
}

}


/*----------------------------------------------------
	サイトマップ
--------------------------------------------------- */

.wsp-pages-list {
    margin: 40px 0 40px;
    border-top: 1px solid var(--border-color);
}

.wsp-pages-list li {
    border-bottom: 1px solid var(--border-color);
}

.wsp-pages-list li a {
    font-size: 16px;
    text-align: left;
    line-height: 1;
    list-style-type: none;
    color: var(--font-color-base);
    padding: 15px 5px 15px 15px;
    display: block;
    text-decoration: none;
    position: relative;
}

.wsp-pages-list li ul.children {
    margin-left: 18px;
    padding: 0 0 5px 0;
    margin-bottom: 0;
    position: relative;
    top: -7px;
}

.wsp-pages-list li ul.children li {
    border-bottom: none;
}

.wsp-pages-list li ul.children li a {
    padding: 5px 5px 5px 20px;
}

.wsp-pages-list li ul.children li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: var(--border-color);
    position: absolute;
    left: 0;
    top: 13px;
}

.wsp-pages-list li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    width: 45px;
    height: 21px;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    background: var(--secondary-color);
    margin-left: 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


/* -----------------------------------------------------------
	お知らせ・TOP
----------------------------------------------------------- */

#top_info_area {
    width: 1100px;
    height: 80px;
    margin: 0 auto -80px;
    border: 2px solid #333;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: -40px;
    z-index: 10;
}

.top_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 165px;
}

#top_info_area h2 {
    width: 190px;
    height: 78px;
    font-size: 24px;
    color: #fff;
    background: var(--primary-color);
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

ul#top-info {
    padding: 0 25px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul#top-info li {
    line-height: 1;
}

ul#top-info li a {
    display: inline-flex;
    text-decoration: none;
    padding: 0;
    align-items: center;
}

ul#top-info li a:hover {
    text-decoration: none;
}

ul#top-info li a .title:hover {
    color: var(--font-size-base);
    text-decoration: underline;
}

ul#top-info li a .date {
    width: 95px;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

ul#top-info li a .title {
    width: calc(100% - 95px);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

.list_none_top_info {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 auto -10px !important;
    display: block !important;
    text-align: center !important;
}

.more_btn_top_info {
    position: absolute;
    right: 0;
}

.more_btn_top_info a {
    width: 165px;
    height: 78px;
    background: var(--secondary-color);
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.more_btn_top_info a::before {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    padding-right: 6px;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: 2px;
}

.more_btn_top_info a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f88ab8;
    transform-origin: left;
    transform: scale(0, 1);
    transition: transform .3s;
    z-index: -1;
}

.more_btn_top_info a:hover::after {
    transform-origin: left bottom;
    transform: scale(1, 1);
}


@media screen and (max-width: 1200px) {

#top_info_area {
    width: 95%;
    height: 60px;
    margin: 0 auto -60px;
    position: relative;
    top: -20px;
}

.top_info {
    padding-right: 140px;
}

#top_info_area h2 {
    width: 150px;
    height: 58px;
    font-size: 19px;
}

.more_btn_top_info a {
    width: 140px;
    height: 58px;
    font-size: 14px;
}

ul#top-info {
    width: calc(100% - 140px);
    padding: 0 20px;
}

ul#top-info li a .date {
    line-height: 1.8;
}

ul#top-info li a .title {
    font-size: 14px;
}

}


@media screen and (max-width: 768px) {

#top_info_area {
    width: 90%;
    height: 100px;
    margin: 0 auto -100px;
    position: relative;
    top: -30px;
}

.top_info {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#top_info_area h2 {
    width: calc(100% - 110px);
    height: 45px;
    font-size: 19px;
}

ul#top-info {
    width: 100%;
    height: 50px;
    padding: 0 15px;
}

ul#top-info li a {
    text-decoration: none;
    padding: 0;
    display: block;
}

ul#top-info li a .date {
    width: 100%;
    font-size: 11px;
}

ul#top-info li a .title {
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.more_btn_top_info {
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
}

.more_btn_top_info a {
    width: 110px;
    height: 45px;
    font-size: 14px;
}

}


/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */

ul#info {
    margin: 40px 0 50px;
    border-top: 1px solid var(--border-color);
}

ul#info li {
    border-bottom: 1px solid var(--border-color);
    clear: both;
    overflow: hidden;
}

ul#info li a {
    width: 100%;
    display: block;
    padding: 30px 0;
    text-decoration: none;
}

ul#info li a:hover {
    text-decoration: none;
}

ul#info li a .date {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

ul#info li a .title {
    margin-bottom: 0;
}

ul#info li a .title:hover {
    color: var(--font-color-base);
    text-decoration: underline;
}


/* -----------------------------------------------------------
	ブログ
----------------------------------------------------------- */

#list {
    width: 100%;
    height: auto;
    margin-top: 35px;
    overflow: hidden;
}

#list ul {
    width: 103%;
    height: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

#list li {
    width: 30.3%;
    height: auto;
    margin-right: 3%;
    margin-bottom: 3%;
    overflow: hidden;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a {
    text-decoration: none;
}

#list_inner a:hover {
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

#list_inner p.list_date {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: var(--font-color-base);
    margin-bottom: 5px;
}

.single_date {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.list_image {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    position: relative;
}

.list_image img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease;
    will-change: transform;
}

.list_image img:hover {
    transform: scale(1.1);
}

#list li img,
#list li img.ofi {
    overflow: hidden;
    width: auto;
    height: auto;
    aspect-ratio: 4 / 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.list_none {
    width: 98% !important;
    height: auto !important;
    margin: 0 auto 30px !important;
    display: block !important;
    text-align: center !important;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#list ul {
    width: 100%;
    height: auto;
    display: block;
    list-style-type: none;
}

#list li {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto 40px;
}

#list_inner {
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

.list_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto 12px;
    vertical-align: middle;
}

.no_image,
#list li img,
#list li img.ofi {
    height: 100%;
    width: 100%;
}
	
.list_none {
    margin: 0 auto 20px !important;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.pager .fa-solid {
    padding: 0 5px !important;
}

.pager .next a {
    width: auto;
    height: 40px;
    clear: both;
    font-size: 14px;
    padding: 13px 20px;
    background: var(--primary-color);
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.pager .previous a {
    width: auto;
    height: 40px;
    clear: both;
    font-size: 14px;
    padding: 13px 20px;
    background: var(--primary-color);
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.pager .more {
    clear: both;
    width: auto;
    height: 40px;
    font-size: 14px;
    background: var(--primary-color);
    color: #fff;
    padding: 13px 20px;
    margin: 10px 5px;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.pager .next a:hover,
.pager .previous a:hover,
.pager .more:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* -----------------------------------------------------------
	ページネーション
----------------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0 40px;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #fff;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    background: var(--primary-color);
    color: #fff;
}
 
.pagination li:not([class*="current"]) a:hover {
    opacity: 0.7;
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #5ab6ea;
    cursor: default;
    pointer-events: none;
}

.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}


/* -----------------------------------------------------------
	アーカイブ
----------------------------------------------------------- */

#archive {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
}

#archive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#archive li {
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}

#archive li a {
    width: 100%;
    color: var(--font-color-base);
    font-size: 17px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}

#archive li a::before {
    content: "\f55e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 4px;
}

#archive li a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


@media screen and (max-width: 768px) {

#archive {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 40px;
}

#archive li {
    width: 50%;
    text-align: center;
}

#archive li a {
    width: 100%;
    color: var(--font-color-base);
    font-size: 14px;
    display: block;
    text-decoration: none;
}

}