@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body
{
	background: #fff;
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

.img-responsive-overwrite
{
	margin: 0 auto;
}

.tab-content.bg
{
	background: #fff;
}

#head-title .jumbotron .subtitle
{
	text-shadow: 1px 2px 1px #000;
	padding: 2px;
}

#sub-head-title .jumbotron .subtitle
{
	text-shadow: 1px 2px 1px #000;
	padding: 2px;
}

.panel
{
	margin-bottom: 5px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border: 1px solid #dedede;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading
{
	color: #000000;
	background-color: #F0EFEF;
	border-color: #ddd;
}

.size
{
	font-size: 80%;
}

.space
{
	margin-bottom: 10px;
}

#header
{
	border-radius: 0px;
}

.clear
{
	clear: both;
}

@media(max-width:768px) {

.sm-border
{
	padding-bottom: 10px;
}

#carousel.flexslider
{
	display: none;
}

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

.nav-header.navbar-default .navbar-header .mobile-logo
{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.navbar-toggle.collapsed.tgl-color
{
	color: #fff;
}

#head-title
{
	background: #bee0ce;
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

.logo-size
{
	width: 15%;
}

.sub-title-bg
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0b4ebd), color-stop(0.23, #0b1a67));
	background: -webkit-linear-gradient(top, #0b1a67 23%, #0b4ebd 100%);
	background: -moz-linear-gradient(top, #0b1a67 23%, #0b4ebd 100%);
	background: -o-linear-gradient(top, #0b1a67 23%, #0b4ebd 100%);
	background: -ms-linear-gradient(top, #0b1a67 23%, #0b4ebd 100%);
	background: linear-gradient(to bottom, #0b1a67 23%, #0b4ebd 100%);
}

.icon-bar
{
	background: #001941;
}
}

@media(min-width:768px) {

.logo-size
{
	width: 15%;
}

#head-title
{
	background: #bee0ce;
	background-position: center center;
	background-size: cover;
	color: #fff;
	height: auto;
	margin: 0;
}

.logo-position
{
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	width: 65%;
}

.mobile-only-menu
{
	float: right;
	width: 30%;
	margin-top: 10px;
}

.mobile-only-menu .mobile-list-menu
{
	list-style: none;
	margin-bottom: 10px;
	text-align: right;
}
}

@media(min-width:992px) {

.logo-size
{
	width: 13%;
}

#head-title
{
	background: #bee0ce;
	height: auto;
	padding: 10px;
}

.logo-position
{
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
	width: 65%;
}

.mobile-only-menu
{
	float: right;
	width: 25%;
	margin-top: 5px;
}

.mobile-only-menu .mobile-list-menu
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
}

body a:hover img, a:hover img, a:hover img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";/*background: #fff;*/
}


/*link button*/

.button-margin
{
	margin:3% 20%;
	
}
.button
{
	
	border: 1px solid #000; padding: 5px; text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	/*background: #4F4E4E;*/
	
	
}


.button:hover
{
	text-decoration: none;
	background: #000;
	color: #fff;
	
}


.sub-header
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+100;Blue+Grey+Flat */

background: #3f4c6b; /* Old browsers */

background: -moz-linear-gradient(top,  #3f4c6b 0%, #3f4c6b 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #3f4c6b 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #3f4c6b 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.sub-header >.wrap
{
	margin-bottom:30px; padding-top:10px; color:#FFFFFF;
}

.accent-heading {
    font-size: 1.7em;
    font-weight: bold;
    color: #043c78;
    margin-bottom: 20px;
}

.accent-subheading {
    border-left: 5px solid #043c78;
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 1.3em;
    color: #333;
}




/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header　モバイル
 * ------------------------------------------------- */
 
.logo-position
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.nav-header
{
	padding: 10px 0 0;
}

/*ヘッダー枠*/
.nav-header.navbar-default
{
	border: none;
	margin-bottom: 0;
	background: #031634;
}

/*ヘッダー内リンク*/
.nav-header.navbar-default .nav.navbar-nav>li>a
{
	color: #ccc;
}

/*ヘッダー内リンク（マウスオーバー時）*/
.nav-header.navbar-default .nav.navbar-nav>li>a:hover
{
	color: #fff;/*background:#CEF2DE;*/
}

.nav-header.navbar-default .navbar-header
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*ナビゲーションテキストの位置*/
.nav-header.navbar-default .navbar-brand
{
	height: auto;
	margin-top: -9px;
	margin-right: 0px;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: none;
}

.nav-header.navbar-default .navbar-collapse .navbar-form
{
	clear: right;
	float: right;
}

.nav-header.navbar-default .navbar-toggle
{
	margin-right: 0;
}

.navbar-header
{
	padding: 100% 35% 0;
}

.navbar-default .navbar-toggle
{
	background: #031634;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background-color:#073B67;
}

/*タブレット*/
@media(min-width:768px) {

.logo-position
{
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}

.nav-header
{
	padding: 0;
}

.navbar-header
{
	padding: 0 40% 0;
}

.nav-header.navbar-default .navbar-header
{
	margin-bottom: 11px;
}

.nav-header.navbar-default .navbar-brand
{
	padding-top: 24px;
	margin-top: 0;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: right;
	margin-right: -20px;
	padding-top: 30px;
}

.nav-header.navbar-default .navbar-collapse .navbar-form
{
	float: right;
	clear: right;
	margin-right: -30px;
}


}

/*PC*/
@media(min-width:992px) {

.nav-header
{
	padding: 15px 0 0px;
}

.nav-header.navbar-default .navbar-brand
{
	margin-top: -17px;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: left;
	padding-top: 10px;
}

/*.nav-header.navbar-default .navbar-form
{
	margin-top: 8px;
}
*/
.carousel-inner, .item.active img
{
	height: 20%;
	width: 100%;
}

}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.gt-footer
{
	/*background: #000249;*/
	background: #272727;
	color: #ccc;
	padding: 30px 0;
}

.gt-footer .list-group .list-group-item
{
	background: none;
	color: #ccc;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}

.gt-footer .glyphicon
{
	position: absolute;
	right: 15px;
	top: 13px;
}

.gt-footer .text-center
{
	margin-top: 15px;
}

.page-top
{
	background: #272727;
	color: #ccc;
	width: 20%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 80%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 90%;
}

.page-top a
{
	color: #ccc;
}

.page-top a:hover
{
	color: #ccc;
	text-decoration: none;
}

@media(min-width:768px) {

.gt-footer .list-group .list-group-item
{
	border: none;
	padding: 0;
	padding-top: 5px;
}

.gt-footer .glyphicon
{
	display: none;
}

.gt-footer .text-center
{
	margin-top: 30px;
}

.page-top
{
	background: #272727;
	color: #ccc;
	width: 15%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 85%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
	margin-top: 10px;
}
}

@media(min-width:1200px) {

.page-top
{
	background: #272727;
	color: #ccc;
	width: 15%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 85%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
	margin-top: 10px;
}
}

/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        headline
 * ------------------------------------------------- */
 
@media(max-width:768px) {

.headline
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	font-size: 14px;
	color: #333333;
}

.midashi
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
	font-size: 14px;
}

.campaign
{
	vertical-align: middle;
	font-weight: normal;
	padding: 10px;
	background: #E86911;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
}

@media(min-width:768px) {

.headline
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	font-size: 18px;
	color: #333;
}

.midashi
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
	font-size: 18px;
}

.campaign
{
	vertical-align: middle;
	font-weight: normal;
	padding: 10px;
	background: #E86911;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
}

@media(min-width:1200px) {

.headline
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	font-size: 160%;
	color: #333;
}

.midashi
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
	font-size: 18px;
}

.campaign
{
	vertical-align: middle;
	font-weight: normal;
	padding: 10px;
	background: #E86911;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        sideNav
 * ------------------------------------------------- */
  
.left-sideNav.list-group .list-group-item
{
	border-radius: 0;
	border-color: #ddd;
	border-left: none;
	border-right: none;
}

.left-sideNav.list-group .list-group-item:first-child
{
	border-top: none;
}

.left-sideNav .glyphicon
{
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 10px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-btnPagetop
 * ------------------------------------------------- */
.demo-btnPagetop a
{
	color: #333333;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.demo-btnPagetop a:hover
{
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */



/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg
{
	padding-top: 60px;
}

.padding-top-md
{
	padding-top: 30px;
}

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

.padding-bottom-lg
{
	padding-bottom: 60px;
}

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

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

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding
{
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn
{
	border-radius: 2px;
	transition: .3s;
}

.btn:hover, .btn:focus, .btn.focus
{
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-facebook, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger, .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook
{
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon
{
	color: #981615;
}

.text-imgIcon
{
	color: #4d0c0b;
}

.text-arrowIcon
{
	opacity: 0.3;
}

.help-block
{
	font-size: smaller;
	margin-bottom: 5px;
	color: #ff0000;
}

/*container*/

.container-bg
{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

@media (min-width: 768px) {

.container-bg
{
	width: 750px;
}
}

@media (min-width: 992px) {

.container-bg
{
	width: 970px;
}
}

@media (min-width: 1200px) {

.container-bg
{
	width: 1170px;
}
}

/* スマホ用ヘッダー連絡先（追加分） */
.sp-header-contact {
    margin-top: 8px;
    margin-right: 15px;
    text-align: center;
    line-height: 1.2;
}
.sp-header-contact .tel-link {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}
.sp-header-contact .tel-hours {
    font-size: 9px;
    color: #fff;
    display: block;
    margin-bottom: 2px;
}
.sp-header-contact .contact-btn {
    display: inline-block;
    background-color: #ff9800;
    color: #000;
    font-size: 11px;
    padding: 3px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}
.sp-header-contact .contact-btn:hover {
    background-color: #e68a00;
    color: #000;
    text-decoration: none;
}
