html{
  font-family:  'M PLUS Rounded 1c','HG創英角ﾎﾟｯﾌﾟ体','富士ポップ','ふみゴシック','ＨＧゴシックＥ','ＭＳ ゴシック',sans-serif;
}

body{
  text-align:center;
}

.title { font-family: "M PLUS Rounded 1c"; }
a.menu{
  font-family: "Nico Moji";
  margin: 0 30px;
  color : "#045FB4";
}

a.g_menu{
  margin: 0 30px;
  color : "#045FB4";
}

a:link{
  color : "#045FB4";
}

a:visited{
  color : "#045FB4";
}

a:hover{
  color : "#045FB4";
}

a:active{
  color : "#045FB4";
}

a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .menu font { font-size : 20px ; }
  .menu img{ height : 20px ; }
  .home img{ height : 400px ; }
  .photo img{ height : 500px ; }

  .g_menu {margin: 0 0px; }
  .g_menu font { font-size : 20px ; }
  .g_menu img{ height : 20px ; }
  .g_menu img{ height : 20px ; }
}

@media screen and (max-width: 768px) {
  .menu font { font-size : 20px ; }
  .menu img{ height : 20px ; }
  .home img{ height : 300px ; }
  .photo img{ height : 200px ; }

  .g_menu {margin: 0 0px; }
  .g_menu font { font-size : 20px ; }
  .g_menu img{ height : 20px ; }
  .g_menu img{ height : 20px ; }
}

@media screen and (max-width: 480px) {
  a.menu { margin : 0 1px ; }
  .menu font { font-size : 30px ; }
  .menu img{ height : 20px ; }
  .home img{ height : 200px ; }
  .photo img{ height : 400px ; }

  .g_menu font { font-size : 30px ; }
  .g_menu img{ height : 25px ; }
  .g_menu img{ height : 25px ; }
}
@media screen and (max-width: 360px) {
  a.menu { margin : 0 1px ; }
  .menu font { font-size : 24px ; }
  .menu img{ height : 17px ; }
  .home img{ height : 160px ; }
  .photo img{ height : 360px ; }

  .g_menu {margin: 0 0px; }
  .g_menu font { font-size : 25px ; }
  .g_menu img{ height : 20px ; }
  .g_menu img{ height : 20px ; }
}
