@charset "utf-8";




.boxlinkindex0 .kaigyo{
display: none;
}

.boxlinkindex0.topflex{
     display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 980px;
    margin: 180px auto 50px auto;
}

@media screen and (min-width: 769px) {
#nav_menu-pc{display: none;}
#container{margin-top: 165px;}
.boxlinkindex0.topflex a{
    width: 305px;
    display: block;
    margin: 20px 10px;
    text-align: center;
    padding: 0;
    border: none;
}
.boxlinkindex0.topflex a img{
    width: 100%;
}
.boxlinkindex0.topflex a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
}


@media screen and (max-width: 768px) {
#container{margin-top: 85px !important;}
.boxlinkindex0.topflex{
     display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
}
.boxlinkindex0.topflex a{
    width: 48%;
    display: block;
    margin: 10px 1%;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 1.2rem;
}
.boxlinkindex0.topflex a img{
    width: 100%;
}

}



.epbox{text-align: center;}

.epbox .ph{margin-bottom: 15px;}
.epbox .ph img{max-width: 1200px;}
.epbox .text p{margin-bottom: 10px;}
.epbox .text .tit01{color: #7a6a55;}
.epbox .text .tit011{color: #877966;}

@media screen and (min-width: 769px) {
.epbox .text .tit01{font-size: 3.0rem;margin: 50px 0 20px 0;}
.epbox .text .tit011{font-size: 2.8rem;}
}


@media screen and (max-width: 768px) {
.epbox .text .tit01{font-size: 2.0rem;margin: 30px 0 10px 0;}
.epbox .text .tit011{font-size: 1.8rem;}
}


@media screen and (max-width: 799px) {
.epbox .ph{width: 100%;}
.epbox .ph img{width: 100%;height: auto;}
.epbox .text p{text-align: left;}

}