/* CSS Document */

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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", 
	"MS PGothic", "sans-serif", "Osaka";
}

header {
	width: 100%;
	max-width: 960px;
	max-height: 150px;
	margin: 30px auto;
	padding: 0;
}

#logo img {
	width: 200px;
	height: auto;
	float: left;
}

#toggle {
	display: none;
}

#sp {
	display: none;
}

#menu {
	text-align: right;
}

#menu li {
  display: inline;
  margin: 0 0 0 10px;
  padding: 0; 
  }

header img {
	transition: 0.6s;
}

header img:hover {
	opacity: 0.4;
}

#main {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 50px auto auto auto;
}

p {
	font-size: larger;
	font-weight: 500;
	margin: 20px auto;
}
p:not(:first-child) {
    border-top: 1px solid;
    margin-top: 1rem;
    padding-top: 1rem;
}

.naiyou {
	font-size: inherit;
	font-weight: 200;
}

hr {
	border:none;
    border-top:dashed 1px #000000;
    height:1px;
	margin: 20px auto;
}

footer {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
}

.cr {
	position: absolute;
	font-size: small;
}

.sns {
	text-align: right;
}

.sns img {
	width: 25px;
	height: 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;

}

.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;
}

.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;
}

p {
	font-size: 14px;
}

.naiyou {
	font-size: 12px;
}

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

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

}

