@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.talk td{
	border: none;
    line-height: 1.8;
}
.talk tr td:first-child{
	color: green;
	font-weight: bold;
	vertical-align: top;
}



.con1{
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.con1 .grid-col{
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	align-items: flex-start;
}

.con1 .grid-col > .grid-item {
    width: 33.3%;
    position: relative;
    margin: 0 18px;
    list-style: none;
    transition: all 0.3s ease;
}

.con1 img{
    width: 100%; /* 横幅を画面幅に合わせる */
    /* height: 515px; */
    object-fit: cover;
}
.con1 a{
    display: block;
    
}

.con1 .overlap{
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%);
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.con1 .overlap p{
    font-size: 20px;
    margin: 12px 0;
    transition: all 0.3s ease;
}
.con1 .grid-item:hover{
    opacity:0.6;
    /* filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )"; */
}
.con1 .grid-item:hover p{
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .con1 .overlap p{
        font-size: 16px;
    }
    .con1 .overlap{
    max-height: 70px;
    }

}
.c-gnav>.menu-item>a {
    font-size: 14px;
}