@charset "UTF-8";

/* CSS リセット */
html,
header, footer, hgroup,
section, article, nav, aside, details, figure, figcaption,
div, span,
a, b, i, u, s,
address, blockquote, q, ins, del, sub, sup, em, strong, abbr, cite, dfn, code, samp, var, mark, data,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, dl, dt, dd, pre,
bdo, bdi,
ruby, rt, rp,
fieldset, legend, label,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup, col,
img, audio, video, source, track,
form, summary,
iframe
{
	margin: 0;
	padding: 0;
}

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.all_block table
{
	border-collapse: collapse;
}

.all_block img
{
	display: block;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	border: none;
}

.all_block img.size
{
	width: 100%;
}

.all_block img.size90
{
	width: 90%;
}

.all_block a
{
	color: #000000;
	text-decoration: none;
}

.all_block a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


.all_block a:hover img
{

}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16pt;
}

.all_block ol, ul
{
	list-style: none;
}

div.under_line
{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #7a7a7a;
}

/* 基本エリア */
.clearfix:after
{
	content: "";
	clear: both;
	display: block;
}

.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

span.purple
{
	color: #6843b8;
	font-weight: bold;
}

/* ヘッダーロゴ規定 ---------------------------------- */
div.header
{
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 1000px;
	margin: 0% auto 0% auto;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #ffffff;
}

div.header_line
{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 10px 15px;
	color: #ffffff;
	text-align: center;
	font-size: 9pt;
	background-color: #35318f;
}

div.logo
{
	float: left;
	width: 30%;
	margin: 0% 0% 0% 0%;
	padding: 2% 0% 1% 1%;
	line-height: 100%;
}

/* フローティング ボタン */
div.header_menu
{
	float: right;
	width: 40%;
	max-width: 300px;
	margin: 5px 0px 5px 0px;
}

img.anime
{
	animation: anime1 2s ease 0s infinite alternate;
	transform-origin:center;
}

@keyframes anime1 {
	from
	{
		transform: scale(0.9,0.9);
	}
	to
	{
		transform: scale(1,1);
	}
}

/* 入力しても良いのココから -------------------------- */
div.all_block
{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	width: 100%;
	max-width: 1000px;
	padding: 0% 0% 0% 0%;
	margin: 0px auto 0px auto;
	font-size: 16pt;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

div.main_img
{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 20% 0% 0% 0%;
}

div.content_img
{
	width: 100%;
	max-width: 1000px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
}

div.details
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 3% 5% 3% 5%;
	font-size: 8pt;
	line-height: 180%;
	text-align: left;
	color: #000000;
	background-color: #f0efff;
}

/* フッター -------------------------------- */
footer.block_footer
{
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	color: #ffffff;
	text-align: center;
	background-color: #35318f;
}

address.copy
{
	font-size: 8pt;
}

/* スマホのみ電話を押せるように -------------------------------- */
@media screen and (min-width: 800px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (min-width:800px){
    .brsp {display:none;}
}

/* スマホ限定の改行コード -------------------------------- */
@media screen and (min-width:800px){
    .brsp {display:none;}
}

/* ＰＣのみ表示 -------------------------------- */
@media screen and (max-width:800px){
    .pc {display:none;}
}

/* スマホのみ表示 -------------------------------- */
@media screen and (min-width:799px){
    .sp {display:none;}
}
