@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 33px;
  background: #f6f6f6;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  
}
section{
  overflow: hidden;
}
@media(max-width: 767px){
  body{
    font-size: 14px;
    line-height: 30px;
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-gara{
  font-family: 'Cormorant Garamond';
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;

}
@media(min-width: 768px){
  .sp{
    display: none !important;
  }
}
@media(max-width: 767px){
  .pc{
    display: none !important;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .wrap{
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
}


/*=============================================
 ******************** header ******************
 *=============================================*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}

header .logo {
  text-align: center;
  font-size: 28px;
  margin-bottom: -8px;
}

header .logo a {
  text-decoration: none;
}

header h1 {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
header {
  position: relative;
  color: #fff;
}

header h1 {
  position: absolute;
  right: 94px;
  bottom: 60px;
  font-size: 13px;
  line-height: 30px;
  z-index: 1;
}

header .nav-h {
  position: absolute;
  top: 92px;
  right: 72px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .block_logo {
  position: absolute;
  top: 76px;
  left: 72px;
  z-index: 1;
}

header .block_social {
  position: absolute;
  top: 491px;
  left: 35px;
  z-index: 1;
}

header .block_btn {
  position: absolute;
  bottom: 175px;
  left: 100px;
  z-index: 1;
}

header .block_btn li + li {
  margin-top: 12px;
}

header #head-key {
  width: 100%;
}

header #key-box .keyvisual li {
  height: 1078px;
}

@media (max-width: 767px) {
  header h1 {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: 50%;
    text-align: left;
    padding: 0;
    width: auto;
  }
  header .block_logo {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    z-index: 1;
  }
  header #head-key {
    height: 550px;
    line-height: 0;
  }
  header #key-box .keyvisual li {
    height: 550px;
  }
  header .block_btn {
    width: 60%;
    position: absolute;
    top: 15%;
    right: 15px;
    bottom: auto;
    left: auto;
  }
  header .block_social {
    position: absolute;
    top: 35%;
    right: 15px;
    left: auto;
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .block_social .sp{
    width: 60%;
    margin: auto;
  }
  header .block_social .sp a{
    display: block;
  }
  header .block_social .sp a img{
    width: 100%;
  }
  header .scrolldown_btn {
    position: absolute;
    top: 40%;
    left: 15px;
    z-index: 1;
  }
}

/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: #fcfaf7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.nav-header .logo-nav {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-header .logo-nav img {
  width: 100%;
  height: auto;
}

.nav-header .tel-icon {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid;
  padding-left: 10%;
  width: 210px;
}

.fixed-btn .nav-header {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: 1000px;
  margin: auto;
}
.nav-header .nav ul{
  display: flex;
  color: #000;
  align-items: center;
}
.nav-header .nav ul li{

  font-weight: 700;
  font-size: 20px;
}
.nav-header .nav ul.top{
  flex-grow: 1;
  justify-content: space-between;
}
.nav-header .nav ul.fnt-gara li{
  padding: 0 15px;
}
.nav-header .nav ul li a{
  display: inline-block;
  position: relative;
}
.nav-header a:hover{
  text-decoration: none !important;
}
@media(min-width: 768px){

  .nav-header .nav ul.fnt-gara li a:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transition: all 0.35s ease;
  }
  .nav-header .nav ul li a:hover{
    text-decoration: none;
  }
  .nav-header .nav ul li.active a:before ,.nav-header .nav ul li a:hover:before{
    opacity: 1;
  }
}
@media(max-width: 767px){
  .nav-header .nav ul.top{
    justify-content: center;
  }
}
.nav-header a.nav-main,
.nav-header .sub-nav {
  position: relative;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  color: #221409;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.nav-header a.nav-main::after,
.nav-header .sub-nav::after {
  width: 0%;
  height: 1px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 5%;
  transition: all 0.4s ease;
}

.nav-header li.active a.nav-main::after,
.nav-header li:hover a.nav-main::after,
.nav-header li.active.sub-nav::after {
  width: 90%;
}

.nav-header .sub-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 275px;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.4s ease;
}

.nav-header .sub-nav::before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  transition: all 0.3s ease;
}

/*=============================================
 ******************* keyvisual ****************
 *=============================================*/




#key-box .keyvisual li {
  height: 800px;
}

.head-info {
  width: 300px;
  margin-right: 50px;
  text-align: center;
  padding-top: 65px;
}

.head-info dl {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  padding: 30px 0 65px;
}

.head-info dl dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -12px;
}

.head-info dl dt .tel-icon {
  font-size: 25px;
}

.head-info dl dt .tel-icon span {
  font-size: 24px;
  padding: 0 4px 0 8px;
}

.head-info ul li {
  display: flex;
  justify-content: center;
}

.head-info ul li a {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  width: 190px;
  position: relative;
  border-bottom: 1px dashed transparent;
}

.head-info ul li.active a,
.head-info ul li:hover a {
  border-bottom: 1px dashed #000;
}

/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 999px) {
  #head-top {
    padding: 0 0 60px;
  }
  .nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
  }
  .nav-header .logo-nav {
    margin: auto;
  }
  .nav-header a.nav-main {
    padding: 5px 22px;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
  }
  .nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-header li.active a.nav-main::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    padding: 5px 30px;
  }
  .nav-header a.nav-main::after,
  .nav-header .sub-nav::after {
    display: none;
  }
  .nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    display: none;
  }
  #key-box {
    width: 100%;
  }
  .header-box {
    display: flex;
    align-items: center;
  }

  header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
  }
  .hamberger-btn {
    position: fixed;
    top: 17px;
    left: 2%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 201;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    
  }
  .hamberger-btn span {
    width: 35px;
    height: 1px;
    position: absolute;
    top: 35%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
    transition: all 0.35s ease;
  }
  .hamberger-btn span::before,
  .hamberger-btn span::after {
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: all 0.35s ease;
    content: "";
  }
  .fixed-btn .hamberger-btn{
    color: #000;
  }
  .fixed-btn .hamberger-btn span,
  .fixed-btn .hamberger-btn span::before,
  .fixed-btn .hamberger-btn span::after{
    background: #000;
  }
  .hamberger-btn span::after {
    top: -8px;
  }
  .hamberger-btn span::before {
    top: 8px;
  }
  .nav-header .sub-nav::before {
    display: none;
  }

  .menu-open .hamberger-btn span {
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
  }
  .menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }
  .menu-open .hamberger-btn::after {
    content: "CLOSE";
  }
  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }
  .nav-header {
    width: 100%;
    height: 100vh;
    background: #4b7da0;
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
    opacity: 1;
    z-index: 99;
  }
  .nav-header .nav{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
   
    padding-bottom: 140px;
  }
  .nav-header .nav ul{
    display: flex;
   flex-wrap: wrap;
    order: 2;
    justify-content: center;
    text-align: center;
    color: #fff;
  }
  .nav-header .nav ul li.logo{
    width: 40% !important;
    margin-bottom: 20px;
  }
  .nav-header .nav ul li.social{
    padding: 0;
  }
  .nav-header .nav ul li:not(.social){
    width: 100%;
    padding-top: 5px;
  }
  .nav-header .nav ul li.btn{
    width: 75% !important;
    margin-bottom: 1px;
  }
  .nav-header .nav .top{
    order: 1;
  }
  .nav-header .nav ul.fnt-gara li a{
    padding-left: 20px;
    position: relative;
  }
  .nav-header .nav ul.fnt-gara li a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 20px;
    width: 1px;
    background: #fff;
    opacity: 0;
    transform-origin: 100% 0;
  }
  .nav-header .nav ul.fnt-gara li.active a:before{
    transform: rotate(45deg);
    opacity: 1;
	margin-top: 10px;
  }
  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }
  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  header h1 {
    width: auto;
    font-size: 2.2vw !important;
    padding: 5px;
  }
  .hamberger-btn {
    top: 10px;
  }
  #key-box {
    height: 600px;
  }
  #key-box .keyvisual li {
    height: 600px;
  }
  .menu-open #pagetop{
    display: none !important; 
    visibility: hidden;
  }
}

