@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

@media all and (-ms-high-contrast: none) {
  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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h2, h3, h4, h5 {font-family: "メイリオ", Meiryo, sans-serif; } 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block; }

.main_box{max-width: 1200px;margin: auto;padding: 0 30px}

body {background-color: #fffddf;
  line-height: 1; }

ol, ul, li {
  list-style: none !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }




.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.outerWidth {
  width: 1150px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

.txt_R{text-align: right!important}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1150px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1150px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 100% !important; } }


@media screen and (min-width: 768px) {
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 500px;
}}

main,
header,
footer,
section {
  display: block; }



label {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif,"Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.1em; }

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom; }

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }

.fw {
  font-weight: bold; }

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%); }

.abr {
  display: inline-block; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right; }
  #pageTop a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #pageTop a:hover {
      text-decoration: none; }

.imgFull img {
  width: 100%; }

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s; }


.txt_center{text-align: center}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem; }
  .spbr {
    display: none; }
  .sp {
    display: none !important; }
  .pc {
    display: block; }
  a[href^="tel:"] {
    pointer-events: none; }
  a {
    text-decoration: none; }
    a:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    a img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
    a:hover img {
      opacity: 1; }
  a[href^="tel:"] {
    pointer-events: none; } }

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem; }
  .pcbr {
    display: none; }
  .sp {
    display: block; }
  .pc {
    display: none !important; } }

/*----------------------------------------
HEADER
-----------------------------------------*/

/*# sourceMappingURL=maps/common.css.map */
