@charset "UTF-8";
body {
    margin: 0;
}

.hero {
    position: relative;
    max-width: none;
    padding: 0 20px;
    height: 850px;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.hero_slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero_catch_text {
    position: relative;
    width: 100%;
    height: 387px;
    z-index: 10;
}

.hero_catch_text img {
    display: block;
    font-size: 35px;
    position: absolute;
    top: 31%;
    left: 46%;
    width: 145px;

}

.hero img {}

.hero_detail_cnt {
    padding: 650px 8% 0 62%;
    display: flex;
    justify-content: end;
}

.hero_detail_box {
    max-width: 497px;
    max-height: 391px;
}

.hero_detail {
    background-color: rgba(255, 255, 255, 89%); ;
    padding: 65px 100px;
    margin-right: 20px;
    width: 100%;

}

.hero_detail_txt {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 30px;

}

.link {
    font-size: 15px;
    color: #ffffff;
    background-color: #95c932;
    padding: 15px 10px;
    text-align: center;
    transition: background-color 0.3s ease;
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
}

.link:hover {
    background-color: rgba(149, 201, 50, 0.8);
}

.top_txt {
    text-align: center;
    padding: 75px 0 60px;
    margin-bottom: 30px;
    border-bottom: solid 1px #95c932;
}

.top_txt .top_txt_cnt {
    display: flex;
    gap: 40px;
    background: #f5f4ee;
    padding: 40px 210px;
    align-items: center;
}

.top_txt p {
    line-height: 2.5rem;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: serif;
    text-align: start;
}

.top_txt p span {
    color: #7E0100;
}

.top_txt img {}

/* カレンダー */

.dot {
    max-width: 1480px;
	padding: 0 20px;
    margin: 0px auto 100px;
}

.home-info {
    margin: 0 auto;
    background-color: #f5f4f0;
    display: flex;
    padding: 30px 60px;
}

.home-info-item {
    padding: 60px 0px 0px 40px;
    width: 50%;
}

.home-info-item h1 {
    width: 180px;
    text-align: left;
    font-size: 23px;
    font-family: serif;
    border-bottom: #95c932 solid 1px;
    padding-right: 35px;
    margin-bottom: 30px;
}

.home-info-item p {
    margin-bottom: 10px;
}

.home-info-item .ff-amiri {
    font-size: 35px;
    display: block;
    margin-bottom: 8px;
}

.home-info-item .access_btn {
    display: block;
    width: 300px;
}

.home-info-item .access_btn p {
    font-size: 15px;
    color: #fff;
    padding: 20px 120px;
    background-color: #95C932;
    opacity: 1;
    transition: opacity 0.3s ease; 
}

.home-info-item .access_btn p:hover {
    opacity: 0.7;
}

.container {
    width: 50%;
    max-width: 650px;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

th, td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

th {
}

.left-align {
    text-align: left;
    font-size: 20px;
}

.left-align span {
    color: #ffffff;
    background-color: #95c932;
    font-size: 14px;
    padding: 1px;
    margin-right: 10px;
}

.available {
    color: #95c932;
    font-weight: bold;
}

.available.-black {
    color: #000;
}

.unavailable {
    color: #bbbbbb;
    font-weight: bold;
}

tr:nth-child(even) {
}

tr:hover {
}

.cautionary-txt {
    font-size: 12px;
}

.cautionary-txt li::before {
    /* content: "※"; */
    font-weight: bold;
}

.cautionary-txt li span {
    color: #95C932;
}

/* TOPナビ */

.home-nav {

}

.home-nav-list {
    display: flex;
    justify-content: center;
}

.home-nav-list_item {
    width: 18%;
    text-align: center;
    border-right: solid 1px #DDDDDD;
    padding-bottom: 30px;
}

.home-nav-list_item:last-child {
    border-right: none;
}

.home-nav-list_item a {
    opacity: 1;
    transition: opacity 0.3s ease; 
}

.home-nav-list_item a:hover {
    opacity: 0.7;
}

.home-nav-list_item a img {
    margin-bottom: 17px;
}

/* お困りごと */
.worries {
    background: #F5F4F0;
    padding: 50px 0;
    position: relative;
}

.worries a {
    width: 297px;
    display: block;
    margin: 0 auto;
}

.worries .char {}
.worries .char img {
    position: absolute;
    right: 110px;
    z-index: 20;
    top: 0px;
}

.worries-ttl {
    font-size: 22px;
    font-family: serif;
    margin-bottom: 40px;
    position: relative;
}

.worries-list {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 70px;
    column-count: 2;
    column-gap: 70px;
    margin-bottom: 50px;
    position: relative;
}

/* .worries-list .char {}
.worries-list .char img {
    position: absolute;
} */

.worries-list_item {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: solid 1px #CCCCCC;
    width: 100%;
}

.worries-list_item p {
    margin-left: 30px;
    position: relative;
}

.worries-list_item p::before {
    content: url(../img/cmn/check-box-icon.svg);
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 0px;
	margin-bottom: 0px;
}

/* お知らせ */

.news {
	display: flex;
    margin-bottom: 50px;
}

.news_hd {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.news_hd_cnt {
	text-align: center;
}

.news_hd_ttl {
	font-size: 45px;
    color: #95C932;
}

.news_hd_list {
	margin-top: 15px;
	font-size: 15px;
}

.news_hd_list a {
    position: relative;
    transition: opacity 0.3s ease;
}

.news_hd_list a:hover {
	opacity: 0.5;
}

.news_hd_list a::before {
    content: url(../img/cmn/>_icon_gree.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 3px;
}

.news_body {
	width: 80%;
	padding: 30px 40px;
}

.news_list {
}

.news_list > li {
	border-top: 1px solid #ddd;
}

.news_list > li:first-child {
	border-top: none;
}

.news_list > li a {
	display: flex;
	padding: 15px 10px;
    transition: opacity 0.3s ease;
}

.news_list > li a:hover {
	opacity: 0.5;
}

.news_list > li time {
	display: block;
	color: #95C932;
	width: 8em;
}

.news_list > li em {
	display: block;
	flex: 1;
}

/* アクセス */

#-access .tanino {
    /* padding: 0 20px; */
}

#-access .tanino .inner {
    padding: 50px 0 0 0;
}

#-access .tanino-center .inner {
    padding: 0;
}

#-access .tbl-ttl {
    width: 23%;
}

