@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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,
figure, figcaption, footer, header,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  color: #252525;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

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

blockquote, q {
  quotes: none;
}

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


nav, ol, ul {
  list-style: none;
}

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



select::-ms-expand {
  display: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf") format("opentype");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../public_html/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -36px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #b0b0b0;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #fb0d1b;
  opacity: 0.75;
}

body {
  overflow: hidden;
  font-family: 'Noto Sans Japanese', Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: 200;
  color: #000;
}
@media screen and (min-width: 668px) {
  body {
    min-width: 1024px;
  }
}
body a {
  color: #000;
}

.header {
  position: relative;
  z-index: +1;
  background: rgba(255, 255, 255, 1);
}
.header__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 668px) {
  .header__inner {
    width: 1024px;
    margin: 0 auto;
    padding: 19px 0 11px;
  }
}
@media screen and (max-width: 667px) {
  .header__inner {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0 4%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 667px) {
  .header__logo {
    width: 160px;
  }
}
@media screen and (min-width: 668px) {
  .header__nav--spbtn {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--spbtn {
    position: relative;
    width: 30px;
    height: 24px;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--spbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
  }
}
.header__nav--spbtn span:nth-of-type(1) {
  top: 0;
}
.header__nav--spbtn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.header__nav--spbtn span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (min-width: 668px) {
  .header__nav--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-right: #ccc 1px solid;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--list {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: +1;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 668px) {
  .header__nav--list li {
    width: 112px;
    border-left: #ccc 1px solid;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--list li {
    border-top: #ccc 1px solid;
  }
}
@media screen and (min-width: 668px) {
  .header__nav--list li a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--list li a {
    display: block;
    padding: 12px 4%;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 667px) {
  .header__nav--list li a::before {
    content: '> ';
  }
}

.footer__primary {
  background: #231816;
}
@media screen and (min-width: 668px) {
  .footer__primary {
    padding: 16px 0;
  }
}
@media screen and (max-width: 667px) {
  .footer__primary {
    padding: 10px 0;
  }
}
@media screen and (min-width: 668px) {
  .footer__primary--inner {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 668px) {
  .footer__primary--nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
	.footer__primary img{
	width:20%;
	height: auto;
	padding:20px; 
	}
}
@media screen and (max-width: 667px) {
  .footer__primary--nav {
    margin-bottom: 10px;
    padding: 0 4%;
    font-size: 0;
  }
	.footer__primary img{
	width:60%;
	height: auto;
	padding:20px; 
	}
}
@media screen and (min-width: 668px) {
  .footer__primary--nav li {
    padding: 0 18px;
  }
}
@media screen and (min-width: 668px) {
  .footer__primary--nav li:not(:first-child) {
    border-left: #fff 1px solid;
  }
}
.footer__primary--nav li a {
  color: #fff;
}
@media screen and (min-width: 668px) {
  .footer__primary--nav li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 200;
  }
}
@media screen and (max-width: 667px) {
  .footer__primary--nav li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 100;
  }
}
@media screen and (max-width: 667px) {
  .footer__primary--nav li a::before {
    content: '> ';
  }
}
@media screen and (min-width: 668px) {
  .footer__primary--copy {
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .footer__primary--copy {
    text-align: center;
  }
}
.footer__primary--copy small {
  color: #fff;
}
@media screen and (min-width: 668px) {
  .footer__primary--copy small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 667px) {
  .footer__primary--copy small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.visual__main {
  position: relative;
}
@media screen and (min-width: 668px) {
  .visual__main {
    max-width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 667px) {
  .visual__main {
    width: 100%;

  }
}
@media screen and (min-width: 668px) {
  .visual__main .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width: 667px) {
  .visual__main .slick-dots {
    bottom: 10px;
  }
}
.visual__main--lead {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
@media screen and (min-width: 668px) {
  .visual__main--lead {
    left: 0;
    padding-top: 80px;
  }
  .visual__main--lead img {
    max-width: 100% !important;
    width: auto;
  }
}
@media screen and (max-width: 667px) {
  .visual__main--lead {
    padding-top: 70px;
  }
  .visual__main--lead img {
    width: 229px;
  }
}
.visual__lower {
  position: relative;
}
@media screen and (min-width: 668px) {
  .visual__lower {
    max-width: 100%;
    margin: -160px auto 60px;
  }
}
@media screen and (max-width: 667px) {
  .visual__lower {
    width: 200%;
    margin: -70px 0 30px -50%;
  }
}
@media screen and (min-width: 668px) {
  .visual__lower--image img {
    max-width: none;
  }
}
.visual__lower--title {
  position: absolute;
  top: 50%;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .visual__lower--title {
    left: 50%;
    width: 900px;
    margin-left: -450px;
    padding-top: 40px;
    font-size: 48px;
    font-size: 3rem;
    text-shadow: 0 0 15px rgba(0, 100, 120, 0.2), 0 0 15px rgba(0, 100, 120, 0.2), 0 0 15px rgba(0, 100, 120, 0.2), 0 0 15px rgba(0, 100, 120, 0.2);
  }
}
@media screen and (max-width: 667px) {
  .visual__lower--title {
    left: 0;
    width: 100%;
    padding-top: 18px;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    text-shadow: 0 0 5px rgba(0, 100, 120, 0.2), 0 0 5px rgba(0, 100, 120, 0.2), 0 0 5px rgba(0, 100, 120, 0.2), 0 0 5px rgba(0, 100, 120, 0.2);
  }
}

.index__lb {
  text-align: center;
}
@media screen and (min-width: 668px) {
  .index__lb {
    padding: 60px 0;
  }
}
@media screen and (max-width: 667px) {
  .index__lb , .top-gallery , .top-contact {
    padding: 30px 4%;
  }
}


@media screen and (min-width: 668px) {
.index__lb img{
	width:60%;
	height:auto;
	}
}
@media screen and (max-width: 667px) {
.index__lb img{
	width:100%;
	height:auto;
	}
}


@media screen and (min-width: 668px) {
.schedule{
	margin-top:80px;
	}
}
@media screen and (max-width: 667px) {
.schedule{
	margin-top:40px;
	}
}

@media screen and (min-width: 668px) {
.schedule-details img{
	width:50%;
	height:auto;
	}
}


.index__lb--title {
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .index__lb--title {
    margin-bottom: 38px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33;
  }
}
@media screen and (max-width: 667px) {
  .index__lb--title {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.index__lb--sentence {
  font-weight: 400;
}
@media screen and (min-width: 668px) {
  .index__lb--sentence {
    margin-bottom: 43px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 667px) {
  .index__lb--sentence {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 667px) {
  .index__lb--sentence br {
    display: none;
  }
}
.index__lb--btn a {
  display: block;
  background: #1ba4e1;
  box-sizing: border-box;
  border: #1ba4e1 1px solid;
  color: #fff;
  font-weight: 200;
}
@media screen and (min-width: 668px) {
  .index__lb--btn a {
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 58px;
    transition: .4s all;
  }
}
@media screen and (max-width: 667px) {
  .index__lb--btn a {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
  }
}
@media screen and (min-width: 668px) {
  .index__lb--btn a:hover {
    background: #fff;
    color: #1ba4e1;
  }
}

@media screen and (min-width: 668px) {
  .index__bnr {
    padding: 50px 0;
  }
}
@media screen and (max-width: 667px) {
  .index__bnr {
    padding: 25px 4%;
  }
}
@media screen and (min-width: 668px) {
  .index__bnr--list {
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .index__bnr--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 668px) {
  .index__bnr--list li {
    display: inline-block;
    margin: 0 20px;
    transition: .4s opacity;
  }
}
@media screen and (max-width: 667px) {
  .index__bnr--list li {
    width: 48%;
  }
}
@media screen and (min-width: 668px) {
  .index__bnr--list li:hover {
    opacity: .7;
  }
}

.content__lower {
  margin: 0 auto;
}
@media screen and (min-width: 668px) {
  .content__lower {
    width: 900px;
  }
}
@media screen and (max-width: 667px) {
  .content__lower {
    width: 92%;
  }
}

@media screen and (min-width: 668px) {
  .list__companyprof {
    overflow: hidden;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 667px) {
  .list__companyprof {
    margin-bottom: 50px;
  }
}
.list__companyprof a {
  color: #003cff;
  text-decoration: underline;
}
.list__companyprof dt, .list__companyprof dd {
  font-weight: 500;
}
@media screen and (min-width: 668px) {
  .list__companyprof dt, .list__companyprof dd {
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 668px) {
  .list__companyprof dt {
    width: 180px;
    position: relative;
    clear: both;
  }
}
@media screen and (max-width: 667px) {
  .list__companyprof dt {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 668px) {
  .list__companyprof dt::after {
    position: absolute;
    right: 20px;
    content: '：';
  }
}
@media screen and (min-width: 668px) {
  .list__companyprof dd {
    width: 720px;
  }
}
@media screen and (max-width: 667px) {
  .list__companyprof dd {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: .5em;
  }
}
@media screen and (max-width: 667px) {
  .list__companyprof dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.list__classNK {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 668px) {
  .list__classNK {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 667px) {
  .list__classNK {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 668px) {
  .list__classNK li {
    width: 210px;
    margin: 0 10px;
  }
}

.title__business {
  color: #474747;
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .title__business {
    margin-bottom: 35px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}
@media screen and (max-width: 667px) {
  .title__business {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.block__business {
  overflow: hidden;
}
@media screen and (min-width: 668px) {
  .block__business {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 667px) {
  .block__business {
    margin-bottom: 20px;
  }
}
.block__business--title {
  color: #474747;
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .block__business--title {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}
@media screen and (max-width: 667px) {
  .block__business--title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block__business--lead {
  color: #545454;
  line-height: 1.57;
  font-weight: 500;
}
@media screen and (min-width: 668px) {
  .block__business--lead {
    padding: 18px 0 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 667px) {
  .block__business--lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.block__business--sentence {
  color: #545454;
  line-height: 1.57;
}
@media screen and (min-width: 668px) {
  .block__business--sentence {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 667px) {
  .block__business--sentence {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 667px) {
  .block__business img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 668px) {
  .block__business img:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 667px) {
  .block__business img:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 668px) {
  .block__business .fl {
    float: left;
  }
}
@media screen and (max-width: 667px) {
  .block__business .fl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 668px) {
  .block__business .fr {
    float: right;
  }
}
@media screen and (max-width: 667px) {
  .block__business .fr {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 668px) {
  #biz01 .fr,
  #biz02 .fr {
    width: 450px;
  }
}
@media screen and (min-width: 668px) {
  #biz01 .fl,
  #biz02 .fl {
    width: 416px;
  }
}

@media screen and (min-width: 668px) {
  #biz03 .fr {
    width: 358px;
  }
}
@media screen and (min-width: 668px) {
  #biz03 .fl {
    width: 480px;
  }
}

.title__maintenance {
  color: #636363;
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .title__maintenance {
    margin-bottom: 35px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
@media screen and (max-width: 667px) {
  .title__maintenance {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 668px) {
  .block__policy {
    overflow: hidden;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 667px) {
  .block__policy {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 668px) {
  .block__policy .fr {
    float: right;
    width: 457px;
  }
}
@media screen and (max-width: 667px) {
  .block__policy .fr {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 668px) {
  .block__policy .fl {
    float: left;
    width: 382px;
  }
}
@media screen and (max-width: 667px) {
  .block__policy .fl {
    margin-bottom: 20px;
  }
}
.block__policy--title {
  color: #636363;
  font-weight: 700;
}
@media screen and (min-width: 668px) {
  .block__policy--title {
    margin-bottom: 38px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 667px) {
  .block__policy--title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.block__policy--sentence {
  background: #ebeeff;
  border-radius: 5px;
  color: #636363;
}
@media screen and (min-width: 668px) {
  .block__policy--sentence {
    padding: 16px 38px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 667px) {
  .block__policy--sentence {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 668px) {
  .block__inspection {
    margin-bottom: 90px;
    overflow: hidden;
  }
}
@media screen and (max-width: 667px) {
  .block__inspection {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 668px) {
  .block__inspection .fr {
    float: right;
    width: 440px;
  }
}
@media screen and (max-width: 667px) {
  .block__inspection .fr {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 668px) {
  .block__inspection .fl {
    float: left;
    width: 440px;
  }
}
@media screen and (max-width: 667px) {
  .block__inspection .fl {
    margin-bottom: 14px;
  }
}
.block__inspection--list {
  color: #636363;
}
@media screen and (min-width: 668px) {
  .block__inspection--list dt, .block__inspection--list dd {
    line-height: 30px;
  }
}
@media screen and (max-width: 667px) {
  .block__inspection--list dt, .block__inspection--list dd {
    line-height: 24px;
  }
}
.block__inspection--list dt {
  font-weight: 500;
}
@media screen and (min-width: 668px) {
  .block__inspection--list dt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 667px) {
  .block__inspection--list dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.block__inspection--list dd {
  font-size: 14px;
  font-size: 0.875rem;
}
.block__inspection--list dd:not(:last-of-type) {
  margin-bottom: 1em;
}





/** inputs and textarea**/
input:not([type="submit"]),
textarea{
  outline:none;
  display:block;
  width:100%;
  padding:4px 8px;
  border:1px dashed #333;
  color:#3F3F3F;
  font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
  font-size:14px;
  border-radius:2px;
  transition:background 0.2s linear,
  box-shadow 0.6s linear;
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
input:not([type="submit"]),
textarea{
  padding:0;
}
}


input:not([type="submit"]):active,
textarea:active,
input:not([type="submit"]):focus,
textarea:focus{
  background:#F7F7F7;
  border:dashed 1px #969696;
  box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]){
 	height: 30px;
	margin-bottom: 20px;
}


textarea{
  min-height:150px;
  resize:vertical
}
/* placeholder */
::-webkit-input-placeholder  {
  color:#BABABA;
  font-style:italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  color:#BABABA;
  font-style:italic;
}


.wpcf7{
	margin: 0 auto !important;
	width: 600px;
}
@media screen and (max-width: 667px) {
.wpcf7{
	margin: 0 auto !important;
	width: 90%;
}
}

.btn_send{
	text-align:center;
}


.btn_send input {
    width: 200px;
    font-size: 15px;
    background: #cfcfcf;
    padding: 10px;
    margin: 20px;
}


.btn_send input:hover {
    background: #888;
}


/*事業内容ページCSS追加*/
.business_greeting {
	width:800px;
	margin-bottom:80px;	
}

.business_greeting p.block__business--sentence{
	text-align:center;
	margin-bottom:20px;
	}
@media screen and (max-width: 667px) {
	.business_greeting p.block__business--sentence{
		text-align:left;
	}
}	

@media screen and (max-width: 667px) {
	.business_greeting {
		width:100%;
		margin-bottom:50px;	
	}
}
@media screen and (max-width: 667px) {
	.mb_none{
		display:none;
	}
}

.block__business_set{
	margin-bottom:20px;
	}
	
.mt_50{
	margin-top:50px;
	}
	
.mb_50{
	margin-bottom:50px;
	}


.top-concept{
	margin-top:80px;
	}
@media screen and (max-width: 667px) {
.top-concept{
	margin-top:40px;
	}	
	}


.concept-text{
	margin:auto;
	width:60%;
	}

.concept-text p{
	 color:#231816;
	 font-size:18px;
	 line-height:2em;
	}
@media screen and (max-width: 667px) {
.concept-text{
	width:100%;
	}
.concept-text p{
	 font-size:15px;
	 line-height:1.5em;
	}	
	
}


	
.top-gallery{
	margin: auto;
	text-align:center;
	}
@media screen and (min-width: 668px) {
.top-gallery .tittle img{
	width:60%;
	height:auto;
	margin-top:50px;
	}
}
@media screen and (max-width: 667px) {
.top-gallery .tittle img{
	width:100%;
	height:auto;
	margin-top:30px;
	}
}	

.top-contact{
	text-align:center;
	padding-bottom: 50px;
	}
@media screen and (min-width: 668px) {
.top-contact .tittle img{
	width:60%;
	height:auto;
	margin-top:50px;
	}
}
@media screen and (max-width: 667px) {
.top-contact .tittle img{
	width:100%;
	height:auto;
	margin-top: -50px;
	}
}


.wpcf7-form{
	text-align:left;
	}

.gallery-all{
	width:90%;
	margin:auto;
	text-align:center;
	}



@media screen and (min-width: 668px) {

	
ul.gallery-3col li{
	width:30%;
	height:auto;
	float:left;
	padding-right: 5%;
	padding-bottom:25px;
	}

ul.gallery-3col li:last-child{
	padding-right: 0;
	}

ul.gallery-3col li img{
	width:100%;
	height: auto;
	}
	
}
	
@media screen and (max-width: 667px) {
	ul.gallery-3col li{
		width:100%;
		padding-bottom:20px;
		}
	ul.gallery-3col li img{
		width:100%;
		height:auto;
		}

	}
	
main{
	background:url(https://study.imatoku-medic.com/wp-content/uploads/2017/11/back_img.jpg) repeat-y scroll;
	}