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

* special-news

*********************************************************************
*/

/* 
----------------------------------------------------------------------*/
.sp-news {
	background-color: #fffbf9;
	color: #694A35;
}

.sp-news .attention {
	color: inherit;
}

.sp-news h1 {
	padding-bottom: 70px;
	line-height: 1.5;
	background-image: url(/assets/images/bg_special_h1.jpg);
}
.sp-news h1 span {
	font-size: 80%;
}


.sp-news table.outline th {
	border-style: solid;
	border-color: #fffbf9;
	background-color: #FCE6E0;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
}
.sp-news table.outline td {
	padding: 30px;
	border-width: 8px 0;
	border-style: solid;
	border-color: #fffbf9;
	border-radius: 0 12px 12px 0;
	background-color: #fff;
}
@media screen and (min-width:751px) {
	.sp-news table.outline {
		margin: 80px auto;
		font-size: 135%;
		line-height: 1.3;
	}
	.sp-news table.outline th {
		width: 240px;
		border-width: 8px 0;
		border-radius: 12px 0 0 12px;
	}
}
@media screen and (max-width:750px) {
	.sp-news table.outline {
		margin: 12vw auto;
		line-height: 1.3;
	}
	.sp-news table.outline th {
		display: block;
		padding: 2.5vw;
		border-width: 2vw 0 0;
	}
	.sp-news table.outline td {
		display: block;
		padding: 4vw 5vw;
		border-width: 0 0 2vw;
		line-height: 1.5;
	}
}


.sp-news .special dl {
}
.sp-news .special dt {
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #E05574;
	color: #fff;
	font-family: sans-serif;
	line-height: 1;
	vertical-align: middle;
}
.sp-news .special dd {
	position: relative;
	padding-left: 20px;
	font-size: 160%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1;
	letter-spacing: 2px;
	vertical-align: middle;
}
.sp-news .special dd span {
	top: 4px;
}
.sp-news .lead {
	margin-top: 10px;
	border-top: 1px solid #694A35;
	padding-top: 10px;
}
@media screen and (min-width:751px) {
	.sp-news .special {
		margin-top: 80px;
	}
	.sp-news .special dl {
		vertical-align: bottom;
		display: table;
	}
	.sp-news .special dt,
	.sp-news .special dd {
		display: table-cell;
	}
}
@media screen and (max-width:750px) {
	.sp-news .special dt {
		padding: 2.5vw 0;
		text-align: center;
	}
	.sp-news .special dd {
		padding: 5vw 0 0;
		font-size: 135%;
		text-align: center;
	}
}


.sp-news .profile {
	margin-top: 20px;
	padding: 25px 25px 25px 250px;
	border-radius: 10px;
	background: #fff url(/assets/images/img_hamauchi.jpg) left top no-repeat;
	background-size: 220px;
/*	font-feature-settings: 'palt';*/
	box-shadow: 0 0 4px 2px rgba(105, 74, 53, 0.2);
}
.sp-news .profile h3 {
	font-size: 135%;
}
.sp-news .profile h3 span {
	font-size: 75%;
}
.sp-news .profile p {
	margin-top: 10px;
	text-align: left;
}
@media screen and (max-width:750px) {
	.sp-news .profile {
		padding: 85vw 5vw 5vw;
		background-position: center 5vw;
		background-size: 50vw;
	}
	.sp-news .profile h3 {
		font-size: 110%;
	}
}


.sp-news h4 {
	margin-top: 40px;
	font-size: 110%;
	font-weight: bold;
}
.sp-news h4:first-child {
	margin-top: 0;
}
.sp-news .annotation {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width:750px) {
	.sp-news h4 {
		margin-top: 12vw;
	}
}


.sp-news .reaflet-thumb {
	margin-top: 60px;
}
.sp-news .reaflet-thumb img {
	display: inline-block;
	margin-right: 10px;
	width: 175px;
	border: 1px solid rgba(105, 74, 53, .5);
}
@media screen and (max-width:750px) {
	.sp-news .reaflet-thumb {
		margin-top: 12vw;
	}
	.sp-news .reaflet-thumb img {
		display: inline-block;
		margin-right: 10px;
		width: 40vw;
		border: 1px solid rgba(105, 74, 53, .5);
	}
}


