body {
  font-size: 14px;
  line-height: 1.4em;
  font-family: sans-serif;
  color: #222;
  letter-spacing: 0.1em;
}
.c-red {
  color: #900;
}
.serif {
  font-family: 'Cinzel Decorative', 'Noto Serif', sans-serif;
}

#header {
  position: fixed;
  width: 100vw;
  z-index: 1234;
  top: 0;
  left: 0;
}
#header h1 {
  font-size: 80%;
  color: #fff;
  padding: 3px 2% 0 0;
  text-align: right;
  opacity: .8;
}
.logo-area {
  padding: 0;
}
.main-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  text-align: center;
}
#header .main-nav li {
  display: inline-block;
  position: relative;
}
#header .main-nav ul a {
  text-decoration: none;
  font-size: 110%;
  display: block;
  text-align: center;
  padding: 10px 14px;
}
.main-nav a:hover,
#header .main-nav a.active {
  color: #8CC11F !important;
}
#header .main-nav ul ul {
  position: absolute;
  top: 43px;
  display: none;
}
#header .main-nav ul ul a {
  padding: 7px 0;
}
#header .tel {
  display: block;
  text-decoration: none;
  font-size: 190%;
  color: #fff;
  position: absolute;
  right: 2%;
  top: 23px;
  pointer-events: none;
}
#header .tel span {
  font-weight: 600;
}
#header .tel i {
  font-size: 90%;
}

.navbar-toggle {
  border: none;
  z-index: 12345678;
  font-size: 70%;
  background-color: rgba(0,0,0,.6);
  padding-bottom: 3px;
  position: absolute;
  top: 25px;
  right: 10px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(255,255,255,.8);
  margin: 0;
}
.navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,.7);
    width: 35px;
    height: 4px;
}
.navbar-toggle span {
  transition: all 0.5s;
  transform: rotate(0deg);
}
.navbar-toggle .top {
  transform: translateY(0px);
}
.navbar-toggle .bottom {
  transform: translateY(0px);
  margin-bottom: 4px;
}

.navbar-toggle.is-open .middle {
  background: rgba(0, 0, 0, 0);
}
.navbar-toggle.is-open .top {
  background: rgba(255,255,255, .8);
  transform: rotate(-45deg) translateY(5px) translateX(-6px);
}
.navbar-toggle.is-open .bottom {
  background: rgba(255,255,255, .8);
  transform: rotate(45deg) translateY(-5px) translateX(-6px);
}
#sv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12;
  height: 100vh;
  width: 100%;
}
main > section {
  position: relative;
  z-index: 123;
  padding: 200px 0 80px;
}
.title {
  font-size: 200%;
  padding-bottom: 10px;
  text-align: center;
}
.copy {
  color: #fff;
  position: fixed;
  z-index: 122;
  bottom: 10px;
  left: 10px;
  opacity: .7;
  font-size: 85%;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6), -1px 1px 1px rgba(0,0,0,.6), 1px -1px 1px rgba(0,0,0,.6), -1px -1px 1px rgba(0,0,0,.6);
}

/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 55px;
  right: 2%;  
  cursor:pointer;
  z-index: 1234567;
  opacity: .8;
}

#Pagetop p {
  background-color: rgba(140, 193, 26,.9);
  color: #000;
  font-size: 250%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5);
}

.pc { display: block !important; }
.sp { display: none !important; }


@media (max-width: 1199px){
  .logo-area a {
    font-size: 250%;
  }
}

@media (max-width: 991px){
  .main-nav {
    text-align: right;
  }
  .main-nav li {
    text-align: center;
  }
  #header .tel {
    right: 23px;
  }
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 991px){
  body {
    overflow: auto;
  }
  #Pagetop {
    bottom: 70px;
  }
}

@media (max-width: 767px){
  body {
    overflow: auto;
  }
  #header h1 {
    font-size: 75%;
    padding-bottom: 5px;
    padding-left: 10px;
    opacity: .7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .logo-area {
    margin: 5px 0 0 10px;
  }
  .sep-line {
    height: 10px;
  }
  #header .main-nav {
    display: none;
    width: 240px;
    position: fixed;
    background-color: transparent;
    top: 85px;
    right: -350px;
    left: auto;
    bottom: auto;
    box-sizing: border-box;
    overflow: auto;
    white-space: nowrap;
    height: 100%;
    z-index: 500;
    padding: 0 0 100px 15px;
  }
  #header .main-nav li {
    position: relative;
    display: block !important;
    border-bottom: solid 3px #333;
    margin: 0;
    float: none;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
  }
  #header .main-nav li a {
    color: #333;
    border: none !important;
    padding: 20px 0 15px 20px;
    height: auto;
    text-align: left;
    display: block;
    line-height: 1;
    width: 100%;
    font-size: 120%;
    border-radius: 0;
  }
  #header .main-nav li a:hover {
    background-color: #fff;
    color: #333 !important;
  }
  #header .main-nav ul ul {
    position: relative;
    top: auto;
    background-color: transparent;
  }
  #header .main-nav ul ul li {
    border-bottom: solid 1px #fff; 
  }
  #header .main-nav ul ul li a {
    padding-left: 40px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding-top: 13px;
  }
  #header .tel {
    pointer-events: auto;
    position: absolute;
    top: 25px;
    right: 80px;
    background-color: rgba(0,0,0,.3);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255,255,255,.8);
    padding: 8px 14px 3px;
	z-index: 100;
  }
  #header .tel i {
    font-size: 100%;
  }
  .page-down {
    bottom: -10px;
    z-index: 1234567;
  }
  main > section {
    padding: 130px 0 50px;
  }
  main > section > .container {
    margin: 0 10px;
    padding: 15px 10px;
    color: #fff;
  }
  .title {
    font-size: 160%;
  }
  #Pagetop {
    bottom: 10px;
  }
  #Pagetop p {
    line-height: 30px;
    height: 40px;
    width: 40px;
  }
.pc { display: none !important; }
.sp { display: block !important; }
}

@media (max-width: 500px){
  .f-nav a {
    padding: 3px 7px;
  }
.pc { display: none !important; }
.sp { display: block !important; }	
}

@media (max-width: 320px){
}