/* IMPORT CSS */
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    color: #EF5454;
    text-decoration-line: none;
	text-decoration: none;
	outline:none;
}

a:hover { 
    color: #7E9BF8;
	position: relative;
	bottom: 0px;
}
.side-menu-icon:hover {
	opacity: 0.8;
}
.blueback {
	background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
	background-repeat:repeat;
	padding: 0px 0px 0px 0px;
}

.head h1 { 
    padding:0 0;
	margin:auto;
}
.head h2 {
	font-weight: 600;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #2BB945;/*文字色*/
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	letter-spacing:0px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 35px;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
	color: #fff;
	white-space: nowrap;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
/* nav a:hover {
    background-color: #32CE4E;    
	color: #fff;
} */
nav a {
    padding: 0rem 0rem;
	display: block;
}
footer h2 {
	font-weight: 800;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 14px;
	line-height: 20px;
	font-style: bold;
	letter-spacing:0px;
	margin-left: auto;
}

/*-- PC版表示CSS  --*/
@media screen and (min-width: 980px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
.sp_br{
    display: none;
}
a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
.pc { display: block !important; 
}
.sp { display: none !important; 
}
.menu-sp {
	display: none;
}
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 980px){
.head {
	flex-direction: column;
    text-align: left;
	margin-top: -1px;
	margin-bottom: 0px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 1px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 5px;
	border-bottom: 0px solid #ccc;
	margin-bottom: 0;
}
.pc { display: none !important; 
}
.sp { display: block !important; 
}
.pc_br{
    display: none;
}
	
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 1px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.menu-pc {
	display: none;
}
#top,#calendar,#year,#photo {
	color: #EF5454;
	background-color: white;
	padding: 8px;
	border-radius: 12px;
	font-weight: bold;
}
#top:hover,#calendar:hover,#year:hover,#photo:hover {
	color: white;
	background-color: #6680F9;
	/* padding: 10px;
	border-radius: 10px;
	font-weight: bold; */
}
}
/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 1160px;
	margin: -6px 0 15px 0;
}

.mainimg2 img {
	width: 1160px;
	margin: 0.7rem 0 0rem 0;
}

/* サブページ
-------------------------------------*/
.pathway { 
	width:auto;
	margin: auto; 
	text-align:left; 
	padding: 0.2rem 0px 0.2rem 0.1rem; 
	font-size:12px; 
}
.pathway li { 
	float:left; 
	line-height:20px;
	padding-right:10px; 
}
.pathway li a { 
	margin-right:9px;
	text-decoration:underline; 
}
.pathway li a:hover {
	text-decoration:none; 
}
.pathway li.lst {
	padding-right:0px; 
}

/*メインメニュー
-------------------------------------*/
nav a:hover {
    background-color: transparent;
}
/*メインコンテンツ
-------------------------------------*/
main {
    margin: 2.5rem 0 1rem 0;
}

 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*ブルー枠
-------------------------------------*/
.blue h2 {
    padding: 0.5em 1em 0.5em 0.8em;
    margin: 7px 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 11px #ABB5FF;/*線*/
    border-radius: 15px;/*角の丸み*/
}
.blue li {
    list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	margin: 10 10 10 10;
	padding: 0 0 0 13px;
	letter-spacing: 1px;
}

/*ピンク枠
-------------------------------------*/
.pink h2 {
    padding: 0.5em 1em 0.5em 0.8em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 11px #FF9494;/*線*/
    border-radius: 15px;/*角の丸み*/
}
.pink li {
    list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	margin: 10 10 10 10;
	padding: 0 0 0 13px;
	letter-spacing: 2px;
}
.pink li2 {
    list-style-type: none;
	margin: 10 10 10 10;
    font-weight: no,normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	font-size: 16px;
	line-height: 26px;
	font-weight:bold; 
	padding: 0 0 0 0;
}

