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

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
body, td, th, h1, h2, h3, h4, h5, h6 { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body {
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust : none;
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	position: relative;
}

@media screen and (max-width: 639px) {
  body { font-size: 14px;}
}
a { text-decoration: none; }
a:link { color: #e68e00; transition: all 0.01s linear; }
a:visited { color: #e68e00; }
a:hover { color: #e68e00; transition: all 0.3s linear;  text-decoration: none; }
a:active { color: #F00; }
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
	transition: all 0.3s linear;
	text-align: center;
}

.textSmall { font-size: 85%; }
.textLarge { font-size: 20px; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textLeft { text-align: left !important; }
.textSuper { font-size: 10px; vertical-align: text-top; text-align: center; }
.textBold { font-weight: bold;}
.textRed { color: #F00; }
.text16px { font-size: 16px;}

.marginTop0px { margin-top: 0px !important; }
.marginTop3px { margin-top: 3px !important; }
.marginTop5px { margin-top: 5px !important; }
.marginTop10px { margin-top: 10px !important; }
.marginTop15px { margin-top: 15px !important; }
.marginTop20px { margin-top: 20px !important; }
.marginTop30px { margin-top: 30px !important; }
.marginTop35px { margin-top: 35px !important; }
.marginTop50px { margin-top: 50px !important; }
.marginTop70px { margin-top: 70px !important; }
.marginTop100px { margin-top: 100px !important; }
.marginBottom0px { margin-bottom: 0px !important; }
.marginBottom3px { margin-bottom: 3px !important; }
.marginBottom5px { margin-bottom: 5px !important; }
.marginBottom10px { margin-bottom: 10px !important; }
.marginBottom15px { margin-bottom: 15px !important; }
.marginBottom20px { margin-bottom: 20px !important; }
.marginBottom30px { margin-bottom: 30px !important; }
.marginTopBottom5px { margin-top: 5px !important; margin-bottom: 5px !important; }
.marginTopBottom10px { margin-top: 10px !important; margin-bottom: 10px !important; }
.marginLeft0px { margin-left: 0px !important; }
.marginLeft5px { margin-left: 5px !important; }
.marginLeft10px { margin-left: 10px !important; }
.marginLeft15px { margin-left: 15px !important; }
.marginLeft20px { margin-left: 20px !important; }
.marginRight10px { margin-right: 10px !important; }
.marginRight20px { margin-right: 20px !important; }
.marginRight30px { margin-right: 30px !important; }
.marginRight50px { margin-right: 50px !important; }
.marginRightLeft5px { margin-right: 5px !important; margin-left: 5px !important;}
.marginRightLeft10px { margin-right: 10px !important; margin-left: 10px !important;}
.marginRightLeft15px { margin-right: 15px !important; margin-left: 15px !important;}
.paddingLeft5px { padding-left: 5px !important; }
.paddingLeft10px { padding-left: 10px !important; }
.paddingLeft20px { padding-left: 20px !important; }
.paddingRight0px { padding-right: 0px !important; }
.paddingRight5px { padding-right: 5px !important; }
.paddingRight10px { padding-right: 10px !important; }
.paddingRight20px { padding-right: 20px !important; }
.paddingTop5px { padding-top: 5px !important; }
.paddingTop30px { padding-top: 30px !important; }30
.paddingBottom10px { padding-bottom: 10px !important; }
.paddingBottom30px { padding-bottom: 30px !important; }
.paddingTopBottom2px { padding-top: 2px !important; padding-bottom: 2px; }
.padding0px { padding: 0px !important; }

.width100 { width: 100% !important; }

.float-left {
	float: left;
}
.float-right {
	float: right;
}


/* -----------------------------------
   PC/SP表示切り替え
 * ----------------------------------- */
.convert {
	display: none !important;
}

@media only screen and (max-width: 641px) {
.convert {
	display: block !important;
}
}

/* -----------------------------------
   PC/SP　改行切り替え
 * ----------------------------------- */
span.br {
	display: none;
}
span.pc-br {
	display: inline;
}

@media screen and (max-width: 768px) {
span.br {
	display: inline;
}
span.pc-br {
	display: none;
}
}


/* -----------------------------------
    ヘッダー
   ----------------------------------- */
h1 .navbar-brand,
#hsk {
	width: 270px;
	position: absolute;
	z-index: 1000;
}
#hsk {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#hsk #logo-hsk {
	width: 65px;
	position: absolute;
	right: 15px;
	top: 10px;
}
h1 .navbar-brand img,
#hsk img {
	width: 100%;
	padding-top: 4px;
}
h1 a.navbar-brand {
	transition: all 0.1s linear;
}
#container-header {
	height: 53px;
	border-bottom: 2px solid #00539c;
    position: relative;
    z-index: 100;
}

@media screen and (max-width:768px) {
h1 .navbar-brand {
	width: 40%;
	padding-top: 1%;
	padding-left: 5px;
}
h1 .navbar-brand img,
#hsk img {
	padding-top: 0px;
}    
#navbar-back {
	display: none;
}
#hsk #logo-hsk {
	display: none;
}
}

