@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ==========================================================================
   font
   ========================================================================== */
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Regular.woff2") format("woff2"), url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Regular.woff") format("woff"), url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  src: url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Medium.woff2") format("woff2"), url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Medium.woff") format("woff"), url("/tdo/goutokuji/assets/font/NotoSans/NotoSans_Medium.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  src: url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Regular.eot?#iefix") format("embedded-opentype"), url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: bold;
  src: url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Bold.eot?#iefix") format("embedded-opentype"), url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("/tdo/goutokuji/assets/font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}
/* ==========================================================================
   base
   ========================================================================== */
html, body {
  height: 100%;
}

body {
  overflow-y: scroll;
  color: #231815;
  background: #fff;
  font-family: "Abel", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
body > iframe {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

a {
  color: #231815;
  text-decoration: underline;
}
a:hover, a:active {
  color: #535353;
  text-decoration: none;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* ==========================================================================
   library
   ========================================================================== */
/* featherlight
----------------------------------------------------------------------------- */
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* over write */
.featherlight {
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.is-loaded-content .featherlight {
  opacity: 1;
  visibility: visible;
}

.featherlight:last-of-type {
  background: none;
}

.featherlight .featherlight-content {
  position: static;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  border-bottom: none;
  background: none;
}

.featherlight .featherlight-inner {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.featherlight .featherlight-close-icon:before, .featherlight .featherlight-close-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 50px;
  background: #fff;
  z-index: -1;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.featherlight .featherlight-close-icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.featherlight .featherlight-close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.featherlight .featherlight-close-icon:hover:before, .featherlight .featherlight-close-icon:hover:after, .featherlight .featherlight-close-icon:active:before, .featherlight .featherlight-close-icon:active:after {
  height: 40px;
  background: #55b67e;
}

/* Slick
----------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* jQuery Scrollbar
----------------------------------------------------------------------------- */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  height: 100%;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 5px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 5px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 5px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 5px;
  width: 10px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* ==========================================================================
   layout - container
   ========================================================================== */
#container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1220px;
  min-height: 768px;
  padding-top: 113px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #container {
    min-width: 320px;
  }
}

.is-loaded #container {
  height: auto;
}

/* ==========================================================================
   layout - header
   ========================================================================== */
#header {
  *zoom: 1;
  width: 100%;
  height: 113px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 20px;
  border-bottom: solid 1px #535353;
  background: #fff;
  z-index: 88888;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #header {
    padding: 10px;
    border-bottom: none;
  }
}

/* ==========================================================================
   layout - content
   ========================================================================== */
/* ==========================================================================
   layout - footer
   ========================================================================== */
#footer {
  padding: 40px 0 15px;
  background: #f7f7f7;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-top: 25px;
  }
}

