@charset "shift_jis";
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: "CI", "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 11pt;
	background: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.7, #fff), to(#eee));
	background:-moz-linear-gradient(top, #fff 0%, #fff 70%, #eee 100%);
	background:linear-gradient(to bottom, #fff 0%, #fff 70%, #eee 100%);
	background-attachment: fixed;
	line-height: 1.6em;
	color: #000;
	-webkit-text-size-adjust: 100%;
-webkit-appearance: none;
}
h1,h2,h3,h4,h5{
	font-size: 16px;
}
ul{
	list-style-type: none;
}
.kanrenlink {
	background: blue;
	margin: 24px 3px 16px;
	padding: 1px 0;
	height: 24px;
}
.kanrenlink li {
	background: #fff;
	float:left;
	font-size: 10pt;
	padding: 1px 15px 0 15px;
	margin-left: 1px;
}
img {
	border: none;
}
a{
	color: #0066cc;
}
a:hover{
	color: #7dd92c;
	text-decoration: none;
}
/*font
---------------------------------------------------------------------------*/
.fred{
	color: #e50000;
}
.fblue{
	color: blue;
}
.fb{
	font-weight: bold;
}
/*header
---------------------------------------------------------------------------*/
#header{
	width: 1000px;
	margin: 0 auto;
}
#header h1 span{
	white-space: nowrap;
}
#header h1{
	font-size: 19px;
	margin: 0 0 15px;
	padding-top: 15px;
	text-align: center;
}
#header h1 span.kg{
	display: inline;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 15px;
	padding-top: 15px;
	color: red;
}
/*navi
---------------------------------------------------------------------------*/
#navi{
	width: 100%;
	max-width: 1100px;
	height: 40px;
	background: url(img/navi.png);
	box-shadow: 0 3px 3px #ccc;
	margin: auto;
}
#navi ul{
	display: table;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	border-right: dashed 1px #777;
	border-left: dashed 1px #222;
}
#navi ul li{
	display: table-cell;
	vertical-align: top;
	width: 14%;
	letter-spacing: 1px;
	text-align: center;
	border-right: dashed 1px #222;
	border-left: dashed 1px #777;
}
#navi ul li:first-child,#navi ul li:last-child{
	width: 16%;
}
#navi ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-shadow: -1px -1px 2px #222;
	text-decoration: none;
	background: url(img/navi.png);
}
#navi ul li a:hover{
	background: url(img/navi_hover.png);
	text-shadow: 1px 1px 2px #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
}
/*main
---------------------------------------------------------------------------*/
#main{
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}
#catch{
	position: relative;
	height: 350px;
}
#catch img{
	position: absolute;
	top: 0;left: 0;
}
#catch h2{
	position: absolute;
	top: 5px;left: 10px;
	font-size: 26px;
	color: #fff;
	text-shadow: 0 0 7px #000;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#catch ul{
	position: absolute;
	bottom: 0;left: 0;
	display: table;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.3);
}
#catch ul li{
	display: table-cell;
	width: 333px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-left: 10px;
	padding-top: 3px;
}
#catch ul li span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 2px;
}
#catch + ul{
	display: table;
	width: 100%;
}
#catch + ul li{
	display: table-cell;
	text-align: right;
}
#catch + ul li a{
	display: block;
	color: #fff;
	padding-right: 5px;
	background: #333;
	border: solid 1px #333;
}
#catch + ul li a:hover{
	background: #fff;
	color: #0066cc;
}
.orange{
	width: 100%;
	height: 800px;
}
#main div.yoyakuform{
	width: 100%;
	height: 3.6em;
	padding-top: 0.5em;
	border-bottom: dotted 2px #ccc;
}
#main div.yoyakuform2{
	width: 100%;
	height: 10em;
	padding-top: 0.5em;
	border-bottom: dotted 2px #ccc;
}
#main p.koumoku{
	box-sizing: border-box;
	float: left;
	width: 25%;
	height: 2em;
	font-size: 12pt;
	line-height: 2em;
	margin: 0;

}
.nyuryoku{
	box-sizing: border-box;
	float: right;
	width: 75%;
	height: 1.8em;
	line-height: 1.8em;
	font-size: 12pt;
	margin: 0.5em 0 0;
	border: solid 1px #ccc;
}
.nyuryoku2{
	box-sizing: border-box;
	float: right;
	width: 75%;
	height: 8em;
	line-height: 1.4em;
	font-size: 12pt;
	margin: 0.5em 0 0;
	border: solid 1px #ccc;
}
.soushin{
	box-sizing: border-box;
	clear: both;
	width: 200px;
	height: 2em;
	font-size: 12pt;
	margin: 15px calc(50% - 100px);
	text-align: center;
}
/*footer
---------------------------------------------------------------------------*/
#footer{
	width: 1000px;
	margin: 50px auto 0;
}
#footer ul{
	display: table;
	width: 1000px;
	margin: 0 auto;
	font-size: 10pt;
}
#footer ul li{
	display: table-cell;
	text-align: center;
	padding: 0 20px;
	border-right: solid 1px #555;
}
#footer ul li:last-child{
	border: none;
}
#footer p{
	color: #555;
	text-align: center;
	margin: 20px auto;
}
/* 
---------------------------------------------------------------------------*/
.counter {
	width: 1000px;
	margin: 50px auto 0;
	text-align: center;
	bottom: 0;
	background:#fff;
	color:#000;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #000;
	padding-top: 6px;
	font-size: 9pt;
}
	.total {
		width: 78px;
	}
	.day {
		width: 30px;
	}
