@charset "utf-8";
/* CSS Document */

/*---------------------------------
	index
---------------------------------*/
#news #ttlBox {
    margin: 0 auto;
    height: 150px;
    background: #9c9dcd;
}
#news #ttlBox h1 {
    line-height: 150px;
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
}
#news .news_list {
    width: 920px;
    margin: 0 auto;
}
@media (max-width: 780px) {
   #news .news_list {
        width: 100%;
    } 
}
@media (max-width: 480px) {
   #news #ttlBox {
        height: 100px;
    }
    #news #ttlBox h1 {
        line-height: 100px;
        font-size: 2.8rem;
        color: #fff;
        text-align: center;
    }
}

#news .tab_wrap {
    width: 800px; 
    margin: 80px auto;
}
#news input[type="radio"]{display:none;}
#news .tab_area {
    font-size:0; 
    margin:0 10px;
    padding: 0 6px;
    border-bottom: 1px solid #9c9dcd;
}
#news .tab_area label {
    width: 48%; 
    height: 60px;
    margin: 0 1%; 
    display:inline-block; 
    color: #9c9dcd;
    text-align:center; 
    font-size: 2.6rem;
    line-height: 60px;
    cursor:pointer; 
    transition:ease 0.2s opacity;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#news .tab_area label:hover{
    opacity:0.5;
}
#news .tab_panel {
    width: 100%; 
    padding: 80px 0 40px; 
    display: none;
}
#news .tab_panel p {
    font-size:14px; 
    letter-spacing:1px; 
    text-align:center;
}
#news .panel_area {
    border-bottom: 1px solid #9c9dcd;
}
#news #tab1:checked ~ .tab_area .tab1_label{
    background: #9c9dcd; 
    color: #fff;
}
#news #tab1:checked ~ .panel_area #panel1{
    display:block;
}
#news #tab2:checked ~ .tab_area .tab2_label{
    background: #9c9dcd; 
    color: #fff;
}
#news #tab2:checked ~ .panel_area #panel2{
    display:block;
}
@media (max-width: 780px) {
   #news .tab_wrap {
        width: 90%; 
        margin: 40px auto;
    }
}
@media (max-width: 480px) {
    #news .tab_area {
        margin:0;
        padding: 0 6px;
    }
    #news .tab_area label {
        width: 48%; 
        height: 40px;
        margin: 0 1%; 
        font-size: 1.8rem;
        line-height: 40px;
    }
    #news .tab_panel{
        padding: 40px 0 0; 
    }
}


#news .tab_panel > ul > li {
    display: flex;
    padding: 0 60px;
    margin-bottom: 40px;
}
#news .tab_panel .infoBox {
    width: 460px;
}
#news .tab_panel date {
    font-size: 2.4rem;
    color: #534741;
    font-weight: 600;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#news .tab_panel .new {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 4px 8px;
    margin: 0 0 0 10px;
    border: 1px solid #e7969a;
    color: #e7969a;
}
#news .tab_panel .ttl {
    font-size: 2.4rem;
    color: #534741;
    font-weight: 600;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    text-align: left;
}

#news .tab_panel figure {
	margin: 0 0 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
    box-sizing: border-box;
}
#news .tab_panel figure img {
	width: auto;
	max-width: 150%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 20px;
}
#news .tab_panel .btn {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 1.6rem;
    background: #e7969a;
    margin: 20px 0 0 0;
    width: 200px;
}
#news .tab_panel .btn a {
    color: #fff;
    display: block;
    padding: 8px 0;
}
#news .tab_panel .btn a:before {
	content: "";
	margin-right: 4px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #FFFFFF;
	vertical-align: baseline;
	display: inline-block;
}

