@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');



body {
	font-size: 15px;
	line-height: 1.6em;
	font-family: Arial, Verdana, Shin Go Regular, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {
}
/*table td {
	vertical-align: top;
}*/,
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #10193c;
	text-decoration: underline;
}
.row a {
	text-decoration: underline;
}
a:visited {
	color: #10193c;
	text-decoration: underline;
}
a:hover {
}
a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* 共通設定
---------------------------------------------------- */
.flexslider {
	font-size: 120%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}
.text_L {
	font-size: 110%;
	line-height: 1.4em;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}






/* レイアウト
---------------------------------------------------- */
.col-sm-4,
.col-sm-6,
.col-md-7,
.col-md-8,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3 {
	margin-bottom: 25px;
}




/* ヘッダー
---------------------------------------------------- */
.head_c {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.logo_c {
	width: 200px;
	margin-top: -10px;
}
@media (max-width: 767px) {
.logo_k {
	margin-top: -15px;
	width: 125px;
}
}


.navbar-nav {
	font-size: 16px;
}

.navbar-nav a {
	text-decoration: none;
}

.dropdown-menu {
	min-width: 110px;
}
.navbar {
	min-height: 40px;
}
.dropdown-menu li {
	list-style-type: disc;
	margin-left: 1.75em;
}
.dropdown-menu li a {
	margin-left: -1.5em;
}
.navbar-right {
	margin-top: 12px;
	margin-right: 0px;
}
@media (max-width: 991px) {
	.navbar-right {
	display: none;
	}
}
.navbar-header h1 {
	/*margin-bottom: 0px;*/
}
.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-right: -30px;
	margin-left: -15px;
	margin-top: 10px;
}




/* ナビ
---------------------------------------------------- */



/* タイトル関連
---------------------------------------------------- */
.ttl_01 {
	font-size: 60px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.ttl_02 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.ttl_03 {
	color: #000;
	font-family: 'Gothic MB101 Bold', sans-serif;
	font-size: 40px;
	line-height: 1.2em;
}
.ttl_04 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.ttl_05 {
	color: #000;
	font-size: 21px;
	margin-top: 10px;
	font-family: 'Shin Go Medium', sans-serif;
	margin-bottom: 4px;
}
.ttl_06 {
	color: #000;
	font-size: 28px;
	font-family: 'Shin Go Medium', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 15px;
	line-height: 1.3em;
}
.ttl_07 {
	color: #000;
	font-size: 24px;
	font-family: 'Gothic MB101 Bold', sans-serif;
	margin-bottom: 12px;
	line-height: 1.3em;
}
.ttl_07 span {
	font-size: 18px;
}
.ttl_08 {
	color: #000;
	font-size: 36px;
	font-family: 'Gothic MB101 Bold', sans-serif;
	margin-bottom: 12px;
}


@media (max-width: 767px) {
.ttl_02 {
	font-size: 16px;
}
}

.tx_01 {
	color: #fff;
}
.tx_02 {
	font-size: 24px;
	line-height: 1.3em;
}




/* 各種設定
---------------------------------------------------- */

.btn_01 a {
	color: #fff;
	background-color: #182435;
	display: block;
	padding: 10px;
	width: 180px;
	text-decoration: none;
	text-align: center;
}
.btn_01 a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#c_home .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}
#c_home{
	margin-right: 10px;
	margin-left: 10px;
}

.bg_a {
	padding-top: 25px;
	padding-bottom: 0px;
	background-color: #10193c;
}
.bg_b {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 15px;
}
@media (max-width: 767px) {
    .bg_a {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #10193c;
	}	
}