@media screen and (max-width:500px) {
h1 .navbar-brand {
	width: 70%;
}
}

/* -----------------------------------
    ヘッダー画像
   ----------------------------------- */
#img-header {
	width: 740px;
	float: right;
}
#img-header img {
	width: 100%;
}
@media screen and (max-width:768px) {
#img-header {
	width: 100%;
	float: none;
}
}

/* -----------------------------------
    メインカラム
   ----------------------------------- */
#wrapper {
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: #f8f9fb;
	border-top-color: #FFFFFF;
	margin-top: 15px;
	min-height: 750px;
}
@media screen and (max-width:667px) {
#wrapper {
	padding-bottom: 20px;
	margin-top: 0px;
}
}

#container-main {
	margin-top: 30px;
	width: 73%;
	float: right;
	padding-bottom: 50px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
#container-main {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-right: 0px;
}
}

/* 枠囲み*/
.well {
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	margin: 15px auto 30px;
	padding: 20px;
	width: 95%;
}

/* 画像配置*/
.container-photo {
	margin: 0px;
	padding: 10px;
}
.container-photo img {
	width: 100%;
}
#photo-three {
	margin-top: 20px;
}
#photo-three img {
	width: 33.333%;
}

.photo-paralle li {
	width: 40%;
	float: left;
	margin: 3%;
}
.photo-paralle li img {
	width: 100%;
}
.padding-left {
	margin-top: -10px;
	padding-left: 50px;
}
.no-padding {
	padding: 0px;
}
.photo-list {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.photo-list li {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.photo-list li img {
	width: 100%;
	display: block;
}
.photo-list.photoList-half li img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.photo-list.sekou {
	padding-left: 10px;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
.container-photo img {
	margin-top: 30px;
}
#photo-three img {
	width: 100%;
}
.padding-left {
	margin-top: 10px;
	padding-left: 10px;
}

.photo-list#list-five li {
	display: block;
	float: left;
	width: 50%;
}
.photo-list#list-five li img{
	width: 100%;
}
}

.container-text {
	width: 55%;
	float: left;
}
.container-text.left {
	margin-right: 5%;
}
.container-img {
	width: 40%;
	float: left;
}
.container-img img {
	width: 100%;
}

@media screen and (max-width: 640px) {
.container-text {
	width: 100%;
	float: none;
}
.container-text.left {
	margin-right: 0%;
}
.container-img {
	width: 100%;
	float: none;
	text-align: center;
	margin: 13px auto 15px;
}
.container-img img {
	margin-left: auto;
	margin-right: auto;
}
}

/* flexBox*/
.container-flex {
    display: flex;
    justify-content: space-between;
}
.container-text {
    width: 26%;
}
.container-image {
    width: 70%;
}
.container-image img {
    width: 100%;
}
@media screen and (max-width: 640px) {
.container-flex {
    display: block;
    }
    .container-text,
    .container-image{
    width: 100%;
}
    .container-text {
        margin-bottom: 10px;
    }    
}


