@charset "UTF-8";
/* CSS Document */

@media print {
 body {
 -webkit-print-color-adjust: exact;
 }
} 

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

section {
  display:block;
}

.container {
    width: 960px;
}

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }

/* -----------------------------------
    メインカラム
   ----------------------------------- */
#wrapper-index {
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #e9eff4;
	border-top-color: #FFFFFF;
	margin-top: 30px;
}

/* -----------------------------------
    グローバルナビゲーション
   ----------------------------------- */
#global-navi {
	top: -30px;
	padding-top: 30px;
	min-height: 1200px;
}
/* -----------------------------------
    グローバルナビゲーション
   ----------------------------------- */
#global-navi {
	background-color: #00539c;
	width: 220px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -5px;
	border-top: 1px solid #00539c;
	border-bottom: 1px solid #00539c;
	border-left: 1px solid #00539c;
	position: absolute;
	height: 102%;
	top: -15px;
	padding-top: 15px;
}
#global-navi li a {
	color: #FFFFFF;
	padding-left: 18px;
	font-size: 14px;
	display: block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-decoration: none;
}
#global-navi li a:hover,
#global-navi li.selected {
	color: #e68e00;
	background-color: #ffffff;
	transition: all 0.1s linear;
}
#global-navi li a:hover {
	font-weight: bold;
}
#global-navi li.selected a {
	color: #e68e00;
}
#global-navi li ul {
	display: none;
	background-color: #FCF6D0;
	border-left: 7px solid #FFFFFF;
	border-bottom: 7px solid #FFFFFF;
	border-right: 1px solid #00539c;
}
#global-navi li ul li a {
	color: #e68e00;
	font-size: 13px;
}
#global-navi li.selected ul#list-open {
	display: block !important;
}

#global-navi li.selected ul li#navi-active {
	background-color: #e68e00;
}
#global-navi li.selected ul li#navi-active a {
	color: #FFFFFF;
}
#global-navi li.selected ul li#navi-active a:hover {
	color: #e68e00;
}

#global-navi li {
	position: relative;
}
#global-navi li.selected:before,
#global-navi li.selected:after,
#global-navi li:hover:before,
#global-navi li:hover:after {
	content: '';
  position: absolute;
  top: 0%;
  right: -50px;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #00539c;
}
#global-navi li.selected:after,
#global-navi li:hover:after {
	z-index: 1;
  margin-right: 1px;
  border-left-color: #ffffff;
}


/* -----------------------------------
  スマホメニュー
 * ----------------------------------- */
.navbar-header .navbar-toggle {
	display: none;
} 


/* -----------------------------------
    ページトップ
   ----------------------------------- */s
#pagetop {
	display: none;
}
#pagetop img {
	display: none;
}



/* -----------------------------------
    トップページ
   ----------------------------------- */s
/* carousel*/
.carousel {
	display:block
}
#column-reinetu {
    margin-top: 30px;
    background-color: #00539c;
}
.block{
	display: flex;
	height: 280px;
}
.block-text {
	width: 38%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
    position: relative
}
.block-text:after {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 280px 0 0 140px;
	border-color: transparent transparent transparent #00539c;
	position: absolute;
    right: -140px;
    bottom: 0;
    z-index: 10
}
.block-text h2{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: right;
	margin-top: 15px;
	border-bottom: 1px dotted #FFFFFF;
}
.block-text p{
    font-size: 16px;
    line-height: 1.7
}
.block-photo {
    width: 62%;
    position: relative;
    overflow: hidden;
}
.block-photo img {
	width: 100%;
	position: absolute;
	top: -50%;
	bottom: -50%;
	right: -50%;
	left: -50%;
	margin: auto;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.block-reverse {
  flex-flow: row-reverse;
}
.block-reverse .block-text:after {
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 280px 140px;
	border-color: transparent transparent #00539c transparent;
	position: absolute;
    left: -140px;
    bottom: 0;
    z-index: 10
}
.block-reverse .block-text,
.block-reverse .block-text h2{
    text-align: left;
}   
.btn-link {
	color: #FFFFFF;
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 4px 15px 1px;
	margin-top: 15px;
}
.btn-link:before {
    font-family: 'FontAwesome';
    content: "\f08e";
    padding-right: 5px;
}
#column-reinetu a:hover .block{
    cursor: pointer;
    background-color: #e68e00;
}
#column-reinetu a:hover .block-text:after {
    border-color: transparent transparent transparent #e68e00;
}
#column-reinetu a:hover .block-reverse .block-text:after {
    border-color: transparent transparent #e68e00 transparent;
}
#column-reinetu a .block:hover img {
     cursor: pointer;
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#column-reinetu a:hover .btn-link{
    background-color: #ffffff;
    color: #e68e00;
}