.container {
	background: rgb(13,0,21);
	background: linear-gradient(90deg, rgba(13,0,21,1) 0%, rgba(48,40,40,1) 100%);
	padding-bottom: 0px !important;
	overflow: hidden;
}

header {
	position: relative;
	z-index: 1;
}

.headerWrap {
	padding: 2vw 0;
}

#top_logo {
	width: 8vw;
	min-width: 150px;
	height: auto;
	margin: 0 auto;
}

h3 {
	color: white;
	border: none;
	text-align: center;
	margin-bottom: 1.2em;
	font-size: 2.8rem;
	font-weight: normal;
}

@media handheld, only screen and (max-width: 767px) {

	.headerWrap {
		padding: 2vw 0 0.5vw;
	}

	#top_logo {
		width: 8vw;
		min-width: 110px;
		height: auto;
		margin: 0 auto;
	}

	h3 {
		margin-bottom: .5em;
		font-size: 2rem;
	}
}


/*＝＝＝＝＝＝＝＝＝＝メイン*/
.convWrap {
	margin: 0 12vw;
	position: relative;
}

.main {
	margin: 0 auto 12vw;
	/*color: #775d4c;*/
	color: #fff;
	position: relative;
}

.main:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/conversation/bg_pattern.png);
	background-size: 100vw 150vh;
	background-repeat: no-repeat;
	position: absolute;
	top: -10%;
	right: -70%;
}

.main:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/conversation/bg_pattern-2.png);
	background-size: 33vw 33vw;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -90%;
	left: -10%;
}

.mainInner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 80vh;
	margin: 0 12vw;
	position: relative;
	z-index: 2;
}

.mainInner .leftBox {
	width: 50%;
	height: 100%;
	background: url(../img/conversation/main_guji.jpg);
	background-size: cover;
	background-position: top center;
}

.rightBox {
	width: 50%;
}

.rightBox h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: start;
	font-size: 3.3vh;
	line-height: 4em;
	letter-spacing: 0.3em;
	margin: 1.5vw auto 0;
	border: none;
}

.rightBox h2 span {
	font-size: 11vh;
}

.desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 12vw 0 0;
	position: relative;
	z-index: 2;
}

.desc p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: justify;
	font-size: 120%;
	line-height: 3em;
	height: 24em;
	text-indent: 1em;
}

.desc p:not(:last-of-type) {
	padding-left: 4em;
}

.desc p .firstT {
	font-size: 200%;
	padding-bottom: .1em;
}

@media handheld, only screen and (max-width: 1080px) {

	.spnShow {
		display: block;
	}

	.convWrap {
		margin: 0 8vw;
	}

	.desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 10vw 0 0;
		padding: 0 4vw;
	}

	.desc p {
		writing-mode: horizontal-tb;
		font-size: 110%;
		line-height: 3.5em;
		height: auto;
		padding: 0vw;
		/*text-indent: 1em;*/
		text-align: center;
	}

	.desc p:not(:last-of-type) {
		padding: 0 0 8vw;
	}

	.desc p .firstT {
		font-size: 100%;
		padding-bottom: 0em;
	}

}

@media handheld, only screen and (max-width: 767px) {
	.mainInner {
		height: 75vh;
		margin: 0 0 10vh;
	}

	.mainInner .leftBox {
		width: 65%;
		height: auto;
	}

	.mainInner .rightBox {
		width: 30%;
	}

	.convWrap {
		margin: 0 4vw;
	}	

	.rightBox h2 {
		font-size: 1.7vh;
		letter-spacing: 0.1em;
		padding-left: 2.7em;
	}

	.rightBox h2 span {
		font-size:  6.2vh;
		padding-top: 0.2em;
	}

	.desc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: -10vw 0 0;
		padding: 0 4vw;
		text-align: center;
	}

	.desc p {
		writing-mode: horizontal-tb;
		font-size: 85%;
		line-height: 3em;
		height: auto;
		padding: 0 4vw;
		text-indent: 0em;
		text-align: center;
	}

	.desc p:not(:last-of-type) {
		padding: 0 0vw 10vw;
	}

	.desc p:last-of-type {
		padding: 0;
	}

	.desc p .firstT {
		font-size: 100%;
		padding-bottom: 0em;
	}
}


/*＝＝＝＝＝＝＝＝＝＝スケジュール*/

.scheduleWrap {
	margin: 0 -12vw 10vw;
	background-color: #fff;
	padding: 6vw 12vw;
}

.scheduleWrap h3 {
	color: #4e3942;
}

.scheduleTable {
	width: 100%;
	margin: 0 auto 2vw;
	color: white;
	font-size: 2rem;
}

.scheduleTable tbody {
	color: #4e3942;
}

.scheduleTable tbody tr {
	border-top: 1px solid #775d4c;
}

.scheduleTable tbody tr:last-of-type {
	border-bottom: 1px solid #775d4c;
}