@media (max-width: 780px) {
    #news .tab_panel > ul > li {
        padding: 0 20px;
    }
    #news .tab_panel .infoBox {
        width: 360px;
    }
}
@media (max-width: 480px) {
    #news .tab_panel date {
        font-size: 1.6rem;
    }
    #news .tab_panel .new {
        font-size: 1.2rem;
    }
    #news .tab_panel .ttl {
        font-size: 1.8rem;
        margin: 10px 10px 0 0;
    }
    #news .tab_panel figure {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }
    #news .tab_panel .infoBox {
        width: 75%;
    }
    #news .tab_panel .btn {
        font-size: 1.6rem;
        margin: 10px 0 0 0;
        width: 80%;
        border-radius: 10px;
    }
}


/*---------------------------------
	detail
---------------------------------*/
#news .news_detail {
    margin: 80px auto;
}
#news article.innerBox h1.entry {
	margin: 10px 0 0;
	padding: 15px 0;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #80735e;
	border-bottom: 1px solid #80735e;
}

@media (max-width: 480px) {
    #news .news_detail {
        margin: 40px auto;
    }
    #news article.innerBox h1.entry {
        padding: 10px 0;
        font-size: 2rem;
        text-align: left;
    }
	#news article.innerBox ul.entryHeader.fl {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}
}
#news article.innerBox ul.entryHeader li date {
	font-size: 1.6rem;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
}
#news article.innerBox ul.entryHeader li.tag {
	margin-left: 30px;
}
#news article.innerBox ul.entryHeader li.tag:before {
	content: "";
	margin-right: 5px;
	width: 23px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/common/icon_tag.png);
	display: inline-block;
}
#news article.innerBox ul.entryHeader li.tag a {
	margin-right: 10px;
	padding: 0 5px;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	color: #e7969a;
}

#news article.innerBox .entryBody { padding: 20px 0; }
#news article.innerBox .entryBody p { margin: 30px 0; font-size: 1.6rem; }
#news article.innerBox .entryBody p a { text-decoration: underline; }

#news article.innerBox .entryPager {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #80735e;
}
#news article.innerBox .entryPager li:first-of-type {
	margin: 0 auto 0 0;
	width: 6em;
}
#news article.innerBox .entryPager li:last-of-type {
	margin: 0 0 0 auto;
	width: 6em;
}
#news article.innerBox .entryPager a {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #80735e;
	display: block;
	box-sizing: border-box;
}
#news article.innerBox .entryPager li:first-of-type a:before {
	content: "";
	margin-right: 10px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent #736357 transparent transparent;
	vertical-align: baseline;
	display: inline-block;

}
#news article.innerBox .entryPager li:last-of-type a:after {
	content: "";
	margin-left: 10px;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent transparent #736357;
	vertical-align: baseline;
	display: inline-block;
}
@media (max-width: 480px) {
	#news article.innerBox .entryPager li.backList { display: none; }
	#news article.innerBox .backListSmp { margin: 40px 0 0; }
	#news article.innerBox .backListSmp a {
		margin: 0 auto;
		padding: 5px 10px;
		width: 180px;
		text-align: center;
		border: 1px solid #80735e;
		display: block;
		box-sizing: border-box;
	}
    #news article.innerBox .entryBody p { margin: 10px 0; }
    #news article.innerBox .entryPager {
        margin: 0;
    }
}



/* archive */

.tab_wrap h1 {
	font-size: 3rem;
	text-align: center;
}

#news .tab_panel.arcList { display: block!important; }

#news .tab_panel .ctg {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 4px 8px;
    margin: 0 0 0 10px;
    color: #FFFFFF;
	background: #e7969a;
}
@media (max-width: 480px) {
    #news .tab_panel .ctg {
        font-size: 1.2rem;
    }
}

/* 追加 */
#news article.innerBox .entryBody p.txt_box {
    width: 70%;
    border: 1px solid #534741;
    padding: 20px;
    margin: 50px auto 30px;
}
@media (max-width: 480px) {
#news article.innerBox .entryBody p.txt_box {
    width: 80%;
}
}