body {
background: #ff9600 url(../img/bg.webp) no-repeat center top / cover;
color: #fff;
font-size: 100%;
line-height: 120%;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
p,ul, ol, dl {padding: 0;margin: 0;}
ul,li{padding: 0;margin: 0;list-style-type: none;}
h1, h2, h3, h4, h5, h6, p {margin-top: 0;padding-right: 0;padding-left: 0;}
a img {border: none;}
a:link {color: #000;text-decoration: underline;}
a:visited {color: #111;text-decoration: underline;}
a:hover, a:active, a:focus {text-decoration: none;}
.TA_kakugo_gf_03_R{
font-family: "ta-kakugo-gf-03", sans-serif;
font-weight: 400;
font-style: normal;
}
/*パンくずリスト----------------------------------*/
nav.panlist{
padding: 4px 0;
width: 100%;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color: black;
display: flex;
white-space: nowrap;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}
#main{
margin: 70px auto 0;
}
#main .logo img{
height:403px;
width:510px;
}
.time {
color: #e60012;
display: inline-block;
font-size: min(2.5em, 5.0vw);
font-weight: 900;
line-height: 1.3;
letter-spacing: 0.05em;
margin: 1em auto 1.5em;
paint-order: stroke;
position: relative;
-webkit-text-stroke: 8px #fff;
text-stroke: 3px black;
}
/* 外側の黒フチ */
.time::before {
content: attr(data-text);
position: absolute;
inset: 0;
color: transparent;
-webkit-text-stroke: 10px #000;
z-index: -1;
}
.text{
border-top: black 5px solid;
border-bottom: black 5px solid;
display: block;
min-height: 200px;
text-align: center;
}
.text .text_in{
border-top: white 5px solid;
border-bottom: white 5px solid;
background-color: #f03315;
background-image: radial-gradient(circle, #de1709 5px, transparent 5px), radial-gradient(circle, #de1709 5px, transparent 5px);
background-position: 0 0, 15px 30px;
background-size: 30px 60px;
color: #fff;
display: block;
font-family: "ta-kakugo-gf-03", sans-serif;
font-size: min(1.5em, 5.0vw);
line-height: 1.5;
padding: 50px 0;
text-shadow: 0px 0px 4px rgba(0, 0, 0, 1), 4px 4px 0px rgba(0, 0, 0, 1);
-webkit-text-stroke: 3px black;text-stroke: 3px black;
paint-order: stroke;
word-break: auto-phrase;
}
.copyright {
color: black;
font-size: 80%;
font-weight: bold;
line-height: 1.5;
padding: 0;
margin: 4% 0;
}
#footer {
font-size: 12px;
line-height: 120%;
padding-bottom: 20px;
}
#footer .mx_copyright{
color: #fff;
}
#footer a{
color: #c00;
text-decoration: none;
}
#sns {
margin: 2% auto;
}
#sns .btn_sns img{
margin: 0 5px;
height: 50px;
width: 50px;
}


/* SP  -------------------------------------------------- */
@media screen and (max-width:640px) {
	img {height: auto;max-width:100%;}
	#main{
	margin: 0 auto;
	width: 100%;
	}
	#main .logo{
	margin: 40px auto 0;
	}
	#main .logo img{
	max-height:403px;
	height: auto;
	max-width:90%;
	}
	.time{
	margin: 20px auto;
	}
	.text .text_in{
	padding: 6%;
	}
}