@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kosugi|Noto+Sans+JP:300,400,500,700,900|Roboto:300,400,500,700,900&display=swap&subset=japanese");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: 'Roboto', 'Kosugi', 'Noto Sans JP', '游ゴシック体', YuGothic, 'Yu Gothic Medium', sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Roboto', 'Kosugi', 'Noto Sans JP', '游ゴシック体', YuGothic, 'Yu Gothic Medium', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 100%;
}

i {
  font-style: normal;
}

ul.head-align {
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
}

table.left-align > tbody {
  text-align: left;
}

.h1 {
  font-size: 150%;
}

.h2 {
  font-size: 140%;
}

.h3 {
  font-size: 130%;
}

.h4 {
  font-size: 120%;
}

.h5 {
  font-size: 110%;
}

.h6 {
  font-size: 100%;
}

.hh1 {
  font-size: 90% !important;
}

.hh2 {
  font-size: 80% !important;
}

.hh3 {
  font-size: 70% !important;
}

.hh4 {
  font-size: 60% !important;
}

.hh5 {
  font-size: 50% !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.h-p-denial {
  padding: initial;
}

.annotation.pin:before {
  content: "※";
  display: inline;
  padding-right: .5rem;
}

.postalcode.pin:before {
  content: "〒";
  display: inline;
  padding-right: .5rem;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

img.img-d {
  width: initial !important;
  height: initial !important;
}

img.img-justify {
  width: 100%;
  height: auto;
}

img.x2 {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-none {
  display: none;
}

.d-max {
  height: 100%;
  width: 100%;
}

.d-max-window {
  height: 100vh;
  width: 100vw;
}

.visi-on {
  visibility: visible;
}

.visi-of {
  visibility: hidden;
}

.b {
  border: 1px solid black;
}

.b-top {
  border-top: 1px solid black;
}

.b-btm {
  border-bottom: 1px solid black;
}

.b-rgt {
  border-right: 1px solid black;
}

.b-lft {
  border-left: 1px solid black;
}

.b-dot {
  border: 1px dotted black;
}

.b-dot-top {
  border-top: 1px dotted black;
}

.b-dot-btm {
  border-bottom: 1px dotted black;
}

.b-dot-rgt {
  border-right: 1px dotted black;
}

.b-dot-lft {
  border-left: 1px dotted black;
}

.b-dash {
  border: 1px dashed black;
}

.b-dash-top {
  border-top: 1px dashed black;
}

.b-dash-btm {
  border-bottom: 1px dashed black;
}

.b-dash-rgt {
  border-right: 1px dashed black;
}

.b-dash-lft {
  border-left: 1px dashed black;
}

.b-rds {
  border-radius: .5rem;
}

.b-rds-tl {
  border-top-left-radius: .5rem;
}

.b-rds-tr {
  border-top-right-radius: .5rem;
}

.b-rds-bl {
  border-bottom-left-radius: .5rem;
}

.b-rds-br {
  border-bottom-right-radius: .5rem;
}

.b-size1 {
  border-width: 1px;
}

.b-size2 {
  border-width: 2px;
}

.b-size3 {
  border-width: 3px;
}

.b-size4 {
  border-width: 4px;
}

.b-size5 {
  border-width: 5px;
}

.b-size6 {
  border-width: 6px;
}

.pos-re {
  position: relative;
}

.pos-re:before {
  content: "";
  display: block;
  padding-top: 100%;
  position: absolute;
}

.pos-ab {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.pos-ab-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: bold;
}

.vertical-baseline {
  vertical-align: baseline;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

.vertical-sub {
  vertical-align: sub;
}

.vertical-super {
  vertical-align: super;
}

.linker {
  cursor: pointer;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.br:after {
  content: "\A";
  white-space: pre;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.small {
  font-size: smaller;
}

.p-0 {
  padding: 0px;
}

.p-hem {
  padding: .5em;
}

.p-1em {
  padding: 1em;
}

.p-2em {
  padding: 2em;
}

.p-3em {
  padding: 3em;
}

.p-4em {
  padding: 4em;
}

.pt-0 {
  padding-top: 0px;
}

.pt-hem {
  padding-top: .5em;
}

.pt-1em {
  padding-top: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-hem {
  padding-bottom: .5em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pr-0 {
  padding-right: 0px;
}

.pr-hem {
  padding-right: .5em;
}

.pr-1em {
  padding-right: 1em;
}

.pr-2em {
  padding-right: 2em;
}

.pr-3em {
  padding-right: 3em;
}

.pr-4em {
  padding-right: 4em;
}

.pl-0 {
  padding-left: 0px;
}

.pl-hem {
  padding-left: .5em;
}

.pl-1em {
  padding-left: 1em;
}

.pl-2em {
  padding-left: 2em;
}

.pl-3em {
  padding-left: 3em;
}

.pl-4em {
  padding-left: 4em;
}

.ptb-hem {
  padding-top: .5em;
  padding-bottom: .5em;
}

.ptb-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}

.ptb-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}

.pl-hem {
  padding-left: .5em;
}

.pl-1em {
  padding-left: 1em;
}

.pl-2em {
  padding-left: 2em;
}

.pr-hem {
  padding-right: .5em;
}

.pr-1em {
  padding-right: 1em;
}

.pr-2em {
  padding-right: 2em;
}

.plr-1em {
  padding-left: 1em;
  padding-right: 1em;
}

.plr-2em {
  padding-left: 2em;
  padding-right: 2em;
}

.m-auto {
  margin: 0 auto;
}

.m-hem {
  margin: .5em;
}

.m-1em {
  margin: 1em;
}

.m-2em {
  margin: 2em;
}

.mt-hem {
  margin-top: .5em;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-hem {
  margin-bottom: .5em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mtb-hem {
  margin-top: .5em;
  margin-bottom: .5em;
}

.mtb-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtb-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}

.ml-hem {
  margin-left: .5em;
}

.ml-1em {
  margin-left: 1em;
}

.ml-2em {
  margin-left: 2em;
}

.mr-hem {
  margin-right: .5em;
}

.mr-1em {
  margin-right: 1em;
}

.mr-2em {
  margin-right: 2em;
}

.mlr-1em {
  margin-left: 1em;
  margin-right: 1em;
}

.mlr-2em {
  margin-left: 2em;
  margin-right: 2em;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-mh {
  width: 100vh;
}

.w-mw {
  width: 100vw;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3rem !important;
}

.w-4rem {
  width: 4rem !important;
}

.w-5rem {
  width: 5rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.w-7rem {
  width: 7rem !important;
}

.w-8rem {
  width: 8rem !important;
}

.w-9rem {
  width: 9rem !important;
}

.w-10rem {
  width: 10rem !important;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-65 {
  height: 65%;
}

.h-70 {
  height: 70%;
}

.h-75 {
  height: 75%;
}

.h-80 {
  height: 80%;
}

.h-85 {
  height: 85%;
}

.h-90 {
  height: 90%;
}

.h-95 {
  height: 95%;
}

.h-100 {
  height: 100%;
}

.h-mh {
  height: 100vh;
}

.h-mw {
  height: 100vw;
}

.h-1rem {
  height: 1rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.h-4rem {
  height: 4rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.h-6rem {
  height: 6rem !important;
}

.h-7rem {
  height: 7rem !important;
}

.h-8rem {
  height: 8rem !important;
}

.h-9rem {
  height: 9rem !important;
}

.h-10rem {
  height: 10rem !important;
}

ul.inline {
  list-style: none;
}

ul.inline li {
  float: left;
}

.circle {
  border-radius: 50%;
}