.scheduleTable tbody tr td {
	padding: 0.8em 1.5em;
}


@media handheld, only screen and (max-width: 1080px) {

	.scheduleTable {
		font-size: 1.6rem;
	}

	.scheduleTable tbody tr td {
		padding: 1.2em 0.5em;
	}

}


@media handheld, only screen and (max-width: 767px) {

	.scheduleWrap {
		margin: 0 -12vw 10vw;
		padding: 5vw 0;
	}

	.scheduleTable {
		font-size: 1.8rem;
	}

	.scheduleTable tbody tr:nth-of-type(odd) {
		background-color: #dddcd6;
	}

	.scheduleTable tbody tr:nth-of-type(even) {
		background-color: #dddce9;
	}

	.scheduleTable tbody tr td {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 0.4em 1.5em;
	}

	.scheduleTable tbody tr td:not(:last-of-type) {
		border-bottom: 1px dashed #775d4c;
	}

	.scheduleTable .hidden {
		display: none;
	}

}

/*＝＝＝＝＝＝＝＝＝＝イベント枠*/

.archive {
	margin-bottom: 15vh;
}

.archive:after {
	content: "";
	display: block;
	width: 100%;
	height: 50vh;
	background-image: url(../img/conversation/bg_pattern-3.png);
	background-size: 40vw 40vw;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -13%;
	right: -90%;
}

.bunkaList {
	max-width: 1080px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}

.bunkaList:after {
	content:"";
	display: block;
	width: 300px;
}


@media handheld, only screen and (max-width: 1080px) {

	.archive:after {
		width: 100%;
		height: 50vh;
		background-size: 100vw 100vw;
		bottom: 0%;
		right: -55%;
	}

	.bunkaList {
		width: 80vw;
		align-items: center;
	}

	.oneBlock {
		margin: 20px;
	}

	#contents .bunkaList:after {
		margin: 20px;
	}

}

.oneBlock {
	width: 320px;
	height: 470px;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}

.oneBlock > .img {
	width: 320px;
	height: 215px;
	overflow: hidden;
	/*display: grid;*/
	background: #fff;
}

.oneBlock > .img a{
	width: 320px;
	height: 215px;
	overflow: hidden;
	display: grid;
	background: #fff;
}

.oneBlock > .img > a img{
	display: block;
	justify-self: center;
	align-self: center;
}

.oneBlock  > .body {
	padding: 20px;
	color: #4e3942;
}

.oneBlock  > .body h4{
	line-height: 1.5;
}

.oneBlock  > .body p{
	padding: 10px 0;
	line-height: 1.5;
	height: 80px;
	overflow: hidden;
}


/*詳細ボタン*/
.detailLink_btn {
	width: 80%;
	display: block;
	color: #4e3942;
	text-align: center;
	padding: 10px 0px;
	margin: 10px auto;
	border: solid 1px #4e3942;
	cursor: pointer;
	background: url(../img/common/arrow_k.png)left center no-repeat;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	position: absolute;
	bottom: 20px;
	left: 32px;
}

.detailLink_btn:hover {
	background: url("../img/common/arrow_k.png")20px center no-repeat;
}

.pageNation-2 {
	margin: 2.0rem auto 0;
	padding-bottom: 5vw;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pageNum {
	margin: 0px 2.0rem;
	color: #fff;
	background-color: #775d4c;
}

.pageNum:hover {
	background-color: #775d4c;
}

@media handheld, only screen and (max-width: 767px) {
	.pageNation-2 span {
		margin-bottom: 0.5em;
	}
}


/*＝＝＝＝＝＝＝＝＝＝ニュース*/

#news {
	margin: 5vw 0;
}

.news_itemWrap {
	background-color: rgba(93, 93, 93, 0.3);
	padding: 3vw;
	box-shadow: 0px 5px 25px 5px #0;
}

.news_cap {
	color: #888e7e;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-left: 3px solid #888e7e;
	background-color: #eeeeee;
	margin-bottom: 2rem;
}

.news_item {
	display: flex;
	align-content: center;
}

.news_itemWrap .leftItem {
	width: 25%;
	vertical-align: center;
}

.news_itemWrap .leftItem .news_img {
	width: 100%;
	height: 25vw;
	/*object-fit: cover;*/
	object-fit: contain;
	object-position: 50% 0%;
}

