@charset "UTF-8";

/* CSSリセット
  ############################################################################################# */
/* line 15, common.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 19, common.scss */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* line 24, common.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 28, common.scss */
table {
  border-collapse: collapse;
  empty-cells: show;
}

/* line 32, common.scss */
th, td {
  text-align: left;
  vertical-align: top;
}

/* line 36, common.scss */
li {
  list-style: none;
}

/* line 39, common.scss */
img {
  vertical-align: top;
}

/* line 42, common.scss */
input, textarea, select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

/* line 47, common.scss */
select::-ms-expand {
  display: none;
}

/* line 50, common.scss */
[disabled] {
  cursor: not-allowed;
}

/* 共通設定
  ############################################################################################# */
/* line 57, common.scss */
html,
:root {
  font-size: 100px;
  /*font-size: 100px;
    font-size: 10vw;*/
}

@media screen and (max-width: 1000px) and (min-width: 755px) {

  /* line 57, common.scss */
  html,
  :root {
    /*font-size: 10vw;
    font-size: 100%;*/
    font-size: 10vw;
  }
}

/* line 70, common.scss */
body {
  background: url("../imgs/bodybg.gif") top center repeat;
  /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (-ms-high-contrast: none) {

  /* line 70, common.scss */
  body {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  }
}

@media screen and (max-width: 754px) {

  /* line 70, common.scss */
  body {
    font-size: 2.8235294118vw;
  }
}

/* line 104, common.scss */
.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (-ms-high-contrast: none) {

  /* line 104, common.scss */
  .serif {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}

/* line 113, common.scss */
img,
video {
  max-width: 100%;
  height: auto;
}

/* line 118, common.scss */
#wrap {
  overflow: hidden;
}

/* line 122, common.scss */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* line 127, common.scss */
.indent {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.correction {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  padding: 20px 30px;
  text-decoration: line-through;
}

/* line 132, common.scss */
.text-shadow {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}

/* line 135, common.scss */
.white {
  color: #fff;
}

/* line 138, common.scss */
.white.text-shadow {
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}

.link_txt {
  word-break: break-all;
}

/* line 142, common.scss */
.ma00 {
  margin: 0px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* line 145, common.scss */
.ac {
  text-align: center;
}

/* line 148, common.scss */
.mt00 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px;
}

/* line 149, common.scss */
.mt20 {
  margin-top: 20px;
}

/* line 150, common.scss */
.mt30 {
  margin-top: 30px;
}

/* line 151, common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 152, common.scss */
.mt50 {
  margin-top: 50px;
}

.pl30 {
  padding-left: 50px;
}

.pt10 {
  padding-top: 10px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

/* ROLL-OVER */
.alphaOver a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* レスポンシブ対応
   ========================================================================== */
/* line 158, common.scss */
.wrap {
  /*width: 9.8rem;*/
  margin-right: auto;
  margin-left: auto;
  padding-right: .1rem;
  padding-left: .1rem;
}

@media screen and (max-width: 754px) {

  /* line 158, common.scss */
  .wrap {
    width: auto;
    padding: 2vw;
    /*padding-right: 10vw !important;
    padding-left: 10vw !important;*/
  }
}

/* line 178, common.scss */
.sp {
  display: none;
}

/* line 181, common.scss */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 754px) {

  /* line 181, common.scss */
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* line 188, common.scss */
img[src$="_sp.jpg"],
img[src$="_sp.png"],
img[src$="_sp.svg"] {
  display: none;
}

@media screen and (max-width: 754px) {

  /* line 188, common.scss */
  img[src$="_sp.jpg"],
  img[src$="_sp.png"],
  img[src$="_sp.svg"] {
    display: inline-block;
  }

  /* line 196, common.scss */
  img[src$="_sp.jpg"]+img,
  img[src$="_sp.png"]+img,
  img[src$="_sp.svg"]+img {
    display: none;
  }
}

@media screen and (max-width: 754px) {

  /* line 203, common.scss */
  .pc {
    display: none;
  }

  /* line 206, common.scss */
  br.sp {
    display: inline;
  }
}

/* main
  ############################################################################################# */
/* line 467, common.scss */
#main {}

@media screen and (max-width: 754px) {

  /* line 467, common.scss */
  #main {}
}

/* line 485, common.scss */
.pageTitle {
  height: 1.97rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 754px) {

  /* line 485, common.scss */
  .pageTitle {
    height: 35.6470588235vw;
  }
}

/* line 495, common.scss */
.article .box {
  border: 1px solid #deb571;
  background-color: #f1dca7;
  /*position: relative;*/
}

.note {
  font-size: .12rem;
  text-align: center;
  line-height: .30rem;
  padding: 0px 0 30px 0;
}

.annotation {
  color: #740001;
  border: 1px solid #740001;
  margin: 20px auto 0 auto;
  max-width: 600px;
  text-align: left;
  padding: 15px 25px;
  font-size: .18rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.annotation a {
  text-decoration: underline;
  background-color: #740001;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.annotation a:hover {
  text-decoration: none;
}

.annotation2 {
  margin: 20px auto 0 auto;
  max-width: 650px;
  /*font-size: .18rem;*/
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* text-decoration: underline; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.annotation2 a {
  background-color: #c31e20;
  color: #fff;
  padding: 15px 15px;
  border-radius: 3px;
  font-size: 16px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  /*display: block;*/
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: table-cell; */
  /* vertical-align: middle; */
}

.annotation2 a.bk-white {
  background-color: #fff;
  color: #c31e20;
  border: #c31e20 solid 2px;
}

.annotation2 a:first-child {
  margin-right: 20px;
}

.annotation2 a:hover {
  background-color: rgba(195, 30, 32, 0.8);
}

.annotation2 a.bk-white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #E97172;
}

.annotation3 {
  margin: 20px auto 0 auto;
  max-width: 650px;
  font-size: .18rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.annotation3 a {
  background-color: #fff;
  color: #c31e20;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 3px solid #c31e20;
}

.annotation3 a:hover {
  background-color: rgba(195, 30, 32, 0.1);
}


.annotation4 {
  color: #FF0000;
  border: 1px solid #FF0000;
  margin: 20px auto 0 auto;
  max-width: 600px;
  text-align: center;
  padding: 15px 25px;
  font-size: .18rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  background-color: #fff;
}

.annotation4 a {
  padding: 10px;
  border-radius: 3px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.annotation4 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 754px) {
  .note {
    font-size: .12rem;
    padding: 0;

    line-height: .24rem;
    display: inline-block;
    text-align: left;
  }

  .annotation {
    margin: 0 18px;
  }

  .annotation2 {
    margin: 0 0 18px 0;
    width: 100%;
    display: inline-block;
  }

  .annotation2 a {
    height: inherit;
    width: 93%;
    margin: 0 auto 10px auto;
    padding: 15px 0;
    /*font-size: 13px;*/
    font-size: 18px;
    display: inherit;
  }

  .annotation2 a:first-child {
    margin-right: inherit;
  }

  .annotation3 {
    margin: 0 18px 18px 18px;
  }

  .annotation4 {
    margin: 0 18px 18px 18px;
    font-size: 18px;
  }
}

/* footer
  ############################################################################################# */
/* line 542, common.scss */
#footer {
  position: relative;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: .12rem;
  line-height: 1;
  text-align: center;
  background: url("../imgs/line03.png") top center repeat-x #3b627e;
  padding: .35rem 0;
}

@media screen and (max-width: 754px) {

  /* line 542, common.scss */
  #footer {
    padding: .03rem 0 .35rem 0;
  }
}

#footer .bnr ul {
  margin: 10px 0 30px 0;
}

#footer .bnr ul li {
  display: inline-block;
  margin: 20px;
}

#footer .bnr ul li img {
  max-width: 350px;
}

