@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background-color: #f9fafa;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 2.25;
  color: #282828;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

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

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?9295282");
  src: url("../font/fontello.eot?9295282#iefix") format("embedded-opentype"), url("../font/fontello.woff2?9295282") format("woff2"), url("../font/fontello.woff?9295282") format("woff"), url("../font/fontello.ttf?9295282") format("truetype"), url("../font/fontello.svg?9295282#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9295282#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:before {
  content: '\e800';
}

/* '' */
.icon-left-open-big:before {
  content: '\e801';
}

/* '' */
.icon-down-open-big:before {
  content: '\e802';
}

/* '' */
.icon-up-open-big:before {
  content: '\e803';
}

/* '' */
.icon-email:before {
  content: '\e804';
}

/* '' */
.icon-pencil:before {
  content: '\e805';
}

/* '' */
.icon-user-md:before {
  content: '\f0f0';
}

/* '' */
.icon-medkit:before {
  content: '\f0fa';
}

/* '' */
.icon-box:before {
  content: '\f187';
}

/* '' */
.icon-calendar-check-o:before {
  content: '\f274';
}

/* '' */
/** JS LIBS
==============================================*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #004FA0;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 50px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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("./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: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-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;
  opacity: 0.8;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 20px;
  background-image: url(../img/common/slider-arrow-prev.png);
  z-index: 111;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 20px;
}

.slick-next {
  right: 20px;
  background-image: url(../img/common/slider-arrow-next.png);
  z-index: 111;
}

[dir="rtl"] .slick-next {
  left: 20px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  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 5px;
  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: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** COMMON
==============================================*/
.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #282828;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  img.flex {
    width: 100%;
    height: auto;
  }
}

img.full {
  width: 100%;
  height: auto;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.breadcrumbs {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs .bc-list {
  margin-bottom: 0;
  padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs .bc-list {
    padding: 10px;
  }
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 1.0rem;
    margin: 5px 0;
  }
}

.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
  position: relative;
  opacity: 1;
}

.breadcrumbs li.disabled {
  font-weight: bold;
  text-decoration: underline;
}

/** HEADER MASTHEAD
==============================================*/
.site-header {
  position: relative;
  z-index: 999;
}

.masthead {
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 60px;
}

@media only screen and (max-width: 767px) {
  .masthead {
    left: 15px;
    top: 30px;
  }
}

.masthead .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masthead .brand-logo > * {
  line-height: 1;
  font-size: 1.2rem;
}

.masthead .brand-logo .txt {
  margin-left: 1.5em;
  letter-spacing: normal;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo .txt {
    font-size: 1.0rem;
  }
}

.masthead .brand-logo img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo img {
    width: 80px;
  }
}

.masthead .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 1.4rem;
}

.masthead .info .title {
  font-weight: bold;
}

.masthead .info .phone {
  line-height: 1.5;
  margin: 0 1em;
}

.masthead .info .phone dd {
  font-size: 1.1rem;
}

.masthead .info .address {
  font-size: 1.1rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .masthead .info {
    display: none;
  }
}