#-access h1 {
    text-align: start;
}

#-access .tbl {
    margin-bottom: 30px;
}

#-access td {
    text-align: start;
}


#-access .access_btn {
    display: block;
    width: 300px;
}

#-access .access_btn p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 20px 50px;
    background-color: #95C932;
    opacity: 1;
    transition: opacity 0.3s ease; 
    position: relative;
}

#-access .access_btn p::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url('../img/cmn/link-icon.svg');
    background-size: contain;
    margin-left: 8px;
    position: absolute;
    top: 26px;
}

#-access .access_btn p:hover {
    opacity: 0.7;
}

#-access .access-cnr {
    display: flex;
    width: 100%;
    /* gap: 90px; */
    margin-bottom: 150px;
    position: relative;
    justify-content: space-between;
}

#-access .access-cnt {
    width: 50%;
}

#-access .access-map {
    width: 41.5%;
}

#-access .access-map iframe {
    height: 320px;
}

#-access .char {}
#-access .char img {
    position: absolute;
    right: -1000px;
    z-index: 20;
    top: 390px;
}

#-access .tanino-center .char {}
#-access .tanino-center .char img {
    position: absolute;
    right: 110px;
    z-index: 20;
    top: 390px;
}

/* .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    border: 0;
} */


@media screen and (max-width:1400px) {
    .hero_detail_cnt {
        padding: 650px 0 0 62%;
        display: flex;
        justify-content: end;
    }
}

@media screen and (max-width:1240px) {
    #-access .tanino .inner {
        padding: 50px 10% 0;
    }
    
    #-access .tanino-center .inner {
        padding: 50px 10% 100px;
    }

    #-access .access-map {
        width: 50%;
        padding-bottom: 0;
    }

    #-access .access-map iframe {
        width: 100%;
    }

    #-access .access-cnr {
        gap: 40px;
    }
}

@media screen and (max-width:1024px) {
    body {
        /* min-width: 1550px; */
    }
    .hero_catch_text img {
        top: 30%;
        left: 46%;
    }
    .hero_detail {
        left: 60%;
    }
}

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

@media screen and (max-width:768px) {
    .hero_catch_text img {
        left: 47%;
    }
}