/*イエロー枠
-------------------------------------*/
.yel h2 {
    padding: 0.5em 0.5em 0.5em 0.8em;
    margin: 0 0 30px 0;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 11px #FFDD39;/*線*/
    border-radius: 15px;/*角の丸み*/
}
.yel li {
    list-style-type: none;
	margin: 10 10 10 10;
    font-weight: no,normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 0 7px;
}
.yel li2 {
    list-style-type: none;
	margin: 10 10 10 10;
    font-weight: no,normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	font-size: 16px;
	line-height: 26px;
	font-weight:bold; 
	padding: 0 0 0 0;
}

/*グリーン枠
-------------------------------------*/
.green h2 {
    padding: 0.5em 1em 0.5em 1em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #32CE4E;/*線*/
    border-radius: 15px;/*角の丸み*/
	text-align: center;
}
.green li {
    list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	margin: 10 10 10 10; 
	padding: 0.5rem 0 0 0;
}

/*ブルー2枠
-------------------------------------*/
.year h2 {
    padding: 1.5em 0.5em 0em 0.5em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #5F82FA;/*線*/
    border-radius: 17px;/*角の丸み*/
}
.year li {
	list-style-type: none;
	border-bottom:#FF7272 dashed 2px; 
	line-height:20px; 
	position:relative; 
	padding:10px 10px 0px 10px; 
	margin: 0 0 0 0; 
	font-weight: 500;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
}
.year dl { 
	padding:10px 0px 10px 5px; 
}
.year dt1 { 
	display:inline-block; 
	font-size:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F35F5F;/*文字色*/
	padding:10px 0px 20px 0px;
	order-radius:2px; 
	vertical-align:middle; 
	margin: 10 10 10 10;
	font-weight: 600;
}
.year dt { 
	display:inline-block; 
	color: #446CF8;
	font-size:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	padding:0px 0px 0px 0px;
	order-radius:2px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
	letter-spacing:3px;
}
.year dd { 
	font-size:16px;
	line-height: 30px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding:5px 0px 5px 0px;
	margin-right: 10px; 
	margin-left: 20px; 
}
.year dd1 { 
	font-size:16px;
	line-height: 20px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding: 5px 1px 0px 00px;
}
.year dd2 { 
	font-size:14px;
	line-height: 20px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding: 10px 0px 0px 1px;
	margin-height: 5px; 
	margin-right: 5px; 
	margin-left: 20px;
}
.year center {
	text-align: center;
}

/*年間予定枠
-------------------------------------*/
.green2 h2 {
    padding: 0.5em 1em 0em 1em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #32CE4E;/*線*/
    border-radius: 15px;/*角の丸み*/
	text-align: center;
}
.green2 li {
    list-style-type: none;
	margin: 10 10 10 10; 
	padding: 0.5rem 0 0 ;
}
.green2 dt { 
	display:inline-block; 
	color: #26B840;
	padding:0px 0px 0px 0px;
	font-size: 18px;
	order-radius:16px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
	letter-spacing:0px;
}

/*テーブル
-------------------------------------*/

section table { 
	width: 100%; 
}
section th, section td  {
	padding: 5px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	border: 1px solid #C3C3C3; 
}
section th  { 
	background: #E7FEE6;
}
.table_1 th, .table_1 td  { 
	font-size: 15px;
	line-height: 28px;
	text-align: center; 
}

@media only screen and (max-width: 480px) { 
  .table_1 { 
	  margin: 0 -10px; 
	}
  .table_1 tr {
    display:block;
    margin-bottom: 10px;
  }
  .table_1 th {
    display:block;
    width: 100%;
  }
  .table_1 td {
    display: list-item;
    width: 90%;
    border:none;
  }
}

