@charset "UTF-8";
html.noscroll {
  /*スマフォメニューを押したときに付与しスクロールしないように固定する*/
  overflow: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td, button, address {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-style: normal;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
}

body {
  color: #333;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.8;
  /*text-justify:inter-ideograph;*/
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dd, dt, ul, li, ol {
  /*text-justify:inter-ideograph;*/
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  dd, dt, ul, li, ol {
    font-size: 14px;
  }
}

/* for IE6 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  text-decoration: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
}

input:focus, textarea:focus, select:focus {
  background-color: #fffcf0;
}

button {
  cursor: pointer;
}

select {
  border-radius: 0px;
  background: #fff;
  padding: 0px 12px 0px 12px;
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  background-image: url(/media2020/common/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 11px 9px;
}

label, input[type='checkbox'] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/*                link
======================================================= */
a {
  text-decoration: none;
  color: #333;
  transition-duration: 0.5s;
}
a img {
  transition-duration: 0.5s;
}

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

a:hover {
  color: #333;
  text-decoration: none;
  transition-duration: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition-duration: 0.5s;
}

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

* {
  min-height: 0;
  min-width: 0;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                leyout
======================================================= */
body {
  position: relative;
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow: hidden;
  }
}

/*                modal
======================================================= */
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .ggmap {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  .ggmap {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .ggmap {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .ggmap {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .ggmap {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .ggmap {
    padding-bottom: 120%;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