/* -----------------------------------
    グローバルナビゲーション
   ----------------------------------- */
#global-navi {
	background-color: #00539c;
	width: 210px;
	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: 15px;
	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: #00539c;
	background-color: #ffffff;
	transition: all 0.1s linear;
}
#global-navi li a:hover {
	font-weight: bold;
}
#global-navi li.selected a {
	color: #00539c;
}
#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: #00539c;
	font-size: 13px;
    padding-left: 10px;
}
#global-navi li.selected ul#list-open {
	display: block !important;
}

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

#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;
}

@media (max-width:768px) {
.collapse.navbar-collapse {
	-webkit-animation: fadein 1s linear 0s 1;
}
.navbar-collapse {
	padding: 0px;
}
#global-navi {
	background-color: #00539c;
	width: 100%;
	padding-top: 0px;
	top: 0px;
}
#global-navi li.selected:before,
#global-navi li.selected:after,
#global-navi li:hover:before,
#global-navi li:hover:after {
	display:none;
}

}

/* -----------------------------------
    ページ移動
   ----------------------------------- */
#sub-navi {
	margin-top: 30px;
	background-color: #eaeaea;
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
#sub-navi li {
	line-height: 35px;
	vertical-align: middle;
}
#sub-navi li a {
	display: inline-block;
}
#sub-navi li#navi-first {
	left: 10px;
}
#sub-navi li#navi-end {
	right: 10px;
}
#sub-navi .fa {
	padding-right: 3px;
	font-weight: bold;
	font-size: 18px;
}


/* 4項目並び*/
#subNavi-reinetu {
	margin-top: 30px;
	background-color: #FFFFFF;
}
#subNavi-reinetu ul {
	height: 35px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
    display: flex;
    justify-content: space-between
}
#subNavi-reinetu li {
	line-height: 35px;
	vertical-align: middle;
	float:left;
}
#subNavi-reinetu li + li {
	padding-left: 20px;
}
#subNavi-reinetu #ver-long li + li {
	padding-left: 8px;
}
#subNavi-reinetu li a {
	display:block;
}
#subNavi-reinetu .fa {
	padding-right: 2px;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width:768px) {
#sub-navi,
#subNavi-reinetu ul {
	display: block;
	height: auto;
}
#subNavi-reinetu ul {
	height: 100%;
}
#sub-navi li {
	position: relative;
	display: block;
}
#subNavi-reinetu ul,
#subNavi-reinetu li {
	display: block;
}
#subNavi-reinetu li {
	float:none;
}
#subNavi-reinetu li + li {
	padding-left: 0px;
}

#subNavi-reinetu ul {
	padding-left: 10px;
}
#subNavi-reinetu {
	padding: 20px 0px;
}
#sub-navi li#navi-first,
#sub-navi li#navi-end {
	left: 10px;
}
#subNavi-reinetu li {
	line-height: 1.5;
}
}

/* -----------------------------------
    見出し
   ----------------------------------- */
