
body{
background-color:#000;
color:#fff;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
line-height:180%;
font-feature-settings: "palt";
}


h2,h3,h4,h5,h6,h7{
color:orange;
}

a{color:#fff;}

iframe{
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: #f00;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
}

#contents,.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}


#wrapper{
 margin:0 auto;
 max-width:1040px;
 width:100%;
 }

#topNavi{
width:100%;
max-height:130px;
max-width:1040px;
margin:0 auto;
background-color:#fff;
}

#topNavi a{
text-decoration:none;
color:#fff;
font-weight:bold;
}

#topNavi,#topNavi ul{
display:flex;
flex-wrap:wrap;
background-color:#000;
padding:0;
}

#topNavi h1{
width:calc(20% - 5px);
padding-right:5px;
}

#topNavi h1 img{
height:100%;
width:auto;
}

#topNavi ul{
width:80%;
list-style-type:none;
}

#topNavi li{
width:calc(100%/4);
padding-top:5px;
}

#contents{
padding-top:140px;
flex-wrap:wrap;
}

#topImage img{
width:100%;
height:auto;
}


.logo {

}

/*------------------------------

  モバイルメニュー

------------------------------*/
  header {
  padding:0px;
  background: #000;
position:fixed;
width:100%;
}

#nav-drawer {
  position: relative;
  margin:20px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
margin:0 auto;
max-height:80px;
}

.header-logo-menu img{
height:100%;
width:auto;
}

#nav-drawer,.logo-area{
width:50%;
}

.logo-area{
text-align:right;
}

#mobileNavi{
padding:0;
}

#mobileNavi a{
color:#000;
display:block;
text-decoration:none;
padding:10px;
border-bottom:1px dashed #000;
}

#mobileNavi a:hover{
background-color:#ccc;
}

/* collumn&box */
.box{
border-bottom:1px solid #ccc;
padding-bottom:20px;
margin-bottom:20px;
}

.col-1{
width:100%;
margin-bottom:20px;
}

.col-2{
width:calc(50% - 20px);
padding:10px;
margin-bottom:20px;
}

/* top */
#map img{
width:100%;
height:auto;
}

@media screen and (min-width: 769px) {
  .header-logo-menu {
     display:none;
   }
 }

@media screen and (max-width: 740px){
  #topNavi {
     display:none;
   }

	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7{
	width:100%;
	}

	#topImage{ order : 0;}
	#information{ order: 1;}
	#twitter{ order: 2;}

 }