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

body {
	font-family: 'Noto Sans', sans-serif;
}

header {
	padding-top:10px;

}
header .access {
	font-size:11px;line-height:1.4;margin-top:1rem;
}
header h1 {
	margin-top:0;
}
header .well {
	background:#ddd;
	font-size:16px;
	text-align:center;
}

.btn-yokohama-kannai{
    color: #fff;
    background-color: #4CB5AE;
}

.btn-yokohama-kannai:hover{
	color: #fff;
    background-color: #205E5A;
}

.btn-info {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-info:hover{
	background-color:#555;
	border-color: #000000;
}

.full-nav {
    background: #005f5c;
}

nav a {
	border-left:1px solid #fff;
}

.nav-justified > li:last-child > a {
    border-right: 1px solid #fff;
  }

nav a span {
	display:block;
	font-size:10px;
}
.nav-justified > li > a {
	background:#005f5c;
	color: #fff;
	font-weight:normal;
}

.nav-justified > li > a:hover {
	background:#7faaa8;
}
#index h2 {
	margin-top:10px;
}

#content h1 {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:normal;
	text-align:center;
	letter-spacing:0.1em;
	color:#3E3A39;
	
	position: relative;
/*  display: inline-block;*/
	margin-bottom:1.5em;
}

#content h1:before{
	  content: '';
	  position: absolute;
	  left: 50%;
	  bottom: -15px;/*線の上下位置*/
	  display: inline-block;
	  width: 180px;/*線の長さ*/
	  height: 1px;/*線の太さ*/
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);/*位置調整*/
	  background-color: #3E3A39;/*線の色*/
	  /*border-radius: 2px;*//*線の丸み*/

}

#content h1 small {
	display:inline-block;
	margin-left:1em;
}
#content h1 small{
  font-size: 50%;
}
#content h2 {
	font-family:"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-weight:bold;*/
	color:#3E3A39;
}
#index h2 {
	margin-top:10px;
}
#content h3 {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*padding: 7px;*/
  line-height: 1.4;
  /*color:#84C7D7;*/
  font-size:18px!important;/*font-weight:bold;*/
  border-bottom:solid 1px #000000;
  padding:0.2em 0.3em;
}
#content h4 {
	/*padding-bottom: 5px;*/
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:16px;
}
#content h5 {
	/*padding-bottom: 5px;*/
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:18px;
	line-height:1.4;
}
#content p+h4,#content ul+h4 {
	margin-top:50px;
}
.img-responsive {
  display: inline-block;
}
p.visual {
	margin-top:20px;
}
.visual-img{
	width: 100%;
	height: calc(100vw*0.45);
	max-height: 400px;
}
.visual-box2{
	position: relative;
	overflow: hidden;
	height: calc(100vw*0.45);
	max-height: 400px;
}
.visual-img2{
	position: absolute;
	top: -25%;
	left: 0;
	width: 100%;
	height: auto;
	max-width: inherit;
}
.visual-map-box1{
	position: relative;
	overflow: hidden;
	height: calc(100vw*0.45);
	max-height: 400px;
}
.visual-map-box2{
	position: relative;
	overflow: hidden;
	height: calc(100vw*0.45);
	max-height: 400px;
}
.map-img1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 55%;
	height: auto;
	max-width: inherit;
}
.map-img2{
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: auto;
	max-width: inherit;
}
.pull-right {
	margin-left:15px;
}
#access ul,#location ul {
	border-top: 1px solid #ddd;
	list-style: none;
 	padding: 0;
}
#access ul li,#location ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
#access ul li span,#location ul li span {
	display:inline-block;
  font-size: 14px;
  color: #888;
  padding-left: 10px;
}
dl.accordion dt {
  cursor: pointer;
  border-top: 1px solid #ddd;
}
dl.accordion dd {
  margin: 0;
  display: none;
}
#acMenu dt{
    display:block;

    text-align:center;

    cursor:pointer;
    }
#acMenu dd{
    text-align:center;
	border-bottom:1px solid #ddd;
    display:none;
    }

footer {
	margin-top:15px;
	text-align:center;
	background:#ddd;
	padding-top:15px;
}

@media (max-width: 768px) {
body {
	padding-top:50px;
}

#content .pull-right {
	float:none!important;
	text-align:center;
	margin-left:0;
}

}
@media (max-width: 640px) {
#content h1,#content h2, #content h3 #content h4 {
	font-weight: bold;
}
#content h1{font-size:22px!important;}

#content h2{font-size:18px!important;}

#content h3{font-size:16px!important;}

}

@media (max-width: 992px) {
#content h1 small {
	display:block;
	margin-left:0;
}
.logo, .access {
	text-align:center;
}
.nav-justified {
	font-size:11px;
}
.visual-img{
	width: 100%;
	max-height: 310px;
}
.visual-box2{
	max-height: 310px;
}
.visual-map-box1{
	max-height: 310px;
}
.visual-map-box2{
	max-height: 310px;
}
.map-img2{
	position: absolute;
	top: -70%;
	left: 0;
	width: 100%;
	height: auto;
	max-width: inherit;
}

}
#owl-demo {
	margin-bottom:20px;
}

#content h1 {
	font-size:30px;
}
#content h2 {
	font-size: 25px; line-height:1.4;
}
#content h3 {
	font-size: 20px;
}
/*}*/

.row-eq-height {display: flex; flex-wrap: wrap;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}

.mb0{margin-bottom:0px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}

ul.asterisk{margin-left:0;padding-left:0;}
ul.asterisk li::marker{
  content: "※";
}