@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : news.css
Description : 【下層】お知らせページCSS
===================================================================== */
#news h2 {
	border-bottom: 1px dotted #d3c6bf;
}

#news ul li {
    position: relative;
}

#news ul li h2 {
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    color: #ce355e;
	padding-top: 2em;
}

#news ul li .date {
    font-size: 1.0rem;
    line-height: 1em;
    color: #beaba0;
    padding-top:2%;
}

#news ul li .text {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-top: 3%;
    padding-top: 5%;
}

/*# 67call */
.cd {
	text-align: center;
	padding-top: 1em;
}

.book {
	width: 280px;
	margin: 5px auto 25px;
}

span.dates {
	color: #F00;
	font-weight: bold;
	background-color: #FF0;
	padding: 1px;
}

.tellBox {
   /* width: 380px;*/
    margin: 5px auto 25px;
    padding: 20px 0;
    border: solid 1px #ddd;
	border-radius: .4em;
}

.tellBox p {
    padding: 0;
    text-align: center;
    line-height: 1.2;
    /*color: #5f4407;*/
	color: #000;
	font-weight: bold;
	font-size: 14px !important;
}

.tellBox p a {
	color: #DF2A5A;
	font-size: 1.5em;
	text-decoration: underline;
	display: inline-block;
	padding: 10px 0;
}

ul.txt {
	margin: 0 5px 12px;
}

ul.txt li {
	font-size: 1.2;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}

.call67 {
	position: relative;
	top: 3px;
}

.call67 img {
    width: 60px;
    height: auto;
	padding-right: 2px;
	display: inline-block;
}
/*# //67call */

/*# spinoff */
#spinoff div.leftbox h3 {
	font-size: 17.4px;
	font-weight: bold;
	margin-top: 1.5em;
}

#spinoff div.leftbox p.text {
	font-size: 14px;
	font-weight: bold;
}

#spinoff div.leftbox figure {
	margin: 30px auto 30px;
	width: 80%;;
}

#spinoff div.leftbox h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
	
#spinoff div.leftbox p:not(:first-of-type) {
	font-size: 12px;
	line-height: 1.4;
}
		
#spinoff div.leftbox ul {
	font-size: 11px;
	line-height: 1.4;
	margin: 1em 0;
}

#spinoff div.rightbox ul li:first-of-type {
	width: 50%;
	margin: 20px auto 0;
}

#spinoff div.rightbox ul li:not(:first-of-type) {
	width: 80%;
	margin: 20px auto 0;
}

#spinoff div.rightbox ul li:last-of-type {
	margin: 20px auto 20px;
}

small {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}

/*# //spinoff */

@media screen and (min-width:700px){
    #news h2 {
    	border-bottom: 2px dotted #d3c6bf;
    }

    #news .inner {
		/*height: 800px;*/
		height: 2800px;
    }

    #news ul li h2 {
        font-size: 1.79rem;
        padding-right: 4em;
		padding-top: 2em;
    }

    #news ul li .date {
        font-size: 1.6rem;
        line-height: 2.88rem;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 0;
    }

    #news ul li .text {
        font-size: 1.2rem;
        line-height: 1.5em;
        margin-top: 5px;
        padding-top: 20px;
    }

	/*# 67call */
	.cd {
		text-align: center;
		padding-top: 1em;
	}

	.book {
		margin: 5px auto 40px;
	}

	.tellBox{
		width: 330px;
		padding: 25px 0 23px !important;
		margin: 15px auto 30px;
		border: solid 1px #9e854c;
		-o-border-radius: .4em;
		-ms-border-radius: .4em;
		-moz-border-radius: .4em;
		-webkit-border-radius: .4em;
		border-radius: .4em;
	}

	.tellBox .tell{
		font-weight: bold;
		font-size: 1.4em;
		text-align: center;
	}

	.tellBox .tell a {
		font-size: 1.8em;
	}

	.tellBox .tell a:hover {
		opacity: 0.7;
	}

	ul.txt {
		margin-bottom: 12px;
	}

	ul.txt li {
		font-size: 1.2em;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.4;
	}

	span.dates {
		color: #F00;
		font-weight: bold;
		background-color: #FF0;
		padding: 1px;
	}

	.call67 {
		position: relative;
		top: 0px;
	}

	.call67 img {
	    width: 60px;
	    height: auto;
		padding-right: 2px;
		padding-bottom: 3px;
	    vertical-align: middle;
		display: inline-block;
	}
	/*# //67call */

	/*# spinoff */
	#spinoff div.leftbox h3 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 1.8em;
	}

	#spinoff div.leftbox p.text {
		font-size: 14px;
		font-weight: bold;
	}
	
	#spinoff div.leftbox figure {
		width: 280px;
		margin: 30px auto 40px;
	}

	#spinoff div.leftbox h4 {
		font-size: 12px;
		font-weight: bold;
		margin: 1.5em 0 0.5em;
	}
	
	#spinoff div.leftbox p:not(:first-of-type) {
		font-size: 11.2px;
		line-height: 1.4;
	}
		
	#spinoff div.leftbox ul {
		font-size: 11px;
		line-height: 1.4;
		margin: 1em 0;
	}

	#spinoff div.rightbox ul {
		display: flex;
	}

	#spinoff div.rightbox ul li {
		padding: 1em 1.64em 3em;
	}

	#spinoff div.rightbox ul li:not(:first-of-type) {
		padding: 4em 1.64em 3em;
	}

	small {
		width: 100%;
		clear: both;
		display: block;
		text-align: center;
		margin-bottom: 2em;
	}


	/*# //spinoff */
}