/*思い出アルバム
-------------------------------------*/
.photo h2 {
    padding: 1.5em 1em 0em 1em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #FF9494;/*線*/
    border-radius: 15px;/*角の丸み*/
	text-align: center;
}
.photo li {
    list-style-type: none;
	margin: 10 10 10 10; 
	padding: 0.5rem 0 0 0;
}
.photo dt { 
	display:inline-block; 
	color: #8C18F7;
	padding:0px 0px 0px 0px;
	font-size: 20px;
	order-radius:20px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
	letter-spacing:5px;
}
.photo dd1 { 
	display:inline-block; 
	padding:0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	order-radius:17px; 
	vertical-align:middle; 
	margin-right:0px; 
	font-weight: 500;
}

/*思い出アルバム_サイドメニュー
-------------------------------------*/
.photo_2 h2 {
    padding: 0.5em 1em 0.5em 0.8em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 14px;
	line-height: 10px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 3px #FF9494;/*線*/
    border-radius: 15px;/*角の丸み*/
	text-align: center;
}
.photo_2 li {
    list-style-type: none;
	font-size: 18px;
	order-radius:18px; 
	margin: 10px 15px 0px 10px; 
	padding: 0.5rem 0 7px;
}

.photo_2 dt { 
	display:inline-block; 
	padding:0px 0px 0px 0px;
	font-size: 18px;
	order-radius:18px; 
	vertical-align:middle; 
	margin-right:10px;
	letter-spacing:3px;
}

/*info枠
-------------------------------------*/
.info h2 {
    padding: 0.5em 1em 1em 1em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #32CE4E;/*線*/
    border-radius: 17px;/*角の丸み*/
}

.info { 
	padding: 0px 0px 15px 0px; 
}
.info li {
	list-style-type: none;
	border-bottom:#FF7272 dashed 2px; 
	line-height:20px; 
	position:relative; 
	padding:20px 20px 20px 20px; 
	margin: 10 10 10 10; 
	font-weight: 500; 
}
.info li:last-child { 
	border-bottom: none; 
	padding-bottom: 0px;
}
.info li span {
	position:static;
	display: block;
	font-size: 14px; 
	padding-bottom: 5px;
}
.info li .cat { 
	font-size:13px; 
	color:#fff; 
	border-radius:3px; 
	padding:2px 0px; 
	font-weight:bold; 
	left:115px; 
	position:absolute; 
	margin-top:-2px; 
	width: 84px; 
	text-align: center; 
}
.info li .news { 
	background-color:#FF7272; 
}
.info li .calendar { 
	background-color:#81bd90; 
}
.info li .report { 
	background-color:#79abd6; 
}

.info dt1 { 
	display:inline-block; 
	font-size:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F35F5F;/*文字色*/
	padding:15px 5px 20px 0px;
	order-radius:2px; 
	vertical-align:middle; 
	margin: 10 10 10 10;
	font-weight: 600;
}


.pager { 
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	margin:30px 0px 40px 0px;
}
.pager a, .pager span { 
	display:inline-block;
	border-radius:5px;
	width:35px;
	padding:8px 0px 6px 0px;
	margin:0px 4px 10px 3px;
	background-color: #b19d82;
	color: #fff; 
}
.pager a.prev, .pager a.next {
	text-align:left;
	text-indent:-9999px; 
}
.pager a.prev {
	background:url(../img/arrow4.png) no-repeat center center; 
	background-color:#FF7987; 
	margin-right: 10px;
}
.pager a.next {
	background:url(../img/arrow1.png) no-repeat center center;
	background-color:#FF7987;
	margin-left: 10px; 
}
.pager span {
	background-color:#FF7987;
	color:#fff;
}
.pager a:hover { 
	background-color:#32CE4E; 
	text-decoration:none; 
}
.pager a.prev:hover, .pager a.next:hover { 
	background-color:#32CE4E;
}

