@charset "UTF-8";
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html.chrome {
  font-weight: 500;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  width: 100%;
  background: #fff;
  font-size: 6.25%;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  color: #333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  white-space: nowrap;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address, caption, cite, code, dfn, em, th, var, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

input[type="text"], button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*, *::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: inline;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
  text-decoration: none;
}

img {
  display: inline;
  width: auto;
}

/*
zoom
*/
@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1200px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/
  }
}

@media screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1200px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/
  }
}

@media screen and (max-width: 1200px) {
  html.chrome.iphone body,
  html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}

/*明朝体*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*
Theme Name: ももいろ託児室
Theme URI:
Description:
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
#wrapper {
  width: 100vw;
  height: 100vh;
  background: url(../img/wrapper_bg.png);
}

.content {
  width: 960px;
  height: 100vh;
  margin: 0 auto;
  padding-top: 50px;
  background: url(../img/header_bg.png) 0 50px no-repeat;
  background-color: #c2d758;
}

h1 {
  text-align: center;
}

.heisyo {
  text-align: center;
  margin: 120px 0;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