/*seiryuέθ
---------------------------------------------------------------------------*/
#seiryu{
	margin-top: 30px;
}
#seiryu .imp{
	background: #ffffcc;
	width: 800px;
	margin: 0 auto;
	color: #63310b;
	text-align: center;
	padding: 5px 0;
	border-radius: 10px;
	box-shadow: 0 0 10px #aaa;
}
#seiryu .fst .tex span{
	display: block;
	color: orange;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 1px 1px 3px #ffffaa;
	margin: 10px 0;
}
#seiryu .fst .tex{
	padding-right: 20px;
}
#seiryu .fst .img{
	position: relative;
	border: solid 3px #fff;
	outline: solid 1px #ccc;
}
#seiryu .fst .img img{
	display: block;
}
#seiryu .fst .img span{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #ffbe1a;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}
#seiryu .scnd{
	background: #ffffcc;
	border: solid 1px #63310b;
	padding: 5px;
}
#seiryu .scnd img{
	display: block;
	width: 300px;
	margin-right: 10px;
}
#seiryu .scnd span{
	display: block;
	color: #e50000;
	font-weight: bold;
	border-bottom: solid 2px #63310b;
	margin-bottom: 10px;
}
/*umeέθ
---------------------------------------------------------------------------*/
#ume{
	width: 96%;
	margin: 30px 2%;
}
#ume h2{
	clear: both;
	width: 100%;
	margin: 20px 0;
	background-color: #f8e0f1;
	font-size: 28px;
	line-height: 1.5em;
	text-align: center;
	color: #000;
	padding: 8px 0;
}
#ume h2.first{
	background-image: url("aoume_img/ume01.jpg");
	background-size: contain;
	background-repeat: no-repeat;

}
#ume h2 span{
	color: #f00;
}
#ume p{
	margin: 24px 0 24px 16px;
	line-height: 1.4em;
}
#ume div.pic{
	margin: 0 0 0 24px;
	float: right;
	width: 300px;
}
#ume div.pic3{
	margin: -320px 0 0 24px;
	float: right;
	width: 300px;
}
#ume div.pic img,#ume div.pic3 img{
	width: 300px;
	margin: 0;
}
#ume div.pic2 img{
	width: 350px;
	margin: 0;
}
#ume div.pic p{
	display: block;
	font-size: 10pt;
	text-align: center;
	margin: 0 0 56px;
}
#ume div.pic2{
	margin: 0 24px 0 0;
	float: left;
	width: 350px;
}
#ume p.wazuka{
	color: #0B0B61;
	font-size: 24pt;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 64px;
}
#ume p.wazuka span{
	color: #f00;
}
#ume p.wazuka span.shou{
	color: #000;
	font-size: 11pt;
}
#ume div.media{
	margin: 0 2%;
	background: url('img/ume_003.png');
	width: 96%;
	height: 616px;
	padding: 16px 0;
}
#ume div.media p{
	padding: 0 0 0 16px;
	font-weight: bold;
}
#ume div.media img{
	width: calc(100% - 16px);
	margin-left: 16px;
}
#ume div.media div.tv{
	float: left;
	width: 50%;
	margin: 16px 0 0;
	padding: 0;
}
#ume div.media div.tv img{
	width: calc(100% - 32px);
	margin:  0 16px;
}
#ume div.media div.tv img.chousei{
	width: calc(100% - 110px);
	margin:  0 55px 0 55px;
}
.howto{
	display: block;
	margin: 16px 2% 56px;
	width: 96%;
	height: 1.7em;
	background: #ffc;
	border: solid 2px #000;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	padding-top: 0.9em;
}
#ume p.shutten{
	margin-bottom: 0;
}
#ume p.shutten2{
	text-align: right;
	margin-top: 0;
}
#ume ul{
	color: #f00;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 2px;
	margin: 0 0 0 100px;
	text-indent: 40px;
}
#ume ul li{
	background: url('img/ume_010.png') no-repeat 0 2px;
}
#ume ul li span{
	color: #000;
	font-size: 11pt;
}
#ume p.shouhinmei{
	color: #000;
	font-size: 18pt;
	font-weight: bold;
}
#ume p.shouhinkakaku{
	margin: 32px 0;
	color: #000;
	font-size: 24pt;
	font-weight: bold;
	text-indent: 64px;
}
#ume p.shouhinkakaku span{
	color: #f00;
	font-size: 18pt;
	font-weight: normal;
	text-decoration: underline;
}
.cartbutton, .cartbutton2{
	font-size: 24px;
	font-family: 'CI';
	color: #fff;
	background-color: #060;
	padding: 5px 12px 1px;
	border-radius: 5px;
	margin: 0 0 0 8px;
}
#umecart{
	text-align: right;
	margin: 80px 20px 0 0;
}
#ume div.shousai{
	width: calc(60% - 20px);
	height: calc(12em + 4px);
	background: #fbb;
	margin-left: 40%;
	border: solid 1px #000;
}
#ume div.shousai p{
	float: left;
	width: calc(30% - 2px);
	background: #ffc;
	line-height: 4em;
	border: solid 1px #000;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#ume div.shousai p.naiyou{
	float: right;
	width: calc(70% - 18px);
	background: #fff;
	line-height: 4em;
	border: solid 1px #000;
	text-align: left;
	font-weight: normal;
	padding-left: 16px;
}
#ume div.shousai p.naiyou2{
	float: right;
	width: calc(70% - 18px);
	background: #fff;
	line-height: 4em;
	border: solid 1px #000;
	text-align: left;
	font-weight: normal;
	padding-left: 16px;
}
#ume p.rightlink{
	text-align: right;
	margin: 40px 20px;
}
/*ume2έθ
---------------------------------------------------------------------------*/
#ume2{
	width: 90%;
	margin: 30px 5%;
}
#ume2 h2{
	clear: both;
	width: 100%;
	margin: 20px 0;
	background: #d8f6ce;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
	padding: 9px 0 5px 12px;
	border-bottom: solid 10px #0b610b;
}
#ume2 h2 span{
	font-size: 12px;
	color: #f00;
	font-weight: normal;
}
#ume2 h3{
	clear: both;
	width: 100%;
	margin: 20px 0 0;
	font-size: 14pt;
	line-height: 1.5em;
	color: #000;
	padding: 9px 0 5px 12px;
	border-bottom: solid 3px #0b610b;
}
#ume2 p{
	clear: both;
	width: 100%;
	margin: 0 0 24px;
	font-size: 12pt;
	line-height: 1.5em;
	color: #000;
	padding: 9px 0 5px 12px;
}
#ume2 p span{
	color: #f00;
}
#ume2 ul{
	font-size: 12pt;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 30px
}
#ume2 ul li{
	margin: 12px 0 24px;
}
#ume2 ul span{
	font-weight: normal;
}

