﻿@charset "utf-8";

/*====================================================================================================

  Font

====================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');

@font-face {
  font-family:"Noto Sans JP Loc";
  font-style:normal;
  font-weight:300;
  src:url("../fonts/NotoSansJP-Light.woff2") format("woff2"),
      url("../fonts/NotoSansJP-Light.woff") format("woff"),
      url("../fonts/NotoSansJP-Light.otf") format("opentype");
  font-display:swap;
}

@font-face {
  font-family:"Noto Sans JP Loc";
  font-style:normal;
  font-weight:400;
  src:url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
      url("../fonts/NotoSansJP-Regular.woff") format("woff"),
      url("../fonts/NotoSansJP-Regular.otf") format("opentype");
  font-display:swap;
}

@font-face {
  font-family:"Noto Sans JP Loc";
  font-style:normal;
  font-weight:500;
  src:url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
      url("../fonts/NotoSansJP-Medium.woff") format("woff"),
      url("../fonts/NotoSansJP-Medium.otf") format("opentype");
  font-display:swap;
}

@font-face {
  font-family:"Noto Sans JP Loc";
  font-style:normal;
  font-weight:700;
  src:url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
      url("../fonts/NotoSansJP-Bold.woff") format("woff"),
      url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  font-display:swap;
}


/*====================================================================================================

  Reset CSS

====================================================================================================*/

/*--------------------------------------------------------------------------------
  ress.css v2.0.1
--------------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
  box-sizing:border-box;
  -webkit-text-size-adjust:100%;
  word-break:break-word;
  -moz-tab-size:4;
  tab-size:4;
}

*,
::before,
::after {
  background-repeat:no-repeat;
  box-sizing:border-box;
}

::before,
::after {
  text-decoration:inherit;
  vertical-align:inherit;
}

* {
  padding:0;
  margin:0;
}

hr {
  overflow:visible;
  height:0;
}

details,
main {
  display:block;
}

summary {
  display:list-item;
}

[hidden] {
  display:none;
}

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

a {
  background-color:transparent;
}

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

code,
kbd,
pre,
samp {
  font-family:monospace, monospace;
}

pre {
  font-size:1em;
}

b,
strong {
  font-weight:bolder;
}

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

sub {
  bottom:-0.25em;
}

sup {
  top:-0.5em;
}

input {
  border-radius:0;
}

[disabled] {
  cursor:default;
}

[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-decoration {
  -webkit-appearance:none;
}

textarea {
  overflow:auto;
  resize:vertical;
}

button,
input,
optgroup,
select,
textarea {
  font:inherit;
}

optgroup {
  font-weight:bold;
}

button {
  overflow:visible;
}

button,
select {
  text-transform:none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor:pointer;
}

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

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

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

button,
input,
select,
textarea {
  background-color:transparent;
  border-style:none;
}

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

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

img {
  border-style:none;
}

progress {
  vertical-align:baseline;
}

svg:not([fill]) {
  fill:currentColor;
}

@media screen {
  [hidden~="screen"] {
  display:inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
  position:absolute !important;
  clip:rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor:progress;
}

[aria-controls] {
  cursor:pointer;
}

[aria-disabled] {
  cursor:default;
}

address {
  font-style:normal;
}


/*====================================================================================================

  Base

====================================================================================================*/

body {
  font-family:"Noto Sans JP","Noto Sans JP Loc","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
  font-weight:300;
  text-align:center;
  min-width:320px;
  color:#282828;
  line-height:1.7; 
}

@media screen and (min-width:641px) {
  body { min-width:1280px; }
}

@media print {
  body { min-width:1180px; }
}

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

.fw-300 { font-weight:300; }
.fw-400 { font-weight:400; }
.fw-500, b, strong { font-weight:500; }
.fw-700 { font-weight:700; }


/*--------------------------------------------------------------------------------
  文字サイズ（bodyのclassによって切替）
--------------------------------------------------------------------------------*/

body { font-size:115%; }
table { letter-spacing:0; }

@media print,screen and (min-width:641px) {
  body { letter-spacing:.05em; }
  
  .fs-standard { font-size:115%; }
  .fs-large { font-size:130%; }
}

@media screen and (max-width:640px) {
  body { font-size:110%; }
}

@media screen and (max-width:500px) {
  body { font-size:105%; }
}

@media screen and (max-width:400px) {
  body { font-size:4vw; }
}


/*--------------------------------------------------------------------------------
  img
--------------------------------------------------------------------------------*/

img {
  max-width:100%;
  height:auto;
  vertical-align:bottom;
  -webkit-backface-visibility:hidden;
  -ms-interpolation-mode:bicubic;
}

img.svg, img.png {
  font-size:0;
}


/*--------------------------------------------------------------------------------
  link
--------------------------------------------------------------------------------*/

a { outline:none; }
a,
a:visited  { color:#197ece; text-decoration:underline; }
.ua-pc a:hover { color:#00a5df; text-decoration:none; }

.ua-pc a {
  -webkit-transition:color 0.15s ease;
  transition:color 0.15s ease;
}

.ua-pc img.img-hv,
.ua-pc a.img-hv img {
  -webkit-transition:opacity 0.25s ease;
  transition:opacity 0.25s ease;
}
  
.ua-pc img.img-hv:hover,
.ua-pc a.img-hv:hover img {
  opacity:0.6;
}

.ua-pc a[href^="tel:"] {
  pointer-events: none;
}


/*--------------------------------------------------------------------------------
  PC ⇔ SP 切替
--------------------------------------------------------------------------------*/

@media screen and (max-width:640px) { .viewPc { display:none !important; } }
@media print,screen and (min-width:641px) { .viewSp { display:none !important; } }


/*--------------------------------------------------------------------------------
  TELリンク無効
--------------------------------------------------------------------------------*/

.ua-pc a[href^="tel:"] {
  pointer-events:none;
  cursor:default;
}

.ua-pc a[href^="tel:"],
.ua-pc a[href^="tel:"]:visited,
.ua-pc a[href^="tel:"]:hover {
  text-decoration:none;
  color:inherit;
}

.ua-tab a[href^="tel:"],
.ua-tab a[href^="tel:"]:visited,
.ua-tab a[href^="tel:"]:hover,
.ua-sp a[href^="tel:"],
.ua-sp a[href^="tel:"]:visited,
.ua-sp a[href^="tel:"]:hover {
  text-decoration:underline;
}


/*--------------------------------------------------------------------------------
  Google Map
--------------------------------------------------------------------------------*/

#gmap {
  overflow:hidden;
}

#gmap iframe {
  width:100%;
  height:100%;
  vertical-align:bottom;
}

@media print,screen and (min-width:641px) {
  #gmap,
  #gmap_canvas {
    width:100%;
    height:500px;
  }
}

@media screen and (max-width:640px) {
  #gmap,
  #gmap_canvas {
    width:100%;
    height:400px;
  }
}