/*=============================================
 ******************* footer *******************
 *=============================================*/
 @charset "UTF-8";
 /* Scss Document */
 @-webkit-keyframes slideAni1 {
   0% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
   100% {
     -webkit-transform: scale(1.1);
             transform: scale(1.1);
   }
 }
 @keyframes slideAni1 {
   0% {
     -webkit-transform: scale(1);
             transform: scale(1);
   }
   100% {
     -webkit-transform: scale(1.1);
             transform: scale(1.1);
   }
 }
 
 @-webkit-keyframes slideAni2 {
   0% {
     -webkit-transform-origin: left;
             transform-origin: left;
   }
   100% {
     -webkit-transform-origin: right;
             transform-origin: right;
   }
 }
 
 @keyframes slideAni2 {
   0% {
     -webkit-transform-origin: left;
             transform-origin: left;
   }
   100% {
     -webkit-transform-origin: right;
             transform-origin: right;
   }
 }
 
 @-webkit-keyframes slideAni3 {
   0% {
     -webkit-transform-origin: right;
             transform-origin: right;
   }
   100% {
     -webkit-transform-origin: left;
             transform-origin: left;
   }
 }
 
 @keyframes slideAni3 {
   0% {
     -webkit-transform-origin: right;
             transform-origin: right;
   }
   100% {
     -webkit-transform-origin: left;
             transform-origin: left;
   }
 }
 
 footer .footer_main {
   padding: 14px 0 20px;
   overflow: hidden;
 }
 
 footer .top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 860px;
   margin: 0 auto;
 }
 
 footer .top .left {
   width: 300px;
 }
 
 footer .top .left .logo {
   margin-bottom: 17px;
 }
 
 footer .top .left .tel {
   margin-bottom: 40px;
 }
 
 footer .top .left .btn {
   margin-bottom: 22px;
 }
 
 footer .top .left ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
 }
 
 footer .top .left ul li {
   padding: 0 11px;
 }
 
 footer .top .info {
   padding: 115px 0 0 92px;
 }
 
 footer .top .info dl {
   font-size: 14px;
   line-height: 19px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 footer .top .info dl + dl {
   margin-top: 20px;
 }
 
 footer .top .info dl a {
   display: inline-block;
   position: relative;
   color: #50809e;
 }
 
 footer .top .info dl a:before {
   content: '';
   position: absolute;
   right: 10px;
   bottom: -5px;
   left: 10px;
   height: 1px;
   background: currentColor;
 }
 
 footer .top .info dl a:hover {
   text-decoration: none;
 }
 
 footer .top .info dl a:hover:before {
   display: none;
 }
 
 footer .top .info dl dt {
   width: 100px;
 }
 
 footer .nav-inline {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   margin-top: 80px;
   margin-bottom: 30px;
 }
 
 footer .nav-inline li {
   padding: 0 23px;
   position: relative;
   font-size: 17px;
 }
 
 footer .nav-inline li + li:before {
   content: '/';
   position: absolute;
   top: 0;
   left: 0;
   transform: translate(-50%, 0);
   -webkit-transform: translate(-50%, 0);
   -moz-transform: translate(-50%, 0);
 }
 
 footer .nav-inline li a {
   font-size: 17px;
   letter-spacing: 0.1em;
   line-height: 21px;
 }
 
 footer .bottom_bar {
   background: #000;
   color: #f9f5ef;
   padding: 23px 0 28px;
 }
 
 footer .bottom_bar address {
   font-size: 13px;
   line-height: 21px;
   letter-spacing: 0.1em;
 }
 
 footer .bottom_bar address span {
   font-size: 11px;
   letter-spacing: 0.1em;
 }
 
 @media (max-width: 767px) {
   footer {
     padding-top: 0;
   }
   footer .top {
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     width: 100%;
     padding-top: 0;
   }
   footer .top .left {
     width: 100%;
     text-align: center;
   }
   footer .top .info {
     padding-left: 0;
     padding-top: 40px;
   }
   footer .nav-inline {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     margin-top: 40px;
   }
   footer .nav-inline li {
     width: 100%;
     padding: 0;
   }
   footer .nav-inline li a {
     border-top: 1px solid rgba(54, 51, 51, 0.13);
     margin: 0 -5vw;
     padding: 17px 5vw;
     position: relative;
     display: block;
   }
   footer .nav-inline li a:before {
     content: '';
     position: absolute;
     top: 50%;
     right: 10vw;
     width: 20px;
     margin-top: -2px;
     height: 10px;
     background: url("../img/shared/icon_arr.jpg") center no-repeat;
     background-size: 100%;
   }
   footer .nav-inline li + li:before {
     content: none;
   }
 }
 
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop:hover {
  opacity: 0.9;
}

#socialbuttons {
  max-width: 350px;
}


