@charset "UTF-8";
/** 画像アセット 記述方法 */
/* Reset Style
--------------------------------------------- */
/*!
 * Bootstrap Reboot v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: #212529;
  font-size: 1rem;
  text-align: left;
}

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

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

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] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
  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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  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;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

[type=search] {
  -webkit-appearance: none;
  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;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

div:after,
ul:after,
dl:after,
dt:after,
dd:after,
td:after,
article:after,
aside:after,
canvas:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after {
  display: block;
  clear: both;
  content: '';
}

/* Responsive
 --------------------------------------------- */
img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

/* Web font
--------------------------------------------- */
@font-face {
  src: url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Bold.eot?") format("eot"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Bold.woff2") format("woff2"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Bold.woff") format("woff");
  font-family: "GENJB";
}

@font-face {
  src: url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Medium.eot?") format("eot"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Medium.woff2") format("woff2"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Medium.woff") format("woff");
  font-family: "GENJM";
}

@font-face {
  src: url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Regular.eot?") format("eot"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Regular.woff2") format("woff2"), url("/ad-okifre/wp-content/themes/okifre/assets/fonts/GenJyuuGothicX-Regular.woff") format("woff");
  font-family: "GENJR";
}

/* Base Style
--------------------------------------------- */
html {
  -webkit-font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  font: 16px/1.8 'Noto Sans JP', sans-serif;
  font-family: "GENJR";
  font-feature-settings: "palt" 1;
  font-weight: 400;
}

body {
  background-color: #e4f0f5;
  color: #222;
}

body.layer {
  background: #fff;
}

.p-body-wrap {
  overflow-x: hidden;
}

/* a link
--------------------------------------------- */
a {
  -webkit-transition: all .3s;
  color: #222;
  transition: all .3s;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a[href*="tel"] {
  color: #222;
  text-decoration: underline;
}

a img {
  -webkit-transition: all .3s;
  border: none;
  opacity: 1.0;
  transition: all .3s;
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
}

a:hover .no-hov {
  opacity: 1.0;
}
