<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

/* 繝壹�繧ｸ蜈ｨ菴薙�險ｭ螳� */
body {
	margin: 0;
	font-family: sans-serif;
}
article{
    background-color: #ffffff;
    padding: 40px 30px;
    

}

header {
	padding: 25px 15px;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
    font-family: 'Hachi Maru Pop', cursive;
	background-color: #fec3d1;
  
}
.irasuto{
    text-align: center;
	display: block;
}
.irasuto p{
	text-align:  left;
	display: inline-block;
}

/* 繝ｪ繝ｳ繧ｯ */
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}
nav ul {
	list-style-type: none;
	padding: 0;
	color: #666666;
	font-size: 20px;
	display: flex;
	justify-content: center;
}

nav li:not(:last-child) {
	margin-right: 50px;
}

.toppost{
    text-align: center;
}
.toppost ul {
    display: flex;
    justify-content: center;
  }

.toppost  li {
    list-style: none;
  }

.toppost  li:nth-child(2) {
    margin: 0 50px;
  }

.douga{
    text-align: center;
    padding: 40px;
}

footer {
	background-color: #fec3d1;
	padding: 25px 15px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
}

@media screen and (max-width: 1300px) {

	.toppost img{
		width: 300px;
		
	}
}
@media screen and (max-width: 480px) {
	nav ul{
		font-size: 10px;
	
	}
	.irasuto img{
		width: 300px;
		height: 300px;
	}
	.toppost ul {
    flex-direction: column;
  }
.toppost  li:nth-child(2) {
    margin: 0 ;
  }
  
.douga iframe{
	width: 300px;
	height: 200px;

	}
}</pre></body></html>