@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 img
{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

img.size
{
	width: 100%;
}

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

.all_block a
{
	text-decoration: none;
}

.all_block a:hover
{
	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;
}

/* SVG関係 */

svg line {
  fill: none;
}

.line1 {
  stroke: #f7c;
}

.line2 {
  stroke: #09d;
}

.line3 {
  stroke: #0c5;
}

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

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

span.purple
{
	font-weight: bold;
}

/* ヘッダーロゴ規定 ---------------------------------- */
div.header
{
	width: 100%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	background-color: #ffffff;
	padding: 16px 0px 16px 16px;
}

h1.logo
{
	width: 30%;
	max-width: 260px;
	min-width: 260px;
	margin: 0% auto 0% 0%;
	line-height: 100%;
}

/* 入力しても良いのココから -------------------------- */
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;
	text-align: center;
	background-color: #ffffff;
}

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

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

div.menu_area
{
	width: 96%;
	max-width: 800px;
	margin: 3% auto 3% auto;
	padding: 0% 0% 0% 0%;
}

div.menu_left
{
	float: left;
	width: 32%;
	max-width: 256px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.menu_right
{
	float: left;
	width: 32%;
	max-width: 256px;
	margin: 0% 0% 0% 2%;
	padding: 0% 0% 0% 0%;
}

h2.subtitle01
{
	width: 96%;
	max-width: 800px;
	margin: 0% auto 1% auto;
	padding: 1% 0% 0% 0%;
	color: #54419a;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

h3.subtitle02
{
	width: 96%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 1% 0%;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #7e6fb2;
}

div.tomonokai_description
{
	width: 96%;
	max-width: 800px;
	margin: 0% auto 4% auto;
	padding: 2% 5% 3% 5%;
	color: #000000;
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	border: 3px solid #7e6fb2;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.tomonokai_left
{
	float: none;
	width: 60%;
	max-width: 600px;
	margin: 0% auto 0% auto;
	padding: 0% 0% 0% 0%;
	text-align: center;
}

div.tomonokai_right
{
	float: none;
	width: 80%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	padding: 2% 0% 2% 0%;
	text-align: left;
}


/* 一文追加 */

div.event_text
{
	width: 100%;
	margin: 0% 0% 3% 0%;
	padding: 2% 4% 3% 4%;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #35318f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.event_details_text
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 20px 20px 10px 20px;
	font-size: 13pt;
	line-height: 160%;
	font-weight: normal;
	color: #3c3c3c;
	text-align: left;
}

div.event_details_text2
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 10px 0px 10px 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #ff0000;
	text-align: right;
}

div.event_details_title
{
	jwidth: 100%;
	margin: 0px 0px 0px -10px;
	padding: 20px 0px 10px 0px;
	font-size: 14pt;
	line-height: 160%;
	font-weight: bold;
	color: #35318f;
	text-align: left;
}

div.blueberry_image
{
	float: none;
	width: 80%;
	margin: 0% auto 0% auto;
	padding: 10px 0% 10px 0%;
}

div.hanko_image
{
	float: none;
	width: 80%;
	margin: 0% auto 0% auto;
	padding: 10px 0% 10px 0%;
}

div.menokoto_image
{
	width: 80%;
	max-width: 400px;
	margin: 0% 0px 0% 0px;
	padding: 1% 0% 0% 0%;
}

div.coaster_image
{
	float: none;
	width: 80%;
	margin: 0% auto 0% auto;
	padding: 10px 0% 10px 0%;
}

div.event_details
{
	float: left;
	width: calc(100%/2);
	margin: 0% 0px 0% 0px;
	padding: 10px 1% 0% 1%;
}

/* イベント詳細 ------------------------- */

div.event_01
{
	width: 96%;
	max-width: 800px;
	margin: 3% auto 3% auto;
	padding: 4% 2% 4% 2%;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	background-color: #e9f6fe;
	border: 3px solid #e9f6fe;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.event_02
{
	width: 96%;
	max-width: 800px;
	margin: 3% auto 3% auto;
	padding: 4% 2% 4% 2%;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	background-color: #fef2d8;
	border: 3px solid #fef2d8;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.event_left
{
	float: none;
	width: 90%;
	max-width: 500px;
	margin: 0% auto 0% auto;
	padding: 2% 0% 2% 0%;
	text-align: center;
}

div.event_right
{
	float: none;
	width: 70%;
	max-width: 300px;
	margin: 0% auto 0% auto;
	padding: 1.5% 0% 0% 0%;
	text-align: left;
}

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

div.button_map
{
	float: left;
	width: 31%;
	max-width: 110px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.button_participation
{
	float: right;
	width: 67%;
	max-width: 236px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.coming_soon
{
	width: 96%;
	max-width: 800px;
	margin: 2% auto 5% auto;
	padding: 8% 5% 8% 5%;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	background-color: #edebf6;
	border: 3px solid #edebf6;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

div.work_image a
{
	font-size: 14pt;
	color: #4c4298;
	line-height: 120%;
	text-decoration: underline;
}

div.text_min
{
	font-size: 10pt;
}

/* フッター -------------------------------- */
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;}
}