@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: 16px;
}
.c-gnav>.menu-item>a .ttl {
    font-size: 16px !important;
}
.p-pnLinks{
  flex-direction: row-reverse;
}
.tags-wrapper {
    position: absolute;
    top: 5px;
    right: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.c-postThumb__cat.icon-tag {
    position: relative;
    margin: 0 4px !important;
}
.c-postThumb__cat.cate {
    position: relative;
    margin: 0 4px !important;
    background-color: #af2626;
}
.c-tagList__link.hov-flash-up{
    background-color: var(--color_main);
    color: #ffffff;
}
.print-button {
  padding: 10px 20px;
  background-color: #00bab1;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.print-button:hover {
  background-color: #06847d;
}
.loginname-view{
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    padding-top: 10px;
}
@media print {
  .print-button {
    visibility: hidden;
  }
}