@charset "UTF-8";
/*横幅フルのコンテンツ*/
/*@mixin resetはここまで*/
/*$fontHira:"游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6, sans-serif", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/*                reset
======================================================= */
html.noscroll {
  /*スマフォメニューを押したときに付与しスクロールしないように固定する*/
  overflow: 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;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 18px;
  color: #333;
  background-color: #ffffff;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 100%;
  }
}

h1, h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  /*text-justify:inter-ideograph;*/
}

dd, dt, ul, li, ol {
  text-align: justify;
  line-height: 1.7;
  /*text-justify:inter-ideograph;*/
}

/* 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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

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-size: 18px;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

/* font-face ======================================================= */
@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;
}
/*源ノ明朝 容量が重いので、利用するウェイトのみ指定すること*/
/*
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSerifCJKjp-ExtraLight.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSerifCJKjp-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifCJKjp-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url('../fonts/NotoSerifCJKjp-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSerifCJKjp-Black.otf') format('opentype');
}*/
/*                link
======================================================= */
a {
  text-decoration: none;
  color: #333;
  transition: 0.5s;
}

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

a:hover {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  opacity: .8;
}
a:hover p {
  color: #333;
  text-decoration: none;
}
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                leyout
======================================================= */
body {
  position: relative;
  overflow-x: hidden;
}

/*                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;
    font-size: 100%;
    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 {
  font-size: 77.8%;
  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-size: 111.1%;
  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;
  }
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_cont_word p {
  font-size: 88.9%;
}

/*                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: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.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;
  }
}
	/*                下層共通
======================================================= */
