@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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
/*background-image: url(img/Skets_seamless_pattern.jpg);
background-size: 200px;*/
}
img{
width:100%;
height:auto;
max-width:100%;
max-height:100%;
display: block;
margin: 0 auto;
padding: 0;
}
.iframe-container {
  position: relative;
  width: 1035px; /* iframeの幅に合わせる */
  height: 585px; /* iframeの高さに合わせる */
}

.iframe-container iframe,
.iframe-container .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-container iframe {
  z-index: 10; /* 画像よりも上にiframeを配置 */
}
.content-container {
  position: relative;
}

.background-image {
  width: 100%; /* 画像のサイズを調整 */
  height: auto;
  display: block;
}

.iframe-container {
  position: absolute;
  top: 980px; /* 位置調整 */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
  z-index: 10; /* iframeを前面に配置 */
}

/* リンク設定
------------------------------------------------------------*/
a{color:#333333;text-decoration:none;}
a:hover{color:#333333;}
a:active, a:focus {outline:0;}

/* 全体
------------------------------------------------------------*/
.wrapper{
margin: 0 auto 0;
/*width: 100%;
max-width : 1280px;*/
width: 1200px;
position:relative;
background:#fff;
}

/*************
/* フッター 
*************/
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0 5em;
  color: inherit;
}
ol, ul {
  list-style: none;
}
.l-footer__nav a {
  padding: 0 0.75em;
  font-size: 13px;
  border-right: 1px solid;
}
.l-footer__nav li:first-child a {
  border-left: 1px solid;
}
div#footer-fixed
{
display: block;
position: fixed;            /* フッターの固定 */
bottom: 0px;                /* 位置(下0px) */
left: 0px;                  /* 位置(左0px) */
width: 100%;

}
div#footer-fixed img
{
display: block;
margin: 0 auto;
padding: 0;
}
  img.pc{ display: block; max-width:100%;}
  img.sp{ display: none; }
@media screen and (max-width: 900px) {
  .wrapper { width: 100%; }
  img.pc{ width:100%; }
}
/************************************
** タブレット用のレスポンシブデザインスタイル読込
************************************/
@media screen and (max-width: 900px) {
  .wrapper { width: 100%; }
  img.pc{ width:100%; }
}
/************************************
** SP用のレスポンシブデザインスタイル読込
************************************/
@media screen and (max-width:480px){
  body { background-image: none; }
  .wrapper { width: 100%; }
  img.pc{ display: none; }
  img.sp{ display: block; max-width:100%;}
  img{ display: block; width:100%;height:auto;object-fit: contain;}
}