.news_itemWrap .rightItem {
	width: 75%;
	padding-left: 2vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_itemWrap .rightItem .post_title {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 2.5rem;
	color: rgb(220,220,220);
	padding-bottom: 0.5rem ;
	margin-bottom: 2.4rem;
	border-bottom: 2px solid rgb(80,80,80);
}

.news_itemWrap .rightItem .post_lead {
	font-size: 2rem;
	line-height: 3rem;
	text-align: justify;
	color: rgb(220,220,220);
}

.news_itemWrap .rightItem .bottom{
	align-self: flex-end;
}

.infoLink a {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	width: 200px;
	padding: 1rem;
	text-align: center;
	border: solid 1px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.infoLink a:hover {
	border: solid 1px #775d4c;
	background-color: #775d4c;
	color: #fff;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}


@media handheld, only screen and (max-width: 1080px) {

	#news {
		margin: 14vw 0;
	}

	.news_itemWrap {
		width: 100%;
		padding: 8vw;
	}

	.news_item {
		flex-direction: column;
	}

	.news_itemWrap:not(:last-of-type) {
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}

	.news_itemWrap .leftItem {
		width: 100%;
		text-align: center;
		margin-bottom: 3.5vw;
	}

	.news_itemWrap .leftItem .news_img {
		width: 70%;
		height: auto;
		object-position: 50%;
	}

	.news_itemWrap .rightItem {
		width: 100%;
	}

	.news_itemWrap .rightItem .post_title {
		font-size: 2rem;
		padding-bottom: 0.5rem ;
		margin-bottom: 1.5rem;
	}

	.news_itemWrap .rightItem .post_lead {
		font-size: 1.6rem;
		margin-bottom: 3.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.news_itemWrap .rightItem .post_detail {
		font-size: 1.4rem;
	}

	.news_itemWrap .rightItem .post_detail .arrow {
		font-size: 1rem;
	}

	.infoLink a {
		width: 150px;
		padding: 0.8rem;
		font-size: 1.6rem;
	}

}


@media handheld, only screen and (max-width: 767px) {

	#news {
		margin: 14vw 0;
	}

	.news_itemWrap {
		width: 100%;
		padding: 7vw;
	}

	.news_item {
		flex-direction: column;
	}

	.news_itemWrap:not(:last-of-type) {
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}

	.news_itemWrap .leftItem {
		width: 100%;
		margin-bottom: 3vw;
	}

	.news_itemWrap .leftItem .news_img {
		width: 100%;
		height: auto;
		object-position: 50%;
	}

	.news_itemWrap .rightItem {
		width: 100%;
	}

	.news_itemWrap .rightItem .post_title {
		font-size: 1.8rem;
		padding-bottom: 0.3rem ;
		margin-bottom: 1.5rem;
	}

	.news_itemWrap .rightItem .post_lead {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.news_itemWrap .rightItem .post_detail {
		font-size: 1.4rem;
	}

	.news_itemWrap .rightItem .post_detail .arrow {
		font-size: 1rem;
	}

	.infoLink a {
		width: 120px;
		padding: 0.5rem;
	}

}


/*＝＝＝＝＝＝＝＝＝＝申込ボタン*/

.btnWrap {
	margin-bottom: 15vh;
	text-align: center;
}

.btn {
	display: block;
	width: 27%;
	font-size: 24px;
	margin: 0 auto;
	padding: 1em;
	background-color: #775d4c;
	color: #fff;
	box-shadow: 0px 2px 2px #775d4c, 0px 0px 10px #775d4c, 0px 0px 18px #775d4c;
	opacity: 0.7;
	transition: all 1.2s ease;
}

.btn:hover,
.btn:active {
	box-shadow: 0px 2px 2px #775d4c, 0px 0px 4px #775d4c;
	opacity: 1;
}

@media handheld, only screen and (max-width: 1080px) {
	.btn {
		width: 35%;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.btn {
		width: 50%;
		font-size: 20px;
	}
}


/*＝＝＝＝＝＝＝＝＝＝フッター*/

footer {
	background-color: #775d4c;
	color: #0d0015;
	margin: 0 -12vw;
}

footer a {
	color: #0d0015;
}

.footerWrap {
	padding: 4vw 12vw;
}

.footBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 100%;
}

.footBox .leftBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.leftBox #footer_logo {
	width: 12vw;
	height: auto;
}

.leftBox .rights p {
	font-size: 1rem;
}

.footBox .rightBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: justify;
}

.rightBox .name {
	font-size: 150%;
	letter-spacing: .1em;
	margin-left: 3em;
}

.rightBox .info {
	font-size: 80%;
	margin-left: 5em;
}

.rightBox .info li:not(:last-of-type) {
	margin-left: .8em;
}

.rightBox .links {
	font-size: 105%;
}

.rightBox .links li:not(:last-of-type) {
	margin-left: 1.5em;
}

.rightBox .links li a {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.rightBox .links li a:hover {
	color: #fff;
}

@media handheld, only screen and (max-width: 1080px) {
	footer {
		margin: 0 -8vw;
	}
}

@media handheld, only screen and (max-width: 767px) {
	footer {
		margin: 0 -4vw;
	}

	.footerWrap {
		padding: 4vw;
	}

	.footBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		font-size: 70%;
	}

	.rightBox {
		width: 100%;
		margin-bottom: 7vw;
	}

	.rightBox .name {
		margin-left: 2em;
	}

	.rightBox .info {
		margin-left: 4em;
	}

	.leftBox #footer_logo {
		width: 25vw;
	}
}