@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
.en {
  font-family: 'Roboto Condensed', sans-serif;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 87.5%;
}

body {
  font-size: 1rem;
  letter-spacing: 0.05em;
  background-image: url("../images/common/body_bg.png");
}

/* 見出しサイズ */
h1, .h1 {
  font-size: 80px;
}

h2, .h2 {
  font-size: 60px;
}

h3, .h3 {
  font-size: 42px;
}

h4, .h4 {
  font-size: 29px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 14px;
}

.fs_xl_18 {
  font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* 基本タグ */
p, ol, ul, dl, table {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.5em;
}

a {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: calc(34px + 46 * (100vw - 320px) / 880);
  }

  h2, .h2 {
    font-size: calc(29px + 31 * (100vw - 320px) / 880);
  }

  h3, .h3 {
    font-size: calc(24px + 18 * (100vw - 320px) / 880);
  }

  h4, .h4 {
    font-size: calc(20px + 9 * (100vw - 320px) / 880);
  }

  h5, .h5 {
    font-size: calc(17px + 3 * (100vw - 320px) / 880);
  }

  .fs_xl_18 {
    font-size: calc(15px + 3 * (100vw - 320px) / 880);
  }
}
/* -------------------------------
	float
-------------------------------- */
.row-float {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row-float:after {
  content: "";
  display: table;
  clear: both;
}
.row-float .float_col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

/* -------------------------------
	form
-------------------------------- */
button {
  outline: none;
}
button:hover, button:focus {
  outline: none;
}

/* -------------------------------
	header
-------------------------------- */
#header {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header h1 {
  font-size: 1rem;
  line-height: normal;
  margin: 0;
  padding: 15px;
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  #header h1 {
    padding: 0 0 0 15px;
    width: 100%;
  }
}
@media print {
  #header {
    position: absolute;
  }
}

.header_contents {
  color: #fff;
  display: none;
  background-color: #222;
}
@media print, screen and (min-width: 768px) {
  .header_contents {
    float: right;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    max-width: 811px;
    width: 100%;
  }
  .header_contents .head_navi {
    -webkit-flex: 1;
    flex: 1;
  }
  .header_contents .head_navi > ul {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.1em;
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .header_contents .head_navi > ul > li > a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  .header_contents .head_navi > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
  }
  .header_contents .head_navi > ul > li > a:hover:after, .header_contents .head_navi > ul > li.active > a:after {
    transform: scaleX(1);
    visibility: visible;
  }
  .header_contents .head_tel {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.625;
    letter-spacing: 0.05em;
    height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 2em;
    background-color: #000;
  }
  .header_contents .head_tel p {
    margin: 0;
  }
  .header_contents .head_tel i {
    width: 1em;
    text-align: center;
  }
  .header_contents .head_tel a {
    color: #fff;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 992px) {
  .header_contents .head_navi {
    -webkit-flex: 1;
    flex: 1;
  }
  .header_contents .head_navi > ul {
    font-size: 16px;
  }
  .header_contents .head_tel {
    font-size: 16px;
    height: 100px;
  }
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #sidebar {
    display: none;
  }
}

#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  text-align: left;
  background-color: #333;
  -moz-transform: translate3d(260px, 0, 0);
  -ms-transform: translate3d(260px, 0, 0);
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .tel {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  padding: 15px;
  margin: 0 0 20px;
  background-color: #171717;
}
#sidebar .tel i {
  width: 1em;
  text-align: center;
}
#sidebar .tel a {
  color: #fff;
}
#sidebar .list-gnav {
  font-size: 14px;
  padding-left: 15px;
}
#sidebar .list-gnav > li {
  position: relative;
}
#sidebar .list-gnav > li > a {
  color: #fff;
  display: block;
  padding: 10px 30px 10px 15px;
  position: relative;
}
#sidebar .list-gnav > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}
#sidebar .list-gnav > li.active > a, #sidebar .list-gnav > li > a:hover {
  background-color: #000;
}

