/* 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;
}

body {
  background-color: #fff;
}

a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }

.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* ------------------------------------------------------------------ */

#micLogo {
  width: 100%;
  height: 180px;
  text-align: center;
  padding-top: 10px;
  background-color: #000;
}

#micLogo img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.bdlLogo {
  text-align: center;
  padding: 15px;
}

.bdlLogo img {
  width: 100%;
  max-width: 725px;
}

/* ------------------------------------------------------------------ */

#contentBox {
  width: 100%;
}

#mainImg {
  width: 100%;
  max-width: 800px;
  height: 1200px;
  background-image: url("bg_800x1200.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
}

/* ------------------------------------------------------------------ */

#aboutTitle {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 12px;
  background-color: #fff;
  font-family: 'Lobster', cursive;
  font-size: 72px;
  color: #000;
  text-shadow: 2px 2px 1px #ccc;
}

#about {
  width: 100%;
  margin-bottom: 10px;
}

#aboutBox {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

#aboutBox p {
  background-color: rgba(228,223,208,0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #111;

  margin: 15px auto;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ccc;
}

/* sns btn
------------------------------------------------------------------*/

.snsBtn {
  width: 290px;
  height: 20px;
  margin: 15px auto 30px auto;
}

.snsBtnFb {
  width: 163px;
  height: 20px;
  float: left;
}

.snsBtnTwt {
  width: 127px;
  height: 20px;
  float: left;
}

/* item menu
------------------------------------------------------------------*/

.itemMenu {
  width: 100%;
  text-align: center;
  /* padding-top: 440px; */
  padding-top: 400px;
}

.itemMenu li {
  display: inline;
  /* margin: 18px; */
  margin: 16px;
  padding: 6px;
  display: block;
}

.itemMenuActive {
  border: 2px solid #c00;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.itemMenuInactive {
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

.itemMenuInactiveBase {
  width: 160px;
  height: 48px;
  border: 2px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #777;
     -moz-box-shadow: 1px 1px 1px #777;
          box-shadow: 1px 1px 1px #777;
}

/* link button
------------------------------------------------------------------*/
.button4 {
	display: inline-block;
	width: 80%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button4 {
	background-color: rgba(255, 255, 255, .9);
	border-radius: 4px;
	color: #000;
	font-size: 28px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .9);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .6);
}
.button4:hover {
	background-color: rgba(255, 255, 255, 1.0);
}

/* button
------------------------------------------------------------------*/

.btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.btn3 {
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Fjalla One', sans-serif;
  font-size: 36px;
}

.btn3 a {
  width:100%;
  padding:10px;
  background:#ca4040;
  color:#ffffff;
  text-align:center;
  display:block;
  text-decoration:none;
  margin:0 0 5px 0;
  display:inline-block;
  border-radius: 5px;
  box-shadow:0 5px #a53636;
  border-bottom:1px solid #e36262;
}

.btn3 a:hover {
  text-decoration:none;
  background:#a53636;
  margin:5px 0 0 0;
  box-shadow:none;
}