.layout-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px 90px;
  line-height: 2;
}
@media only screen and (max-width: 1600px) {
  .layout-footer {
    padding: 3.75vw 5.625vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer {
    display: block;
    min-width: 320px;
    padding: 4vw 5.3333333333vw;
  }
}
.layout-footer__bottom {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .layout-footer__bottom {
    margin-top: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer__bottom {
    margin-top: 2.6666666667vw;
  }
}
.layout-footer .text-information {
  width: 33.333%;
  font-size: 12px;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .text-information {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .text-information {
    width: 100%;
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1600px) {
  .layout-footer .logo-tdo {
    width: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .logo-tdo {
    position: relative;
    width: 26.6666666667vw;
    z-index: 9;
  }
}
.layout-footer .logo-tdo--footer {
  width: 33.333%;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .logo-tdo--footer {
    width: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .logo-tdo--footer {
    width: 100%;
    max-width: 26.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.6666666667vw;
  }
  .layout-footer .logo-tdo--footer img {
    width: 100%;
  }
}
.layout-footer .text-copyright {
  width: 33.333%;
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .text-copyright {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .text-copyright {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
.layout-footer .nav-asahikasei {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .nav-asahikasei {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .nav-asahikasei {
    font-size: 1.4666666667vw;
  }
}
.layout-footer .nav-asahikasei__item:nth-of-type(n+2) {
  margin-left: 15px;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .nav-asahikasei__item:nth-of-type(n+2) {
    margin-left: 0.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .nav-asahikasei__item:nth-of-type(n+2) {
    margin-left: 2.6666666667vw;
  }
}
.layout-footer .copyright-asahikasei {
  margin-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 1600px) {
  .layout-footer .copyright-asahikasei {
    margin-top: 0.625vw;
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 768px) {
  .layout-footer .copyright-asahikasei {
    margin-top: 1.3333333333vw;
    font-size: 1.4666666667vw;
  }
}

/* ==========================================================================
   block - header
   ========================================================================== */
#header .logo {
  float: left;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    float: none;
  }
}
#header .logo__img {
  display: inline-block;
  width: 128px;
}
@media only screen and (max-width: 768px) {
  #header .logo__img {
    width: 64px;
  }
}
#header .logo__img img {
  width: 100%;
}
#header .logo__txt {
  display: inline-block;
  margin-left: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #header .logo__txt {
    margin-left: 10px;
    font-size: 10px;
  }
}
#header .contact {
  float: right;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header .contact {
    float: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
  }
}
#header .tel {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header .tel {
    flex-direction: column;
    width: 48.591549296%;
  }
}
#header .tel .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
#header .tel .number__ttl {
  font-size: 15px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #header .tel .number__ttl {
    font-size: 12px;
  }
}
#header .tel .number__txt {
  margin-top: 5px;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #header .tel .number__txt {
    font-size: 18px;
  }
}
#header .tel .number a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #header .tel .number a {
    pointer-events: auto;
  }
}
#header .tel .number img {
  margin-right: 8px;
  vertical-align: -2px;
}
@media only screen and (max-width: 768px) {
  #header .tel .number img {
    width: 25px;
    vertical-align: -1px;
  }
}
#header .tel .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  padding-left: 10px;
  line-height: 1;
  border-left: solid 1px #535353;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .tel .time {
    flex-direction: row;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: none;
  }
}
#header .tel .time__ttl {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #header .tel .time__ttl {
    font-size: 10px;
  }
}
#header .tel .time__txt {
  margin-top: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #header .tel .time__txt {
    margin-top: 0;
    font-size: 10px;
  }
}
#header .reserve {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .reserve {
    width: 48.591549296%;
    margin-left: 0;
    font-size: 12px;
  }
}
#header .reserve a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 240px;
  padding: 15px 0;
  color: #fff;
  background: #698395;
  text-decoration: none;
}
#header .reserve a:hover, #header .reserve a:active {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #header .reserve a:hover, #header .reserve a:active {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #header .reserve a {
    width: 100%;
  }
}
#header .homes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 97px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #header .homes {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
#header .homes img {
  width: 100%;
}

/* ==========================================================================
   block - content
   ========================================================================== */
