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

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 109.375%;
  /* 17.5px */
}

@media screen and (max-width: 767px) {
  html {
    /* スマホ用フォントサイズ */
    font-size: 93.75%;
  }
}
body {
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body {
    margin-top: 0;
  }
}

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;
  -webkit-backface-visibility: hidden;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* 見出しサイズ 1rem/16px */
h1, .h1 {
  font-size: 24px;
}

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

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

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

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

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

@media print, screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 35px;
  }

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

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

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

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

  h6, .h6 {
    font-size: 17.5px;
  }
}
@media print, screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 43px;
  }

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

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

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

  h5, .h5 {
    font-size: 21px;
  }
}
@media print, screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 53px;
  }

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

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

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

  h5, .h5 {
    font-size: 22px;
  }
}
/* -------------------------------
	row
-------------------------------- */
.row-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-gallery > [class^="col-"].mb, .row-gallery > [class*=" col-"].mb {
  margin-bottom: 10px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class^="col-"], .row-10 > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .row-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-gallery > [class^="col-"].mb, .row-gallery > [class*=" col-"].mb {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-gallery > [class^="col-"].mb, .row-gallery > [class*=" col-"].mb {
    margin-bottom: 30px;
  }
}
/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 576px) {
  .container-fluid-xl {
    max-width: 540px;
  }
}
@media print, screen and (min-width: 768px) {
  .container-fluid-xl {
    max-width: 720px;
  }
}
@media print, screen and (min-width: 992px) {
  .container-fluid-xl {
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-fluid-xl {
    max-width: 1140px;
  }
}
@media print, screen and (min-width: 1400px) {
  .container-fluid-xl {
    max-width: 1334px;
  }
}
@media print, screen and (min-width: 1400px) {
  .container-fluid-1670 {
    max-width: 1670px;
  }
}
/* -------------------------------
	icon
-------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?8mfo1i");
  src: url("../fonts/icomoon/icomoon.eot?8mfo1i#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?8mfo1i") format("truetype"), url("../fonts/icomoon/icomoon.woff?8mfo1i") format("woff"), url("../fonts/icomoon/icomoon.svg?8mfo1i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-sphere:before {
  content: "\e9c9";
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9900;
}
#header .row {
  height: 50px;
}
#header h1 {
  font-size: 1rem;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
#header h1 img {
  width: 180px;
}
#header .head_language {
  position: absolute;
  right: 50px;
  top: 8px;
}
#header .head_language .btn-language {
  color: #2a2a2a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 50px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .head_language .btn-language span {
  font-size: 1.642857em;
  display: block;
  margin: 0 auto 3px;
}
#header .head_language .btn-language:hover {
  color: #1a7bd0;
}
@media print, screen and (min-width: 768px) {
  #header {
    position: static;
  }
  #header .row {
    height: 135px;
  }
  #header h1 {
    line-height: normal;
    max-width: 303px;
  }
  #header h1 img {
    width: auto;
  }
  #header .head_language {
    display: none !important;
  }
}

/**/
.head_top {
  text-align: right;
}
.head_top > ul {
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
}
.head_top > ul > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
.head_top > ul > li .img_iso {
  width: 90px;
}
.head_top > ul > li .btn-language {
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.head_top > ul > li .btn-language span {
  font-size: 1.642857em;
  display: block;
  margin: 0 auto 3px;
}
.head_top > ul > li .btn-language:hover {
  color: #1a7bd0;
}
@media print, screen and (min-width: 768px) {
  .head_top > ul > li .img_iso {
    width: auto;
  }
  .head_top > ul > li.head_tel {
    text-align: center;
    padding-right: 30px;
  }
  .head_top > ul > li.head_tel .telphone {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.2;
  }
  .head_top > ul > li.head_tel .telphone small.sub {
    font-size: 13px;
  }
  .head_top > ul > li.head_tel .txt {
    font-size: 12px;
    line-height: normal;
  }
}
@media print, screen and (min-width: 992px) {
  .head_top > ul > li.head_tel .telphone {
    font-size: 28px;
  }
}

/**/
.head_nav {
  text-align: right;
}
.head_nav > ul {
  font-size: 13px;
  line-height: 1.571428571;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.head_nav > ul > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
}
.head_nav > ul > li + li {
  padding-left: 1.5em;
}
.head_nav > ul > li > a {
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.head_nav > ul > li > a:hover, .head_nav > ul > li.active > a {
  color: #1a7bd0;
}
@media print, screen and (min-width: 992px) {
  .head_nav > ul {
    font-size: 14px;
  }
  .head_nav > ul > li + li {
    padding-left: 3em;
  }
  .head_nav > ul > li > a {
    letter-spacing: 0.22em;
  }
}

/* -------------------------------
	メニュー　共通
-------------------------------- */
.list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-nav li a {
  text-decoration: none;
}
.list-nav li a:hover {
  text-decoration: none;
}
.list-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------
	スマホ時
-------------------------------- */
@media screen and (max-width: 767px) {
  #sidebar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 500;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #sidebar .logo {
    display: none;
  }
  #sidebar .list-sidenav {
    width: 100%;
  }
  #sidebar .list-sidenav > li + li {
    border-top: solid 1px rgba(42, 42, 42, 0.7);
  }
  #sidebar .list-sidenav > li > a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    text-align: center;
    padding: 1em;
    display: block;
    background-color: rgba(42, 42, 42, 0.9);
  }
  #sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
    background-color: #1a7bd0;
  }

  .side-open #sidebar {
    top: 50px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #sidebar {
    max-height: 200px;
  }
}
/* -------------------------------
	PC時
-------------------------------- */
@media print, screen and (min-width: 768px) {
  #sidebar {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 999;
  }
  #sidebar .flex-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
    max-width: 1670px;
    padding: 0 15px;
    margin: 0 auto;
  }
  #sidebar .flex-box .logo {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
  }
  #sidebar .flex-box .logo img {
    max-width: 303px;
  }
  #sidebar .flex-box .contents {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    padding: 0 15px;
  }

  .list-sidenav {
    font-size: 13px;
    line-height: 1.571428571;
    letter-spacing: -.4em;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .list-sidenav > li {
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
  }
  .list-sidenav > li + li {
    padding-left: 1.5em;
  }
  .list-sidenav > li > a {
    color: #2a2a2a;
    text-decoration: none;
    display: block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list-sidenav > li > a:hover, .list-sidenav > li.active > a {
    color: #1a7bd0;
  }

  .fixed-nav #sidebar {
    top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .list-sidenav {
    font-size: 14px;
  }

  #sidebar .list-sidenav > li + li {
    padding-left: 3em;
  }
  #sidebar .list-sidenav > li > a {
    letter-spacing: 0.22em;
  }
}
@media print {
  #sidebar {
    display: none;
  }
}
/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  -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;
  background-color: #2a2a2a;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  display: block;
  -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);
}

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

