* {
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	box-sizing: border-box;/* paddingとborderを幅と高さに含める */
}
header, nav, article, aside, section, footer {
　　display:block;
}
a {
	color:#000000
}

body {
	background-color:#60C0D6
}
header,#contents{
	display: flex;
	width:100%;
	max-width:1000px;
	margin:auto;	
}
article,article{
	width:100%;
}
header aside {
	margin:auto;
	text-align:center;
}
header article {
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:150px;
}
h1{
	margin:98px 0 0 30px;
	font-size:32px;
	color:#103F65;
	font-weight:bold;

}
#contents article{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-size:contain;
	padding:1%;
	margin:0 1%
}

.disney{
	background-image:url(../img/contents_bg_disney.jpg);
}
.disney h2{
	font-size:35px;
}
.abroad{
	background-image:url(../img/contents_bg_abroad.jpg);
}

#contents aside ul li{
	margin:0;
	width:170px;

}
#contents aside ul li img{
	width:100%;
}
h2{
	margin:25px 0 0 0;
	font-size:80px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 0 #60C0D6, -1px -1px 0 #60C0D6,
              -1px 1px 0 #60C0D6, 1px -1px 0 #60C0D6,
              0px 1px 0 #60C0D6,  0-1px 0 #60C0D6,
              -1px 0 0 #60C0D6, 1px 0 0 #60C0D6;
}

h3{
	font-weight:bold;
	margin-top:1% 0;
	font-size:23px;
	color:#156ABF;
	text-align:center
}
h4{
	font-weight:bold;
	margin-top:3%
}
.button12 {
  margin:2% auto;
  

}
.button12 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 240px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #ffffff;
  transition: 0.3s;
}

.button12 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.2s ease 0s;
}

.button12 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transition: 0.2s ease 0.2s;
}

.button12 a:hover::before {
  width: 0%;
}

.button12 a:hover::after {
  height: 0%;
}

.button12 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}
@media screen and (max-width:900px) {

h2{

	font-size:60px;

}
}
@media screen and (max-width:700px) {/*　画面サイズが600px以下の場合ここの記述が適用される　*/
#contents{
	display:block;
	width:100%
}
header aside {
	width:25%;
	margin-bottom:0
}
header aside img{
	width:100%
}
header article {
	overflow:hidden;
	height:110px;
}
#contents article {
	width:98%;
}
h1{
	margin-top:58px;
	font-size:32px;
}
h2{
	font-size:45px;

}
#contents aside ul{
	display: flex;
	flex-wrap :wrap;
	background-color:#FFFFFF;
	padding:1%;
	margin:0 1%
}
#contents aside ul li{
	width:25%;
	padding:0 1%
}
#contents article {
	background-size:contain;
}
}
@media screen and (max-width:500px) {/*　画面サイズが600px以下の場合ここの記述が適用される　*/

#contents aside ul li{
	width:33%;
}
h2{

	font-size:30px;
}
h3{

	font-size:18px;
}
}
@media screen and (max-width:450px) {/*　画面サイズが600px以下の場合ここの記述が適用される　*/

h1{
	margin:25px 0 0 20px;
	font-size:25px;
}
header article {
	height:70px;
}
.disney h2{
	font-size:25px;
}
}