@charset "UTF-8";


html {
	font-family: "Times New Roman", Times, serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	overflow: auto;				/*  横幅いっぱいに広げる  */
}

body {
 margin: 0;
 overflow: hidden;		/*  横幅いっぱいに広げる  */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

[hidden],
template {
 display: none;
}

a {
 background-color: transparent;
}

a:active,
a:hover {
 outline: 0;
}

abbr[title] {
 border-bottom: 1px dotted;
}

b,
strong {
 font-weight: bold;
}

dfn {
 font-style: italic;
}

mark {
 color: #000;
 background: #ff0;
}

small {
 font-size: 80%;
}

sub,
sup {
 position: relative;
 font-size: 75%;
 line-height: 0;
 vertical-align: baseline;
}

sup {
 top: -.5em;
}

sub {
 bottom: -.25em;
}

img {
 border: 0;
}

svg:not(:root) {
 overflow: hidden;
}

figure {
 /*margin: 1em 40px;*/
}

hr {
 height: 0;
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
}

pre {
 overflow: auto;
}

code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
 margin: 0;
 font: inherit;
 color: inherit;
}

button {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}

button[disabled],
html input[disabled] {
 cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}

input {
 line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
 padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

input[type="search"] {
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
 -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

fieldset {
 padding: .35em .625em .75em;
 margin: 0 2px;
 border: 1px solid #c0c0c0;
}

legend {
 padding: 0;
 border: 0;
}

textarea {
 overflow: auto;
}

optgroup {
 font-weight: bold;
}

table {
 border-spacing: 0;
 border-collapse: collapse;
}

td,
th {
 padding: 0;
}

* {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

*:before,
*:after {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html {
 font-size: 10px;
 -webkit-tap-highlight-color: transparent;
}

body {
 /*font-family:"Times New Roman", Times, Georgia, "serif";*/
	font-family: "Times New Roman", Times, serif;
 font-size: 16px;
 line-height: 1.5;
 color: #333;
 background-color: #fff;
}

input,
button,
select,
textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}

a:focus {
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

figure {
 margin: 0;
}

img {
 vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

hr {
 margin-top: 24px;
 margin-bottom: 24px;
 border: 0;
 border-top: 1px solid #ecf0f1;
}

[role="button"] {
 cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
 /*font-family:Georgia, "Times New Roman", Times, "serif";*/
	font-family: "Times New Roman", Times, serif;
 font-weight: 300;
 line-height: 1.2;
 color: inherit;
}

h1 {
 font-size: 32px;
}

h2 {
 font-size: 28px;
}

h3 {
 font-size: 24px;
}

h4 {
 font-size: 19px;
}

h5 {
 font-size: 16px;
}

h6 {
 font-size: 12px;
}

p {
 margin: 0 0 12px;
}

small {
  font-size: 75%;
}

mark {
  padding: .2em;
  background-color: #fdedd4;
}

ul,
ol {
 margin: 0;
 /* margin-bottom: 12px;*/
	padding:0;
}
ul ul,
ul ol,
ol ul,
ol ol {
 margin-bottom: 0;
}

dl {
 margin-top: 0;
 margin-bottom: 24px;
}

dt,
dd {
 line-height: 1.5;
}

dt {
 font-weight: bold;
}

dd {
 margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
 cursor: help;
 border-bottom: 1px dotted #b4bcc2;
}

blockquote {
 padding: 12px 24px;
 margin: 0 0 24px;
 font-size: 16px;
 border-left: 5px solid #ecf0f1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
 margin-bottom: 0;
}
blockquote footer,
blockquote small {
 display: block;
 font-size: 80%;
 line-height: 1.5;
 color: #b4bcc2;
}
blockquote footer:before,
blockquote small:before {
 content: '\2014 \00A0';
}

address {
 margin-bottom: 24px;
 font-style: normal;
 line-height: 1.5;
}

code,
kbd,
pre,
samp {
 font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

code {
 padding: 2px 4px;
 font-size: 90%;
 color: #c7254e;
 background-color: #f9f2f4;
 border-radius: 2px;
}

kbd {
 padding: 2px 4px;
 font-size: 90%;
 color: #fff;
 background-color: #333;
 border-radius: 1px;
 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
         box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
 padding: 0;
 font-size: 100%;
 font-weight: bold;
 -webkit-box-shadow: none;
         box-shadow: none;
}

pre {
 display: block;
 padding: 11.5px;
 margin: 0 0 12px;
 font-size: 15px;
 line-height: 1.5;
 color: #333;
 word-break: break-all;
 word-wrap: break-word;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 2px;
}
pre code {
 padding: 0;
 font-size: inherit;
 color: inherit;
 white-space: pre-wrap;
 background-color: transparent;
 border-radius: 0;
}

table {
 background-color: transparent;
}

caption {
 padding-top: 8px;
 padding-bottom: 8px;
 color: #b4bcc2;
 text-align: left;
}

th {
 text-align: left;
}

table col[class*="col-"] {
 position: static;
 display: table-column;
 float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
 position: static;
 display: table-cell;
 float: none;
}

fieldset {
 min-width: 0;
 padding: 0;
 margin: 0;
 border: 0;
}

legend {
 display: block;
 width: 100%;
 padding: 0;
 margin-bottom: 24px;
 font-size: 24px;
 line-height: inherit;
 color: #333;
 border: 0;
 border-bottom: 1px solid #e5e5e5;
}

label {
 display: inline-block;
 max-width: 100%;
 margin-bottom: 5px;
 font-weight: bold;
}

input[type="search"] {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
 margin: 4px 0 0;
 margin-top: 1px \9;
 line-height: normal;
}

input[type="file"] {
 display: block;
}

input[type="range"] {
 display: block;
 width: 100%;
}

select[multiple],
select[size] {
 height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}

output {
 display: block;
 padding-top: 7px;
 font-size: 16px;
 line-height: 1.5;
 color: #333;
}

textarea.form-control {
 height: auto;
}

input[type="search"] {
 -webkit-appearance: none;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
 cursor: not-allowed;
}

@-ms-viewport {
  width: device-width;
}

/*a {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?otbfjv');
  src:  url('../fonts/icomoon.eot?otbfjv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?otbfjv') format('truetype'),
    url('../fonts/icomoon.woff?otbfjv') format('woff'),
    url('../fonts/icomoon.svg?otbfjv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i {
	position:relative;
}
.icon-domain:before {
  content: "\e7ee";
}
.icon-directions_car:before {
  content: "\e531";
}
.icon-markunread:before {
  content: "\e159";
}
.icon-menu:before {
  content: "\e5d2";
}
.icon-phone2:before {
  content: "\e942";
		display: inline-block;
  position: absolute;
  padding: 0em;
  /*color: white;*/
  background: #62a90b;
  font-weight: normal;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  left: -2.35em;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*border: solid 3px white; */
  border-radius: 50%;
}
.fixed .icon-phone2:before	 {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  left: -2.35em;
  top: 35%;
}
@media screen and (min-width: 880px) and (max-width: 1140px) {
.icon-phone2:before	 {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  left: -2.35em;
  top: 35%;
}
}
@media screen and (max-width: 879px)  {
.icon-phone2:before	 {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  left: -2.0em;
  top: 35%;
}
}
	
.icon-facebook:before {
  content: "\ea90";
		display: inline-block;
  position: absolute;
  padding: 0em;
  /*color: 559C2A;
  background: #fff;*/
  font-weight: normal;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  left: -2.35em;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px white; 
  border-radius: 50%;
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.fs0 {
  font-size: 16px;
}
.fixed .fs0 {
  font-size: 14px;
}
@media screen and (min-width: 880px) and (max-width: 1140px) {
.fs0 {
  font-size: 14px;
}
}
.fs1 {
  font-size: 24px;
}
.fs2 {
  font-size: 32px;
}
.fs3 {
  font-size: 48px;
}
.fs4 {
  font-size: 24px;
}
.cl0 {
	color:#fff;
}
.cl0::after {
	background:#559C2A;
}
.cl1 {
	color:#559C2A;
}
.cl2 {
	color:#0099D5;
}
.mrs {
  margin-right: .35em;
	vertical-align:2px;
}