/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #fff;
  background-color: #2f2e3a;
  page-break-inside: avoid;
}

.foot_contents {
  padding: 37px 0;
}
.foot_contents h3 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
.foot_contents .foot_nav {
  display: none;
  padding: 15px 0;
}
.foot_contents .foot_nav > ul {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
.foot_contents .foot_nav > ul > li {
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.foot_contents .foot_nav > ul > li + li {
  padding-left: 1em;
}
.foot_contents .foot_nav > ul > li > a {
  color: #fff;
  text-decoration: none;
}
.foot_contents .foot_nav > ul > li > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .foot_contents .foot_nav {
    display: block;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_contents .foot_nav > ul {
    font-size: 14px;
  }
  .foot_contents .foot_nav > ul > li {
    letter-spacing: 0.22em;
  }
  .foot_contents .foot_nav > ul > li + li {
    padding-left: 1.5em;
  }
}
@media print, screen and (min-width: 1400px) {
  .foot_contents .foot_nav > ul > li + li {
    padding-left: 3em;
  }
}

.copyright {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  padding: 8px 3em 7px;
  margin: 0;
  background-color: #44434d;
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

#main {
  background-color: #F5F5F5;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  padding-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e5efee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.main_ttl .container h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3333;
  padding: 1em 1em 1em .5em;
  margin: 0;
  display: inline-block;
}
.main_ttl .container h2 .en {
  line-height: 1;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  position: relative;
}
.main_ttl .container h2 .en:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.2em;
  width: 5000px;
  height: 1px;
  background-color: #212529;
}
.main_ttl .container h2 .en:after {
  content: "";
  position: absolute;
  left: -.5em;
  top: 0;
  bottom: -.7em;
  width: 1px;
  background-color: #212529;
}
@media print, screen and (min-width: 768px) {
  .main_ttl {
    padding-bottom: 100px;
  }
  .main_ttl .container h2 {
    font-size: 40px;
    text-align: left;
    min-width: 36%;
  }
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-bottom: 100px;
  }
  .main_ttl .container h2 {
    font-size: 50px;
  }
}

