@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "メイリオ", "ms pgothic", sans-serif;
  color: #333;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body {
  line-height: 150%;
  overflow: hidden;
  background: #fff;
}

a {
  text-decoration: none;
}

span.blo {
  display: block;
}

img {
  max-width: 100%;
}

h2,
.photo {
  line-height: 0;
  text-align: center;
}

/*
h2,
h3{
	line-height: 0;
	text-align: center;
}
*/

.red_text {
  color: #d22639;
}

.red_text02 {
  color: #f70501;
}

.blue_text {
  color: #267fb8;
}

.bold_text {
  font-weight: bold;
}

.white_underline {
  color: #fff;
}

.red_underline,
.white_underline {
  text-decoration: underline;
}

/* recognized
========================================================================== */
.recognized {
  margin: 0 3vw 3vw;
  padding: 3vw;
  border: 2px solid #ddbb10;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.recognized h3 {
  margin: 0 0 3vw;
  line-height: 0;
}

.recognized .recommendation {
  margin: 0 0 0;
  line-height: 0;
  text-align: left;
}

.recognized p {
  margin: 0 0 0;
  line-height: 150%;
  font-size: 4vw;
  text-align: left;
}

.recognized p span {
  font-size: 1.2em;
}

/* fix
   ========================================================================== */
.fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  transform: translate(0, 50vw);
  transition: 0.3s;
}

.fix.in {
  transform: translate(0, 0);
}

.fix.on {
  transform: translate(0, 50vw);
}

.fix .title {
  line-height: 0;
  text-align: center;
  background: #0e4017;
}

.fix .box {
  padding: 2vw;
  font-size: 0;
  border: 2px solid #0e4017;
  border-top: none;
  background: rgba(255, 255, 255, 1);
}

.fix .box div {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.fix .box div a {
  display: block;
  line-height: 0;
}

.fix .box div.tel {
  padding: 0 3vw 0 0;
  width: 70%;
}

.fix .box div.btn {
  width: 30%;
}

/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
  position: fixed;
  bottom: 26vw;
  right: 10px;
  width: 40px;
  z-index: 4;
  line-height: 0;
  display: none;
}

#page-top.on {
  bottom: 10px;
}

#page-top img {
  width: 100%;
}

#page-top span {
  display: none;
}

#page-top a {
  display: block;
  height: auto;
}

/* closure
   ========================================================================== */
.closure {
  margin: 8vw 3vw 3vw;
  text-align: center;
}

.closure .box {
  padding: 3vw 3vw;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 4vw;
  line-height: 150%;
  color: #333;
}

.closure .box h2 {
  font-size: 4vw;
  line-height: 150%;
  color: #333;
  font-family: "メイリオ", "ms pgothic", sans-serif;
}

.closure .box p {
  margin: 3vw 0 0;
  font-size: 4vw;
  line-height: 150%;
  text-align: left;
  color: #333;
  font-family: "メイリオ", "ms pgothic", sans-serif;
}