#ume2 p.rightlink{
	text-align: right;
}
/*negiέθ
---------------------------------------------------------------------------*/
#negi .imp{
	position: relative;
	width: 1080px;
/*	height: 370px;*/
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px #aaa;
}
#negi .imp img{
	width: 100%;
}
#negi .imp2{
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 16px;
	border-radius: 10px;
	overflow: hidden;
}
#negi .imp2 img{
	width: 50%;
	float:left;
	border-radius: 10px;
	margin-left:20px;
}
#negi .imp p{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-shadow: -2px -2px 2px #000,-2px 2px 2px #000,2px -2px 2px #000,2px 2px 2px #000,0 0 5px #000;
	letter-spacing: 0;
	padding: 15px 10px 10px;
	line-height: 1.6em;
}
#negi .imp2 p{
	position: absolute;
	top: 46px;
	left: 58%;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#negi .fst,#negi .scnd{
	background: #e5f9ff;
	border: solid 1px #0b4763;
	padding: 5px;
}
#negi .fst span,#negi .scnd span{
	display: block;
	color: #e50000;
	font-weight: bold;
	border-bottom: solid 2px #0b4763;
	margin-bottom: 10px;
}
#negi .scnd{
	width: 810px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
#negi .scnd td{
	border: solid 1px #0b4763;
	padding: 5px;
}

