@charset "utf-8";



/* 画面サイズ */

body {
	margin: 0px 0px 0px 0px;
	background-color: white; 
	height: 100%;
	padding-bottom: 0px;
    box-sizing: border-box;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: whitesmoke;
    padding: 0px 0px 0px 50px;
}

.wrapper {
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    background-color: ;
	padding: 250px 0px 150px 0px;
}

.container {
}

.main {
}

.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0px 0px 0px 0px;
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* 文字 */

h_01 {
    font-family: verdana, sans-serif;
    font-size: 38px;
    color: maroon;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 110px;
}


h_02 {
    font-family: '游ゴシック', sans-serif;
    font-size: 25px;
    color: gray;
    font-weight: 400;
    letter-spacing: 1px;
}

h_03 {
    font-family: '游ゴシック', sans-serif;
    font-size: 19px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
}

h_04 {
    font-family: '游ゴシック', sans-serif;
    font-size: 25px;
    color: black;
    font-weight: 400;
    letter-spacing: 0px;
}

h_05 {
    font-family: sans-serif;
    font-size: 22px;
    color: red;
    font-weight: 400;
    letter-spacing: 0px;
}

h_06 {
    font-family: sans-serif;
    font-size: 25px;
    color: red;
    font-weight: 400;
    letter-spacing: 0px;
}

h_07 {
    font-family: sans-serif;
    font-size: 22px;
    color: dodgerblue;
    font-weight: 600;
    letter-spacing: 0px;
}

h_08 {
    font-family: sans-serif;
    font-size: 22px;
    color: #00CC00;
    font-weight: 800;
    letter-spacing: 0px;
}

h_09 {
    font-family: '游ゴシック', sans-serif;
    font-size: 22px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
}

h_14 {
    font-family: '游ゴシック', sans-serif;
    font-size: 25px;
    color: deepskyblue;
    font-weight: 400;
    letter-spacing: 0px;
}

h_15 {
    font-family: '游ゴシック', sans-serif;
    font-size: 25px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
}








/* 行間、装飾 */

p {
    line-height: 50px;
    text-decoration: none;
}





/* リンク文字 */

a {
    text-decoration:none
}

a:link {
    color:gray;    
}

a:visited {
    color:gray;    
}

a:hover {
    color:red;    
}

a:active {
    color:red;    
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* グローバルメニュー */

.global-nav {
	font-size: 22px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    width: auto;
   	background-color: lightyellow; 
}

.nav-list {
	margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px; /*上下左右端から文字までの間隔*/
    text-align: center;
}

.nav-item {
	display: inline-block;
    padding: 15px 15px; /*リンク文字の上下、左右の間隔*/
    color: white;
    letter-spacing: 1px;


/* ■■■■■■■■■■■■■■■■■■■■■■■■ */

.googlemap {
  position: relative; /* 子要素の基準とする */
  padding-bottom: 75%; /* 表示するパディング領域の縦横比（4：3） */
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute; /* 親要素のパディング領域に配置するために絶対配置を指定 */
  top: 0; /* 垂直方向トップに配置 */  
  left: 0; /*  水平方向左に配置 */
  width: 100%; /* 親コンテナの幅いっぱいに表示 */
  height: 100%; /* 親コンテナの高さいっぱいに表示 */
}
	
.map-wrapper {
  max-width: ; /* 最大幅 */
  min-width: ; /* 最小幅 */
  margin: 20px 0px;
  padding: 4px;
  border: 1px solid silver;  /* ボーダー（枠線） */
}

