@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;
}
@media screen and (max-width: 1000px) and (min-width: 755px) {
  /* line 57, common.scss */
  html,
  :root {
    font-size: 10vw;
  }
}

/* line 70, common.scss */
body {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.01em;
}
@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%;
}

/* line 118, common.scss */
#wrap {
  overflow: hidden;
  /*padding-top: 70px;*/
}

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

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

/* line 142, common.scss */
.mb50 {
  margin-bottom: 50px;
}

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

/* line 148, common.scss */
.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;
}

/* レスポンシブ対応
   ========================================================================== */
/* line 158, common.scss */
.wrap {
  maxwidth: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 754px) {
	/* line 158, common.scss */
	.wrap {
		width: auto;
	}
	#wrap {
	  padding-top: 0;
	}
}

/* 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) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
  br.sp {
    display: inline;
  }
}

/* main
  ############################################################################################# */

@media screen and (max-width: 754px) {
  #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;*/
}
