@charset "UTF-8";
/* カラー *
base ピンク　{ color: #ff8c82 }
薄ピンク　{ color: #fff6f5 } */
.fit_img{object-fit: cover;font-family:'object-fit:cover';}
/* TypeType - TT Chocolates Medium */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-medium.otf') format('truetype');
  font-weight:400;}
/* TypeType - TT Chocolates bold */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-bold.otf') format('truetype');
  font-weight: 700;}
/*----------------------- info　一覧 ---------------------------*/
.info_archive{
    width: 1200px;
    margin: 0 auto 150px;
    position: relative}
@media only screen and (max-width: 1400px) {
    .info_archive{
        width: calc(100% - 160px);
        margin: 0 80px 150px}
}
@media only screen and (max-width: 767px) {
    .info_archive{
        width: 90%;
        margin: 0 auto 80px}
}

.pagettl_type2{
    text-align: center;
    padding-bottom:100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #ff8c82}
.pagettl_type2 h2{
    position: relative;
    text-align: center;
    font-family: 'TTC';
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing:0.05em;
    color: #ff8c82}
.pagettl_type2 h2 span{
    font-size: 10px;
    margin-bottom: 10px;
    display: block}
@media only screen and (max-width: 767px) {
    .pagettl_type2{
        padding-bottom:40px;
        margin-bottom: 40px}
    .pagettl_type2 h2{font-size: 40px}
    .pagettl_type2 h2 span{font-size: 14px;}
}

/* リスト　*/
.info_list{
    display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between
}
.info_list:after{content:"";display: block;width:30%;}

.info_list li{
    width: 31%;
    margin-bottom: 50px}

.info_list_img{
    width: 100%;
	height: 0;
	line-height: 0;
	margin-bottom: 4px;
	overflow: hidden;
	padding-bottom: 66%;
	position: relative}
.info_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)}

.list_dateCate_box{
    margin-bottom: 10px}
.list_dateCate_date{
     display: inline-block;
    font-size: 14px;
    margin-right: 12px}
.list_dateCate_cate{
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    border: 1px solid #ff8c82;
    color:#ff8c82;
    padding: 5px;}
.info_list_txt{ 
    font-weight: 700;
    line-height:1.6;
    height: 48px;
    overflow: hidden}

@media only screen and (max-width: 767px) {
    .info_list li{
        width: 100%;
        margin-bottom: 25px}
    .info_list li a:after {
        content: "";
        clear: both;
        display: block}
    .info_list_img{
        float: left;
        width: 38%;
        height:auto;
        padding-bottom:0}
    .info_list_img img {
        width: 100%;
        height:auto;
        position: static;
        -webkit-transform: translate(0);
	    -ms-transform: translate(0);
        transform: translate(0)}
    .list_data_box{
        margin-bottom: 10px;
        float: right;
        width: 58%}
    .list_dateCate_box{margin: -8px 0 5px}
    .info_list_txt{
        height:auto;
        line-height:1.4;
        font-size:15px} 
}

/* プラグイン　ページナビ用 */
.wp-pagenavi{display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;}
.wp-pagenavi .pages{display: none}
.wp-pagenavi .current,
.wp-pagenavi .page{
	padding:0;
	display: inline-block;
	background-color:#f0f0f0;
    border: none;
	line-height: 40px;
	width: 40px;
	height: 40px;
    border-radius: 50%;
	margin: 0 10px}
.wp-pagenavi a:hover {
    border: none;
	background-color:#999;
	opacity: 1;}
.wp-pagenavi .current{
    color: #fff;
    background-color: #646464;
    border: none}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	border: none;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	margin: 0 ;
	background-color:transparent;;
	color:#333}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #fff;
	background-color: transparent;}

.wp-pagenavi .first,
.wp-pagenavi .last{border: none;padding-top:6px}
.wp-pagenavi .extend{border: none}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover{background-color: transparent;}

@media only screen and (max-width: 767px) {
    .wp-pagenavi{}
    .wp-pagenavi .current,
    .wp-pagenavi .page{margin: 0 4px}
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {width:20px}
    .wp-pagenavi .first,
    .wp-pagenavi .last{padding:23px 4px;margin: 0 ;font-size: 11px}
    .wp-pagenavi .extend{padding-top:18px;margin: 0 ;}
}



/*----------------------- info　詳細 ---------------------------*/
.info_single{
    width: 800px;
    margin: 0 auto 150px;
    position: relative}
.info_single_section{margin-bottom: 100px}
@media only screen and (max-width: 1300px) {
    .info_single{
        box-sizing: border-box;
        width: calc(100% - 160px);
        margin: 0 80px 150px}
    .info_single_section{
        width: 100%;
        max-width: 800px;
        margin: 0 auto 100px}
}
@media only screen and (max-width: 767px) {
    .info_single{
        width: 90%;
        margin: 0 auto 80px}
    .info_single_section{margin-bottom: 60px}
}

.detail_dateCate_box{
    margin-bottom: 20px}
.detail_dateCate_date{
    display: inline-block;
    font-family: 'TTC';
    font-size: 16px;
    margin-right: 12px}
.detail_dateCate_cate{
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ff8c82;
    color:#ff8c82;
    padding: 2px 5px}
h3.detail_h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px}

/*  MK 用  */
.mk .pagettl_type2 h2 {color:#3EAAE5}
.mk .pagettl_type2 h2 {color:#3EAAE5}
.mk .pagettl_type2 {border-bottom: 1px solid #3EAAE5}
.mk .detail_dateCate_cate {
    border: 1px solid #3EAAE5;
    color: #3EAAE5}
