/*
Theme Name: UDON
Description: Udon Party Theme
License: UDON會
License URI: hojozu-udon.site
*/

@charset "utf-8";

html {
	font-size: 62.5%;
    scroll-behavior: smooth;
	background-color: #fff;
}
main {
	display: block;
}

/* Common */
a {
	color: #14141e;
	text-decoration: none;
	outline: none;
}
a:hover, a img:hover, button:hover img, input#submit:hover, #contact-form .wpcf7-submit:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul {
    padding: 0;
}
img {
	vertical-align: bottom;
}

/* Top */
#top-logo-area {
	padding: 50px 0;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-logo {
	width: 30%;
	height: auto;
}
h1 {
	margin: 50px 0 100px;
	text-align: center;
	font-size: 5rem;
}

/* Footer */
footer {
	padding: 20px;
	text-align: center;
}
footer small {
	font-size: 1rem;
}