#content .contact {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #content .contact {
    flex-direction: column;
    margin-top: 40px;
  }
}
#content .contact__item {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #content .contact__item {
    padding: 15px;
  }
}
#content .contact__item--reserve {
  width: 59.322033898%;
  background: #d3af48;
}
@media only screen and (max-width: 768px) {
  #content .contact__item--reserve {
    width: 100%;
  }
}
#content .contact__item--reserve .contact-list__ttl span {
  color: #d3af48;
}
#content .contact__item--reserve .contact-list__btn a {
  background: #d3af48;
}
#content .contact__item--pamphlet {
  width: 38.983050847%;
  background: #55b67e;
}
@media only screen and (max-width: 768px) {
  #content .contact__item--pamphlet {
    width: 100%;
    margin-top: 10px;
  }
}
#content .contact__item--pamphlet .contact-list__item {
  padding-left: 125px;
}
@media only screen and (max-width: 768px) {
  #content .contact__item--pamphlet .contact-list__item {
    padding-left: 29.23076923%;
  }
}
#content .contact__item--pamphlet .contact-list__ttl span {
  color: #55b67e;
}
#content .contact__item--pamphlet .contact-list__btn a {
  background: #55b67e;
}
@media only screen and (max-width: 768px) {
  #content .contact__item--pamphlet .contact-list__btn a {
    width: 86.956521739%;
  }
}
#content .contact__header {
  display: flex;
  align-items: center;
}
#content .contact__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 40px;
  padding-left: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #content .contact__ttl {
    width: 100%;
    height: 30px;
    padding-left: 40px;
    font-size: 16px;
  }
}
#content .contact__ttl small {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #content .contact__ttl small {
    font-size: 10px;
    line-height: 1.2;
  }
}
#content .contact__ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-top: -20px;
  border: solid 3px #fff;
  content: "";
  display: block;
}
@media only screen and (max-width: 768px) {
  #content .contact__ttl:before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-top: -15px;
  }
}
#content .contact__baloon {
  position: relative;
  margin-left: 18px;
  padding: 5px 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #content .contact__baloon {
    display: none;
  }
}
#content .contact__baloon:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #fff transparent transparent;
}
#content .contact__baloon:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -6px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #d3af48 transparent transparent;
}
#content .contact-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #content .contact-list {
    flex-direction: column;
    margin-top: 15px;
  }
}
#content .contact-list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 13px 0;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__item {
    padding: 10px 0;
  }
}
#content .contact-list__item--half {
  width: 48.484848484%;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__item--half {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content .contact-list__item--half:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
#content .contact-list__ttl {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__ttl {
    width: 100%;
    font-size: 14px;
  }
}
#content .contact-list__ttl span {
  font-weight: bold;
}
#content .contact-list__tel {
  margin-top: 6px;
  padding: 5px 0;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__tel {
    margin-top: 5px;
    padding: 4px 0;
  }
}
#content .contact-list__tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__tel a {
    pointer-events: auto;
  }
}
#content .contact-list__tel img {
  margin-right: 12px;
  vertical-align: -2px;
}
#content .contact-list__btn {
  margin-top: 6px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #content .contact-list__btn {
    width: 100%;
  }
}
#content .contact-list__btn a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 228px;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}
#content .contact-list__btn a:hover, #content .contact-list__btn a:active {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__btn a:hover, #content .contact-list__btn a:active {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #content .contact-list__btn a {
    width: 67.692307692%;
    margin: 0 auto;
  }
}
#content .contact-list__time {
  margin-top: 8px;
  font-size: 12px;
}
#content .contact-list__img {
  position: absolute;
  bottom: 10px;
  left: 35px;
  width: 90px;
  border: solid 1px #dcdcdc;
}
@media only screen and (max-width: 768px) {
  #content .contact-list__img {
    left: 0;
    width: 24.615384615%;
    margin-left: 4.615384615%;
  }
}
#content .contact-list__img img {
  width: 100%;
}

/* ==========================================================================
   block - visual
   ========================================================================== */
#visual img {
  width: 100%;
}

/* ==========================================================================
   block - nav
   ========================================================================== */
#nav {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #nav {
    background: none;
  }
}
#nav .inner {
  max-width: 1180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #nav .inner {
    display: block;
  }
}
#nav .btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #nav .btn {
    width: 100%;
    font-size: 12px;
    background: #f7f7f7;
  }
}
#nav .btn:before {
  width: 1px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  content: "";
  display: block;
  background: #828282;
}
@media only screen and (max-width: 768px) {
  #nav .btn:before {
    display: none;
  }
}
#nav .btn__item {
  position: relative;
  width: 100%;
  text-align: center;
}
#nav .btn__item:after {
  width: 1px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  content: "";
  display: block;
  background: #828282;
}
@media only screen and (max-width: 768px) {
  #nav .btn__item:last-child:after {
    display: none;
  }
}
#nav .btn a {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 36px;
  text-decoration: none;
}
#nav .btn a:hover, #nav .btn a:active {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #nav .btn a:hover, #nav .btn a:active {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #nav .btn a {
    padding: 30px 0 50px;
  }
}
#nav .btn a small {
  display: block;
  font-size: 14px;
}
#nav .btn a:after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 16px;
  height: 9px;
  margin-left: -8px;
  content: "";
  display: block;
  background: url("/tdo/seijo/assets/img/arw_nav.png") no-repeat center bottom;
  background-size: 16px 9px;
}
@media only screen and (max-width: 768px) {
  #nav .btn a:after {
    bottom: 28px;
  }
}
#nav .btn--tour {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #nav .btn--tour {
    width: 100%;
    padding: 20px 10px 0;
    background: none;
  }
}
#nav .btn--tour:before {
  display: none;
}
#nav .btn--tour .btn__item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #nav .btn--tour a {
    display: block;
    padding: 20px 0 20px 15px;
    color: #fff;
    background: #000;
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #nav .btn--tour a small {
    display: inline;
    font-size: 14px;
  }
}
#nav .btn--tour a:after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 16px;
  height: 9px;
  margin-left: -8px;
  content: "";
  display: block;
  background: url("/tdo/seijo/assets/img/arw_nav.png") no-repeat center bottom;
  background-size: 16px 9px;
}
@media only screen and (max-width: 768px) {
  #nav .btn--tour a:after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    background-image: url("/tdo/seijo/assets/img/arw_nav_white.png");
  }
}

