@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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*--------------------------------------
   common
---------------------------------------*/

.pcs{
	display: block;
}
.sps{
	display: none;
}




html {
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
}

body {
  color: #424242;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 300;
  text-align: justify;
  text-justify: distribute;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a {
  color: #0094b8;
  text-decoration: none;
}
a:hover {
  color: #7fb2d9;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h2 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

img {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea, select, button {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  input, textarea, select, button {
    font-size: 1.142rem;
  }
}

input[type="button"], [type="image"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

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;
}

i {
  font-family: FontAwesome;
}

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

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

.mailmaga{display: none;}


#gmap {
  min-height: 400px;
}

/*資料請求・ご予約リンク*/
.footer_visit_box {width:100%;display: flex;justify-content: center;flex-flow: row wrap;padding-bottom:2em;}
.footer_visit_box a{max-width:200px;width:44%;height:auto;background:#0093b7;color:#fff;
border-radius:10px;text-align: center;padding:1.4em 0.3em;margin:0.5em;box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3);}
.footer_visit_box a:hover{box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .5);text-decoration: none;font-weight:bold}
	

@media (min-width:320px){
.pcs{display: none;}
.sps{display: block;}
}



@media all and (max-width: 767px) {
	.tosp{display: block }
		.topc{display: none}
		}
		
		
		
		@media all and (min-width: 768px) {
			.tosp{display: none }
				.topc{display: block}
				}
				
				
				
				
				.form_box{margin-bottom:20px;padding-bottom:20px}
					.wpcf7-response-output{color:red; font-size:1.4em}
						.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
							border-color: red;
}