/*»ΜΌ€Κέθ
---------------------------------------------------------------------------*/
#seiryu div,#ume div,#negi div{
	display: block;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}
#seiryu div p,#ume div p{
	display: table-cell;
	vertical-align: middle;
}
#seiryu .link,#ume .link,#negi .link{
	height: 50px;
	line-height: 50px;
	margin: 20px 0 100px;
}
#seiryu .link a,#ume .link a,#negi .link a{
	display: block;
	background: #4eabd9;
	border: solid 1px #205b99;
	border-radius: 5px;
	box-shadow: 1px 1px #fff inset;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 1px #205b99;
	letter-spacing: 1px;

}
#ume .link a{
	background: #44c234;
	border: solid 1px #0c5d19;
	text-shadow: -1px -1px 1px #0c5d19;
}
#negi .link a{
	background: #f0c338;
	border: solid 1px #76510b;
	text-shadow: -1px -1px 1px #76510b;
}
#seiryu .link a:hover{
	border: none;
	border-top: solid 1px #205b99;
	box-shadow: 0 0 7px #205b99 inset;
	text-shadow: 1px 1px 3px #205b99;
}
#ume .link a:hover{
	border: none;
	border-top: solid 1px #0c5d19;
	box-shadow: 0 0 7px #0c5d19 inset;
	text-shadow: 1px 1px 3px #0c5d19;
}
#negi .link a:hover{
	border: none;
	border-top: solid 1px #76510b;
	box-shadow: 0 0 7px #76510b inset;
	text-shadow: 1px 1px 3px #76510b;
}
#seiryu .link a:before,#ume .link a:before{
	content: "\25c6";
}
#tmenu{
	display: table;
	width: 800px;
	padding: 10px;
	margin: 30px auto;
	background: #eee;
	border: solid 1px #555;
}
#tmenu li{
	display: table-cell;
	border-right: solid 1px #555;
	text-align: center;
}
#tmenu li:last-child{
	border: none;
}
#tuhan table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}
#tuhan table tr td{
	padding: 7px;
	border: solid 1px #aaa;
}
#tuhan td > table{
	width: auto;
}
#tuhan td > table tr td{
	padding: 0;
	border: none;
}
#tuhan .komoku{
	width: 200px;
	background: #f5f5f5;
	font-weight: bold;
}
#tuhan p{
	margin-top: 30px;
}
.jouge8{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
/*ΔRq
---------------------------------------------------------------------------*/
#kakasi{
	clear: both;
	padding: 8px 0 24px;
}
#kakasi p{
	width: 800px;
	margin: 12px auto;
}
#kakasi p.center{
	text-align: center;
}
#kakasi div{
	width: 800px;
	margin: 24px auto 48px;
	background: #ffffcc;
	border: solid 1px #63310b;
	padding: 5px;
}
#kakasi div.summary{
	width: 800px;
	margin: -49px auto 48px;
	background: #fff;
	border: solid 1px #63310b;
	padding: 5px;
}
#kakasi div.summary p{
	width: 92%;
	margin: 0;
	padding: 10px 4% 10px 4%;
	line-height: 2em;
	letter-spacing: 2px;
}
#kakasi img{
	display: block;
	width: 810px;
	margin: 24px auto 16px;
}
#kakasi div span{
	display: block;
	color: #e50000;
	font-weight: bold;
	border-bottom: solid 2px #63310b;
	margin-bottom: 10px;
}
#kakasi div.summary p span{
	display: block;
	color: #000;
	font-weight: bold;
	border-bottom: solid 2px #ccc;
	margin-bottom: 10px;
}
#kakasi div.ichi,#kakasi div.ni,#kakasi div.home{
	margin: -24px auto;
	padding: 8px 0;
	background: none;
	border: none;
}
#kakasi div.ichi .link,#kakasi div.ni .link,#kakasi div.home .link{
	height: 50px;
	line-height: 50px;
}
#kakasi .link a{
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 1px #205b99;
	letter-spacing: 2px;
}
#kakasi div.ichi .link a{
	background: #4eabd9;
	border: solid 1px #205b99;
	text-shadow: -1px -1px 1px #205b99;
}
#kakasi div.ni .link a{
	background: #44c234;
	border: solid 1px #0c5d19;
	text-shadow: -1px -1px 1px #0c5d19;
}
#kakasi div.home .link a{
	color: #333;
	background: #ccc;
	border: solid 1px #777;
	text-shadow: -1px -1px 1px #eee;
	margin-top: 32px;
}
#kakasi .link a:hover{
	border: none;
	border-top: solid 1px #205b99;
	box-shadow: 0 0 7px #205b99 inset;
	text-shadow: 1px 1px 3px #205b99;
}
#kakasi ul{
	margin: 0 0 0 230px;
	line-height: 3em;
	letter-spacing: 3px;
	list-style-type: circle;
}
#kakasilink{
	width: 800px;
	margin: 12px auto;
	padding: 15px 50px;
	margin-top: -24px;
}
#kakasilink div{
	width: 100%;
	margin: 5px 0 20px;
	border: outset 1px #777;
	padding: 15px 0 0;
	background: #f8f8f8;
	box-shadow: 2px 2px 3px #777;
	border-radius: 4px 4px 6px 6px;
}
#kakasilink div:hover{
	border: solid 1px #777;
	background: #f0f8f0;
	box-shadow: none;
}
#kakasilink div:active{
	border: inset 1px #777;
	background: #fdf8fd;
	box-shadow: -2px -2px 3px #777;
}
#kakasilink div p{
	text-align: center;
	line-height: 3em;
}
#kakasilink a:hover{
	color: #003388;
	text-decoration: underline;
}
#kakasilink div img{
	float: left;
	width: 21%;
	margin: 0 2%;
	box-shadow: 1px 1px 1px #777;
	border-radius: 5px;
}
.naibulink{
	text-align: right;
}