.globalnav {
  position: fixed;
  height: 94px;
  right: 150px;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .globalnav {
    -webkit-transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media only screen and (max-width: 767px) {
  .globalnav {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media only screen and (min-width: 768px) {
  .globalnav.is-open {
    width: 880px;
  }
}

@media only screen and (max-width: 767px) {
  .globalnav.is-open {
    height: 100vh;
  }
}

.gn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .gn-list {
    height: 100%;
    padding-right: 94px;
    padding-left: 30px;
    width: 880px;
  }
}

@media only screen and (max-width: 767px) {
  .gn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gn-list a {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .gn-list a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .gn-list a:hover {
    opacity: 0.7;
  }
}

.gn-list li {
  margin: 0 1.25em;
}

.page--endodontics .gn-endodontics > a {
  background-color: #b4a356 !important;
}

.page--case .gn-case > a {
  background-color: #b4a356 !important;
}

.page--esthe .gn-esthe > a {
  background-color: #b4a356 !important;
}

.page--implant .gn-implant > a {
  background-color: #b4a356 !important;
}

.page--clinic .gn-clinic > a {
  background-color: #b4a356 !important;
}

.page--blog .gn-blog > a {
  background-color: #b4a356 !important;
}

.page--firstvisit .gn-firstvisit > a {
  background-color: #b4a356 !important;
}

.page--document .gn-document > a {
  background-color: #b4a356 !important;
}

.page--contact .gn-contact > a {
  background-color: #b4a356 !important;
}

.gn-nav {
  position: fixed;
  line-height: 1;
  top: 30px;
  right: 150px;
  background-color: transparent;
  -webkit-transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.gn-onlinestore {
  position: fixed;
  line-height: 1;
  top: 30px;
  right: 30px;
}
.gn-onlinestore img {
  width: 94px;
  height: 94px;
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    width: 70px;
  }
  .gn-nav .hamburger-inner, .gn-nav .hamburger-inner::before, .gn-nav .hamburger-inner::after {
    height: 3px;
  }
    .gn-onlinestore {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    display: block;
    border-radius: 0;
    top: 10px;
    right: 0px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 37px 31px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    padding: 22px 19px;
    height: 60px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #111;
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 5px;
  background-color: #111;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 64px;
          perspective: 64px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** MAIN CONTAINERS
==============================================*/
.fixed .wrap {
  height: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  min-width: 1220px;
}

@media only screen and (max-width: 767px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

p.small {
  font-size: 85.7%;
}

.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
}

.figure.flex {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.figure.flex img {
  width: 100%;
}

img.full {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  img.full {
    max-width: 100%;
    height: auto;
  }
}

.cover {
  position: relative;
  overflow: hidden;
}

.cover img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: top;
}

.bgfullimg {
  background-repeat: no-repeat;
}

@media (min-width: 1980px) {
  .bgfullimg {
    background-size: 100% auto;
  }
}

.bgflex {
  display: block;
}

@media (min-width: 1980px) {
  .bgflex {
    background-size: 100% auto;
  }
}

.anchor {
  position: relative;
}

.anchor .offset {
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 767px) {
  .anchor .offset {
    top: -50px;
  }
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.txt + .txt {
  margin-top: 1em;
}

.row {
  margin: 0 auto;
}

.w650 {
  max-width: 650px;
}

.w700 {
  max-width: 700px;
}

.w720 {
  max-width: 720px;
}

.w840 {
  max-width: 840px;
}

.w880 {
  max-width: 880px;
}

.w900 {
  max-width: 900px;
}

.w980 {
  max-width: 980px;
}

.w1120 {
  max-width: 1120px;
}

.w1086 {
  max-width: 1086px;
}

.w1145 {
  max-width: 1145px;
}

.w1206 {
  max-width: 1206px;
}

.page--404 .section-notfound {
  margin: 10em 0;
  text-align: center;
}

.commingsoon {
  cursor: default;
  color: #a0a0a0 !important;
  text-decoration: none !important;
}

#mfp_confirm_table {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  footer.open .fixednav {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    background: #fff;
  }
  /*
  footer .footer_nav {
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    color: #627586;
    border-top: 1px solid #b4a356;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0 12px;
    box-sizing: content-box;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  }
  footer .footer_nav .info {
    margin-left: 10px;
    width: 50%;
    height: 50px;
    letter-spacing: -0.05em;
  }
  footer .footer_nav .info p {
    line-height: 1;
    font-size: 1.1rem;
    white-space: nowrap;
  }
  footer .footer_nav .info p:nth-child(-n+2){
    margin-bottom: 4px;
  }
  footer .footer_nav .info p.phone {
    font-weight: bold;
  }
  footer .footer_nav .info p.phone .sub {
    font-weight: normal;
    transform: scale(0.7);
    transform-origin: left center;
    display: inline-block;
    padding-left: 3px;
  }
  footer .footer_nav .info p.time {
    transform: scale(0.8);
    transform-origin: left center;
    font-weight: bold;
  }
  footer .footer_nav .info p.address {
    transform: scale(0.8);
    transform-origin: left center;
  }
  footer .footer_nav .info img {
    max-height: 50px;
  }
  footer .footer_nav .icon {
    width: 34%;
  }
  footer .footer_nav .icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_nav .icon li {
  }
  footer .footer_nav .icon li p {
    font-size: 1rem;
    transform: scale(0.8);
    transform-origin: center center;
    white-space: nowrap;
    color: #1677cb;
  }
  footer .footer_nav .icon {
    max-height: 50px;
  }
  footer .footer_nav .icon img {
    max-height: 30px;
    display: block;
    margin: 0 auto;
  }
  */
  footer .footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #fff;
    border-top: 1px solid #b4a356;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  footer .footer_nav a {
    display: block;
  }
  footer .footer_nav img {
    vertical-align: middle;
  }
  footer .footer_nav .info {
    padding-left: 3%;
  }
  footer .footer_nav .info img {
    max-height: 37px;
  }
  footer .footer_nav .icon li + li {
    padding-left: 10%;
  }
  footer .footer_nav .icon img {
    max-height: 44px;
  }
  footer .footer_nav .icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav_toggle {
    position: relative;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    padding: 18px 16px 0;
    background: #3073b1;
  }
  #nav_toggle .trigger {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #nav_toggle span:nth-child(-n + 2) {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 5px;
  }
  #nav_toggle span.menu {
    display: inline-block;
    margin: 19px auto 5px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  #nav_toggle.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #nav_toggle.open span:nth-child(2) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  /*
	footer .nav {
    display: none;
    width: 100%;
    height: 100vh;
    padding: 20px 17px 43px;
  }
*/
  #spnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    padding: 20px;
    background-color: #f8f9f9;
  }
  #spnav .sp-nav-wrap {
    overflow: scroll;
  }
  #spnav .brand-logo {
    margin-bottom: 20px;
    text-align: center;
  }
  #spnav .flex > .box {
    width: 50%;
  }
  #spnav .flex > .box:first-child {
    width: calc(50% - 1px);
    margin-right: 1px;
  }
  #spnav .flex > .box > ul > li + li,
  #spnav .subnav li + li {
    margin-top: 1px;
  }
  #spnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6vh;
    padding: 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  #spnav .type1 .title {
    background-color: #4096e6;
  }
  #spnav .type1 .subnav li {
    background-color: #62a9e9;
  }
  #spnav .type2 .title {
    background-color: #7798c4;
  }
  #spnav .type2 .subnav li {
    background-color: #8fabce;
  }
  #spnav .type3 .title,
  #spnav .type4 .title {
    background-color: #fb8884;
  }
  #spnav .title {
    margin-bottom: 1px;
  }
}