.sp-news .ft-contact {
	margin-top: 80px;
	text-align: center;
}
.sp-news .ft-contact a {
	display: inline-block;
	box-sizing: border-box;
	padding: 25px 120px;
	overflow: hidden;
	border: 4px solid #fefefe;
	border-radius: 5px;
	background: -moz-linear-gradient(50% 100% 90deg,rgba(231, 218, 231, 1) 0%,rgba(234, 223, 235, 1) 13.57%,rgba(242, 236, 243, 1) 57.52%,rgba(245, 240, 246, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(231, 218, 231, 1) ),color-stop(0.1357,rgba(234, 223, 235, 1) ),color-stop(0.5752,rgba(242, 236, 243, 1) ),color-stop(1,rgba(245, 240, 246, 1) ));
	background: -ms-linear-gradient(90deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7DAE7', endColorstr='#F5F0F6' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F0F6',endColorstr='#E7DAE7' , GradientType=0);
	color: #97005d;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.sp-news .ft-contact a:hover {
	background: #E7DAE7;
}
.sp-news .ft-contact .attention {
	margin-top: 15px;
	color: #E05574;
	font-size: 21px;
	font-weight: bold;
	font-feature-settings: 'palt';
}
@media screen and (max-width:750px) {
	.sp-news .ft-contact {
		margin-top: 12vw;
	}
	.sp-news .ft-contact a {
		padding: 5vw 15vw;
	}
	.sp-news .ft-contact .attention {
		margin-top: 2vw;
	}
}


.sp-news a.sideNv {
	display: inline-block;
	position: absolute;
	top: 450px;
	right: -300px;
	box-sizing: border-box;
	padding: 12px 16px;
	overflow: hidden;
	border: 4px solid #fefefe;
	border-right: none;
	border-radius: 5px 0 0 5px;
	background: -moz-linear-gradient(50% 100% 90deg,rgba(231, 218, 231, 1) 0%,rgba(234, 223, 235, 1) 13.57%,rgba(242, 236, 243, 1) 57.52%,rgba(245, 240, 246, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(231, 218, 231, 1) ),color-stop(0.1357,rgba(234, 223, 235, 1) ),color-stop(0.5752,rgba(242, 236, 243, 1) ),color-stop(1,rgba(245, 240, 246, 1) ));
	background: -ms-linear-gradient(90deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7DAE7', endColorstr='#F5F0F6' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(231, 218, 231, 1) 0%, rgba(234, 223, 235, 1) 13.57%, rgba(242, 236, 243, 1) 57.52%, rgba(245, 240, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F0F6',endColorstr='#E7DAE7' , GradientType=0);
	color: #97005d;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.8;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	transition: right .8s ease-out;
}
.sp-news a.sideNv._in {
	right: 0;
}
.sp-news a.sideNv._fixed {
	position: fixed;
	top: 100px;
}
.sp-news a.sideNv:hover {
	background: #E7DAE7;
}
.sp-news a.sideNv .attention {
	display: block;
	color: #E05574;
	font-family: sans-serif;
	font-feature-settings: 'palt';
}


/* 
----------------------------------------------------------------------*/
.sp-news h2 {
	margin-bottom: 1em
}
.sp-news table.simple-table {
	margin: 1em auto 0;
	border-radius: 10px;
	overflow: hidden;
}
.sp-news table.simple-table th {
	border-style: solid;
	border-color: #fffbf9;
	background-color: #FCE6E0;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
}
.sp-news table.simple-table td {
	padding: 20px;
	border-width: 8px 0;
	border-style: solid;
	border-color: #fffbf9;
	background-color: #fff;
}
.sp-news ul:not(:first-child),
.sp-news p:not(:first-child) {
	margin-top: 0.5em;
}
.sp-news li {
	padding-left: 1em;
	text-indent: -1em;
}
.sp-news .notes {
	font-size: 80%;
}
@media screen and (min-width:751px) {
	.sp-news table.simple-table td:first-child {
		background-color: #FCE6E0;
		width: 190px;
	}
}
@media screen and (max-width:750px) {
	.sp-news table.simple-table {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.3;
	}
	.sp-news table.simple-table td {
		display: block;
		box-sizing: border-box;
		padding: 4vw 5vw;
		width: 100%;
		border-width: 0 0 2vw;
	}
	.sp-news table.simple-table td:first-child {
		background-color: #FCE6E0;
	}
}

.sp-news .frame {
	margin-top: 4em;
	padding: 2em 3em;
	border: 1px solid  rgba(0,0,0,0.6);
}