@charset "UTF-8";

#main {
	position:relative;
	height:440px;
    background-image: url("../slide/bg.webp");
    background-position: center center;
    background-size: cover;
}
#main section {
    position: relative;
    width:1300px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#main h3 {
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left:57%;
    height:40%;
}
#main h3 img {
    height: 100%;
    filter: drop-shadow(0 0 10px #f8f4e5) drop-shadow(0 0 10px #f8f4e5) drop-shadow(0 0 10px #f8f4e5);
}
#main h4 {
    position:absolute;
    bottom: -10px;
    left:30px;
    width:50%;
}
#main h4 img {
    width: 100%;
    /*filter: drop-shadow(0 0 10px #fff);*/
}
.tx1 {
    background-color: #ee6f83;
    color: #fff;
    padding: 30px 0;
    line-height: 1.7;
    font-size: 1.48em;
    letter-spacing: 1px;
    text-indent: 1px;
}
.pw li {
	float:left;
	width:calc((100% / 3) - (80px / 3));
    margin-right: 40px;
}
.pw li:last-child{
	margin-right:0;
}
.pwimg {
    overflow: hidden;
}
.pwimg img {
	width:100%;
    transition: all 0.5s;
}
.pwimg a {
    position: relative;
    display: block;
}
.pwimg a:hover img {
    -webkit-filter:blur(10px);
    filter:blur(10px);
}
.pwimg a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3;
    transition: all 0.5s;
    background-color: rgba(238,111,131,0.3);
}
.pwimg a:hover span {
    opacity: 1;
}
.pw li h3 {
	font-size:1.32em;
    line-height: 1;
	background-color: #ee6f83;
	margin-bottom:10px;
	padding: 15px 0;
	text-align:center;
    color: #fff;
}
.pw li .pwtx {
	padding:0 10px;
	line-height:1.6;
}
.pw li h4 {
	padding:0 10px;
	line-height:1;
    text-align: right;
}
.pw li h4 strong {
    font-size: 3em;
    color: #ee6f83;
}

#news dl {
	margin:0 10px;
	line-height:1.6;
}
#news dt {
	font-size:0.92em;
	font-family:"Courier New", Courier, monospace;
	float:left;
}
#news dd {
	padding:0 0 30px 110px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
#news dd:last-child {
    margin-bottom: 0;
}

.nimg {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-top: 30px;
}
.nimg img {
    max-width:310px;
	max-height:310px;
    margin-right: 20px;
}

.rice_tx ul {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.rice_tx ul li:first-child {
    width:calc((100% / 3) * 2 - (40px / 3));
}
.rice_tx ul li:last-child {
    width:calc((100% / 3) - (80px / 3));
}
.rice_tx ul li img {
    width: 100%;
}

.rice_box ul {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.rice_box ul li {
    width:calc((100% / 3) - (80px / 3));
}
.rice_box ul li img {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 499px) {
#main {
    margin-top: 52px;
	height:auto;
    aspect-ratio:1;
}
#main section {
    width:100%;
}
#main h3 {
    position:absolute;
    top: 7%;
    bottom: auto;
    margin: auto;
    left:auto;
    right: 7%;
    height:28%;
}
#main h3 img {
    height: 100%;
}
#main h4 {
    position:absolute;
    bottom: -10px;
    left:-10px;
    width:90%;
}

.tx1 {
    padding: 25px 0;
    font-size: 1.16em;
    letter-spacing: 0;
    text-indent: 0;
}
.pw li {
	float:none;
	width:100%;
	margin:0 0 40px 0;
}
.pw li:last-child {
    margin-bottom: 0;
}
.pw li h3 {
	font-size:1.4em;
}

#news dl {

}
#news dt {
	float:none;
}
#news dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}

.nimg {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}
.nimg img {
    max-width:310px;
	max-height:310px;
    margin-right: 0;
    margin-bottom: 10px;
}
.nimg img:last-of-type {
    margin-bottom: 0;
}

.rice_tx ul li:first-child {
    width:100%;
    margin-bottom: 20px;
}
.rice_tx ul li:last-child {
    width:100%;
}

.rice_box ul {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}
.rice_box ul li {
    width:100%;
    margin-bottom: 20px;
}
.rice_box ul li:last-child {
    margin-bottom: 0;
}

}
