@charset "UTF-8";
/* ================================================= 
reset setting
================================================= */
/*! 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: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  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;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  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: -.25em;
}

sup {
  top: -.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-family: sans-serif;
  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: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* ================================================= 
base setting
================================================= */
html {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.6;
  text-align: left;
  min-width: 1000px;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  /*word-break:break-all;*/
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

h2, h3 {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p, figure {
  margin: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  transition: all .4s;
}

a.link_txt {
  color: #1D3359;
  text-decoration: underline;
}

a:hover, a.link_txt:hover {
  color: #ccc;
}

a:hover:not(.bnrLink) img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.blank:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../images/common/blank.svg) no-repeat;
  background-size: 10px 10px;
}

a.map-link {
  display: inline-block;
  color: #F664A5;
  font-size: 1.1em;
  margin-top: .25em;
  padding: 2px 0 2px 22px;
  background: url(../images/common/icon_map.svg) no-repeat left center;
  background-size: 16px auto;
}

a.map-link:hover {
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    min-width: initial;
  }
}

/* iframe */
video {
  width: 100%;
  outline: none;
}

.ggmap {
  position: relative;
  padding-top: 32.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ggmap {
    padding-top: 65%;
  }
}

.indoor {
  position: relative;
  padding-top: 32.25%;
  height: 0;
  overflow: hidden;
}

.indoor iframe,
.indoor object,
.indoor embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .indoor {
    padding-top: 56%;
  }
}

.youtube {
  position: relative;
  padding-top: 54.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img */
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .img-wrap img {
    width: 100%;
    height: auto;
  }
}

.flex-inTxt {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .w90, .w80, .w75 {
    width: 100%;
  }
  .w60 {
    width: 90%;
  }
  .w50 {
    width: 80%;
  }
}

/* font */
.min {
  font-family: 'Noto Serif JP';
}

.eng {
  font-family: 'Roboto';
}

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

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

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

.text-inline span {
  display: inline-block;
}

.small {
  font-size: 0.85em;
}

.large {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .large {
    font-size: 1.1em;
  }
}

.xlarge {
  font-size: 1.4em;
}

.super {
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 5px;
}

.bold {
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fsize24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fsize20 {
  font-size: 20px;
  font-size: 2rem;
}

.fsize18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fsize16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.white {
  color: white;
}

.gray {
  color: #444;
}

.blue {
  color: #1D3359;
}

.green {
  color: #409529;
}

.red {
  color: #E40B20;
}

.orange {
  color: #ed7700;
}

.brown {
  color: #835220;
}

.gold {
  color: #C7B07B;
}

.pink {
  color: #F664A5;
}

@media screen and (max-width: 767px) {
  .fsize24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .fsize20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fsize18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .fsize24 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize20 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fsize18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fsize16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* padding,margin */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt05 {
  margin-top: .5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt25 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mb05 {
  margin-bottom: .5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb25 {
  margin-bottom: 2.5em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

/* ================================================= 
 block setting
================================================= */
#wrapper {
  position: relative;
  padding-top: 100px;
}

#wrapper ._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
  #wrapper ._pc {
    display: none;
  }
  #wrapper ._sp {
    display: block;
  }
}

.container {
  max-width: 1140px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 88%;
  }
}

.container._sm {
  max-width: 920px;
}

.sect {
  padding: 3.5em 0;
}

@media screen and (max-width: 480px) {
  .sect {
    padding: 2em 0;
  }
}

/* ================================================= 
common setting
================================================= */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  flex-direction: row-reverse;
}

.flex.jc-end {
  justify-content: flex-end;
}

.flex.jc-cen {
  justify-content: center;
}

.flex.jc-bet {
  justify-content: space-between;
}

.flex.jc-ar {
  justify-content: space-around;
}

.flex.ai-cen {
  align-items: center;
}

.flex.ai-end {
  align-items: flex-end;
}

.flex .inner {
  flex: 1;
  padding-left: 5%;
}

.flex .inner p {
  margin-bottom: 1.5em;
}

.flex .inner p:last-child {
  margin-bottom: 0;
}

.flex.fl-row .inner {
  padding-left: 0;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .flex .inner {
    flex: auto;
    width: 100%;
    padding-left: 0;
  }
  .flex .inner p {
    margin-bottom: 1em;
  }
  .flex.fl-row .inner {
    padding-right: 0;
  }
}

/* title */
.ttl {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 1em;
  text-align: center;
}

.ttl .gold {
  color: #936104;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 18px;
    font-size: 5.625vw;
    margin-bottom: .75em;
  }
}

.md-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  color: #936104;
  margin-bottom: .5em;
}

.md-ttl .black {
  color: #000;
}

@media screen and (max-width: 767px) {
  .md-ttl {
    font-size: 16px;
    font-size: 5vw;
  }
}

.sm-ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .sm-ttl {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.ttl_cen {
  text-align: center;
}

.read {
  width: 90%;
  margin: auto;
  text-align: center;
}

.container .read {
  width: 100%;
}

/* img */
.trim {
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: relative;
}

.trim.trim-x img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
}

.trim.trim-y img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

a:hover .img-scale img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

/* list */
.notelist li {
  margin-top: .5em;
  line-height: 1.4;
}

.notelist li span {
  display: inline;
  padding: 2px 0 2px 24px;
  position: relative;
}

.notelist li span:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .notelist li {
    margin-top: .75em;
  }
  .notelist li span {
    display: block;
    padding: 0 0 0 20px;
  }
}

/* table */
table {
  width: 100%;
}

.tbl {
  max-width: 1000px;
  margin: 2em auto;
  background-color: #ddd;
  border-spacing: 1px;
  border-collapse: separate;
}

.tbl tr th, .tbl tr td {
  padding: 1.75rem 2.75rem;
}

.tbl tr th {
  font-weight: 500;
  width: 120px;
  color: #111;
  background-color: #1170CF;
  color: white;
}

.tbl tr td {
  background-color: white;
  font-size: .95em;
}

@media screen and (max-width: 767px) {
  .tbl {
    margin: 1em auto;
  }
  .tbl tr th, .tbl tr td {
    padding: 1rem 1.5rem;
    display: block;
    width: 100%;
  }
  .tbl tr td {
    padding: 1.5rem;
  }
}

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