/*`
---------------------------------------------------------------------------*/
#album{
	width: 800px;
	margin: 12px auto;
}
#album img{
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 1px #777;
	border-radius: 5px;
}

.zoom {
	position: relative;
	float:left;
	width: 22%;
	margin: 16px 1.5%;
	
}
	#album .zoom img.tmb {
		position: absolute;
		width: 20px;
		right: 5px;
		bottom: 5px;
		border: solid 1px #000;
	}
	.zoom p{
		font-size: 10pt;
		line-height: 1em;
	}

#negi .txt33{
	margin: 40px 0 -140px 200px;
	font-weight: bold;
	font-size: 24pt;
	line-height: 1.4em;
	color: #f00;
}
/*2021/08/04 ΗΑ
---------------------------------------------------------------------------*/
.bold {
	font-weight: bold;
}
.red {
	color: #e00;
}
.font_pt15 {
	font-size: 15pt;
}
/*2021/07/30 ~GLXy[W ΗΑ
---------------------------------------------------------------------------*/
.umeflex1 {
	display:flex!important;
}
	.umeflex1 div {
		width:calc(100% / 3 - 8px);
	    position:relative;
		width:100%;
		height:0;
		padding-top:20%;
	}
	.umeflex1 div iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.umeflex1 div img{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		margin-bottom:12px;
	}
