/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-size: 16px;
  color: #000;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#pagetop {
display: none;
}

footer {
  padding: 30px 0;
  color: #FFF;
  background: #000;
  font-size: 12px;
}

a {
  color: #FF7F00;
}

a:hover {
  color: #FF7F00;
  text-decoration: underline;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9C802), color-stop(0.10, #FDDE21), color-stop(0.00, #F9C802));
  background: -webkit-linear-gradient(top, #F9C802 0%, #FDDE21 10%, #F9C802 100%);
  background: -moz-linear-gradient(top, #F9C802 0%, #FDDE21 10%, #F9C802 100%);
  background: -o-linear-gradient(top, #F9C802 0%, #FDDE21 10%, #F9C802 100%);
  background: -ms-linear-gradient(top, #F9C802 0%, #FDDE21 10%, #F9C802 100%);
  background: linear-gradient(to bottom, #F9C802 0%, #FDDE21 10%, #F9C802 100%);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
}

h1.h1top {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  border-radius: 0;
  -webkit-border-radius:0;
  -moz-border-radius: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

h1.h1top i {
  color: #FDBE14;
}

h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

h2 i {
  color: #FDBE14;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
}

h3 i {
  color: #FDBE14;
}

h3 a {
  color: #000;
}

h3 a:hover {
  color: #FF7F00;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table th{
	padding: 5px;
	text-align: center;
	vertical-align: top;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
}
table td{
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #CCC;
}

.carousel-indicators{position:absolute;bottom:-42px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #FDDE21;border-radius:10px}
.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#FF7F00}

.topics-img img {
max-width: 100%;
height:auto;
margin:0 auto;
display:block; 
}

ul.form-list{
list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.form-list li{
	padding: 20px 0;
	background: #FFF url(../img/line.png) left bottom no-repeat;
}

.form-list li dl{
  margin: 0;
  padding: 0;
}

.form-list li dl dt{
  clear: left;
  float: left;
  width: 150px;
}

.form-list li dl dd{
  margin: 0 0 0 150px;
}

.form-70{
  width: 70%;
}

.redtxt {
	color: #FF7F00;
}

.caution {
    color: #F00;
	font-weight:bold;
}

.text-right a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.text-right a:hover {
  color: #FF7F00;
  text-decoration: none;
}

.text-right a i {
  color: #FF7F00;
}

.copyright {
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-primary {
vertical-align: middle;
margin-top: 35px;
margin-right: 0;
font-size: 16px;
font-weight: bold;
width: 160px;
height: 36px;
line-height: 36px;
    color: #fff;
    border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5A400), color-stop(0.10, #FBC700), color-stop(0.00, #FF6400));
  background: -webkit-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -moz-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -o-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -ms-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: linear-gradient(to bottom, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-primary i {
vertical-align: middle;
font-size: 24px;
line-height: 36px;
}

.yellow-line {
  height: 5px;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F9C802), color-stop(0.00, #FDDE21));
  background: -webkit-linear-gradient(#FDDE21, #F9C802);
  background: -moz-linear-gradient(#FDDE21, #F9C802);
  background: -o-linear-gradient(#FDDE21, #F9C802);
  background: -ms-linear-gradient(#FDDE21, #F9C802);
  background: linear-gradient(#FDDE21, #F9C802);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;

}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

#pan{
 font-size: 12px;
 width: 100%;
 display: block;
   margin-bottom: 30px;
}

#pan i{
  color: #FF7F00;
}

#pan a{
  color: #000;
}

#pan a:hover{
  color: #FF7F00;
  text-decoration: none;
}

ul.topics{
	margin: 0 0 30px 0;
	padding: 0;
}

.topics li{
	list-style-type: none;
	width: 100%;
	padding: 20px 10px;
	background: url(../img/line.png) left bottom no-repeat;
}

.topics li dl{
  margin: 0px;
  padding: 0px;
}

.topics li dl dt{
  clear: left;
  float: left;
  width: 100px;
  font-weight: normal;
  color: #FF7F00;
}

.topics li dl dd{
  margin: 0 0 0 100px;
}

.topics li dl dd a{
  color: #000;
  width: 100%;
  display: block;
}

.topics li dl dd a:hover{
  color: #FF7F00;
  text-decoration: none;
}

.list-group-item{
	width: 100%;
	padding: 20px 10px;
	margin: 0;
	font-size: 16px;
	border: none;
	font-weight: bold;
	background: url(../img/line.png) left bottom no-repeat;
}

footer .list-group-item{
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	border: none;
	font-weight: bold;
	background: none;
}

.list-group-item dl{
  display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.list-group-item dl dt{
  width: 26px;
  font-weight: normal;
  color: #FF7F00;
  display: table-cell;
  vertical-align: top;
}

.list-group-item li dl dd{
  margin: 0 0 0 26px;
  display: table-cell;
  vertical-align: top;
}

.list-group-item i{
  color: #FF7F00;
}

a.list-group-item{
  color: #000;
}

footer a.list-group-item{
  color: #FFF;
}

a.list-group-item:hover{
  color: #FF7F00;
  background: url(../img/line.png) left bottom no-repeat;
}

footer a.list-group-item:hover{
  color: #FF7F00;
background: none;
}

a.sub{
	padding: 10px 10px;
	margin: 0;
	font-size: 14px;
	color: #000;
	border: none;
	font-weight: bold;
	background: #F6F6F6 url(../img/line.png) left bottom no-repeat;
}

footer a.sub{
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 12px;
	color: #FFF;
	border: none;
  font-weight: normal;
background: none;
}

 a.sub:hover{
  color: #FF7F00;
  background: #F6F6F6 url(../img/line.png) left bottom no-repeat;
}

 footer a.sub:hover{
  color: #FF7F00;
background: none;
}

.navbar-inverse {
  position: static;
  height: 110px;
  border-top: 5px solid #000;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #FDDE21), color-stop(0.00, #F9C802));
  background: -webkit-linear-gradient(top, #F9C802 0%, #FDDE21 25%);
  background: -moz-linear-gradient(top, #F9C802 0%, #FDDE21 25%);
  background: -o-linear-gradient(top, #F9C802 0%, #FDDE21 25%);
  background: -ms-linear-gradient(top, #F9C802 0%, #FDDE21 25%);
  background: linear-gradient(to bottom, #F9C802 0%, #FDDE21 25%);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
}

.navbar-brand {
    height: 105px;
    padding: 28px 15px;
    font-size: 18px;
    line-height: 18px;
}

.navbar-brand img {
	width: 200px;
}

.navbar-header {
	width: 100%;
}

.carousel {
  border: 5px solid #FDDE21;
  background-color: #FDDE21;
  margin-bottom: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
}

.carousel-inner {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.carousel-inner img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.img-shadow {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
}
.youtube {
  text-align: center;
}
.youtube iframe {
  width: 560px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
.youtube iframe {
  width: 100%;
}
  .btn-primary {
margin-top: 35px;
margin-right: 15px;
font-size: 24px;
width: 36px;
height: 36px;
line-height: 36px;
    color: #fff;
    border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5A400), color-stop(0.10, #FBC700), color-stop(0.00, #FF6400));
  background: -webkit-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -moz-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -o-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -ms-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: linear-gradient(to bottom, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-primary i {
font-size: 24px;
line-height: 36px;
}

footer {
  padding: 30px 0 76px 0;
}
  
#pagetop {
	width:100%;
	height: 56px;
	display:-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	-webkit-box-orient:horizontal;
	-webkit-direction:normal;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-directioln:row;
	-moz-box-pack:end;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
    background-color:#000;
    overflow:hidden;
    position: fixed;
    left: 0;
    bottom: 0;/*"bottom"を"top"に変えることによりヘッダーメニューになります*/
	z-index: 10;
}

#pagetop table {
display:block;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	background-color: #000;
	margin: 10px 15px;
	padding: 0;
}

#pagetop table th{
	padding: 0 10px 0 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	border: none;
}
#pagetop table td{
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #000;
	border: none;
}

  .btn-pagetop {
  vertical-align: middle;
  margin: 0;
font-size: 16px;
font-weight: bold;
width: 100%;
text-align: center;
height: 36px;
line-height: 36px;
    color: #fff;
    border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5A400), color-stop(0.10, #FBC700), color-stop(0.00, #FF6400));
  background: -webkit-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -moz-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -o-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: -ms-linear-gradient(top, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  background: linear-gradient(to bottom, #F5A400 0%, #FBC700 10%, #FF6400 100%);
  box-shadow: 0 1px 2px #666;
  -moz-box-shadow: 0 1px 2px #666;
  -webkit-box-shadow: 0 1px 2px #666;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.btn-pagetop i {
vertical-align: middle;
font-size: 24px;
line-height: 36px;
}

.btn-pagetop:hover {
    color: #fff;
}

.btn-contact {
margin-right: 5px;
}

.navbar-header {
position:absolute;
    margin-right: 15px;
    margin-left: 15px;
}
  
  .navbar-brand {
    height: 105px;
    padding: 33px 15px;
    font-size: 18px;
    line-height: 18px;
}

.navbar-brand img {
	width: 160px;
}

.form-list li dl dt{
  clear: both;
  float: none;
  width: 100%;
}

.form-list li dl dd{
  clear: both;
  float: none;
  margin: 0;
}
  
  .topics li dl dd{
  clear: left;
  margin: 0;
}

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
 
}

a.facebook {
  color: #3B5998;
  font-size: 18px;
}

a:hover.facebook {
  color: #3B5998;
}

a.facebook i {
  color: #3B5998;
}