@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,900');
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #c00;}
a:hover {color: #c00;}
@media screen and (min-width: 768px) {
	a img:hover {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ---------------------------------------------------------------------- */
#header {
	text-align: center;
	background: #b20000;
	background: -moz-linear-gradient(left, #b20000 0%, #d30000 30%, #d14242 50%, #d30000 70%, #b20000 100%);
	background: -webkit-linear-gradient(left, #b20000 0%,#d30000 30%,#d14242 50%,#d30000 70%,#b20000 100%);
	background: linear-gradient(to right, #b20000 0%,#d30000 30%,#d14242 50%,#d30000 70%,#b20000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20000', endColorstr='#b20000',GradientType=1 );
	box-shadow: 0px 2px 5px 1px #e6e6e6;
	-moz-box-shadow: 0px 2px 5px 1px #e6e6e6;
	-webkit-box-shadow: 0px 2px 5px 1px #e6e6e6;
	padding: 20px 0px;
}
#header h1 {
	color: #fff;
	font-size: 1.333em;
	text-align: center;
	margin-bottom: 10px;
}
#header strong {
	display: block;
	color: #fff;
	font-size: 2.267em;
}
#header strong br  {
	display: none;
}
@media screen and (max-width: 1200px) {
	#header strong br  {
		display: block;
	}
}
@media screen and (max-width: 579px) {
	#header strong br  {
		display: none;
	}
}
/* ---------------------------------------------------------------------- */
#footer {
	padding-top: 50px;
}
.footer {
}
.copyright {
	color: #999;
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
	font-size: 1rem;
}
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("./img/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
#wrap {
	width: 900px;
	line-height: 1.8em;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	#wrap {
		width: auto;
	}
}
/* top---------------------------------------------------------------------- */
#top {
}
@media screen and (max-width: 767px) {
	#top {
		width: auto;
		padding: 0px 5px;
	}
}
#top h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
	padding: 30px 0px 10px 0px;
}
#top .img {
	padding: 20px 0px;
}
.top {
	background-image: url("./img/framehead.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}
.top .inner {
	background-image: url("./img/framebtm.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px 0px;
}
.top p {
	text-align: center;
	margin-bottom: 20px;
}
.top p span {
	display: block;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.top p span b {
	display: block;
	margin-bottom: 10px;
}
.top p span strong {
	display: block;
	color: #c00;
/*
	border-bottom: 3px dotted #c00;
*/
}
.top h2 br {
}
@media screen and (max-width: 767px) {
	.top {
		background-size: 100%;
	}
	.top .inner {
		background-size: 100%;
		padding: 20px 20px;
	}
	.top p {
		margin-bottom: 10px;
	}
	.top h2 {
		font-size: 1.4em;
	}
	.top h2 br {
		display: none;
	}
}
.topmov {
	margin-bottom: 30px;
}
.topmov p {
	text-align: center;
	margin-bottom: 10px;
}
.topmov p b {
	display: inline-block;
	font-size: 1.2em;
	background-color: #fcc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 15px;
}
.movie {z-index: 9998!important;width: 560px;margin: 0 auto;padding:0;}.movie iframe{z-index: 9998!important;}@media screen and (max-width: 767px){.movie {position: relative;width: auto;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}.movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}}
.about {
	background-color: #ffe2ea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px 0px 10px 0px;
}
.about h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}
.about div {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 10px 0px;
}
.about dl {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
	border: 1px dashed #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}
.about dt {
	text-align: center;
}
.about dd {
	font-size: 0.9em;
	line-height: 1.4em;
}
.about .miho dt {
	color: #ff61c8;
}
.about .masami dt {
	color: #8957a1;
}
.about dt img {
	width: 100px;
	border: 3px solid;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0px auto;
}
.about dt span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	padding-right: 10px;
}
.about dt strong {
	display: inline-block;
	font-size: 1.1em;
}
.about dt strong b {
}
.about dd p {
}
@media screen and (max-width: 479px) {
	.about {
		padding: 5px;
	}
	.about div {
		display: block;
		width: auto;
	}
	.about dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}
	.about dt {
		display: table-cell;
		width: 100px;
		vertical-align: middle;
	}
	.about dd {
		display: table-cell;
		vertical-align: middle;
	}
	.about dt img {
		width: 80px;
	}
}
/* ---------------------------------------------------------------------- */
#main {
}
#main p {margin-bottom: 10px;}
#main p:last-child {margin-bottom: 0px;}
/* ---------------------------------------------------------------------- */
#main article {
	padding-bottom: 30px;
}
.title {
	background: #e86c57;
	background: -moz-linear-gradient(left, #e86c57 0%, #ea2803 26%, #ff6600 64%, #c72200 100%);
	background: -webkit-linear-gradient(left, #e86c57 0%,#ea2803 26%,#ff6600 64%,#c72200 100%);
	background: linear-gradient(to right, #e86c57 0%,#ea2803 26%,#ff6600 64%,#c72200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86c57', endColorstr='#c72200',GradientType=1 );
	margin-bottom: 10px;
}
.title h2 {
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	background-image: url("./img/title.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px 0px;
}
/* ---------------------------------------------------------------------- */
.ten {
	height: 120px;
	background-image: url("./img/ten.png");
	background-repeat: repeat-y;
	background-position: center top;
}
.ten img {
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
.ten {
	height: 90px;
}
}
/* ---------------------------------------------------------------------- */
.tex {
	text-align: center;
	background-color: #e6e6e6;
	margin-bottom: 30px;
	padding: 20px 10px;
}
.img {
	padding: 10px 0px;
}
.img img {
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
.box {
	padding: 20px 20px;
}
@media screen and (max-width: 767px) {
	.box {
		padding: 10px 10px;
	}
}
.box dl {
	position: relative;
}
.box dt {
	position: absolute;
	top: 50%;
	text-align: center;
	margin-top: -60px;
}
.box.miho dt {
	left: 0px;
	color: #ff61c8;
}
.box.masami dt {
	right: 0px;
	color: #8957a1;
}
.box dt img {
	width: 100px;
	border: 2px solid;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	margin: 0px auto;
}
.box.miho dt img {
	color: #ff61c8;
	background-color: #ff61c8;
}
.box.masami dt img {
	color: #8957a1;
	background-color: #8957a1;
}
.box dt span {
	display: block;
	font-weight: bold;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.box dt {
		margin-top: -30px;
	}
	.box dt img {
		width: 50px;
	}
}
.box dd {
	position: relative;
	min-width: 120px;
	max-width: 100%;
	background: #fff;
	border: 2px solid;
	box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 1px 1px 5px 1px #e6e6e6;
	-moz-box-shadow: 1px 1px 5px 1px #e6e6e6;
	-webkit-box-shadow: 1px 1px 5px 1px #e6e6e6;
	padding: 10px 20px;
}
.box dd:before {
	content: "";
	position: absolute;
	top: 50%;
	border-style: solid;
	margin-top: -12px;
	z-index: 2;
}
.box dd:after {
	content: "";
	position: absolute;
	top: 50%;
	border-style: solid;
	margin-top: -14px;
	z-index: 1;
}
.box.miho dd {
	border-color: #ff61c8;
}
.box.masami dd {
	border-color: #8957a1;
}
.box.miho dd:before {
	left: -25px;
	border-width: 8px 25px 8px 0;
	border-color: transparent #fff transparent transparent;
}
.box.miho dd:after {
	left: -30px;
	border-width: 10px 30px 10px 0;
	border-color: transparent #ff61c8 transparent transparent;
}
.box.masami dd:before {
	right: -25px;
	border-width: 8px 0 8px 25px;
	border-color: transparent transparent transparent #fff;
}
.box.masami dd:after {
	right: -30px;
	border-width: 10px 0 10px 30px;
	border-color: transparent transparent transparent #8957a1;
}
@media screen and (max-width: 767px) {
	.box dd {
		padding: 10px 10px;
	}
	.box.miho dd:before {
		left: -15px;
		border-width: 8px 15px 8px 0;
	}
	.box.miho dd:after {
		left: -20px;
		border-width: 10px 20px 10px 0;
	}
	.box.masami dd:before {
		right: -15px;
		border-width: 8px 0 8px 15px;
	}
	.box.masami dd:after {
		right: -20px;
		border-width: 10px 0 10px 20px;
	}
}
.box.miho dd {
	margin-left: 150px;
}
.box.masami dd {
	margin-right: 150px;
}
@media screen and (max-width: 767px) {
	.box.miho dd {
		margin-left: 80px;
	}
	.box.masami dd {
		margin-right: 80px;
	}
}
.box dd p {
}
.box dd p strong {
	color: #c00;
}
.box dd p b {
}
.box dd span.ex {
	display: block;
	font-size: 13px;
}
/* ---------------------------------------------------------------------- */
.link {
	text-align: right;
	padding: 30px 10px;
}
.link a {
	font-size: 1.4em;
	font-weight: bold;
}
.banner {
	text-align: center;
	padding: 30px 0px;
}
.banner img {
	display: inline-block;
}
/* ---------------------------------------------------------------------- */