html,
body {
  height: 100%;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
}

img{max-width:100%;}

/* ガター溝なしスタイリング  */

.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

.bot-5{
	margin-bottom:5px;
    }

.bot-10{
	margin-bottom:10px;
    }

.bot-15{
	margin-bottom:15px;
    }

.bot-30{
	margin-bottom:30px;
    }

.bot-50{
	margin-bottom:50px;
    }

.top-10{
	margin-top:10px;
    }
	
.top-15{
	margin-top:15px;
    }

.top-20{
	margin-top:20px;
    }

.top-30{
	margin-top:30px;
    }

.top-50{
	margin-top:50px;
    }

.ptop-15{
	padding-top:15px;
    }

.lr-20{
	padding-left: 20px;
	padding-right: 20px;
    }

.pbot-15{
	padding-bottom:15px;
    }

.pbot-30{
	padding-bottom:30px;
    }

.pbot-50{
	padding-bottom:50px;
    }

.pbot-100{
	padding-bottom:100px;
    }

    .con-txt {
        max-width: 980px;
    }

/* フッター */

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right:0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* Sticky footer styles */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}
 
/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* etc */


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}

#page-top a:hover {
    text-decoration: none;
    background: #616138;
	}

.map_wrapper {
	max-width: 940px; min-width: 280px; margin: 20px auto; padding: 4px; border: 1px solid #CCC;
}

.googlemap {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
}

.googlemap iframe {
	position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;
}


/* ここでフッターの高さを指定 */


#footer {
  height: 40px;
  background-color:#000;
}

.box00 {
	margin-top: 20px;
	margin-bottom:20px;
}

.box01 {
	margin-top: 20px;
}

.box02 {
	margin-top: 20px;
	width:200px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

.box03 {
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

.box04 {
	margin-bottom:20px;
}

.box05 {
	margin-bottom:70px;
}

.box06 {
	margin-top: 20px;
	max-width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

.equ {
	max-width:980px;
}

.acc_icon {
	margin-right:20px;
}



/* テキスト設定 */

.headcopy{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 75%;
	margin-top: 5px;
}

.headcopy2 a {
	color: #000;
	text-decoration: underline;
}

.headcopy2 a:hover {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #898989;
	text-decoration: underline;
}

.title00{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 200%;
}


.title01{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 270%;
	line-height: 150%;
	border-bottom: solid;
	border-bottom-color: #000000;
}


.title02{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 200%;
	border-bottom: solid;
	border-bottom-color: #000;
}

.text_xs{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 75%;
	margin-top: 5px;
	}
.text_sm{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 90%;
	margin-top: 5px;
	}

.text_md{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 110%;
	margin-top: 5px;
	}

.text_lg{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 130%;
	margin-top: 5px;
	}


.copylight{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 85%;
	line-height: 3em;
}

.menutitle{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 150%;
	margin-bottom: 20px;
	}

.line01{
	border-bottom: solid;
	border-color:#000000;
	border-width:1px;
	margin-top:50px;
	margin-bottom:50px;
}

/* ボタン色変 */

.btn-custom{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:130%;
	color:#fff;
	background-color:#000;
	border-color:#000;
	border-width:2px;
}

.btn-custom:hover{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:130%;
	color: #000;
	background-color: #fff;
	border-color: #000;
	border-width:2px;
	text-decoration: none;
	}