@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

html {
 font-size : 95%;
}

body{
 margin:0;
 padding:0;
 background-color:#fff;
 font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
 /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
p {

}
img {
 max-width: 100%;
}

.ggmap {
position: relative;
padding-bottom: 30%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#slider1,#slider2,#slider3,#slider4,#slider5,#slider6,#slider7,#slider8 {
  overflow: hidden;
}
#slider1 div,#slider2 div,#slider3 div,#slider4 div,#slider5 div,#slider6 div,#slider7 div,#slider8 div {
  margin: 0 5px;
  position: relative;
  padding: 0 !important;
}
#slider1 div span,#slider2 div span,#slider3 div span,#slider4 div span,#slider5 div span,#slider6 div span,#slider7 div span,#slider8 div span {
  position: absolute;
  color: #fff;
  font-size: 1em;
  line-height: 120%;
  top: 10%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  text-shadow: 2px 2px 2px #000000;
}
.frame {
    position:relative;
  }
.frame:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 8px rgba(255,255,255,0.6);
  }
.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;
}
.spacer60 {
    clear: both;
    width: auto;
    height: 60px;
}
h2 {
  font-size:2em;
  white-space: nowrap;
}
h3 {
  font-size:1.5em;
}
h4{
  font-size:1.3em;
  color:white;
  padding:10px 0;
  background-image: url(../img/sub-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.align-center {
  text-align: center;
}
.content {
  max-width:1000px;
  margin:0 auto;
}
.flexbox1 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px auto;
}





/* ソーシャルボタン */
#share {
  background-color: #444;
  padding: 20px 0;
}


#share a{
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
/* ソーシャルボタン　ここまで */





.box_10{
    width: 100%;
    margin: 0px auto;
    padding: 0 20px 20px 20px;
    background: #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    border: dashed 1px #214A9D;
    }

.box_title_10{
    position: relative;
    display: inline-block;
    margin: 20px 0 !important;
    font-size: 24px;
    line-height: 28px;
    color: #222;
    text-align: center;
    display: block;
    padding: 0;
    font-weight: 700;
    }

.box_title_10:after {
    content: '';
    position: absolute;
    left: 42%;
    bottom: -5px;
    display: inline-block;
    width: 90px;
    height: 1px;
    -moz-transform: translateX(-27%);
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    transform: translateX(-27%);
    background-color: #555;
    border-radius: 2px;
    }
.box_10 p {
  text-align: left;
  font-size:1em;
  line-height: 200%;
  letter-spacing: 3px;
  color: #666;
}
  /* おしゃれBOX ここまで */




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;
    }
    .pconly {display:none;
    }
    .sponly {width:100%;
  }
  .bg-slider_title {
  	font-size: 30px !important;
    margin-top: -43.00% !important;
  }
  .parallax {
      /*background-size: contain;*/
    background-attachment: scroll !important;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    margin: 0px 0;
    background-position: left;
  }
  .br-mb {
    display:none;
}
}
  @media screen and (min-width: 750px){
.sponly {
  display:none;
}
/* パララックス */
.parallax {
    /*background-size: contain;*/
  background-attachment: fixed;/*画面からの相対位置（背景固定）*/
  background-size: cover;/*背景サイズ*/
  text-align: center;
  padding: 40px 0;
  margin: 0px 0;
}
/* パララックス ここまで */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
}
  .bg-slider {
  	width: 100%;
  	height: 0;
    padding-top: 50.00%;
  	background-position:center center;
  	background-size: contain;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }
  .bg-slider2 {
    width: 100%;
  	background-position:center center;
  	background-size: cover;
  }

  .bg-slider_title {
  	color: #fff;
  	font-size: 48px;
  	line-height: 1.5;
  	font-weight: bold;
  	text-align:center;
    margin-top: -48.00%;
  	text-shadow: 1px 1px 1px #000;
  }
  .banner {
    position: relative;
    }

  .banner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    }

  .banner img {
    width: 100%;
    }

.btn{
  display: inline-block;
  text-decoration: none;
  background: #000;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
}

.btn:hover{
    background: #666;
}

.fourbox {
    width: calc(25% - 0px);
    margin: 0px;
    box-sizing: border-box;
}

.follow-button {
 list-style: none;
 display: flex;
 justify-content: center;
}
.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;}

.white {
  color: #fff;
}
.alfh {
  background-color: rgba(255,255,255,0.4);
}