/* スマホ時動き */
.side-open #sidebar {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #999;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #999;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #999;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 10px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1.692;
  letter-spacing: 0.05em;
  padding: 40px 0;
  page-break-inside: avoid;
  background-color: #000;
}
#footer h3 {
  text-align: center;
  margin-bottom: 30px;
}
#footer .mb {
  margin-bottom: 30px;
}
#footer .foot_nav {
  text-align: center;
}
#footer .foot_nav > ul {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .foot_nav > ul > li {
  letter-spacing: 0.05em;
  display: inline;
}
#footer .foot_nav > ul > li + li:before {
  content: "┃";
  margin: 0 0.5em;
}
#footer .foot_nav > ul > li > a {
  color: #a0a0a0;
  text-decoration: none;
  display: inline-block;
}
#footer .foot_nav > ul > li > a:hover {
  color: #a0a0a0;
  text-decoration: underline;
}
#footer .copyright {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #footer {
    padding: 80px 0;
  }
}
/* -------------------------------
	main
-------------------------------- */
#wrapper, .wrapper {
  overflow: hidden;
}

#main {
  overflow: hidden;
}

/**/
.page_head {
  padding-bottom: 0;
  overflow: hidden;
}
.page_head .columns {
  line-height: 2;
  padding: 20px;
  margin: 20px 0;
  background: url("../images/common/bg_icon_001.png") no-repeat left top #fff;
}
.page_head .columns h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_head {
    padding-bottom: 110px;
    position: relative;
    z-index: 0;
  }
  .page_head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
  }
  .page_head .columns {
    padding: 90px 0 90px 98px;
    margin: 0;
    position: relative;
    z-index: 0;
  }
  .page_head .columns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 50vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }
  .page_head .columns h3 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_head .columns {
    min-height: 490px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .page_head .columns .in-box {
    width: 100%;
  }
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  color: #fff;
  text-align: center;
  height: 460px;
  padding-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #111;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_ttl .container h2 {
  font-size: 60px;
  display: inline-block;
  padding: 0.5em;
  margin: 0;
  min-width: 260px;
  border: double 4px #ccc;
  position: relative;
  z-index: 0;
}
.main_ttl .container h2:before, .main_ttl .container h2:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.main_ttl .container h2:before {
  left: 50%;
  top: -50px;
  bottom: -50px;
  border-left: double 4px #ccc;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.main_ttl .container h2 .en {
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.main_ttl .container h2 small {
  font-size: 22px;
  display: block;
  margin-top: 10px;
}
body.service .main_ttl {
  background-image: url("../images/common/main_ttl_about.jpg");
}
body.price .main_ttl {
  background-image: url("../images/common/main_ttl_price.jpg");
}
body.works .main_ttl {
  background-image: url("../images/common/main_ttl_works.jpg");
}
body.company .main_ttl {
  background-image: url("../images/common/main_ttl_company.jpg");
}
body.contact .main_ttl {
  background-image: url("../images/common/main_ttl_contact.jpg");
}
@media print, screen and (min-width: 768px) {
  .main_ttl {
    padding-top: 70px;
  }
  .main_ttl .container h2 {
    min-width: 360px;
  }
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .main_ttl {
    height: calc(260px + 200 * (100vw - 320px) / 880);
  }
  .main_ttl .container h2 {
    font-size: calc(30px + 30 * (100vw - 320px) / 880);
  }
  .main_ttl .container h2 small {
    font-size: calc(16px + 6 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	title
-------------------------------- */
.title01 {
  border-bottom: solid 1px #171717;
}
.title01 .en {
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1em;
}
.title01 .txt {
  display: inline-block;
  padding: 0.5em 0;
}

.title02 {
  border-left: solid 5px #171717;
  padding-left: 0.75em;
}

.title03 {
  position: relative;
  z-index: 0;
}
.title03:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: -1;
}
.title03 .min {
  font-size: 1.2rem;
  display: block;
  padding-left: 1.5em;
}
.title03 .min:before {
  content: "ー";
  position: absolute;
  left: 0;
  font-weight: 400;
}

.title04 {
  text-align: center;
  margin: 0 0 1em;
}
.title04:after {
  content: "";
  display: block;
  margin: .5em auto 0;
  width: 2.5em;
  height: 2px;
  background-color: #222;
}

.title-num-1 {
  padding-left: 2.2em;
  padding-top: 0.25em;
  border-bottom: solid 1px rgba(23, 23, 23, 0.5);
  position: relative;
  z-index: 0;
}
.title-num-1 .num {
  font-size: 1.75em;
  font-style: italic;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

/* -------------------------------
	title エリア
-------------------------------- */
.title-area-1 {
  height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.title-area-1 .bg {
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.07;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.title-area-1 h3 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .title-area-1 {
    height: calc(100px + 100 * (100vw - 320px) / 880);
  }
  .title-area-1 .bg {
    font-size: calc(100px + 100 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	背景
-------------------------------- */
.bg-img-a {
  background-image: url("../images/common/bg001.png");
  position: relative;
  z-index: 0;
}
.bg-img-a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #555555;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF555555', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #555555), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left, #555555 0%, #000000 100%);
  background-image: -webkit-linear-gradient(left, #555555 0%, #000000 100%);
  background-image: linear-gradient(to right, #555555 0%, #000000 100%);
  opacity: 0.6;
  z-index: -1;
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.telphone small {
  font-size: 0.75em;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a, .box-padding-b {
  padding-top: 40px;
  padding-bottom: 25px;
}
.box-padding-a .mb, .box-padding-b .mb {
  margin-bottom: 25px;
}

.box-style-1, .box-style-2 {
  padding: 30px 15px;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .box-padding-a .mb {
    margin-bottom: 55px;
  }

  .box-padding-b {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .box-padding-b .mb {
    margin-bottom: 40px;
  }

  .box-style-1 {
    padding: 50px;
  }

  .box-style-2 {
    padding: 30px;
  }
}
/* -------------------------------
	装飾
-------------------------------- */
.op_kabe1 {
  border: solid 1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 0;
}
.op_kabe1:before, .op_kabe1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.op_kabe1:before {
  left: 15px;
  top: 15px;
  background: url("../images/common/bg001.png");
}
.op_kabe1:after {
  background-color: #fff;
}

/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-bottom: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-bottom: 480px;
  }
}

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 992px) {
  .photo-box-left {
    margin-left: calc((-100vw + 940px + 0px) / 2);
  }

  .photo-box-right {
    margin-right: calc((-100vw + 940px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .photo-box-left {
    margin-left: calc((-100vw + 1140px + 0px) / 2);
  }

  .photo-box-right {
    margin-right: calc((-100vw + 1140px + 0px) / 2);
  }
}
@media print {
  .photo-box-left {
    margin-left: -340px;
  }

  .photo-box-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	蛍光ペン
-------------------------------- */
.marker_black {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 0.5em;
}

.marker_gray {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 0.5em;
}

/* -------------------------------
	table
-------------------------------- */
.table-original-a {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ACACAC;
  border-left: 1px solid #ACACAC;
}
.table-original-a > thead > tr > th, .table-original-a > thead > tr > td, .table-original-a > tbody > tr > th, .table-original-a > tbody > tr > td {
  padding: 1rem;
  border-right: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
}
.table-original-a > tbody > tr > th {
  font-weight: 700;
  text-align: left;
  background-color: #e7e7e7;
}
.table-original-a > tbody > tr > td {
  background-color: #fff;
}

@media only screen and (max-width: 543px) {
  .table-inline tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline tr th, .table-inline tr td {
    width: 100% !important;
    display: block;
  }
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
.table-basictable.bt {
  border: none;
}
.table-basictable.bt > thead > tr > th, .table-basictable.bt > thead > tr > td, .table-basictable.bt > tbody > tr > th, .table-basictable.bt > tbody > tr > td {
  border: none;
}
.table-basictable.bt > thead > tr > th {
  display: none;
}
.table-basictable.bt > tbody > tr {
  width: 100%;
  display: block;
}
.table-basictable.bt > tbody > tr > th, .table-basictable.bt > tbody > tr > td {
  border: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}
.table-basictable.bt > tbody > tr > th:before, .table-basictable.bt > tbody > tr > td:before {
  content: attr(data-th);
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  -webkit-flex: 0 0 6.5em;
  flex: 0 0 6.5em;
  max-width: 6.5em;
  padding: 8px;
}
.table-basictable.bt > tbody > tr > th .bt-content, .table-basictable.bt > tbody > tr > td .bt-content {
  flex-grow: 1;
  padding: 8px;
  display: block;
}
.table-basictable.bt > tbody > tr > th:before {
  display: none;
}
.table-basictable.bt > tbody > tr > td.bt-hide {
  display: none;
}

/*  */
.table-basictable-a {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
}
.table-basictable-a > thead > tr > th, .table-basictable-a > thead > tr > td {
  color: #fff;
  text-align: center;
  padding: 1rem;
  background-color: #111;
}
.table-basictable-a > tbody > tr > th, .table-basictable-a > tbody > tr > td {
  padding: 1rem;
}
.table-basictable-a > tbody > tr > th {
  color: #ccc;
  text-align: center;
  background: #222;
}
.table-basictable-a > tbody > tr > td {
  background-color: #ddd;
}
.table-basictable-a.bt > tbody > tr > td {
  margin-top: 1px;
}
.table-basictable-a.bt > tbody > tr > td:before {
  color: #f3f3f3;
  text-align: center;
  background-color: #666;
  margin-right: 1px;
}

/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
}
.list-inline-slash li:last-child:after {
  content: "";
}

.list-kome {
  list-style: none;
  padding: 0;
}
.list-kome > li {
  padding-left: 1.2em;
  position: relative;
}
.list-kome > li:before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: bold;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.figure {
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  max-width: inherit;
  width: 100%;
  line-height: 1;
  position: relative;
  display: block;
  vertical-align: middle;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before, .figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-center {
  margin: 0 auto;
}

.btn-ww280 {
  display: block;
  max-width: 280px;
}

.btn i {
  font-size: 1.13333em;
  vertical-align: middle;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l i {
  left: 1.5em;
}

.btn-icon-r i {
  right: 1.5em;
}

.btn-original-a {
  color: #ccc;
  font-weight: bold;
  padding: 1.083333em 2em;
  border-radius: 5em;
  border: none;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-original-a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5em;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #3e3e3e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF3E3E3E', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #3e3e3e), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(left, #3e3e3e 0%, #000000 100%);
  background-image: -webkit-linear-gradient(left, #3e3e3e 0%, #000000 100%);
  background-image: linear-gradient(to right, #3e3e3e 0%, #000000 100%);
}
.btn-original-a:hover {
  color: #ccc;
  background: #000;
}
.btn-original-a:hover:before {
  right: 100%;
}

/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.in-box {
  display: block;
  width: 100%;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼color-- */
.text-gray {
  color: #c0c0c0 !important;
}

.text-gray2 {
  color: #666 !important;
}

.bg-gray {
  background-color: #efefef !important;
}

/* --▼font 14px -- */
.fs13 {
  font-size: 0.92857rem !important;
}

.fs16 {
  font-size: 1.142857rem !important;
}

.fs18 {
  font-size: 1.2857rem !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.lh_lg {
  line-height: 2 !important;
}

/* --▼text-- */
/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb-sm {
  margin-bottom: 30px !important;
}

.margin-bottom {
  margin-bottom: 25px !important;
}

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .mb-sm {
    margin-bottom: 40px !important;
  }

  .margin-bottom {
    margin-bottom: 50px !important;
  }
}
/* 印刷用 */
@page {
  margin: 8mm;
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  @page {
    size: auto;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1500px !important;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }
}
/* Microsoft Edge ハック */
@supports (-ms-ime-align: auto) {
  @media print {
    body {
      min-width: 1240px !important;
    }
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  body {
    min-width: 1240px !important;
  }
}

/*# sourceMappingURL=screen.css.map */