address span {
  display: block;
}

@media only screen and (max-width: 999px) {
  footer {
    position: relative;
    margin-top: 0;
    padding: 55px 0 50px;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3b2718;
    z-index: 102;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: flex;
  }
  #fixed-sp ul li {
    width: 12%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(1){
    width: 55%;
  }
  #fixed-sp ul li:not(:nth-child(1)){
    border-left: 1px solid #fff;
  }
    #fixed-sp ul li:nth-child(2){
    width: 30%;
  }
  #fixed-sp ul li:not(:nth-child(2)){
    border-left: 1px solid #fff;
  }
  #fixed-sp ul li {

  }
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    background-color: #626262;
  }
  #fixed-sp ul li a img {
    width: auto;
    max-width: 100%;
    
    max-height: 100%;
  }

  #pagetop {
    bottom: 55px;
    bottom: calc(env(safe-area-inset-bottom) + 55px);
    width: 50px;
    z-index: 102;
  }
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/


.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img_parallax img {
      height: auto;
      object-fit: unset;
      top: 50%;
      transform: translateY(-50%) !important;
    }
}
#mapwrapper {
  padding-bottom: 90px;
}

#mapwrapper #map {
  height: 600px;
  width: 100%;
  margin-bottom: 62px;
}

#mapwrapper #map iframe {
  width: 100%;
  height: 100%;
}