@media screen and (max-width: 754px) {
  #footer .bnr ul {
    margin: 50px 0 0px 0;
  }

  #footer .bnr ul li {
    display: inline-block;
    margin: 10px 30px;
  }

  #footer .bnr ul li img {
    width: 100%;
  }
}

/* line 553, common.scss */
#footer .copyright {}

@media screen and (max-width: 754px) {

  /* line 553, common.scss */
  #footer .copyright {
    padding: 5vw 0 10vw;
  }
}

/* line 560, common.scss */
#footer .btPagetop {
  display: block;
  position: fixed;
  right: .1rem;
  bottom: .72rem;
  transition: opacity .3s;
}

@media screen and (max-width: 1000px) {
  #footer .btPagetop {
    bottom: .2rem;
  }

  #footer .btPagetop img {
    width: 70%;
    /*width: calc(100vw * 170 / 768);*/
  }
}

@media screen and (max-width: 754px) {

  /* line 560, common.scss */
  #footer .btPagetop {
    right: .1rem;
    bottom: .1rem;
  }
}

/* line 575, common.scss */
#footer .btPagetop img {
  transition: opacity .3s;
}

/* line 578, common.scss */
#footer .btPagetop:hover img {
  opacity: .8;
}

/* line 581, common.scss */
#footer .btPagetop.off {
  opacity: 0;
  pointer-events: none;
}

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