html {
 font-size : 90%;
}
@import url('https://fonts.googleapis.com/css?family=Merriweather');
body{
 margin:0;
 padding:0;
 background-color:#fff;
 font-family: 'Sawarabi Mincho', sans-serif;
 /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/

}
img {
  width:100%;
}
.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
}
.m-18{
  margin-top:-0.5em;
}
p {
  margin-bottom: 0px;
  line-height: 2.1;
}

.content {
  padding: 0 5px;
}
.content p {
  color:#666;
  text-align: left;
}

.hero {
  position: relative;
  background: url(../img/sl1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  margin-bottom:-35px;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  line-height: 3;
}
.white {
  color:#fff;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
}
.spacer20 {
    clear: both;
    width: auto;
    height: 20px;
}
.spacer30 {
    clear: both;
    width: auto;
    height: 30px;
}
.spacer40 {
    clear: both;
    width: auto;
    height: 40px;
}
.spacer50 {
    clear: both;
    width: auto;
    height: 50px;
}
h2 {
  font-size:2em;
  white-space: nowrap;
}
h3 {
  font-size:1.5em;
}
h4{
  font-size:1.3em;
}
.align-center {
  text-align: center;
}
.white {
  color: #fff;
}
.content {
  max-width:1000px;
  margin:0 auto;
}
.flexbox1 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
}
.towbox {
    width: calc(50% - 15px);
    margin: 0px;
    box-sizing: border-box;
}
.threebox {
    width: calc(33.3% - 0px);
    margin: 0px;
    box-sizing: border-box;
}
.fourbox {
    width: calc(25% - 0px);
    margin: 0px;
    box-sizing: border-box;
}
.slide img {
  width: 100%;
}
.slider1 {
  width: 100%;
  margin-top: 0px !important;
}



/* ソーシャルボタン */
#share {
  background-color: #fff;
  padding: 20px 0;
}



/* ソーシャルボタン　ここまで */

/* パララックス */
.parallax {
    /*background-size: contain;*/
  background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;/*背景サイズ*/
  text-align: center;
  padding: 40px 0;
  margin: 0px 0;
}
/* パララックス ここまで */






footer {
    	padding: 30px;
    	text-align: center;
    	border-top: solid 1px #bbb;
      background-color: #000;
    }
footer a {
    	color: #666;
    	text-decoration: none;
    }
footer p {
    font-size:1em;
    line-height: 200%;
    letter-spacing: 3px;
    color: #fff;
    margin: 30px 0;
    }

    hr.gra {
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
        background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

  @media screen and (max-width: 750px) {
    .fourbox {
        width: calc(50% - 5px) !important;
    }
    .towbox {
        width: calc(100% - 5px) !important;
    }
    .pconly {display:none;
    }
    .sponly {width:100%;
  }
  .bg-slider_title {
  	font-size: 30px !important;
    margin-top: -43.00% !important;
  }
}
  @media screen and (min-width: 750px){
.sponly {
  display:none;
}
}




.follow-button {
 list-style: none;
 display: flex;
 justify-content: center;
 border:0px solid #fff;
 padding:0;
}

.follow-button li {
margin:0 10px;
}
.follow-button li a{display: table-cell;
vertical-align: middle;
text-align: center;}
.follow-button li.fbpagebtn a{color:#3B5998;}
.follow-button li.twbtn a{color:#55acee;}
.follow-button li.gpbtn a{color:#dd4b39;}
.follow-button li.feedlybtn a{color:#6cc655;}


.alfh {
  background-color: rgba(255,255,255,0.4);
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.height300{
line-height: 300%;
}
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}

.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

panel {
  width: 500px;
}

#panel > dt {
  border-bottom: solid 1px white;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}

#panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }

  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }

  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}