.main_bg {
  margin-top: -50px;
  padding: 15px;
  position: relative;
  z-index: 20;
}
.main_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.main_bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: #fff;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .main_bg {
    margin-top: -100px;
    padding: 0;
  }
  .main_bg:after {
    left: 15px;
    right: 15px;
  }
}
@media print, screen and (min-width: 1400px) {
  .main_bg:after {
    width: 1304px;
    left: 50%;
    right: auto;
    margin-left: -652px;
  }
}

/* -------------------------------
	main title
-------------------------------- */
.title01 {
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 1.5em;
}
.title01 .in {
  min-width: 50%;
  display: inline-block;
  padding: 1em 0;
  margin: 0 auto;
  position: relative;
}
.title01 .in:before, .title01 .in:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
}
.title01 .in:before {
  left: 0;
  top: 0;
  background-color: #1a7bd0;
}
.title01 .in:after {
  right: 0;
  bottom: 0;
  background-color: #1a7bd0;
}
.title01 .in > .en {
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.title01 .in > small {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.title02 {
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: 2em;
  margin-bottom: 1em;
  position: relative;
}
.title02:before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.75em;
  width: 1.2em;
  height: 2px;
  margin-top: -2px;
  background-color: #212529;
}

.title03 {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  margin-bottom: 1.5em;
}
.title03 .in {
  display: inline-block;
  border-bottom: solid 1px #212529;
}

.title04 {
  color: #2a2a2a;
  letter-spacing: 0.15em;
  padding-left: 0.65em;
  border-left: solid 5px #1a7bd0;
}

.title05 {
  text-align: center;
}
.title05 > span {
  display: block;
}
.title05 .en {
  letter-spacing: 0.15em;
  line-height: 1;
}
.title05 .txt {
  font-size: 0.5em;
  margin-top: 1em;
}

.title06 {
  text-align: center;
}
.title06 .in {
  display: inline-block;
  padding: 0 3em;
  position: relative;
}
.title06 .in:before, .title06 .in:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2em;
  height: 0;
  margin-top: -1px;
  border-top: double 3px #788592;
}
.title06 .in:before {
  left: 0;
}
.title06 .in:after {
  right: 0;
}

.title07 {
  padding-left: 1.2em;
  position: relative;
}
.title07:before {
  content: "■";
  position: absolute;
  left: 0;
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}

.anchorLink{margin-top:-100px;
  padding-top:100px; }


