@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
/* reset style
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

iframe {
  vertical-align: bottom;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* default style
---------------------------------------- */
html, body {
  font-size: 10px;
}

body {
  position: relative;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #231815;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

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

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.75;
}

/* #container
---------------------------------------- */
#container {
  overflow: hidden;
  min-width: 320px;
  text-align: center;
  font-size: 1.6rem;
}

/* #intro
---------------------------------------- */
#intro {
  width: 100%;
}
#intro img {
  width: 100%;
  max-width: none;
}

/* main
---------------------------------------- */
.main {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.main .point p {
	width: 100%;
	max-width: 1100px;
}
.main .point p img {
	width: 100%;
	max-width: 1100px;
}


/* .info
---------------------------------------- */
.info {
	width: 100%;
	background: #f8f8f0;
}
.info .infoIn {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}
.info .infoIn p {
	text-align: center;
}
.info .infoIn p img {
	margin: 80px auto 0;
	text-align: center;
}
.info .infoIn h2 {
	width: 100%;
	max-width: 1100px;
}
.info .infoIn h2 img {
	width: 100%;
	max-width: 1100px;
}


/* footer
---------------------------------------- */
footer {
  width: 100%;
  background: #f8f8f0;
  padding: 0 0 20px;
}
footer div {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
footer div .contact {
	max-width: 850px;
	width: 100%;
}
footer div .contact img {
	max-width: 850px;
	width: 100%;
}
footer .noteList {
  display: inline-block;
  margin-bottom: 70px;
  text-align: left;
  font-size: 1.3rem;
}
footer .noteList li {
  padding-left: 1em;
  text-indent: -1em;
}

footer .links {
  display: inline-block;
  letter-spacing: -0.38em;
  font-size: 1.5rem;
}
footer .links li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #231815;
  letter-spacing: normal;
  line-height: 1.1;
}
footer .links li:last-child {
  border-right: 1px solid #231815;
}