h2 {
	font-size: 26px;
	color: #e68e00;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width:640px) {
h2 {
	font-size: 22px !important;
	margin-bottom: 10px;
}
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	background-color: #e68e00;
	padding: 8px 0px 4px;
	text-align: center;
	margin-top: 40px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #e68e00;
	border-bottom: 1px solid #e68e00;
	padding-bottom: 2px;
}
h4:before {
	font-family: 'FontAwesome';
	content: "\f0ea";
	padding-right: 5px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
h5:before {
	font-family: 'FontAwesome';
	content: "\f044";
	padding-right: 5px;
}
h6 {
	font-size: 13px;
	color: #e68e00;
	display: inline-block;
	border: 1px solid #e68e00;
	padding: 6px 10px 3px;
	background-color: #FFFFFF;
}
.caption {
	font-size: 13px;
}
.footNote,
.footNote li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}
.text-space {
	padding-left: 15px;
}
.text-RedNo {
	color: #FF0000;
	font-weight: bold;
	padding-right: 3px;
	font-size: 116%;
}
.text-attention {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.text-mincho {
	font-family: "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-weight: bold;
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.title-sekou {
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 20px;
}
.title-sekou:before {
	font-family: 'FontAwesome';
	content: "\f0ad";
	padding-right: 5px;
}


/* -----------------------------------
    ページトップ
   ----------------------------------- */
#container-pagetop {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#pagetop {
	bottom: 0px;
	cursor: pointer;
	position: fixed;
	width: 50px;
	right: 50px;
	z-index: 10000;
}
#pagetop img {
	width: 100%;
}
@media (max-width:640px) {
#pagetop {
	left: 42%;
}
}


/* -----------------------------------
    リスト表示
   ----------------------------------- */
.dl-list {
	margin: 20px 15px 40px;
	position: relative;
}
.dl-list dt {
    left: 0;
    position: absolute;
	width: 190px;
	text-align: left;
}
.dl-list dd {
	border-bottom: 1px dotted #767676;
	padding-left: 210px;
}
.dl-list dt,
.dl-list dd {
	line-height: 2;
	padding-top: 3px;
}
.dl-list#dt-short dt {
	width: 70px;
}
.dl-list#dt-short dd {
	padding-left: 80px;
}
.dl-list.dt-medium dt {
	width: 100px;
}
.dl-list.dt-medium dd {
	padding-left: 120px;
}
.dl-list.no-paddingBottom {
	margin-bottom:0px;
}
dd.no-border {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
.dl-list dt {
	width: 100%;
	position: relative;
	background-color: #5085A7;
	padding-left: 10px;
	color: #FFFFFF;
}
.dl-list dd {
	padding-left: 0px;
	padding-top: 0px;
	border-bottom: none;
	margin-bottom: 15px;
}
.dl-list#dt-short dt,
.dl-list.dt-medium dt {
	width: 100%;
}
.dl-list#dt-short dd,
.dl-list.dt-medium dd {
	padding-left: 0px;
}
}

ol.list-number {
	counter-reset: li;
	padding-left: 20px;
	border-top: 1px dotted #767676;
	border-bottom: 1px dotted #767676;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-number li {
  display: block;
}
.list-number li:before {
	content: counter(li) ". ";
	counter-increment: li;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
}
@media screen and (max-width: 768px) {
ol.list-number {
	padding-left: 0px;
}
}

dl.list-number2 {
	counter-reset: dt;
	margin: 15px 15px 0px;
}
ol.list-number2 {
	counter-reset: li;
	margin: 15px 15px 0px;
}
.list-number2 dd {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #767676;
	padding-left: 10px;
	padding-right: 10px;
}
.list-number2 dt:before,
.list-number2 li:before {
	content: counter(dt) ". ";
	counter-increment: dt;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
}
.list-number2 li:before {
	content: counter(li) ". ";
	counter-increment: li;
}
.list-number2 dd:before {
	font-family: 'FontAwesome';
	content: "\f04b";
	padding-right: 5px;
	font-size: 10px;
}
.list-indent li {
	padding-left: 1.7em;
	text-indent: -1.7em;
	margin-bottom: 15px;
	border-bottom: 1px dotted #767676;
}
span.hosoku {
	padding-top: 10px;
	display: block;
	padding-left: 1.7em;
}
.list-indent li .hosoku a .fa {
	text-indent: 0em;
}

/* 数字をつけない */
.list-number2#no-number {
	counter-reset: dt;
	margin: 15px 0px 0px;
}
.list-number2#no-number dt {
	background-color: #EDEDED;
	padding: 5px 7px 3px;
}
.list-number2#no-number dt:before {
	content: none;
}
.list-number2#no-number dd {
	border-bottom:none;
}
.list-number2#no-number dd:before {
	content: none;
}

