
/* 9-5 comment (/pp/coment) */

.comment {
	width: 100%;
}



/* comment title */

.comment_titleblock {
    display: block;
    flex-wrap: nowrap;
    padding: 10px 10px;
}
.comment_title_logoblock {
    width: 60%;
    margin: 0 auto 30px auto;
    padding: 10px 50px 0 50px;
}


.comment_titleblock {
    color:#000;
	background:#ffffff;
	margin-bottom:10px;
    border-bottom: 1px solid #cccccc;
}
.comment_title_messageblock {
    width: 100%;
}

.comment_theme {
    font-family: "Sawarabi Mincho", serif;
	font-size: 2.2rem;
    line-height: 1.75;
    text-align: center;
    color: #666666;
}
.comment_theme strong {
	font-size: 3.2rem;
}




/* comment form */

.comment_form {
	margin: 20px 0;
}
.comment_caution {
	margin-bottom:10px;
}
.comment_form textarea {
	width: 97%;
	height: 7em;
    font-size: 2.2rem;
}

#comment_count {
	color:rgb(68, 152, 0)
}



/* comment list */
.comments_wrap {
    width: 100%;
    margin-bottom: 70px;
    padding: 10px;
}
.comments_pageheader {
    text-align: center;
    padding: 15px ;
}

.comments_vblock {
	margin: 0 auto 30px auto;
    padding: 0 5%;
}


/* each comment */

.comment_each {
    display: block;
	padding: 0.5rem 1.6rem;
    margin: 0 10px 10px 10px;
}
.comment_each:nth-child(odd) {
    background: #f8f8f8;
}
p.comment_message {
    display: block;
    font-family: "Sawarabi Mincho", serif;
	font-size: 1.5rem;	
	line-height: 1.5;
	text-align: left;
    margin:0;
}
.comment_message:first-letter {
	font-size: 2.4rem;	
}
.comment_list_name {
    font-family: sans-serif;
	color: #806c5f;
	font-size: 1.5rem;
    margin-bottom: 4px;
    margin-right: 10px;
}
p.comment_reply {
    margin-top: 4px;
    font-family: sans-serif;
    font-size: 1.5rem;	
	line-height: 1.4;
	text-align: left;
    padding: 0.2rem 0.5rem;
    background: #ffffe0;
}

.my_comment {
	background: #ffe0e0;
    padding: 5px;
}




/* comment past */

.comment_past {
	width: 100%;
}
.comment_past_ul {
	width: 100%;
    column-count: 3; -webkit-column-count: 3; -moz-column-count: 3;
    vertical-align: top;
    padding: 0;
}
.comment_past_ul li {
    list-style: none;
    margin-bottom: 12px;
}
.comment_past_ul li a {
    color: #444;
}
.comment_past_ul li a:hover {
    color:#009999;
}
.comment_past_ul span {
    font-size:1.2rem;
    background: #606060;
    color: #f0f0f0;
	border-radius: 2px;
    padding: 3px 6px;
}



/* 9-6 photo (/photo) */


.photo_slick {

    margin: 100px 0 100px 0;
    background:rgba(0, 0, 0, 1);

}
.photo_slick_each {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.photo_slick_each img {
    width: auto;
    max-height: 600px;
}


.photo_list {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;

}
.photo_each {
    position: relative;
    overflow: hidden;
    flex: 0 1 23%;
    height: 200px;
    background: #000000;
	border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.photo_each:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.photo_each img {    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.photo_each .photo_each_txt {
	position: absolute;
    display: none;
    
	bottom: 0;
	width: 100%;
	background-color: rgba( 255, 255, 255,  0.5);	
	padding:10px 8px 8px 8px;
	color:#000000;
	line-height: 135%;
	font-size: 1.8rem;
	text-align: left;
}


.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto 0 auto;
    color: #fff;
    max-width: 80%;
    text-align:center;
    font-size: 1.8rem;
    line-height: 1.5;
}

.lum-lightbox-inner img {
	border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.lightbox .lb-details {
    padding: 10px;
    background: #ffffff;
}
.lightbox .lb-caption {
    font-family: "Sawarabi Mincho", serif;
    font-size: 1.8rem!important;
    color: #444444;
}



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

    /* comment title */
    
    .comment_titleblock {
        display: block;
        flex-wrap: nowrap;
        padding: 10px 10px;
    }
    .comment_title_logoblock {
        width: 100%;
        padding: 10px 50px 0 50px;
    }
    .comment_title_messageblock {
        width: 100%;
        padding: 25px 0 10px 0;
        background-size:cover;
    }
;

    .comment_theme{
        font-size: 1.8rem;
        margin: 20px 0 10px 0;
    }
    .comment_theme strong {
        font-size: 2.4rem;
    }
    .comment_lead {
        font-size: 1.7rem;
        padding: 0;
    } 
    .comment_lead:first-letter {
        font-size: 2.6rem;
    }



    /* comment form */

    .comment_form th,  .comment_form td {
        display: block;
        width: 100%;
    }
    .comment_form textarea {
        height: 10em;
        font-size: 2.0rem;
    }



    /* comment list */

    .comments_vblock {
        margin: 0 auto 20px auto;
        column-count: 1; -webkit-column-count: 1; -moz-column-count: 1;
    }
    .comments_wrap {
        padding: 0;
    }

    /* each comment */

    .comment_each {
        margin: 0 0 5px 0;
    }


    /* comment past */

    .comment_past {
        width: 100%;
        
    }
    .comment_past_ul {
        column-count: 1; -webkit-column-count: 1; -moz-column-count: 1;
        height: 400px;
        overflow: auto;
    }

    

    
        
    /* 9-6 photo (/photo) */

    .photo_each {
        flex: 0 1 48%;
        height: 150px;
        margin-bottom: 15px;
    }
    .photo_each .photo_each_txt {
        font-size: 1.4rem;
    }
    
    
}