@import "wp-content.css";

main.page h1{
	padding-top: 2rem;

}

.informationWrap{
        margin-top: 5rem;
}


.tagWrap{
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.tagTtl{
	display: block;
	margin: 20px 0 10px;
}

.tagList{
	display: flex;
	flex-wrap: wrap;
} 

.tagList li{
	margin: 0 40px 15px 0;
}

	

.news-radio {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    line-height: 1.286;
}

.news-radio__item {
    display: inline-block;
    cursor: pointer;
    opacity: .5;
    font-size: 16px;
    -webkit-transition: .25s;
    transition: .25s;
}

.news-radio__item::before, .news-radio__item::after {
    position: absolute;
    content: '';
    display: block;
    border-radius: 51%;
}


.news-radio__item::before {
    top: 4px;
    left: 0;
    z-index: 1;
    width: 14px;
    height: 14px;
    background: #FFF;
    border: 1px solid #4C4C4C;
    -webkit-transition: .1s;
    transition: .1s;
}

.news-radio__item::after {
	top: 7px;
	left: 3px;
	z-index: 2;
	width: 10px;
	height: 10px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	background: #282828;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}


input[type="radio"]:checked + .news-radio__item {
    opacity: 1;
}

input[type="radio"]:checked + .news-radio__item::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

.informationList{
	padding-bottom:100px;
}


.informationList li{
	border-bottom: 1px solid #C6C5C1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.informationList li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom:: 0;	
}


.informationList li a{
	display: flex;
}

.newsList li a{
  display: block!important;
}


.informationList li .figure {
    /*max-width: 230px;*/
    width: 230px;
    min-width: 230px;
    margin-right: 20px;
    height: 150px;
    overflow: hidden;
}

.informationList li img{
	max-width: 100%;
	height: auto;
}

.informationList li .caption{

}

.listDate{
  /*font-family: "Sorts Mill Goudy", serif; */ 
}

.listCate{
	display: flex;
    flex-wrap: wrap;
}

.listCate span {
    display: block;
    background: #52351C;
    border-radius: 50px;
    color: #fff;
    min-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    height: 22px;
    padding: 0 10px !important;
    font-size: 1.2rem;
}

.informationList li .listDate{
	display: block;
	font-weight: bold;
}

.clipboard-btn{
   cursor:pointer;
}


/*------- singel page  --------*/

.contTitle{
    text-align: left!important;
    padding: 2rem 0 3rem;
    font-family: "Noto Sans JP",sans-serif!important;
    font-size: 3.4rem!important;
}

.shareList {
    display: flex;
    margin: 2rem 0;
}

.shareList.posTop {
    justify-content: center;
}

.shareList li{
    margin-right: 20px;
    position: relative;
}    


.clipboard-dialog {
    display: none;
    border-radius: 10px;
    background: #67C3C5;
    color: #fff;
    position: absolute;
    width: 300px;
    left: 30px;
    top: -6px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.contInner{
    margin-bottom: 3rem;
}


.contInner a{
  color:blue
}


.contInner img{
    max-width: 100%;
    height: auto;
}    


.btn-back a {
  color: #000;
  border-radius: 50px;
  font-size: 1.2rem;
  border: 1px solid #000;
  padding: 5px 50px;
  text-align: center;
  margin: 2rem auto;
  display: block;
  max-width: 200px;
}


.profileBox{
 margin-top: 8rem;   
}

.profileBox h4 {
    color: #331E0F;
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2.4rem;
}

.profileBox .profile {
    margin: 0 auto 5rem;
    padding: 3rem;
    width: 70rem;
    background: #F4F2ED;
}

.profileBox .profile picture {
    border-radius: 1rem;
    overflow: hidden;
    float: right;
    margin-left: 2rem;
    width: 30rem;
}

.profileBox .profile h5 {
    margin: 1rem 0 1.5rem;
    font-size: 1.4rem;
}

.profileBox .profile h5 + p {
    margin-bottom: 4rem;
    font-size: 1.3rem;
    line-height: 1.6;
}

.profileBox .profile h6 {
    color: #73716D;
    font-family: "Sorts Mill Goudy", serif;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.profileBox .profile h6 + p {
    color: #73716D;
    font-family: "Sorts Mill Goudy", serif;
    font-size: 1.3rem;
    line-height: 1.5;
}

.shareList.posTop a {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #67C3C5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media Queries ================================================== */
@media screen and (max-width: 768px) {

main .wrapper {
    width: 100vw;
}

main.page h1 {
    padding-bottom: 2rem;
}

/* 基本のセレクトボックスのカスタマイズ */
.select {
    background: #fff;
    height: 45px;
    width: 90vw;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    border: 2px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}

.select::before {
  background: #67c3c5;
  position: absolute;
  content: '';
  width: 10%;
  height: 45px;
  right: 0;
  z-index: -2;
}


.select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: -1;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
}

.informationWrap{
	width: 90vw;
	margin: 0 auto;	
}

.clipboard-dialog {
    width: 240px;
}

.informationList li .figure {
  width: 40%;
  min-width: initial;
  height: auto;
}

.informationList li .caption {
    width: 50%;
}

.newsList li .caption {
    max-width: initial!important;
    width: 100%!important;
}


.profileBox .profile {
    padding: 2rem;
    width: 33.5rem;
}

.profileBox .profile picture {
    float: none;
    margin-left: 0;
    width: 100%;
}

.profileBox .profile h5 {
    margin: 3rem 0 2rem;
}

.profileBox .profile h5 + p {
    line-height: 1.8;
}

.profileBox .profile h6 + p {

    font-size: 1.2rem;

}

.contTitle {
  font-size: 2rem !important;
}

.shareWrap{
    width: 90vw;
    margin: 0 auto; 
}


iframe{
    max-width: 100%;
}

}