#mapwrapper .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mapwrapper .list-btn > * {
  padding: 0 45px;
}

#mapwrapper .list-btn .buttonlink a {
  display: inline-block;
  width: 288px;
  height: 52px;
  line-height: 52px;
  background: #4b7da0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}

#mapwrapper .list-btn .buttonlink a:before {
  content: '＞';
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#mapwrapper .list-btn .buttonlink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#mapwrapper .list-btn .btn2 {
  text-align: right;
  margin-top: 14px;
}

#mapwrapper .list-btn .btn2 a {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  color: #02497b;
  border-bottom: 1px solid currentColor;
}

#mapwrapper .list-btn .btn2 a:hover {
  border-bottom: none;
  text-decoration: none;
}

@media (max-width: 767px) {
  #mapwrapper #map {
    height: 480px;
  }
}
/*# sourceMappingURL=index.css.map */

.remodal {
  color: #c7c5c5;
  font-size: 14px;
  line-height: 36px;
}

.remodal h2 {
  margin-bottom: 70px;
}

.remodal .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.remodal .row .left{
  padding-top: 66px;
}
.remodal .row ul {
  line-height: 36px;
  padding: 43px 0 45px 75px;
  text-align: left;
  width: 450px;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .remodal{
    padding-left: 0;
    padding-right: 0;
  }
  .remodal h2{
    margin-bottom: 30px;
  }
  .remodal .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .remodal .row > * {
    width: 100%;
  }
  .remodal .row ul{
    padding-left: 20px;
    padding-right: 20px;
  }
  .remodal .row .left {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img,.btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
    .btn {
      transition:none !important ;
    -moz-transition:none !important ;
    -webkit-transition:none !important ;
    }	
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
  a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  }


#line {
	position:fixed;
	right:5px;
	top:90px;
	z-index:999999;
}




@media (max-width: 768px) {
.notice {
	text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}
}