@import url("https://fonts.googleapis.com/css?family=Marcellus&display=swap");
@charset "UTF-8";
:root{
	--body : #231815;
	--link : #333;
}
:root{
	-ms-text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
	    text-spacing : trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
	--fontFamily : "Marcellus", serif;
}
* , *:before , *:after{
	box-sizing : border-box;
}

.pc_display{
	display: block;
}
.sp_display{
	display: none;
}
		@media screen and (max-width: 768px){
		.pc_display{
			display: none;
		}
		.sp_display{
			display: block;
		}}

html{
	visibility : visible;
}
html , body{
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
	background-color:#fffbf1;
}
div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , nav , output , ruby , section , summary , time , mark , audio , video{
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 100%;
	font : inherit;
}
main , article , aside , details , figcaption , figure , footer , header , nav , section , picture{
	display : block;
}
ol , ul{
	list-style : none;
}
blockquote , q{
	quotes : none;
}
blockquote:before , blockquote:after , q:before , q:after{
	content : "";
	content : none;
}
table{
	border-collapse : collapse;
	border-spacing : 0;
	width : 100%;
	table-layout : fixed;
}
em{
	font-style : normal;
}

a{
	text-decoration : none;
	outline : none;
}
picture{
	line-height : 1;
}
picture img{
	line-height : 1;
	vertical-align : top;
}
img{
	width : auto;
	vertical-align : top;
	outline : none;
}
img[src$="svg"]{
	-webkit-backface-visibility : hidden;
	        backface-visibility : hidden;
}
input[type="text"] , input[type="email"] , input[type="password"] , input[type="tel"]{
	padding-left : .5em;
	padding-right : .5em;
}
textarea{
	padding : .5em;
}
input[type="submit"] , input[type="reset"] , button{
	border : 0;
	padding : 0;
	background : none;
	display : inline-block;
	outline : none;
	-webkit-appearance : none;
}
input[type="submit"]:hover , input[type="reset"]:hover , button:hover{
	cursor : pointer;
}
select{
	outline : none;
	-webkit-appearance : none;
	border-radius : 0;
}
select::-ms-expand{
	display : none;
}
input{
	-webkit-appearance : none;
	border-radius : 0;
	border-style : solid;
	outline : none;
}
textarea{
	resize : vertical;
	-webkit-appearance : none;
	border-radius : 0;
	border-style : solid;
}
input , select , textarea , button{
	font-family : "Marcellus"
	,
	serif;
	font-family : var(--fontFamily);
}
button{
	cursor : pointer;
}
body{
	font-family : "Marcellus"
	,
	serif;
	font-family : var(--fontFamily);
	position : relative;
	font-size : 100%;
	font-size-adjust : 100%;
	line-height : 1;
	display : block;
	overflow-scrolling : touch;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
	scroll-behavior : smooth;
	text-rendering : optimizeLegibility;
	color : #231815;
	color : var(--body);
}
a{
	color : #231815;
	color : var(--body);
}
.sunserif{
	font-family: 'Noto Sans Japanese', sans-serif;
}
@media print{
	body{
		width : 100%;
		overflow-x : hidden;
	}
	@page{
		margin-top : .4cm;
		margin : .5cm;
	}
	.no-print{
		display : none;
	}
	[data-aos^=fade][data-aos^=fade]{
		opacity : 1!important;
	}
}
/*# sourceMappingURL=../maps/regulate.css.map */