/* -------------------------------
	特殊
-------------------------------- */
.sec-box-1 {
  position: relative;
}
.sec-box-1 .en_txt {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sec-box-1 .en_txt {
    color: #848791;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    padding-top: 42px;
    position: absolute;
    top: 0;
  }
  .sec-box-1 .en_txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 32px;
    background-color: #848791;
  }
  .sec-box-1 .en_txt.left {
    left: -3em;
  }
  .sec-box-1 .en_txt.right {
    right: -3em;
  }
}
@media print, screen and (min-width: 1300px) {
  .sec-box-1 .en_txt.left {
    left: -5em;
  }
  .sec-box-1 .en_txt.right {
    right: -5em;
  }
}

.sec-box-2 {
  position: relative;
}
.sec-box-2 .en_txt {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .sec-box-2 .en_txt {
    color: #848791;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    padding-top: 42px;
    position: absolute;
    top: 0;
  }
  .sec-box-2 .en_txt:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 32px;
    background-color: #848791;
  }
  .sec-box-2.left {
    padding-left: 3em;
  }
  .sec-box-2.left .en_txt {
    left: 0;
  }
  .sec-box-2.right {
    padding-right: 3em;
  }
  .sec-box-2.right .en_txt {
    right: 0;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone small {
  font-size: 0.71428em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

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

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

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 50px;
  padding-bottom: 30px;
}
.box-padding-a .mb {
  margin-bottom: 20px;
}

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

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

  .box-padding-b {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .box-padding-b .mb {
    margin-bottom: 30px;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 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;
  object-position: 50% 50%;
  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%;';
}

.photo-box-1 {
  height: 500px;
}
.photo-box-1 > img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
@media screen and (max-width: 1199px) {
  .photo-box-1 {
    height: calc(150px + 350 * (100vw - 320px) / 880);
  }
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 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-top: 560px;
  }
}

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

  .photo-box-md-right {
    margin-right: calc((-100vw + 690px + 0px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .photo-box-md-left, .photo-box-lg-left {
    margin-left: calc((-100vw + 930px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right {
    margin-right: calc((-100vw + 930px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .container .photo-box-md-left, .container .photo-box-lg-left {
    margin-left: calc((-100vw + 1110px + 0px) / 2);
  }
  .container .photo-box-md-right, .container .photo-box-lg-right {
    margin-right: calc((-100vw + 1110px + 0px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .container-fluid-xl .photo-box-md-left, .container-fluid-xl .photo-box-lg-left, .container-fluid-xl .photo-box-xl-left {
    margin-left: calc((-100vw + 1304px + 0px) / 2);
  }
  .container-fluid-xl .photo-box-md-right, .container-fluid-xl .photo-box-lg-right, .container-fluid-xl .photo-box-xl-right {
    margin-right: calc((-100vw + 1304px + 0px) / 2);
  }
}
@media print {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: -340px;
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel^=lightcase]:after {
  content: "\f00e";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-rel^=lightcase]:hover:after {
  opacity: 1;
}

/* -------------------------------
	両端揃え jQuery併用
	（それぞれwidthで横幅を固定する。）
-------------------------------- */
/* -------------------------------
	AOS オリジナル
-------------------------------- */
@media screen {
  [data-aos="aos-img-left"], [data-aos="aos-img-right"] {
    transition-duration: 0s !important;
  }
  [data-aos="aos-img-left"].aos-init, [data-aos="aos-img-right"].aos-init {
    opacity: 0;
  }
  [data-aos="aos-img-left"].aos-animate, [data-aos="aos-img-right"].aos-animate {
    opacity: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  [data-aos="aos-img-left"].aos-animate:before, [data-aos="aos-img-left"].aos-animate:after, [data-aos="aos-img-right"].aos-animate:before, [data-aos="aos-img-right"].aos-animate:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 99;
  }

  [data-aos="aos-img-right"].aos-animate:before {
    width: 0%;
    background-color: #fff;
    -moz-animation: "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
    -webkit-animation: "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
    animation: "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  }
  [data-aos="aos-img-right"].aos-animate:after {
    width: 0%;
    background-color: #57565a;
    -moz-animation: "key-aos-animate-1" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    -webkit-animation: "key-aos-animate-1" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    animation: "key-aos-animate-1" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-2" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    z-index: 30;
  }

  [data-aos="aos-img-left"].aos-animate:before {
    width: 0%;
    background-color: #fff;
    -moz-animation: "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
    -webkit-animation: "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
    animation: "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards;
  }
  [data-aos="aos-img-left"].aos-animate:after {
    width: 0%;
    background-color: #57565a;
    -moz-animation: "key-aos-animate-3" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    -webkit-animation: "key-aos-animate-3" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    animation: "key-aos-animate-3" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0s normal forwards, "key-aos-animate-4" 0.6s cubic-bezier(0.83, 0, 0.17, 1) 0.8s normal forwards;
    z-index: 30;
  }
}
@keyframes key-aos-animate-1 {
  0% {
    left: 0;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes key-aos-animate-2 {
  0% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0%;
  }
}
@keyframes key-aos-animate-3 {
  0% {
    right: 0;
    width: 0%;
  }
  100% {
    right: 0;
    width: 100%;
  }
}
@keyframes key-aos-animate-4 {
  0% {
    right: auto;
    left: 0;
    width: 100%;
  }
  100% {
    right: auto;
    left: 0;
    width: 0%;
  }
}
/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  padding: 20px 0;
}
.breadcrumb_wrap .panlist {
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb_wrap .panlist > li {
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb_wrap .panlist > li > a {
  color: #171717;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #666;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb_wrap .panlist > li + li:before {
  content: "/";
  letter-spacing: normal;
  display: inline-block;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb_wrap {
    padding: 30px 0;
  }
}

/* -------------------------------
	table
-------------------------------- */
.table-design-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: .5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th {
  font-weight: 500;
  letter-spacing: 0.15em;
  background: #ededed;
}
.table-design-1 > tbody > tr > td {
  background-color: #fff;
}
.table-design-1 > tbody > tr > td *:last-child {
  margin-bottom: 0;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: .5em 1em;
}
.table-design-2 > tbody > tr > th {
  font-weight: 400;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #9b9b9b;
}
.table-design-2 > tbody > tr > td {
  padding-left: 2em;
  border-bottom: 1px solid #e5e5e5;
}
.table-design-2 > tbody > tr > td *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline tr th, .table-inline tr td {
    width: 100% !important;
    display: block;
  }

  .table-design-2.table-inline > tbody > tr > th, .table-design-2.table-inline > tbody > tr > td {
    padding: 1em;
  }
}
/* -------------------------------
	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-inline-dot {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0 0 0 1.3em;
  position: relative;
}
.list-inline-dot:before {
  content: "■";
  position: absolute;
  left: 0;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.list-inline-dot li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-dot li:after {
  content: "・";
  margin: 0 0.15em;
}
.list-inline-dot li:last-child:after {
  content: "";
}

.list-square {
  list-style: none;
  padding: 0;
}
.list-square > li {
  padding-left: 1.2em;
  position: relative;
}
.list-square > li:before {
  content: "■";
  position: absolute;
  left: 0;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.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-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 {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1em;
}

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

/* 画像回り込み */
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%;
  }
}
/* --▼width-- */
.ww200 {
  width: 200px !important;
}

/* --▼color-- */
.bg-cr-1 {
  background: #f3f3f3 !important;
}

/* --▼font 16px -- */
.fs10 {
  font-size: 0.57143rem !important;
}

.fs11 {
  font-size: 0.62857rem !important;
}

.fs12 {
  font-size: 0.68571rem !important;
}

.fs13 {
  font-size: 0.74286rem !important;
}

.fs14 {
  font-size: 0.8rem !important;
}

.fs15 {
  font-size: 0.85714rem !important;
}

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

.fs17 {
  font-size: 0.97143rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !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;
}

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

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 100px !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: 1400px !important;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

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

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