.section-case {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .section-case {
    padding-bottom: 20px;
  }
}

.section-case .headline {
  color: #b4a356;
}

.section-case .entries {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .section-case .entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.section-case .entry {
  position: relative;
  margin-top: 32px;
  color: #222021;
  border: 1px solid #222021;
}

@media only screen and (max-width: 767px) {
  .section-case .entry {
    width: calc(50% - 4px);
    margin: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .section-case .entry a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .section-case .entry a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) {
  .section-case .entry .cell.txt {
    padding: 32px 68px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-case .entry .cell.txt {
    padding: 5px;
  }
}

.section-case .entry .label.new {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/common/icon-new.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

@media only screen and (max-width: 767px) {
  .section-case .entry .label.new {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}

.section-case .entry__meta {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__meta {
    min-height: 75px;
  }
}

.section-case .entry__meta .label {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .section-case .entry__meta .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.section-case .entry__meta .category li {
  margin-right: 8px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__meta .category li {
    margin-right: 0;
    margin-bottom: 2px;
    letter-spacing: normal;
  }
}

.section-case .entry__meta .category a {
  display: block;
  width: 200px;
  padding: 0.25em 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__meta .category a {
    width: 100%;
    font-size: 1rem;
    border-radius: 1px;
  }
}

.section-case .entry__meta .category .cat-endodontics a {
  background-color: #bfae63;
}

.section-case .entry__meta .category .cat-crack a {
  background-color: #92c654;
}

.section-case .entry__meta .category .cat-nerve a {
  background-color: #ec92b9;
}

.section-case .entry__meta .category .cat-other a {
  background-color: #99a893;
}

.section-case .entry__meta .category .cat-movie {
  padding: 0;
}

.section-case .entry__meta .category .cat-movie a {
  width: auto;
  width: 32px;
  height: 100%;
  padding: 0;
  background-image: url(/assets/img/common/ico-cat-movie.png);
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__meta .category .cat-movie a {
    text-align: left;
    background-position: 50% 50%;
  }
}

@media only screen and (min-width: 768px) {
  .section-case .entry .posted {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-case .entry .posted {
    display: block;
    font-size: 1rem;
    text-align: right;
  }
}

.section-case .entry__title {
  margin: 0.75em 0;
  font-weight: bold;
  font-size: 2rem;
}

.section-case .entry__title a {
  color: #222021;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__title {
    font-size: 1.2rem;
  }
}

.section-case .entry__content a {
  color: #222021;
}

.section-case .entry__content p {
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .section-case .entry__content {
    display: none;
  }
}

.section-form {
  padding-bottom: 80px;
}

.section-underconst {
  text-align: center;
  padding: 8em 0 12em;
}

.section.padb {
  padding-bottom: 80px;
}

.section.border {
  margin: 0 3%;
}

.section .headline {
  padding: 100px 0 90px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section .headline {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.section .headline__text {
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.15ch;
}

.section .headline__text span {
  margin: 0 0.5em;
  color: #222021;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section .headline__text {
    font-size: 2rem;
    letter-spacing: 0.25ch;
  }
}

.section .headline .lead {
  margin-top: 0.25em;
}

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

.section .headline.common {
  padding-top: 90px;
  background-image: url(../img/common/headline-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media only screen and (max-width: 767px) {
  .section .headline.common {
    padding-top: 60px;
    background-size: 50px auto;
  }
}

.section .headline__desc {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.post-navigation {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .post-navigation {
    margin-top: 15px;
  }
}

.post-navigation a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .post-navigation a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.post-navigation a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .post-navigation a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .post-navigation {
    padding-bottom: 10px;
  }
}

.post-navigation .nav-links {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links {
    padding: 20px 0;
  }
}

.post-navigation .nav-links > div > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em 0.5em 3em;
  color: #8f939c;
  background-repeat: no-repeat;
  background-position: 15% 50%;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links > div > a {
    font-size: 1rem;
    background-size: 20px auto;
  }
}

.post-navigation .nav-links > * {
  position: absolute;
  top: 0;
  line-height: 32px;
}

.post-navigation .nav-links .nav-previous {
  left: 0;
  text-align: left;
}

.post-navigation .nav-links .nav-previous > a {
  background-image: url(../img/common/pager-prev.png);
  background-position: 0% 50%;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-previous > a {
    background-size: 10px auto;
  }
}

.post-navigation .nav-links .nav-index {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.post-navigation .nav-links .nav-index > a {
  padding: 20px 0 0;
  background-image: url(../img/common/pager-back.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-index > a {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links .nav-index.ico a:after {
    content: ' ';
    display: block;
    background-image: url(../img/common/icon-list.png);
    height: 65px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-top: 20px;
  }
}

.post-navigation .nav-links .nav-next {
  right: 0;
  text-align: right;
}

.post-navigation .nav-links .nav-next > a {
  padding: 0.5em 3em 0.5em 2em;
  background-image: url(../img/common/pager-next.png);
  background-position: 100% 50%;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-next > a {
    background-size: 10px auto;
  }
}

.inview {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

#pagetop {
  position: fixed;
  z-index: 99;
  display: none;
  right: 25px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../img/common/pagetop.png);
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #pagetop a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  #pagetop a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}

#pagetop.pinned {
  position: fixed;
}

.footer {
  background-color: #222021;
  color: #fff;
  padding: 65px 40px 10px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
    text-align: center;
  }
}

.footer .brand-logo {
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .footer .brand-logo {
    margin-bottom: 125px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .footer .brand-logo span {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .footer .brand-logo .logo {
    margin-right: 1em;
  }
}

.footer .brand-logo .catch {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.25ch;
}

@media only screen and (max-width: 767px) {
  .footer .brand-logo .catch {
    font-size: 1.0rem;
    margin-top: 0.5em;
  }
}

.footer .brand-logo img {
  width: 110px;
}

.footer .copyright {
  font-size: 1.2rem;
  color: #7d7d7d;
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 10px;
    font-size: 1rem;
  }
}



.gotoec {
  /*background: #1b1b1b;*/
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
  background: url(../img/common/bg_pc_ec.jpg) no-repeat center center;
  background-size: cover;
}

.gotoec a {
  display: block;
  padding: 3em 0;
  width: 100%;
  height:100%;
  cursor: pointer;

  background: rgba(0,0,0,.3);
}

.gotoec:hover {
  opacity: .85;
}

.gotoec  img {
  width: 40%;
  height: auto;
}

/*.gotoec::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: green;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.gotoec:hover::before {
transform-origin: left top;
  transform: scale(1, 1);
}*/

@media only screen and (max-width: 767px) {
.gotoec  img {
  width: 80%;
  height: auto;
}
}
