@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");

html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Avenir Next", Verdana, 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fildset,
input,
textarea,
p,
blockquote,
table,
th,
td,
address,
textarea,
input {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

fieldset,
img,
abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

/*
Theme Name: 岡安商店
Theme URI:
Description:
Author: densuke
Author URI: http://dnsk.jp/
*/