@media screen and (max-width:767px) {
    .hero_catch_text img {
        top: 7%;
        left: 34%;
    }
    .hero_detail {
        position: relative;
        left: 0%;
        top: 67%;
        padding: 25px 40px;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .link {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width:667px) {
	.hero_catch_text img {
        left: 44%;
    }
}

@media screen and (max-width:640px) {
    body {
        min-width: unset;
    }

    .head_cntct {
        display: none;
    }
    .opt-info-item .ff-amiri::before {
        display: inline-block;
    }

    .hero {
        height: 550px;
        background-position: 50%;
        margin-bottom: 45px;
    }

    .hero_catch_text {
        position: relative;
        width: 100%;
        height: 387px;
        z-index: 1;
    }

    .hero_catch_text img {
        width: 107px;
        top: 113px;
        left: 36%;
    }

    .hero_detail_cnt {
        padding: 75% 0 0 0;
    }

    .hero_detail {
        top: 50%;
        padding: 55px 40px;
        width: 85%;
    }

    .top_txt {
        text-align: center;
        padding: 0px 0 50px;
        margin-bottom: 50px;
    }
    .top_txt .top_txt_cnt {
        padding: 50px 0;
        flex-direction: column;
    }
    .top_txt p {
        line-height: 2rem;
        font-size: 14px;
        padding: 0px 15px;
        margin-bottom: 0;
    }
    .top_txt img {}

    /* カレンダー */

    .dot {
        padding: 0;
        margin: 0px auto 61px;
    }

    .dot:first-of-type {
        max-width: 1480px;
        padding: 0 20px;
        margin: 0px auto 61px;
    }

    .dot:nth-of-type(2) {
        max-width: 1480px;
        padding: 0 20px;
        margin: 0px auto 61px;
    }

    .home-info {
        padding: 30px 15px 54px;
    }

    .home-info-item {
        padding: 28px 0px 0px 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .home-info-item .access_btn {
        margin: 0 auto;
    }

    .home-info-item h1 {
        width: 45%;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 30px;
    }

    .home-info {
        flex-direction: column;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    th, td {
        padding: 8px;
    }

    .left-align {
        font-size: 13px;
    }

    .left-align span {
        font-size: 11px;
        padding: 0;
        margin-right: 3px;
    }

    /* TOPナビ */

    .home-nav-list {
        justify-content: unset;
        flex-wrap: wrap;
    }

    .home-nav-list_item {
        width: 50%;
        margin-bottom: 30px;
    }

    .home-nav-list_item:nth-child(2) {
        border-right: none;
    }

    .home-nav-list_item:nth-child(3) {
        margin-bottom: 0;
    }

    .home-nav-list_item:last-child {
        margin-bottom: 0;
    }

    /* お困りごと */

    .worries .char {}
    .worries .char img {
        position: absolute;
        right: 30px;
        z-index: 20;
        top: 130px;
        width: 80px;
    }

    .worries-ttl {
        margin-bottom: 110px;
    }

    .worries-list {
        width: 88%;
        margin: 0 auto;
        padding: 35px 0;
        margin: 0 21px;
        column-count: 1;
        column-gap: 70px;
        margin-bottom: 50px;
    }

    .worries-list_item {
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
    }

    .worries-list_item::before {
        margin-bottom: 8px;
    }

    /* お知らせ */

    .news {
		display: block;
        margin-bottom: 20%;
	}

	.news_hd {
		width: 100%;
		display: block;
		background: none;
		color: #333;
	}

	.news_hd_cnt {
		display: flex;
		justify-content: space-between;
		text-align: left;
	}

	.news_hd_ttl {
		background: #fff;
		padding: 0 30px;
		font-size: 40px;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.news_hd_list {
		flex: 1;
		margin: 0;
	}

	.news_hd_list a {
		display: block;
		padding: 30px;
	}

	.news_body {
		width: 100%;
		padding: 0 20px;
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li a {
		padding: 15px 0;
		display: block;
	}

	.news_list > li time {
		width: 100%;
	}

	.news_list > li em {
	}

    /* アクセス */

    #-access .main-hd_cnt {
        height: 150px;
    }
    #-access .inner {
        padding: 50px 0;
    }
    
    #-access .tanino .inner {
        padding: 50px 20px 0;
    }
    
    #-access .tanino-center .inner {
        padding: 50px 20px 70px;
    }
    
    #-access .access-cnr {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #-access .access_btn {
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    
    #-access .access-cnt {
        width: 100%;
    }
    
    #-access .access-map {
        width: 100%; /* 幅を100%に設定 */
        padding-bottom: 0%;
        /* padding-bottom: 100.6%;
        padding-right: 125%; */
    }

    #-access .char {}
    #-access .char img {
        position: absolute;
        right: -1000px;
        z-index: 20;
        top: 785px;
        width: 60px;
    }

    #-access .tanino-center .char {}
    #-access .tanino-center .char img {
        position: absolute;
        right: 30px;
        z-index: 20;
        top: 785px;
        width: 60px;
    }
}

@media screen and (max-width:540px) {
    .hero_detail {
        top: 20%;
    }

}

@media screen and (max-width:539px) {
    .hero_detail {
        top: 40%;
    }

}

@media screen and (max-width:375px) {
    .home-info-item h1 {
        width: 56%;
    }
}

