@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, span {
  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;
  font-weight: 500;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
}

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

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

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-align: justify;
  line-height: 1.7;
  /*text-justify:inter-ideograph;*/
}
@media only screen and (max-width: 1023px) {
  dd, dt, ul, li, ol {
    line-height: 1.5;
  }
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  transition: 0.1s;
  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;
}

ol li {
  text-indent: -1em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-left: 1.2em;
}
ol li:nth-child(1):before {
  content: "1. ";
}
ol li:nth-child(2):before {
  content: "2. ";
}
ol li:nth-child(3):before {
  content: "3. ";
}
ol li:nth-child(4):before {
  content: "4. ";
}
ol li:nth-child(5):before {
  content: "5. ";
}
ol li:nth-child(6):before {
  content: "6. ";
}
ol li:nth-child(7):before {
  content: "7. ";
}
ol li:nth-child(8):before {
  content: "8. ";
}
ol li:nth-child(9):before {
  content: "9. ";
}
ol.ol_number_kakko li {
  text-indent: -1.8em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-left: 1.2em;
}
ol.ol_number_kakko li:nth-child(1):before {
  content: "（1）";
}
ol.ol_number_kakko li:nth-child(2):before {
  content: "（2）";
}
ol.ol_number_kakko li:nth-child(3):before {
  content: "（3）";
}
ol.ol_number_kakko li:nth-child(4):before {
  content: "（4）";
}
ol.ol_number_kakko li:nth-child(5):before {
  content: "（5）";
}
ol.ol_number_kakko li:nth-child(6):before {
  content: "（6）";
}
ol.ol_number_kakko li:nth-child(7):before {
  content: "（7）";
}
ol.ol_number_kakko li:nth-child(8):before {
  content: "（8）";
}
ol.ol_number_kakko li:nth-child(9):before {
  content: "（9）";
}
ol.ol_number_kakko li:nth-child(10):before {
  content: "（10）";
}
ol.ol_number_kakko li:nth-child(1) {
  padding-top: 0em;
}
ol.ol_number_kakko li:nth-last-of-type(1) {
  padding-bottom: 0em;
}

.en p {
  line-height: 2.4;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 500;
  /*text-justify:inter-ideograph;*/
}
.en dd, .en dt, .en ul, .en li, .en ol {
  text-align: left;
}

* {
  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;
}
/*                modal
======================================================= */
.modal_open {
  overflow: hidden;
  height: 100%;
}

.modal {
  background: url(../media/common/modal_bg.png) repeat left top;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  padding: 70px 0 50px;
}
@media only screen and (max-width: 768px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .modal {
    padding: 40px 20px 20px;
  }
}
.modal.inline {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .modal.inline {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.modal.inline .modal_wrap {
  overflow-y: auto;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .modal.inline .modal_wrap {
    padding: 20px;
  }
}
.modal.inline .modal_wrap .modal_content {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .modal.inline .modal_wrap .modal_content {
    overflow: hidden;
    padding: 0 2px;
  }
}
.modal.inline .modal_wrap .modal_content .modal_area {
  height: 100%;
}
.modal .modal_wrap {
  background-color: #fff;
  max-width: 720px;
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .modal .modal_wrap {
    max-width: 100%;
    padding: 20px;
  }
}
.modal .modal_wrap .modal_content .modal_area {
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal_wrap .modal_content .modal_area .modal_close {
  width: 100%;
  text-align: right;
  position: fixed;
  right: 15px;
  top: 15px;
}
@media only screen and (min-width: 769px) {
  .modal .modal_wrap .modal_content .modal_area .modal_close span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .modal .modal_wrap .modal_content .modal_area .modal_close {
    position: fixed;
    display: block;
    color: #fff;
    height: 40px;
    top: 0px;
    right: 20px;
    text-align: center;
    padding: .7em 0 0.8em;
    margin: 0 -20px;
  }
  .modal .modal_wrap .modal_content .modal_area .modal_close img {
    display: none;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont {
  display: flex;
  margin: 0 -20px;
  padding: 15px 15px 15px 15px;
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont {
    flex-direction: column;
    padding: 0px;
    margin: 0px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_photo {
  width: 50%;
  padding: 0 15px 15px 15px;
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_photo {
    width: 100%;
    padding: 0px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_photo img {
  width: 100%;
  margin: 0px 0 15px 0;
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word {
  width: 50%;
  padding: 0 15px 0 15px;
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word {
    padding: 0px;
    width: 100%;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word span {
  display: block;
  padding: 0 0px 10px 0px;
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word span {
    padding: 0 0px 8px 0px;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word h3 {
  font-weight: 600;
  padding: 0 0px 8px 0px;
  line-height: 1.6;
}
@media only screen and (max-width: 480px) {
  .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word h3 {
    padding: 0 0px 8px 0px;
  }
}

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

/*    画像拡大の軽量スクリプト「Luminous」の補正コード
======================================================= */
.lum-lightbox {
  z-index: 6000;
  background: rgba(0, 0, 0, 0.8) !important;
}

.lum-close-button {
  background: #000 !important;
  cursor: pointer;
  height: 80px !important;
  opacity: 0.9 !important;
  position: absolute;
  right: 0px !important;
  top: 0px !important;
  width: 80px !important;
}
.lum-close-button:after, .lum-close-button:before {
  background-color: #999;
  content: " ";
  height: 65px !important;
  left: 38px !important;
  top: 7px;
  position: absolute;
  width: 2px !important;
}

@media only screen and (max-width: 1024px) {
  .scroll_header .lum-close-button {
    height: 60px !important;
    width: 60px !important;
  }
  .scroll_header .lum-close-button:after, .scroll_header .lum-close-button:before {
    height: 44px !important;
    left: 29px !important;
    top: 8px !important;
  }
}
	/*                下層共通
======================================================= */
