@charset "utf-8";
/* CSS Document */

body {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 150px auto;

}

img {
	max-width: 100%;
	margin: auto auto;
}


@media only screen and (max-width: 1000px) and (min-width: 481px)
 {

header {
	max-width: 768px;
}

#menu {
    display: none;
}

  
#toggle {
	display: block;
    width: 100%;
    text-align: right
}

.modal-content li {
	list-style: none;
	font-weight:bold;
	margin: 0 auto 5px;
}

.modal-content a {
	text-decoration: none;
}

.modal-content a:link {
	color: #444444;
}

.modal-content a:visited {
	color: #444444;
}

.close-content01 {
	display: block;
    width: 100%;
    text-align: right;
	margin-top: 30px;
	margin-right: 5px;
}

	
 }
 
@media only screen and (max-width: 480px) {


#menu {
    display: none;
}

  
#toggle {
	display: block;
    width: 100%;
    text-align: right
}

.modal-content li {
	list-style: none;
	font-weight:bold;
	margin: 0 auto 5px;
}

.modal-content a {
	text-decoration: none;
}

.modal-content a:link {
	color: #444444;
}

.modal-content a:visited {
	color: #444444;
}

.close-content01 {
	display: block;
    width: 100%;
    text-align: right;
	padding: 40px 1000px 0 0;
}

#youtube {
	width: 100%;
}

#youtube iframe {
	width: 100%;
	height: 100%;
}

.cr {
	position: relative;
	text-align: left;
}

.sns {
	text-align: left;
	margin-top: 7px;
}

}

