/*
============================================================================
　お知らせ (.ks_vInfo)
============================================================================
*/

.ks_vInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*cols2*/

.ks_vInfo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 710px;
	margin: 0 auto 0 1.5rem;
}

.ks_vInfo2 .col-xs-2 {
    border: #ccc solid 1px;
	width: 48%;
	padding: 10px 10px 0 10px ;
	border-radius: 6px;
	box-shadow: 0px 3px 10px #ddd;
	margin: 0 0 2rem 0;
	background-color: #fcf9f0;
}

.ks_vInfo2 .col-xs-2 {
	max-height: 15rem;
	overflow: hidden;
}

.ks_vInfo2 .col-xs-2:first-child {
	margin-right:3%;
}
	
.ks_vInfo2 .col-xs-2 h4 {
	font-size:1.1em;
	margin: 0;
	font-weight:bold;
}

.ks_vInfo2 .col-xs-2 time {
	font-size:1.1rem;
}

.ks_vInfo2 .col-xs-2 div.recommend_image {
	width:50%;
	float:left;
	margin:0;
	padding:0;
}

.ks_vInfo2 .col-xs-2 img {
	text-align: center;
    margin: 0;
    display: block;
    border-radius: 7px;
    width: 80%;
}

.ks_vInfo2 .col-xs-2 div.recommendDiv {
	width:50%;
	float:left;
	margin:0;
	padding:0;
}

.ks_vInfo2 .col-xs-2 p {
	font-size: 1.3rem;
	line-height: 1.7rem;
}

.ks_vInfo2 .col-xs-2 p.pink {
    color: #ff00ff;
}

.ks_vInfo2 .col-xs-2 p.info-body a {
    font-weight: 600;
}


.ks_vInfo2 .col-xs-2 a.btn.btn-primary.btn-xs {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 10px;
    right: 10px;
}



/*cols3*/

.ks_vInfo3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 970px;
	margin: 0 auto 0 1.5rem;
}

.ks_vInfo3 .col-xs-3 {
    border: #ccc solid 1px;
	margin: 0 2% 20px 0;
	width: 31%;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0px 3px 10px #ddd;
	padding-bottom: 35px;
	background-color: #fcf9f0;
}

.ks_vInfo3 .col-xs-3 img {
    text-align: center;
    margin: 10px auto;
    display: block;
	border-radius:7px;
}

.ks_vInfo3 .col-xs-3 p {
/*
    text-align: justify;
    text-justify: inter-ideograph;
*/
    font-size: 1.4rem;
}

.ks_vInfo3 .col-xs-3 p.pink {
    color: #ff00ff;
}

.ks_vInfo3 .col-xs-3 p.info-body a {
    font-weight: 600;
}


.ks_vInfo3 .col-xs-3 a.btn.btn-primary.btn-xs {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 10px;
    right: 10px;
}

/*cols3-2*/

.ks_vInfo3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 710px;
	margin: 0 auto 0 0rem;
}

.ks_vInfo3-2 .col-xs-3-2 {
    border: #ccc solid 1px;
	margin: 0 0 0 3%;
	width: 30%;
	padding: 2%;
		padding-bottom: 2%;
	border-radius: 6px;
	box-shadow: 0px 3px 10px #ddd;
	background-color: #fcf9f0;
}

.ks_vInfo3-2 .col-xs-3-2 div.ippingramDiv h4 {
	font-size:15px;
	line-height: 2rem;
}

.ks_vInfo3-2 .col-xs-3-2 img {
    text-align: center;
	margin: 10px auto;
	display: block;
	border-radius: 7px;
	width: 90%;
}

.ks_vInfo3-2 .col-xs-3-2 p {
/*
    text-align: justify;
    text-justify: inter-ideograph;
*/
    font-size: 1rem;
}

.ks_vInfo3-2 .col-xs-3-2 p.pink {
    color: #ff00ff;
}

.ks_vInfo3-2 .col-xs-3-2 p.info-body a {
    font-weight: 600;
}


.ks_vInfo3-2 .col-xs-3-2 a.btn.btn-primary.btn-xs {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 10px;
    right: 10px;
}

/*cols4*/

.ks_vInfo .col-xs-4 {
    border: #ccc solid 1px;
    margin: 0 1.5% 20px 0;
    width: 31.5%;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 3px 10px #ddd;
    padding-bottom: 35px;
}

.ks_vInfo .col-xs-4 img {
    text-align: center;
    margin: 10px auto;
    display: block;
}

.ks_vInfo .col-xs-4 p {
/*
    text-align: justify;
    text-justify: inter-ideograph;
*/
    font-size: 1.2rem;
}

.ks_vInfo .col-xs-4 p.pink {
    color: #ff00ff;
}

.ks_vInfo .col-xs-4 p.info-body a {
    font-weight: 600;
}


.ks_vInfo .col-xs-4 a.btn.btn-primary.btn-xs {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 10px;
    right: 10px;
}

/*cols4*/

.col-xs-12 {
    width: 710px;
}

div.ks_sPolicy {
	width:100% !important;
}

div.footer-banner {
	width:100% !important;
}


.textOverflow {
    overflow: hidden;
    height: 80px;
}

/*【M】いっぴんはんからのお知らせ(インスタ風)2020 settings by Fujita 20201218 */

div.ippingramDiv {
    margin:0;
    padding:0;
}

div.ippingramDiv h4 {
	font-weight:bold;
	line-height:2rem;
}

div.ippingramDiv img.ippinhan-face {
    display:inline !important;
    border-radius: 50%;
    border:1px solid #eee;
    margin: 0;
}
div.ippingramDiv time.ippinhan_time {
    margin-left:3px;
}

div.ks_calendar {
	width:710px;
}

/*【inc】いっぴんはんの間2020 settings by Fujita 20201218 */

section.ippinhan02_wrapper {
    margin:-100px auto 0 auto;
    text-align:center;
}
section.ippinhan02_wrapper img.ks_ippinhan_blog {
    margin:0;
    padding:0;
    border-radius:4%;
    width:150px;
    height:auto;
	border:1px solid #eee;
}
section.ippinhan02_wrapper img.ks_ippinhan_blog_profimg {
    margin: 0 0 0 -26px;
    padding:0;
}

section.ippinhan02_wrapper p {
    margin:0;
    padding:0;
}
section.ippinhan02_wrapper p.date {
    margin:0.5rem;
}

.ks_mIppinhan div.ippinhan_02 {
    background: url("https://www.kyotodays.jp/site-images/ks_ippinhan_chara003.png") no-repeat 215px bottom !important;
}

/*【inc】お知らせ（ニュース部分） settings by Fujita 20210501 */

	div.news_txt span.hvr-bubble-right::before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 5px);
        right: -15px;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #333;
    }
	
	div.news-info {
		display:inherit;
	}
	
	p.news-info_title {
          width: 80px;
          float: left;
          border: 1px solid #666;
          border-radius: 4px;
          text-align: center;
          margin: 0 1rem 3px 0;
          min-height: 20px;
	}
	div.news_txt {
		line-height:2.5rem;	
	}
	span.new_btn {
        background-color: crimson;
        color: #fff;
        font-size: 1rem;
        margin-right: 1rem;
        padding: 0.2rem 1rem;
        border-radius: 2px;
    }

.hvr-bubble-right {
    top: -1.2px;
    left: 1rem;
}