@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input,
textarea {
  outline: 0;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.75;
}

.none {
  display: none;
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  background: #fff;
  color: #222;
}

.gmap {
  width: 100%;
}

.gcalendar,
.gcalendar > iframe,
.gcalendar > img,
.gmap > iframe,
.gmap > img {
  max-width: 100%;
}

.twitter {
  overflow: hidden;
}

.twitter > iframe {
  margin-left: auto;
  margin-right: auto;
}

.img {
  max-width: 100%;
  display: block;
}

.bold,
.em,
em {
  font-weight: 700;
  font-style: normal;
}

.underline {
  text-decoration: underline;
}

.caution,
.red_text {
  color: #e44444;
  -webkit-text-decoration-color: #e44444;
  text-decoration-color: #e44444;
}

.orange_text {
  color: #f38675;
}

.orange_text2,
.white_text {
  color: #fff;
}

.blue_text {
  color: #2b67b1;
  font-weight: 700;
}

.small_text {
  font-size: 0.75rem;
}

.yellow_text {
  color: #a67f07;
  font-weight: 700;
}

.gray_text {
  color: #888;
}

.pink_text {
  color: #ff7bac;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.center_position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center_text {
  text-align: center;
}

.right_text {
  text-align: right;
}

@media screen and (max-width: 899px) {
  .sp_right {
    text-align: right;
  }
}
.float_right {
  float: right;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

.float_left {
  float: left;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

.clear_both {
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.hide-text,
.no_text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.on_opacity:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.ellipsis,
.no_wrap {
  white-space: nowrap;
}

.root .main_content .mb_3em {
  margin-bottom: 3em;
}

.root .main_content .mb_2em {
  margin-bottom: 2em;
}

.root .main_content .mb_1_5em {
  margin-bottom: 1.5em;
}

.root .main_content .mb_1em {
  margin-bottom: 1em;
}

.root .main_content .mb_05em {
  margin-bottom: 0.5em;
}

.root .main_content .mb_0em,
.root .main_content .mb_none,
.root .main_content .no_mb {
  margin-bottom: 0;
}

.tel_link {
  word-wrap: break-word;
}

.mincho {
  font-family: YuMincho, 游明朝, ヒラギノ明朝 ProN W6, HiraMinProN-W6, HG明朝E, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
  font-weight: 400;
}

.image_radius {
  border-radius: 25px;
}

.root .no_radius {
  border-radius: inherit;
}

.skip {
  border-style: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 100;
}
/*# sourceMappingURL=common.css.map */