.bg_01 {
	background-image: url(../images/bg_01.png);
	background-repeat: repeat-x;
	height: 330px;
	background-position: center;
}
.bg_02 {
	background-image: url(../images/bg_02.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_03 {
	background-image: url(../images/bg_01.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_04 {
	background-image: url(../images/bg_04.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_05 {
	background-image: url(../images/bg_05.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_06 {
	background-image: url(../images/bg_06.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_07 {
	background-image: url(../images/bg_07.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: center;
}
.bg_08 {
	background-image: url(../images/bg_08.png);
	background-repeat: repeat-x;
	height: 330px;
	text-align: center;
	background-position: right;
}


.head_img_01,
.head_img_02,
.head_img_03,
.head_img_04,
.head_img_05,
.head_img_06,
.head_img_07,
.head_img_08 {
	background-size: cover;
	height: 550px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #10193c;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #10193c;
	background-position: center;
}
@media (max-width: 991px) {
.head_img_01,
.head_img_02,
.head_img_03,
.head_img_04,
.head_img_05,
.head_img_06,
.head_img_07,
.head_img_08 {
	height: 380px;
}
}
@media (max-width: 767px) {
.head_img_01,
.head_img_02,
.head_img_03,
.head_img_04,
.head_img_05,
.head_img_06,
.head_img_07,
.head_img_08 {
	height: 250px;
}
}
.head_img_01 {
	background-image: url(../images/head_img_01.jpg);
}
.head_img_02 {
	background-image: url(../images/head_img_02.jpg);
}
.head_img_03 {
	background-image: url(../images/head_img_03.jpg);
}
.head_img_04 {
	background-image: url(../images/head_img_04.jpg);
}
.head_img_05 {
	background-image: url(../images/head_img_05.jpg);
}
.head_img_06 {
	background-image: url(../images/head_img_06.jpg);
}
.head_img_07 {
	background-image: url(../images/head_img_07.jpg);
}
.head_img_08 {
	background-image: url(../images/head_img_08.jpg);
}


	
.bg-slider {
	/*width: 100%;*/
	height: 500px;
	/*height: 100vh;*/
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}
@media (max-width: 991px) {
    .bg-slider {
	height: 380px;
	}
	
}
@media (max-width: 767px) {
    .bg-slider {
	height: 280px;
	position:relative;
	}
	
}
.head_img_logo {
	width: 380px;
	margin-left: auto;
	padding-top: 310px;
	padding-right: 30px;
}
@media (max-width: 991px) {
    .head_img_logo {
	padding-top: 200px;
	}	
}
@media (max-width: 767px) {
    .head_img_logo {
	/*width: 170px;*/
	display: none;
	}	
}



.top_cap {
	margin-top: 0.5em;
	text-align: center;
}
.arrow_01 {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}








.table_01 {
}
.table_01 td {
	vertical-align: top;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 0.5em;
}
.table_01 tr:nth-child(odd) {
	background: #eeeeee;
}







/* 書き換え
---------------------------------------------------- */


.navbar-right img {
	width: 30head_0px;
}
.img-responsive-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}





/* TOP イメージ文字重ね
---------------------------------------------------- */
#top_img-box{
  position: relative;
}
.top_img-box-mini{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	color: #fff;
	background-color: rgba( 51, 51, 51, 0.60 );
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
 }
.top_img-box-text{
	width: 100%;
	font-size: 90%;
}
#top_img-box h3 {
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	margin-bottom: 0.2em;
	font-style: italic;
}
#top_img-box p {
	line-height: 1.6em;
}
#top_img-box a {
	color: #FFF;
	text-decoration: none;
}



/* Word Press
---------------------------------------------------- */
#t_blog h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#t_blog li {
	list-style-type: none;
}
.t_blog_ttl_2 {
	font-size: 110%;
	margin-top: 2em;
}

.entry_content p {
	line-height: 2em;
}
.entry-title h3 {
	margin-bottom: 0.5em;
}

.entry_content img {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	max-width: 100%;
	height: auto;
}
.page_no {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 21px;
	text-align: right;
}
.page_no a {
	/*text-decoration: none;*/
}
.page_no font {
	font-weight: normal;
	font-size: 16px;
}


/* Google Map
---------------------------------------------------- */
.map_wrapper {
  /*max-width: 640px;*/
  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;
}



/* フッター
---------------------------------------------------- */
.foot_logo {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.foot_menu {
	padding: 20px;
	margin-top: 2em;
	background-color: #e6eaf0;
	text-align: center;
}
.foot_menu ul {
	margin-bottom: 4px;
}
.foot_menu li {
	display: inline;
	list-style-type: none;
	margin-right: 0.5em;
	margin-left: 0.5em;
	text-decoration: underline;
}
.foot {
	background-color: #182435;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	/*height: 50px;*/
	padding: 4px;
}


/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #BBBBBB;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
