body {
  width: 100%;
  height: 100%;
  line-height: 200%;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin:-3% 0 0 0 ;
}

h1,h2,h3,h4,h5,h6,p,li{
  margin:3% 0 3% 0;
}

span.label.label-primary{
  padding:5% 40%;
}

.sidebar-block{
  margin:5% 0 0 0;
}

.sidebar-block img{
  width: 100%;
}

ul {
  display: inline-block;
}

li#sns-tw,li#sns-fb,li#fb-share,li#sns-line{
  float: left;
}

#sns-tw,#sns-fb,#fb-share,#sns-line {
    float: left;
    margin: 0 2%;
    line-height: inherit;
}

#fb-share,#sns-fb {
  top: -10px;
}

footer{
  background-color: black;
  margin: -1% 0 0 0;
  padding:1% 0 10% 0; 
}

footer a,footer p{
    color: #fff;
}

footer a:hover{
  color:#7B94FF;
}

li{
  list-style: none;
}

footer li:before{content:"\f046";font-family:'FontAwesome'; color:#fff; font-size:16px; padding-right:9px}

a{
  color: #7B94FF;
}

a{
  color: #000;
}
a:hover{
 color:red;
 opacity: 0.5;
}


article{
  padding: 0 14% 0 14%;
}

.head-about{
  background:url(../images/head-about.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: -2% 0 0 0 ;
  padding:2% 0 1% 0;
  color: white;
}

.body-about{
  background:url(../images/body-about.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: -2% 0 0 0 ;
  padding:2% 0 1% 0;
  color: white;
}

.head-body{
  padding: 2%;
}

.head-title h1{
  font-size: 20px;
  margin-bottom: 0px;
  float: left;
}

.head-tel {
  float: right;
}
.head-tel a {
    color: darkslateblue;
    font-size: 2em;
    margin: 2% 0 0 0;
}

.head-banner{
  background:url(../images/cover11.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  height:200px;
}

.head-banner h2{
  padding:7%;
}
/*----- カスタムナビゲーション -----*/
.navbar-default{
background: url(../images/gray-sand.jpg);

}

ul.nav-over {
  display: inline-block;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
ul.nav-over li {
  float: left;
}
ul.nav-over li a {
  color: #000;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  z-index: 2;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
ul.nav-over li a:focus {
  outline: 0;
}
ul.nav-over:hover a {
  color: transparent;
  text-shadow: 0 0 5px #ccc;
}
ul.nav-over:hover a:hover {
  color: #444;
  line-height: 43px;
  text-shadow: 0 1px 0 #fff;
}
ul.nav-over:hover a:active {
  border-left-color: #f0f0f0;
  color: #999;
  line-height: 47px;
  -webkit-box-shadow: inset 0 0 22px #e9e9e9;
  -moz-box-shadow: inset 0 0 22px #e9e9e9;
  box-shadow: inset 0 0 22px #e9e9e9;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-brand{
  padding-top:0px;
}


.about-point p,table{
  padding: 20px 0 20px 0;
}
.about-point img{
  width: 100%;
}

/*----- スクロールボタン -----*/
#scroll-speed {
    -webkit-transition: background .10s ease-in-out;
    -moz-transition: background .10s ease-in-out;
    transition: background .10s ease-in-out;
}

#renewal{
  margin:3% 0 3% 0;
}

#renewal img{
width: 100%;
height: 200px;
object-fit: cover;
padding: 0;
}

.renewal-box{
  margin: 2% 0 0 0 ;
}

.renewal-cover{
  height: 200px;
  padding:0;
}

.renewal-text{
  height: 200px;
  overflow: scroll;
}

.myButton {
  background-color:#197fbf;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Impact;
  font-size:17px;
  padding:10px 50px;
  text-decoration:none;
}
.myButton:hover {
  background-color:#468ccf;
}
.myButton:active {
  position:relative;
  top:1px;
}

section#lodging{
  background: url(../images/background-about1.png);
  padding: 50px 0 50px 0;
}
#lodging img{
  display: block;
margin: 0 auto;
}

.single img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.single-head,.single-body,.single-parts{
  margin: 5% 0 5% 0;
}

.single-text{
  height: 200px;
  overflow: scroll;
}


.archive-list img{
  width: 100%;
  height:auto;
  object-fit: cover;
}

.archive-head p,.archive-body p{
  height: 200px;
  overflow: scroll;
}

ul.nav-over li a {
  font-size: 14px;
}

@media screen and (max-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
h1{font-size:200%;}
}