/* ==========================================================================
   block - section
   ========================================================================== */
.section__inner {
  max-width: 1180px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .section__inner {
    padding: 45px 10px;
  }
}
.section__ttl {
  position: relative;
  padding-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section__ttl {
    padding-bottom: 16px;
  }
}
.section__ttl:after {
  width: 84px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
  content: "";
  display: block;
  background: #231815;
}
@media only screen and (max-width: 768px) {
  .section__ttl:after {
    width: 60px;
    margin-left: -30px;
  }
}
.section__ttl small {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .section__ttl small {
    margin-top: 10px;
    padding-top: 14px;
    font-size: 10px;
  }
}
.section__ttl small:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 84px;
  height: 2px;
  margin-left: -42px;
  content: "";
  display: block;
  background: #535353;
}
@media only screen and (max-width: 768px) {
  .section__ttl small:before {
    width: 60px;
    margin-left: -30px;
  }
}
.section__ttl--white {
  color: #fff;
}
.section__ttl--white small:before {
  background: #fff;
}

/* ==========================================================================
   block - campaign
   ========================================================================== */
@media only screen and (max-width: 768px) {
  #campaign .section__ttl img {
    width: 52.2666666667vw;
  }
}
#campaign .list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #campaign .list {
    margin-top: 10.6666666667vw;
  }
}
#campaign .list__item:nth-of-type(1) {
  margin-right: -130px;
}
@media only screen and (max-width: 768px) {
  #campaign .list__item:nth-of-type(1) {
    margin: 0 0 0 0;
  }
}
#campaign .list__item:nth-of-type(2) {
  margin-left: -130px;
}
@media only screen and (max-width: 768px) {
  #campaign .list__item:nth-of-type(2) {
    margin: 12vw -0.4vw 0 -1.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #campaign .list__item img {
    width: 100%;
  }
}

/* ==========================================================================
   block - howto
   ========================================================================== */
#howto {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #howto .section__ttl img {
    width: 28.5333333333vw;
  }
}
#howto .step {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  #howto .step {
    display: block;
    margin-top: 8vw;
    padding: 0 11.0666666667vw;
  }
}
#howto .step__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #howto .step__item:nth-of-type(n+2) {
    margin-top: 4.6666666667vw;
    padding-top: 10vw;
  }
}
#howto .step__item:nth-of-type(n+2):before {
  width: 41px;
  height: 79px;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -37px;
  content: "";
  display: block;
  background: url(../img/arw_step.png) no-repeat center center;
}
@media only screen and (max-width: 768px) {
  #howto .step__item:nth-of-type(n+2):before {
    width: 10.4vw;
    height: 5.3333333333vw;
    top: 0;
    left: 50%;
    margin: 0 0 0 -5.2vw;
    background-image: url(../img/arw_step@sp.png);
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #howto .step__item img {
    width: 100%;
  }
}

/* ==========================================================================
   block - outline
   ========================================================================== */
