/* CSS Document */

:root {
	--orange: #F5A36B;
	--light-orange: #FDE1C2;
	--brown: #795548;;
}

.pc_display {
	display: none;
}
.contents_area img {
	max-width: 100%;
	height: auto;
}

body p{
	line-height: 1.5;
}


/* //////////header.shtml////////// */

.contents_area h1 {
	padding-bottom: 1em;
}

.contents_area h1 img {
	width: 100vw;
}




/* ////////manual.shtml////////// */


.ikiheta_wrap {
	padding: 2em 0;
}


.lead_text {
	margin:3em 0 3.5em 0;
}

.lead_text p {
	margin-bottom: 2.5em;
}

.bosyu {
	text-align: center;
}

.bosyu img{
	padding-top: 1em;
}

.epsode_bosyu {
	text-align: center;
}

.balloon{
	position: relative;
		display: inline-block;
		margin-bottom: 20px;
		padding: 25px 20px;
		border-radius: 11px;
		background-color: #EFEBE9;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #000000;
}

.balloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #EFEBE9 transparent transparent;
	translate: -50% 100%;
  }

.balloon p{
	text-align: left;
	margin:0;
	padding: 0;
	color: var(--brown);
}



/* コンテンツリンク */


.ikiheta_list .ikiheta_item {
	display: flex;
	padding-bottom:1em;
}

.ikiheta_item .img {
	width: 20%;
}

.ikiheta_item p {
	width: 70%;
	margin: 0 1em 0 5%;
	padding: .3em 0;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
}

.ikiheta_essay_list {
	display: flex;
	flex-wrap: wrap;
}

.ikiheta_essay_list .ikiheta_essay_item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ikiheta_essay_item p {
	padding: 1em;
}

.ikiheta_essay_item .img {
	width: 100%;
	text-align: center;
}

.ikiheta_essay_item img {
	width: 80%;
}

.ikiheta_list {
	margin-bottom: 1em;
}

.contact{
	padding: 20px;
	display: flex;
	justify-content: center;	
}

.contact img{
	width: 70%;
	max-width: 250px;
}


/* snsアイコン */

/* .contact{
	display: flex;
	align-items: center;
	margin: 2em;
	justify-content: center;
}

.contact img{
	width: 2.2em;
	height: auto;
}

.contact li{
	margin-right: 3em;
}

.contact li:last-child{
	margin-right: 0;
} */


/* セクションタイトル */


.contents_list .sec-headline {
	background: var(--light-orange);
	margin: 3rem auto 2rem;
	padding: 15px;
	border-left: #F5A36B solid 8px;
	border-radius: 5px;
}



/* もっと見る */

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:25px 0 0 auto;
    padding: 1.2em 2em;
    border: 1px solid var(--brown);
    border-radius: 25px;
    background-color: #fff;
    color: var(--brown);
    font-size: 1em;
	cursor : pointer;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid var(--brown);
    border-right: 2px solid var(--brown);
    content: '';
}

.button-1:hover{
	color: #fff;
	background-color: var(--brown);
}





/* //////////下層ページ/////////////// */

.description p{
	text-indent: 1em;
}

.description {
	border:solid 1px var(--orange);
	border-radius: 10px;
	padding: 2em;
	margin-bottom: 3em;
}


.comment_page .ikiheta_list .ikiheta_item {
	margin-bottom: 1em;
}


.news_page .ikiheta_list{
	margin-top: 3em;
}

.news_page .ikiheta_list .ikiheta_item {
	margin-bottom: 1em;
}


.essay_page .ikiheta_essay_list{
	margin-top: 3em;
}

.essay_page .ikiheta_essay_list .ikiheta_essay_item {
	margin-bottom: 1em;
}

.episode_text{
	border-bottom: solid var(--brown) 1px;
	padding: 1em;
}

.episode_text p{
	margin-bottom: 1em;
}

.episode_text p:last-child{
	margin-bottom: 2em;
}


.episode_bosyu{
	padding: 2em 1em;
}




/* 細川貂々さんプロフィール */

.profile{
	padding: 0 2%;
	text-align: center;
}

.profile .profile_photo{
	width: 30%;
	margin: 0 auto;
}

.profile .profile_photo img{
	width: 100%;
}

.profile .profile_text{
	font-size: .9em;
}

.profile_text .name{
	font-size: 1.3em;
	font-weight: bold;
	margin: .5em;
}

.profile_text .summary{
	margin-bottom: 1em;
}

.profile_text .sns{
	line-height: 2;
}




/***********PC***********/


@media (min-width: 431px) {

	.profile{
		display: flex;
		align-items: start;
		text-align: start;
		padding: 0 2%;
	}

	.profile .profile_photo{
		width: 20%;
	}
	
	.profile .profile_text{
		width: 80%;
		padding-left: 5%;
		font-size: .9em;
	}

	.profile_text .name{
		margin-top: 0;
		margin-left: 0;
	}
}


@media (min-width: 641px) {
	.pc_display {
	display: block;
	}
	.sp_display {
	display: none;
	}

	.ikiheta_wrap {
		display: flex;
	}
	
	.container {
		width: 50%;
	}

	.text_area {
		padding-left: 2.5em;
		margin: auto;
	}

	
	.lead_text {
		margin:0 0 3.5em 0;
	}

	.bosyu img{
		width: 250px;
	}
	
	.ikiheta_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.ikiheta_list .ikiheta_item {
		width: 50%;
	}

	.ikiheta_essay_list .ikiheta_essay_item {
		width: 25%;
	}

	.contact {
		display: inline-block;
	}
	.contact img {
		max-width: 100%;
	}



	/* 下層ページ */

	.comment_page .ikiheta_list .ikiheta_item {
		margin-bottom: 2em;
	}

	.description {
		margin-bottom: 5em;
	}


	.news_page .ikiheta_list{
		margin-top: 5em;
	}

	.news_page .ikiheta_list .ikiheta_item {
		margin-bottom: 2em;
	}


	.essay_page .ikiheta_essay_list{
		margin-top: 5em;
	}

	.essay_page .ikiheta_essay_list .ikiheta_essay_item {
		width: 33.33%;
		margin-bottom: 2em;
	}

	.episode_text{
		padding: 1em 2em;
	}

	.episode_bosyu{
		padding: 2em;
	}
}



@media (min-width: 785px) {
	
	.ikiheta_item p {
		margin: 0 0 0 1em;
		font-size: 16px;
	}

	.ikiheta_list .ikiheta_item {
		justify-content: start;
	}

	.profile{
		padding: 0 5%;
	}

	.profile .profile_photo{
		width: 15%;
	}

	.profile .profile_text{
		width: 85%;
	}

}





