﻿/* MAP エリア用 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container { /* iPhone用 縦414px 横736px*/
	width: 100%;
	/* テキストの自動拡大アルゴリズムを制御 */
	-webkit-text-size-adjust: 100%;  /* iOS用 */
	-ms-text-size-adjust: 100%;  /* IE Windows Phone用 */
}
@media only screen and (min-width:737px) { /* 大画面用 */
  #container {
  	max-width: 930px;
  	padding: 0px 15px;
  	margin: 0px auto;
  }
}

header {
	width: 100%;
}

#container #top01 {
	width: auto;
}

#container #top2 {
	width: auto;
	list-style-type: none;
}
@media only screen and (min-width:737px) { /* 大画面用 */
  #container #top01 {
	font-size: 13px;
	line-height: 13px;
  }
  #container #top2 {
	font-size: 13px;
	line-height: 13px;
  }
}
  
#container #top2 li {
	display: inline-block;
	margin-left: 5px;
}

#header-top:after { /* clearfix */
  display: table;
  content: "";
  clear: both;
}

#pull {
/*
  background: #030D2E;
*/
  color: #06F;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
}
#pull i  {
  padding-right: 10px;
  font-size: 150%;
  line-height: 24px;
  vertical-align: middle;
}

#menubar {
	display: flex;
	width: 100%;
}

/*
#menubar {
	display: none;
}

@media only screen and (min-width:497px) {
  #pull {
	display: none;
  }
  #menubar {
	display: flex;
	width: 100%;
  }
}
*/

ul.MenuBarHorizontal { /* iPhone用 縦*/
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
}
@media only screen and (min-width:497px) { /* 大画面用*/
  ul.MenuBarHorizontal {
	font-size: 14px;
  }
}

ul.MenuBarHorizontal li.second-row1 { /* iPhone用 縦*/
	order: 1;
}
ul.MenuBarHorizontal li.second-row2 { /* iPhone用 縦*/
	order: 1;
}
ul.MenuBarHorizontal li.second-row3 { /* iPhone用 縦*/
	order: 1;
}
@media only screen and (min-width:443px) and (max-width:496px) { /* 文字小　2列 */
  ul.MenuBarHorizontal li.second-row3 {
	order: 0;
  }
}
@media only screen and (min-width:607px) { /* 文字大　2列目3Menu */
  ul.MenuBarHorizontal li.second-row3 { /* iPhone用 縦*/
	order: 0;
  }
}
@media only screen and (min-width:705px) { /* 文字大　2列目2Menu */
  ul.MenuBarHorizontal li.second-row2 { /* iPhone用 縦*/
	order: 0;
  }
}
@media only screen and (min-width:848px) { /* 文字大　2列目1Menu */
  ul.MenuBarHorizontal li.second-row1 { /* iPhone用 縦*/
	order: 0;
  }
}

.map_18_bb { /* iPhone用 縦*/
	font-size: 14px;
	line-height: 16px;
	color: black;
	font-weight: bold;
}
@media only screen and (min-width:736px) { /* 大画面用*/
  .map_18_bb {
	font-size: 18px;
	line-height: 20px;
  }
}

.map_14_b {
	font-size: 14px;
	line-heisht: 20px;
	color: black;
}
.map_14_bb {
	font-size: 14px;
	line-heisht: 20px;
	color: black;
	font-weight: bold;
}
.map_14_rb {
	font-size: 14px;
	line-heisht: 20px;
	color: red;
	font-weight: bold;
}

.size-full {
    width: auto;
    height: auto;
}

.alignleft {
    margin: 0;
    padding: 0;
}


.info-title { /* iPhone用 縦*/
	margin: 0 0 0.5em;
	padding: 0;
}
@media only screen and (min-width:736px) { /* 大画面用*/
  .info-title {
	margin: 1em 0;
  }
}
.info-textbox { /* iPhone用 縦*/
    margin: 0;
    padding: 0 0 0 0.5em;
    font-size: 11px;
    line-heiht: 14px;
    color: blue;
    white-space: pre; /* テキストの折り返しと空白文字の設定 */
}
@media only screen and (min-width:736px) { /* 大画面用*/
  .info-textbox {
    padding-left: 1em;
    font-size: 14px;
    line-heiht: 16px;
  }
}

.info-flexbox {
	display: flex;
	margin: 0;
	padding: 0;
}

#gmap_area h1 { /* iPhone用 */
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 5px auto;
	color: black;
}
@media only screen and (min-width:736px) { /* 大画面用*/
  #gmap_area h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin: 5px auto;
	color: black;
  }
}

#gmap_area #gmap_comment {
	margin: 5px auto;
}

#gmap_area { /* iPhone用 */
	width: 100%;
	margin: 10px 0px;
	padding: 0px 10px;
/*
	border: 1px solid #666;
*/
}
@media only screen and (min-width:736px) { /* 大画面用*/
  #gmap_area {
	width: 72%;
	float: left;
  }
}

#campaign_area {
	display: flex;
	padding: 10px 0px 0px;
}

#campaign_comment1 {
	flex-basis: 53%;
}

#campaign_comment2 {
	flex-basis: 47%;
}

#campaign_area h1 { /* iPhone用 */
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 5px auto;
	color: blue;
}
@media only screen and (min-width:736px) { /* 大画面用*/
  #campaign_area h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 5px auto;
	color: blue;
  }
}

#campaign_comment1_1 {
	margin: 0.5em 0;
	font-size: 14px;
	color: black;
	font-weight: bold;
}
#campaign_comment1_2 {
	margin: 0.5em 2em 0 0;
	font-size: 12px;
	color: black;
}

#container #banar { /* iPhone用 */
	width: 100%;
	margin-top: 2px;
}

@media only screen and (min-width:736px) { /* 大画面用*/
  #container #banar {
    width: 28%;
	margin-top: 15px;
    padding: 0px 1px;
  }
}

#container #banar p { /* iPhone用 縦*/
	width: 33%;
	float: left;
	margin-bottom: 2px;
	padding-right: 2px;
}
@media only screen and (min-width:415px) { /* iPhone用 横より小*/
  #container #banar p {
	width: 20%;
	float: left;
	padding-right: 2px;
  }
}
@media only screen and (min-width:736px) { /* 大画面用*/
  #container #banar p {
	width: 100%;
	margin-bottom: 7px;
  }
}

#banar:after { /* clearfix */
  display: table;
  content: "";
  clear: both;
}

#gmap {
        height: 400px;
        width: auto;
}

/*
@media (max-width: 980px) {
  #gmap_area {
    width: 860px;
    height: 573px;
  }
  #gmap {
    width: 100%;
    height: 100%;
  }
}
*/