.umemakingpc {
	width: 100%;
}
.umemakingsp {
	display: none;
}
.umetube {
	display: block!important;
	float: left!important;
	width: calc(100% / 3)!important;
	margin: 0!important;
}
.dougamark img {
	display:block;
	position: absolute;
	width:23%!important;
	margin: -168px 0 0 19px!important;
	padding: 50px 99px;
	filter: opacity(90%) saturate(0);
}
.dougamark img:hover {
	filter: opacity(100%) saturate(1);	
}
.douga_t1 {
	color:#000!important;
	font-size:90%!important;
	padding:4px 0 0 1em!important;
	text-indent:0px!important;
	margin:0 4px 0 calc(2em + 4px)!important;
	line-height: 1.2em!important;
}
.douga_t2 {
	color:#000!important;
	font-size:90%!important;
	padding:4px 0 1.1em 1em!important;
	text-indent:0px!important;
	margin:0 0 4px calc(2em + 4px)!important;
	line-height: 1.2em!important;
}
.douga_t3 {
	color:#000!important;
	font-size:90%!important;
	padding:4px 0 0 1em!important;
	text-indent:0px!important;
	margin:0 0 0 calc(2em + 4px)!important;
	line-height: 1.2em!important;
}

	img.douga_m1 {
	display:block;
	width:calc((100% / 3) - 16px);
	margin:8px auto!important;
	padding:0!important;
	box-sizing:border-box;
	-webkit-appearance:none;
		height:170px!important;
	}
.douga_m2, .douga_m3 {
	display:block;
	width:calc(100% - 16px);
	height:100%;
	margin:8px auto!important;
	padding:0!important;
	box-sizing:border-box;
	-webkit-appearance:none;
	border:10px outset #444;
	box-shadow:2px 2px 2px #777;
}
.media-space {
	clear:both!important;
	width:100%!important;
	padding-top:24px!important;
}
/*
---------------------------------------------------------------------------*/
.umecatch {
	display: block;
	border: solid 2px #ff0000;
	background-color: #f8e0f1;
	width: 95.4%;
	margin: auto;
	padding: 24px;
}
.marathon {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3em;
	letter-spacing: 4px;
	margin: 12px 0;
}
.yudaplum {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 12px 0;
}
.m206 {
	display: flex;
	margin: 24px 0 12px;
}
	.m206 div:first-child {
		width: 60%;
	}
	.m206 div:last-child {
		width: 40%;
	}
.y1000 {
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	color: #ff0000;
	margin-right: 10%;
}
.ishinpou {
	text-align: right;
	font-size: 16px;
	margin-top: 12px;
	margin-right: 6%;
}
.reserve {
	display: block;
	border: solid 1px #000000;
	text-align: center;
	font-size: 24px;
	width: 70%;
	padding: 17px 0 15px;
	color: #000;
	text-decoration: none;
	background: #fff;
}
.reserve:hover {
	color: #000;
}
.june {
	font-size: 16px;
}
.fee {
	text-align: right;
	font-size: 18px;
	margin-bottom: 0!important;
}
.fee2 {
	text-align: right;
	color: #ff0000;
	font-size: 32px;
	margin-bottom: 0!important;
}
.fee span {
	padding-left: 2em;
	font-size: 32px;
	font-weight: bold;
}
.yoyakuitem {
	width: calc((70% - 1.198em) - 4px)!important;
	line-height: calc(3em + 3px);
	border: solid 1px #333;
	border-left: none;
	padding: 8px 0 8px 16px;
}
.yoyakuitem2, .yoyakuitem3 {
	float: left;
	width: calc((35% - 1.198em) - 1px)!important;
	line-height: calc(3em + 3px);
	border: solid 1px #333;
	border-left: none;
	padding: 6px 0 6px 16px;
	margin-bottom: 8px;
}
.yoyaku {
	clear:both;
	display: block;
	font-size: 24px;
	font-family: 'CI';
	color: #fff;
	background-color: #060;
	padding: 5px 12px 1px;
	border-radius: 5px;
	width: 80%;
	margin: 16px 10%;
}
.medialink {
	margin: -60px 32px 38px auto!important;
}
.pcflex {
	display: flex!important;
}
.pcflex p.font_pt15 {
	margin-top: 64px!important;
}
.pcflex p.font_pt15 a {
	margin-top: 64px!important;
}
