@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
  overflow: hidden;
  overflow-y: scroll;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:visited {
  font-size: 14px;
  color: #0089C7;
  text-decoration: none;
}
a:link {
  font-size: 14px;
  color: #0089C7;
  text-decoration: none;
}
a:hover {
  font-size: 14px;
  color: #3C9;
  text-decoration: none;
}
a:active {
  font-size: 14px;
  color: #3C9;
  text-decoration: none;
}
/*
=========================================================
clearfix
=========================================================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  text-align: center;
  zoom: 100%;
  background-color: #FCE7D6;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
  margin: 0 auto;
  position: relative;
}

.mainimg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */
#content {
 width: 80%;
position: relative;
padding-bottom: 10%;
height: 0;
overflow: hidden;
}
iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  min-width: 500px;

}

}

#content {
  width: 100%;
  *width: 1280px;
  margin: 0 auto;
  position: relative;
    
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
    
/*フッター
-------------------------------------*/
footer {
  width: 100%;
  text-align: center;
  padding: 0;
  position: fixed;
  bottom:0;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  color: #FFF;
  font-size: 11px;
  padding: 20px 0;
  background-color: #9E4D00;
}