/* 接頭にアイコン */
.list-headArrow {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list-headArrow li:before {
	font-family: 'FontAwesome';
	content: "\f04b";
	padding-right: 5px;
	font-size: 10px;
}
.list-headCheck dt {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.list-headCheck dt:before {
	font-family: 'FontAwesome';
	content: "\f14a";
	padding-right: 5px;
}
.list-headCheck dd {
	padding-left: 20px;
	padding-bottom: 20px;
}


/* -----------------------------------
    footer
   ----------------------------------- */
footer {
	border-top: 50px solid #333333;
	position: relative;
	z-index: 1000;
	background-color: #FFFFFF;
}
#container-footer {
	text-align: center;
}
#footer-navi {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -30px;
	margin-bottom: 10px;
}
#footer-navi li {
	display: table-cell;
	line-height: 1;
}
#footer-navi li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#footer-navi li:first-child a {
	border-left: none;
}
#footer-navi li a:hover {
	color: #e68e00;
}
#footer-logo {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}
#footer-logo img {
	width: 100%;
}
#address {
	margin-top: 10px;
}
#address li#copyright {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 5px;
}


@media screen and (max-width:768px) {
footer {
	border-top: 5px solid #e68e00;
}
#footer-logo {
	width: 200px;
}
#footer-navi {
	display:none;
}
}
@media screen and (max-width:667px) {
footer {
	padding: 20px 0px 10px;
	text-align: center;
	font-size: 13px;
}
#address li#copyright {
	margin-top: 5px;
	margin-bottom: 50px;
	font-size: 10px;
}
}


/* -----------------------------------
    ボタン
   ----------------------------------- */
.container-btn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
a.btn-basic {
	color: #FFFFFF;
	background-color: #ed7000;
	padding: 12px 30px 8px;
}
a.btn-basic.btn-large {
	font-size: 20px;
}
a.btn-basic:hover {
	background-color: #000000;
}

@media (max-width:640px) {
.container-btn {
	padding-top: 50px;
}
}

/* -----------------------------------
   詳しくはこちらボタン
 * ----------------------------------- */

.btn-detail a {
	background-color: #FFFFFF;
	border: 1px solid #e68e00;
	display: inline-block;
	padding: 4px 7px 1px;
}
.btn-detail a:before {
	font-family: 'FontAwesome';
	content: "\f08e";
	padding-right: 5px;
}

.btn-detail a:hover {
	border: 1px solid #e68e00;
	background-color: #e68e00;
	color: #FFFFFF;
}

/* -----------------------------------
    飾り罫
   ----------------------------------- */
.border-bottom {
	border-bottom: 4px double #A3ACBC;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 25px;
}



/* -----------------------------------
    アクセスマップ
   ----------------------------------- */
.map {
	width: 100%;
	margin: 0 auto 10px auto;
}
.map a {
	font-size: 14px;
	padding: 6px 0px 5px;
	display: block;
	text-align: right;
	color: #e68e00;
}
.map a:visited {
	color: #e68e00;
}
.map a:hover {
	color: #e68e00ｓ}
#map-google {
	width: 60%;
	float: left;
}
#map-img {
	width: 35%;
	float: right;
}
#map-img img {
	width: 100%;
}

#map_canvas {
	height: 400px;
	width: 100%;
	margin-top: 10px;
}
#map_canvas iframe {
  width: 100% !important;
  height: 100% !important;
    border: none !important;
}

@media only screen and (max-width: 641px) {
#map_canvas {
	height: 250px;
	width: 100%;
}
}

#map-address {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
#map_canvas {
	height: 300px;
}
}
@media screen and (max-width: 640px) {
#map-google {
	width: 100%;
	float: none;
}
#map-img {
	width: 70%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
}
#map-address {
	margin-bottom: 30px;
}
}


dt.free-dial {
	padding-top: 10px;
}
dd.free-dial {
	font-size: 20px;
	font-weight:bold;
}
