@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - tabijikan CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/

/*==============================================================
　body#tabijikanIndex : わたしの旅時間
===============================================================*/
.postList li .photo img{
    font-family: 'object-fit: cover;' /* IE・Edge対応 */
}
body#tabijikanIndex .postList li:nth-child(2) .photo img{
    font-family: 'object-fit: cover; object-position: -100px 0px;' /* IE・Edge対応 */
}
body#tabijikanIndex main h3 {
	font-family: "Mykokoro", serif;
	text-align: center;
	margin: 4% 0 8%;
	font-size: 150%;
	font-weight: normal;
	padding-top: 44px;
	background: url(../img/ico/ico_fuji_lrg_brush.png) no-repeat center top;
}
body#tabijikanIndex #postArea li .title {
    display: block;
    font-family: "Mykokoro", serif;
    font-size: 110%;
}
body#tabijikanIndex .culum2{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body#tabijikanIndex .culum2 > *{
    width: 48.5%;
}
body#tabijikanIndex .culum3{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
body#tabijikanIndex .culum3::after{
    content:"";
    display: block;
    width: 31%;
    height: auto;
    margin: 0 0.8% 8%;
}
body#tabijikanIndex .culum3 > *{
    width: 31%;
    margin: 0 0.8% 8%;
}
body#tabijikanIndex main .postList li {
/*	margin-bottom: 6%;*/
	position: relative;
    padding-bottom: 54px;
}
body#tabijikanIndex main .postList li .title {
	font-family: "Mykokoro", serif;
	font-size: 130%;
/*	margin-bottom: 10px;*/
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
body#tabijikanIndex main .postList li .txt {
	font-size: 82%;
	margin-bottom: 12px;
    line-height: 1.5;
    font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.desktop body#tabijikanIndex .postList li .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
body#tabijikanIndex .postList li .more {
    display: block;
    width: 75%;
    margin: 10px auto 0;
    text-align: center;
    padding: 0 0 4px;
}
body#tabijikanIndex .postList li .photo{
    height: 208px;
}
body#tabijikanIndex .postList li:nth-child(2) .photo img{
    object-position: -100px 0px;
    font-family: 'object-fit: cover; object-position: -100px 0px;' /* IE・Edge対応 */
}
@media screen and (max-width: 1100px) and (min-width: 737px) {
body#tabijikanIndex .postList li:nth-child(1) .photo img{
    object-position: -50px 0px;
    font-family: 'object-fit: cover; object-position: -50px 0px;' /* IE・Edge対応 */
}    
body#tabijikanIndex .postList li:nth-child(2) .photo img{
    object-position: -110px 0px;
    font-family: 'object-fit: cover; object-position: -110px 0px;' /* IE・Edge対応 */
}    
}
@media screen and (max-width: 1000px) and (min-width: 737px) {
body#tabijikanIndex .postList li:nth-child(2) .photo img{
    object-position: -130px 0px;
    font-family: 'object-fit: cover; object-position: -130px 0px;' /* IE・Edge対応 */
}    
}
@media screen and (max-width: 880px) and (min-width: 737px) {
body#tabijikanIndex .postList li:nth-child(1) .photo img{
    object-position: -80px 0px;
    font-family: 'object-fit: cover; object-position: -80px 0px;' /* IE・Edge対応 */
}    
body#tabijikanIndex .postList li:nth-child(2) .photo img{
    object-position: -200px 0px;
    font-family: 'object-fit: cover; object-position: -200px 0px;' /* IE・Edge対応 */
}        
}
@media screen and (max-width: 736px) {
    body#tabijikanIndex main h3{
        font-size:130%;
    }
    body#tabijikanIndex #postArea li .txt br{
        display: none;
    }
    body#tabijikanIndex .postList li:nth-child(1) .photo img,
    body#tabijikanIndex .postList li:nth-child(2) .photo img{
        object-position: 0px;
        font-family: 'object-fit: cover; object-position: 0px' /* IE・Edge対応 */
    }    
}