/*アクセス
-------------------------------------*/
.access h2 {
    padding: 1em 1em 0.5em 1em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #32CE4E;/*線*/
    border-radius: 17px;/*角の丸み*/
}
.access li {
    list-style-type: none;
	margin: 10 10 10 10; 
	padding: 0.5rem 0 0 0;
}
.access dl { 
	padding:20px 10px 0px 10px; 
}
.access dt1 { 
	display:inline-block; 
	font-size:16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	padding:10px 5px 20px 10px;
	order-radius:2px; 
	vertical-align:middle; 
	margin-right:15px; 
	font-weight: 400;
}
.access dt { 
	display:inline-block; 
	color: #00C751;
	font-size:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	padding:5px 0px 0px 5px;
	order-radius:2px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
}
.access dd { 
	font-size:16px; 
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding:5px 0px 5px 5px;
	margin-right: 10px; 
	margin-left: 20px; 
}

/*ご利用情報
-------------------------------------*/
.guide h2 {
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0 0 30px 0;
    font-weight: no,normal;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
    color: #505050;/*文字色*/
    background: #FFF;
    border: solid 13px #32CE4E;/*線*/
    border-radius: 17px;/*角の丸み*/
}
.guide li {
	list-style-type: none;
	border-bottom:#FF7272 dashed 2px; 
	line-height:20px; 
	position:relative; 
	padding:10px 10px 0px 10px; 
	margin: 0 0 0 0; 
	font-weight: 500; 
}
.guide dl { 
	padding:10px 0px 10px 5px; 
}
.guide dt1 { 
	display:inline-block; 
	font-size:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F35F5F;/*文字色*/
	padding:10px 0px 20px 0px;
	order-radius:2px; 
	vertical-align:middle; 
	margin: 10 10 10 10;
	font-weight: 600;
}
.guide dt { 
	display:inline-block; 
	color: #F35F5F;
	font-size:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	padding:5px 0px 0px 5px;
	order-radius:2px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
}
.guide dt2 { 
	display:inline-block; 
	color: #F35F5F;
	font-size:18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	padding:30px 0px 0px 0px;
	order-radius:20px; 
	vertical-align:middle; 
	margin-right:10px; 
	font-weight: 500;
}
.guide dd { 
	font-size:16px;
	line-height: 30px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding:5px 0px 5px 0px;
	margin-right: 10px; 
	margin-left: 20px; 
}
.guide dd1 { 
	font-size:16px;
	line-height: 20px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding: 5px 1px 5px 1px;
}
.guide dd2 { 
	font-size:14px;
	line-height: 20px;
	font-weight:400; 
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	vertical-align:middle; 
	padding: 10px 0px 0px 1px;
	margin-height: 5px; 
	margin-right: 5px; 
	margin-left: 20px;
}
.guide center {
	text-align: center;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #1E69FF;
	background: #787878 url(../img/bg_bottom01.jpg) left top;
	background-repeat:repeat;
	padding: 38px 0px 20px 0px;
}
footer h1 {
	font-weight: 200;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 17px;
	line-height: 5px;
	font-style: bold;
	letter-spacing:2px;
}
footer h2 {
	font-weight: 800;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 14px;
	line-height: 20px;
	font-style: bold;
	letter-spacing:0px;
	margin-left: auto;
}
footer h3 {
	font-weight: 800;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 17px;
	line-height: 7px;
	font-style: bold;
	letter-spacing:3px;
}
footer h4 {
	font-weight: 200;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 17px;
	line-height: 16px;
	font-style: bold;
	letter-spacing:0px;
	white-space: nowrap;
}
footer h5 {
	font-weight: 800;
	font-family: "Lucida Grande", "Lucida Sans Unicode","メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック";
	color: #F43434;/*文字色*/
	font-size: 32px;
	line-height: 18px;
	font-style: bold;
	letter-spacing:6px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 95%;
width: 100%;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 0.5rem 0 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #607CCA;
	font-size: 13px;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: -15px;
    right: 10px;
}
#pagetop a {
    display: block;
    background: #32CE4E;
    color: #fff;
    width: 50px;
    padding: 11px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #7E9BF8;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}