@media only screen and (max-width: 768px) {
  #outline .section__inner {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  #outline .section__ttl img {
    width: 42.9333333333vw;
  }
}
#outline .img {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #outline .img {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  #outline .img img {
    width: 100%;
  }
}
#outline .img + .player {
  margin-top: -35px;
}
@media only screen and (max-width: 768px) {
  #outline .img + .player {
    margin-top: -4vw;
  }
}
#outline .player {
  position: relative;
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #outline .player {
    margin-top: 3.3333333333vw;
    padding: 0 11.3333333333vw;
  }
}
#outline .player__outer {
  display: inline-block;
  padding: 10px 10px 0;
  width: 760px;
  background: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #outline .player__outer {
    width: 100%;
    padding: 1.3333333333vw 1.3333333333vw 0;
  }
}
#outline .player__inner {
  position: relative;
}
#outline .player__inner .ooplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 0;
}
#outline .player__inner .lgcp-fluid {
  padding-top: 56.25%;
}
#outline .player__ttl {
  width: 740px;
  margin: 0 auto;
  padding: 6px 10px;
  color: #fff;
  background: #231815;
}
@media only screen and (max-width: 768px) {
  #outline .player__ttl {
    width: auto;
    margin: 0 1.3333333333vw;
    padding: 0.8vw 1.3333333333vw;
  }
}

/* ==========================================================================
   block - tour
   ========================================================================== */
#tour {
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #tour .section__ttl img {
    width: 27.3333333333vw;
  }
}
#tour .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #tour .btn {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  #tour .btn img {
    width: 100%;
  }
}
#tour .tab {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #tour .tab {
    margin-top: 13.3333333333vw;
    font-size: 10px;
    letter-spacing: 0;
  }
}
#tour .tab__item {
  width: 19.322033898%;
  padding: 8px 0;
  background: #e4e4e4;
  text-align: center;
  cursor: pointer;
}
#tour .tab__item.is-current {
  color: #fff;
  background: #231815;
}
#tour .slide {
  display: none;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #tour .slide {
    margin-top: 4vw;
  }
}
#tour .slide.is-current {
  display: block;
}
#tour .slide-main__item {
  position: relative;
}
#tour .slide-main__item img {
  width: 100%;
}
#tour .slide-main__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 40px;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  #tour .slide-main__overlay {
    position: relative;
    padding: 10px 15px;
  }
}
#tour .slide-main__txt {
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #tour .slide-main__txt {
    font-size: 10px;
  }
}
#tour .slide-main__close {
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("/tdo/seijo/assets/img/btn_close.png") no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
#tour .slide-main__close:hover, #tour .slide-main__close:active {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  #tour .slide-main__close:hover, #tour .slide-main__close:active {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #tour .slide-main__close {
    display: none;
  }
}
#tour .slide-main .slick-arrow {
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 160px;
  position: absolute;
  top: 50%;
  margin-top: -80px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 33px;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #tour .slide-main .slick-arrow {
    width: 25px;
    height: 80px;
    background-size: 9px 16.5px;
  }
}
#tour .slide-main .slick-prev {
  left: 0;
  background-image: url("/tdo/seijo/assets/img/arw_prev_main.png");
}
#tour .slide-main .slick-next {
  right: 0;
  background-image: url("/tdo/seijo/assets/img/arw_next_main.png");
}
#tour .slide-sub {
  margin-top: 40px;
  padding: 0 72px;
}
@media only screen and (max-width: 768px) {
  #tour .slide-sub {
    margin-top: 20px;
    padding: 0 36px;
  }
}
#tour .slide-sub__item {
  position: relative;
  margin: 0 4px;
  cursor: pointer;
}
#tour .slide-sub__item img {
  width: 100%;
}
#tour .slide-sub__item.slick-current:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  border: solid 1px #999;
}
#tour .slide-sub .slick-arrow {
  font-size: 0;
  line-height: 0;
  width: 16.5px;
  height: 31.5px;
  position: absolute;
  top: 50%;
  margin-top: -15.75px;
  border: none;
  outline: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16.5px 31.5px;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #tour .slide-sub .slick-arrow {
    width: 8.25px;
    height: 15.75px;
    background-size: 8.25px 15.75px;
    margin-top: -7.875px;
  }
}
#tour .slide-sub .slick-prev {
  left: 10px;
  background-image: url("/tdo/seijo/assets/img/arw_prev_sub.png");
}
#tour .slide-sub .slick-next {
  right: 10px;
  background-image: url("/tdo/seijo/assets/img/arw_next_sub.png");
}
#tour .data {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #tour .data {
    display: block;
    margin-top: 12vw;
  }
}
#tour .data__item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #tour .data__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #tour .data__item:nth-of-type(n+2) {
    margin-top: 8vw;
  }
}
#tour .data__ttl {
  height: 38px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #tour .data__ttl {
    height: 8vw;
    font-size: 4vw;
  }
}
#tour .data__body {
  height: calc(100% - 38px);
  width: 100%;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #tour .data__body {
    height: auto;
  }
}
#tour .data__body th, #tour .data__body td {
  padding: 10px;
  border-top: solid 1px #f8f8f8;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #tour .data__body th, #tour .data__body td {
    padding: 1.3333333333vw;
  }
}
#tour .data__body th {
  width: 30%;
  background: #e4e4e4;
}
@media only screen and (max-width: 768px) {
  #tour .data__body th {
    width: 20%;
  }
}
#tour .data__body tr:nth-of-type(2n) th {
  background: #f0f0f0;
}
#tour .data__body td {
  width: 70%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #tour .data__body td {
    width: 80%;
  }
}

