@charset "utf-8";
/* CSS Document */

body {
}

#top_img {
	position: relative;
	width:100%;
    background-image: url("../images/top.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_img_text {
	position:absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
	width:60%;
	height:auto;
	padding:0 0 0 10%;
	margin: 0 auto;
	top:50%;
    transform: translateY(-50%);
	left:0;
    text-align: center;
}

.top_img_text span {
    display: inline-block;
    font-size:2vw;
    text-align: center;
    color: #7B4F32;
    line-height: 1.5;
	/*
    background: linear-gradient(transparent 0%, #FFF 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	*/
    padding:4px 10px;
    margin-bottom: 20px;
}

/* トップナビ */

#top_menu .box02 h3 {
    font-size: 1.4rem;
    text-align: center;
    color: #5d9f44;
    margin-bottom: 10px;
}

#top_menu .blocklink {
    background-image: url("../images/arrow02.svg");
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
    background-size: 20px;
}


/* お知らせ　style.cssに移動 */

.box_info {
	background-color:#deedd9;
	border-radius:15px;
	padding:40px;
}

/* トップナビ2 */

#top_menu02 {
    background-color: #f1e8d2;
}

.tm_left ,.tm_right {
    flex-basis: 50%;
    padding:20px 40px;
}

#top_menu02 h3 {
    font-size: 1.4rem;
    color: #5d9f44;
    text-align: center;
    margin-bottom: 15px;
}

/* バナーエリア */

.top_bnbox {
    padding:20px;
    border:2px solid #5d9f44;
}

.top_bnbox h3 {
    font-size: 1.4rem;
    color: #5d9f44;
    text-align: center;
    margin-bottom: 15px;
}

.top_bnbox ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

.top_bnbox ul li {
    display: block;
    margin: 0;
}

.top_bnbox ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


@media only screen and (min-width: 1500px) {

/*
.top_bs_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}*/

}

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

#top_img {
	aspect-ratio: 2 / 1 ;
}	
	
	
/* トップメニュー2 */

.tm_left {
    border-right:2px dotted #5d9f44;
}

}

@media all and (min-width: 768px) and (max-width: 1024px) {

.top_img_text {
    width:100%;
	margin: 0 auto;
    padding: 0;
}

.top_img_text span {
    font-size:3vw;
}

}

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

#top_img {
	aspect-ratio: 4 / 3 ;
}		
	
.top_img_text {
	width:100%;
	margin: 0 auto;
    padding: 0;
}

.top_img_text span {
    font-size:3.2vw;
	margin-bottom: 5px;
}

/* トップナビ */

#top_navi li a {
    font-size: 3vw;
}

#top_navi li:after {
    height: 40px;
    width: 40px;
}



/* お知らせ style.cssに移動 */


/* トップメニュー2 */

.tm_row {
    flex-wrap: wrap;
}

.tm_left ,.tm_right {
    flex-basis: 100%;
}

.tm_left {
    border-right: none;
    border-bottom:2px dotted #5d9f44;
}

}

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

h2.type01 span,
h2.type02 span {
    font-size: 3rem;
}

.box_info {
	padding:30px 20px;
}

/* トップナビ */

#top_navi ul li {
    flex-basis: 100%;
    margin-bottom: 20px;
}

#top_navi ul li a {
    font-size: 6vw;
}


}