* {
  /*font-family: "Ryumin Light KL";*/
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
p {
  line-height: 250%;
font-size: 1.6rem;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;rem/*算出をしやすくするために*/
}
.navbar-nav {font-size: 1.6rem;}

/*ボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;

  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}

/*ボタンここまで*/




.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.head_lead {
  background-color: #000;
  font-size:11px;
  color:#fff;
}
.navbar-nav a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.random div {
  width: calc(25% - 10px);
  margin-bottom:15px;
  text-align: center;
}
.random img {
  width:auto !important;
}
footer {
  background-color: #666;
  color:#fff;
}
footer span {
  color:#fff;
}

img {
  width:100%;
}
.border {
border:1px solid;
}
.bg-blue {
  background-color: #6699CC;
}
.carousel-caption {
  top:42%;
}
.threepr {
  border:0px solid #999;
  padding:25px;
  background-color:#DEDEDE;
}
.threepr p {
  line-height: 200%;
  margin-top:15px;
}
/*マウスオーバー時に画像拡大*/
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  position: relative;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*ここまで*/
/*画像に文字乗せ*/
.imgWrap p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  width:100%;
  text-align: center;
  color: white;
  margin:0;
  line-height: 250%;
}
/*ここまで*/
/*上へ戻る」ボタン*/
#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: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*ここまで*/
/* パララックス */
.parallax {
  background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.content {
	padding: 0px;
	background-color: #fff;
	text-align: center;
}
.parallax.bg-01 {
    background-image: url(../img/bg1.jpg);
}
/*ここまで*/
/*画像円形に切り抜き*/
.image-round1{
  border-radius: 50%;
  padding:20px;
}

/*セピアフィルター　＋　キャプション*/
.caption {
    position: relative;
}
.caption p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;
    margin: 0;
    color: #000;
    font-size: 160%;
}
.caption:hover p {
    opacity: 1;
}
.caption:hover img {
    -webkit-filter: sepia(90%);
}
/*ここまで*/

.left-contents {
  background-color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-contents-b {
  background-color: #F6F6F6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-contents-div, .left-contents-div-b {
  display: block;
  padding:20px 0;
  text-align: center;
}
.left-contents-div h1 {
  font-size: 2em;
  font-weight: bold;
  color:#fff;
}
.left-contents-div-b h1 {
  font-size: 2em;
  font-weight: bold;
  color:#000;
}
.left-contents-div p {
  font-size: 1em;
  color:#fff;
}
.left-contents-div-b p {
  font-size: 1em;
  color:#000;
}
.right-contents {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 400px;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    color: #FFF;
    background: #4F4F4F;
    border: solid 0px #0f9ada;
    border-radius: 0px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
    background: #777777;
}
/*gridのgutter調整*/
.row-0 {
    margin-left:0px;
    margin-right:0px;
}
.row-0>div {
    padding-right:0px;
    padding-left:0px;
}

.parallax-contents {
  text-align: center;
}
.parallax-h1 {
  font-size: calc(120% + 1vw);
}
.res-text2 {
  font-size: calc(100% + 0.6vw);
}

.ggmap {
position: relative;
padding-bottom: 35%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.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);
  }

table { width: 100% !important; }
th, td  { padding: 10px; border: 1px solid #ddd; }
th  { background: #f4f4f4; }

.indent-1 {
padding-left:1em;
text-indent:-1em;
}

/*----------------------------------------------------
  .mobile-table
----------------------------------------------------*/
.bnner img {
  width:auto !important;
}

@media only screen and (max-width:480px){
    .mt { margin: 0 -10px; }
    .mt th,
    .mt td{
    width: 100% !important;
    display: block;
    border-top: none;
    }
  .mt tr:first-child th { border-top: 1px solid #ddd; }
  .random div {
    width: calc(50% - 10px) !important;
  }
  .bnner {
    width: calc(100% - 10px) !important;
  }
  .random img {
    width: calc(100% - 10px) !important;
  }

}