/* ==========================================================================
   block - access
   ========================================================================== */
@media only screen and (max-width: 768px) {
  #access .section__ttl img {
    width: 25.3333333333vw;
  }
}
#access .section__inner {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #access .section__inner {
    padding: 45px 0 0;
  }
}
#access .location {
  display: flex;
  flex-direction: row-reverse;
  height: 480px;
  margin-top: 80px;
  color: #fff;
  background: #545555;
}
@media only screen and (max-width: 768px) {
  #access .location {
    display: block;
    height: auto;
    margin-top: 8vw;
    color: #000;
    background: none;
  }
}
#access .location__map {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  #access .location__map {
    height: 53.3333333333vw;
  }
}
#access .location__body {
  width: 416px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #access .location__body {
    position: relative;
    width: 100%;
  }
}
#access .location__body a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #access .location__img {
    display: none;
  }
}
#access .location__ttl {
  margin-top: 40px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #access .location__ttl {
    margin-top: 8vw;
    font-size: 5.3333333333vw;
  }
}
#access .location__txt {
  margin-top: 25px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #access .location__txt {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#access .location__btn {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #access .location__btn {
    position: absolute;
    top: -22.6666666667vw;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}
#access .location__btn a {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  border: solid 1px #fff;
  border-radius: 4px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #access .location__btn a {
    border: none;
    background: #545555;
  }
}

/* ==========================================================================
   block - pagetop
   ========================================================================== */
#pagetop {
  text-align: center;
}
#pagetop a {
  display: block;
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  #pagetop a {
    padding: 30px 0;
  }
}
#pagetop img {
  width: 30px;
}

/* ==========================================================================
   block - footer
   ========================================================================== */
#footer .txt {
  font-size: 13px;
  line-height: 1.77;
}
@media only screen and (max-width: 768px) {
  #footer .txt {
    font-size: 12px;
  }
}
#footer .txt a {
  text-decoration: none;
}
#footer .logo {
  font-size: 0;
  line-height: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    margin-top: 10px;
  }
}
#footer .copyright {
  margin-top: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
  }
}

/* ==========================================================================
   block - loader
   ========================================================================== */
/*** Config ***/
/* Colors */
/* used for row 1 & 2 */
/* used for row 1 & 2 */
/* Dimensions */
/*** Animations / styles ***/
@keyframes border-loading-indicator-row-1 {
  0% {
    border-color: rgba(255, 255, 255, 0.15);
    border-top-color: rgba(255, 255, 255, 0.6);
  }
  25% {
    border-color: rgba(255, 255, 255, 0.15);
    border-right-color: rgba(255, 255, 255, 0.6);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.15);
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
  75% {
    border-color: rgba(255, 255, 255, 0.15);
    border-left-color: rgba(255, 255, 255, 0.6);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.15);
    border-top-color: rgba(255, 255, 255, 0.6);
  }
}
@keyframes border-loading-indicator-row-2 {
  0% {
    border-color: rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.45);
  }
  25% {
    border-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.3);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.15);
  }
  75% {
    border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.45);
  }
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.loader:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #698395;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.loader .loading {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: 0px solid rgba(255, 255, 255, 0.6);
  border-width: 30px 30px;
  animation: border-loading-indicator-row-2 750ms linear infinite;
}

.is-loaded .loader {
  opacity: 0;
  visibility: hidden;
}