@charset "UTF-8";

@page {
  margin: 5mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 950px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
		/*height: auto;*/
    /*zoom: 0.8;*//* なるべく多くのブラウザで切れないようにするため */
		/*ransform: scale(0.6);*/
		zoom: 0.7;
  }
		/*section {
    page-break-before: always; 
  }*/
	/* 各セクションで改ページが行われるようにしています */
}

.clear { clear:both; } /*floatの解除*/

a {text-decoration: none;}

html { scroll-behavior: smooth;}

.content {
						margin: 20px auto 0px;
						width: 1000px;
						height: auto;
						/*background-color: #EBE5E5;*/
						/*border-style: solid;
						border-width: 0px 0px 0px 0px;
						border-color: #94b8d6;*/
					}

/******▼header▼******/

header {
					position: fixed;
					padding-top: 20px;
					width: 100%;
					height: 100px;
					inset: 0;
					margin: 0px auto;
					z-index: 9999;
					background-color: #FFFFFF;
				}


#nav-drawer {}

.nav-unshown {display:none;}

#nav-open {display:none;}
#nav-open span, #nav-open span:before, #nav-open span:after {display:none;}
#nav-open span:before {display:none;}
#nav-open span:after {display:none;}
#nav-close {display:none;}
#nav-content {display: block;}
/*#nav-content {
					display:flex;
					justify-content: flex-end;
				}*/
#nav-input:checked ‾ #nav-close {display:none;}
#nav-input:checked ‾ #nav-content {display:none;}

.del {display:none;}

.search-pc{
	margin: 0px auto;
	width: 1000px;
	display: flex;
	justify-content: space-between;
}

.search-sp {display:none;}

.search-w{
	/*visibility:hidden;*/
	width: 40%;
	margin: 5px 0px 0px 0px;
}

.pc_r {
				padding: 10px 0px 0px 0px;
				width: 50%;
				display: flex;
				justify-content: space-between;
				/*background-color: antiquewhite;*/
			}

.r-site{
		margin: 12px 0px 0px 0px;
		width: 110px;
		height: 30px;
		font-size: 14px;
		text-align: center;
		color: #00a23e;
		line-height: 26px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		/*background-color: aquamarine;*/
		border:1px solid #00a23e;
		box-sizing: border-box;
		border-radius: 16px;
}

 .sp_r {display: none;}

.top_menu_txt_2{
		width: 100%;
		height: 30px;
		margin:  5px 0px 0px 15px;
		text-align: left;
		color: #000000;
		font-size: 22px;
		line-height: 22px;
		font-weight: 400;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.top_menu_txt:hover { color: #00a23e; }

 .pc {display:block;}
 .sp {display: none;}

.L_line{display: block;}
.LS_line{display: block;}
.S_line{display: none;}


#itemMenu {
width: 1800px;
display: flex;
justify-content: flex-end;
margin: 20px auto 0px;
/*text-align: right;*/
/*align-items: flex-end;*/
/*boxの影-------------------------*/
/*box-shadow:1px 1px 3px rgba(0,0,0,0.4);*/
/*background-color: #E5DBB2;*/
}

#itemMenu li {
padding-left: 60px;	
width:auto;
position:relative;
/*text-align: right;*/
/*background-color: #80E5E9;*/
}

.item{
	height: 28px;
	/*border-left: #b5b5b6 solid 2px;*/
	padding: 6px 0px 0px 0px;
}

.item_2{
	display: none;
}

/*.item_s{
	display: none;
}*/


#itemMenu li a {
font-size: 15px;
line-height: 16px;
font-weight: 400;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
color: #000000;
text-decoration: none;
text-align:center;
padding: 1px 0;
display:block;
z-index: 10;
position:relative;
}

#itemMenu li a:hover {
	color: #00a33e;
}


#itemMenu li ul.sub {
height: 0;
width: 0;
overflow:hidden;
position:absolute;
z-index: 10;
top: 0;
left: -10px;
font-size: 14px;
padding-top: 5px;
padding-bottom: 6px;
/*background: #ffffff;*/
opacity: 0.5;
-webkit-transition: opacity 200ms linear, top 200ms ease-in;
/*border-radius:0 0 6px 6px;*/	
}

#itemMenu li:hover ul.sub {
height: auto;
/*width: 120%;*/
width:19em;
/*background: #ffffff;*/	
opacity: 1;
top: 26px;
}

#itemMenu li ul.sub li {
float:none;
}

#itemMenu li ul.sub li a {
/*width: 120%;*/
/*width:17em;*/	
font-size: 14px;
color: #ffffff;
text-align:left;
padding: 14px 14px;
font-weight: 600px;
font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
background-image:none;
/*background-color: #DDE8E9;*/
background-color: rgba(0,162,62,0.8);
text-shadow:none;
border: none;
}

#itemMenu li ul.sub li a:hover {
background-image:none;
background-color: rgba(7,122,51,0.9);
color: #FFFF83;
/*font-weight: 400;*/
/*background-color: #CCE2D0;*/
border: none;
}


/******▲header▲******/

/******▼main▼******/


main {
				position: relative; 
				padding: 0px 0px 0px 0px;
				margin: 0px auto 80px;
				width: 1000px;
				height: auto;
				/*background-color: #D7CBCC;*/
			}


.m_content{
						margin: 160px auto 0px;
						position: relative;
						width: 1000px;
						height: 444px;
						/*background-color: #E5EDF5;*/
					}

.top-head{
	position: relative;
	width: 1000px;
	height: 429px;
}

.mobile-r{
	display: none;
}


/*---------------------------------*/
.top-head-ri{
	display: inline-block;
	position: relative;
	width: 274px;
	height: 100px;
	/*border-radius:8px;*/
	top: 172px;
	left: 363px;
	background-color: rgba(0,162,62,0.5);
}

.top-head-ri-t{
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 13px;
	font-size: 31px;
	line-height: 42px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	/*background-color: #00a23e;*/
}

/*---------------------------------*/
.top-head-si{
	display: inline-block;
	position: absolute;
	top: 180px;
	left: 265px;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.top-head-si:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  animation-name: top-head-si;
  animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-timing-function: cubic-bezier(1,.1,.68,.71);
  animation-fill-mode: forwards;
}

@keyframes top-head-si {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}


.top-head-kmap{
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 670px;
	background-repeat: no-repeat;
	background-image: url("../image/k-map.png");
	background-size: 54px 65px;
	width: 54px;
	height: 65px;
}

.top-head-kmap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  animation-name: top-head-kmap;
  animation-duration: 0.5s;
	animation-delay: 1s;
	animation-timing-function: cubic-bezier(1,.1,.68,.71);
  animation-fill-mode: forwards;
}

@keyframes top-head-kmap {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}

/*---------------------------------*/
.r_p-1{
	  position: absolute;
		top: 0;
		left: 0;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-1.png");
}

.r_p-2{
	  position: absolute;
		top: 0;
		left: 250px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-2.png");
}

.r_p-3{
	  position: absolute;
		top: 0;
		left: 500px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-3.png");
}


.r_p-4{
	  position: absolute;
		top: 0;
		left: 750px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-4.png");
}

.r_p-5{
	  position: absolute;
		top: 222px;
		left: 0;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-5.png");
}

.r_p-6{
	  position: absolute;
		top: 222px;
		left: 250px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-6.png");
}

.r_p-7{
	  position: absolute;
		top: 222px;
		left: 500px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-7.png");
}

.r_p-8{
	  position: absolute;
		top: 222px;
		left: 750px;
		width: 250px;
		height: 222px;
		background-image: url("../../image/SRC_R/part_0/0-8.png");
}

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

.m_p-1{
					height: 429px;
					background: rgba(255,255,255,0);
					background-repeat: no-repeat;	
					background-size: 1000px 429px;
					overflow: hidden;
  				position: relative;
					top: -429px;
	}


.m_p-1:before {
	background-image: url("../image/p-01.png");
	background-position: 0px -40px;
  content: '';
	left: 100%;
  pointer-events: none;
  position: absolute;
	right: 0;
	top: 0;
  bottom: 0;
  z-index: 1;
	animation: m_p-1 0.8s cubic-bezier(1,.1,.68,.71) 2.5s forwards;
}

@keyframes m_p-1 {
  100% {
		transform: translateX(-100%);
		right: -100%;
  }
}

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

.m_p-2{
					height: 429px;
					background: rgba(255,255,255,0);
					background-repeat: no-repeat;	
					background-size: 1000px 429px;
					overflow: hidden;
  				position: relative;
					top: -858px;
		}

.m_p-2:before {
	background-image: url("../image/0-2h.png");
  content: '';
  right: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
	top: 0;
  bottom: 0;
  z-index: 1;
	/*animation: m_p-2 0.8s cubic-bezier(.4, 0, .2, 1) 5s forwards;*/
	/*animation-timing-function: cubic-bezier(1,.1,.68,.71);*/
	animation: m_p-2 0.8s cubic-bezier(1,.1,.68,.71) 5s forwards;
}

@keyframes m_p-2 {
  100% {
    transform: translateX(100%);
		left: -100%;
  }
}

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

.m_p-3{
					height: 429px;
					background: rgba(255,255,255,0);
					background-repeat: no-repeat;	
					background-size: 1000px 500px;
					overflow: hidden;
  				position: relative;
					top: -1287px;
}


.m_p-3:before {
	background-image: url("../image/p-03.png");
	background-position: 0px -40px;
  content: '';
	left: 100%;
  pointer-events: none;
  position: absolute;
	right: 0;
	top: 0;
  bottom: 0;
  z-index: 1;
	animation: m_p-3 0.8s cubic-bezier(1,.1,.68,.71) 7s forwards;
}

@keyframes m_p-3 {
  100% {
		transform: translateX(-100%);
		right: -100%;
  }
}

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

.container{
	position: relative;
	top:-1716px;
	width: 1000px;
	height: 429px;
	z-index: 5;
}

.circle  {
	position: absolute;
  width: 80px;
	left: 460px;
	top: 170px;
  height: 80px;
  border-radius: 50%;
  background-color: #76DD13;
	opacity: 0;
  animation: blink 1s ease-out 3.5s infinite;
}
@keyframes blink {
  50% {
    opacity: 100;
  }
}

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

.content_m{
	margin: 30px auto;
	width: 920px;
	position: relative;
	height: 595px;
	/*background-color: #EEECEC;*/
}

.headline{
					display: inline-block;
					position: absolute;
					left: 0;
					top: 0px;
					color: #000000;
					font-size: 32px;
					line-height: 50px;
					font-weight: 600;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					text-align: left;
			}

.headline:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  animation-name: headline;
  animation-duration: 0.5s;
	animation-delay: 4.5s;
	animation-timing-function: cubic-bezier(1,.1,.68,.71);
  animation-fill-mode: forwards;
}

@keyframes headline {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}



.lead{
					display: inline-block;
					position: absolute;
					left: 0;
					top: 120px;
					color: #000000;
					font-size: 18px;
					line-height: 36px;
					font-weight: 400;
					font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
					text-align: left;
			}


.lead-s{
	margin: 25px 0px 0px 0px;
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.lead:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  animation-name: lead;
  animation-duration: 0.5s;
	animation-delay: 7.5s;
	animation-timing-function: cubic-bezier(1,.1,.68,.71);
  animation-fill-mode: forwards;
}

@keyframes lead {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}


.mark{
	display: inline-block;
	position: absolute;
	width: 170px;
	right: 0;
	bottom: 5px;
}


.mark.run:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #ffffff;
  animation-name: mark;
  animation-duration: 0.5s;
	animation-delay: 1s;
	animation-timing-function: cubic-bezier(1,.1,.68,.71);
  animation-fill-mode: forwards;
}

@keyframes mark {
  0% {
    transform-origin: 100% 0;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 100% 0;
    transform: scale3d(0, 1, 1);
  }
}



.m-size{
	width: 170px;
}


 .pc {display:block;}
 .sp {display: none;}





.motto_2a {
							margin: 80px auto 0px;
							display: flex;
							justify-content: space-between;
							width: 920px;
							/*background-color: aqua;*/
					}

.sns{
	margin: 10px auto 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 920px;
	/*background-color: aqua;*/
}

.sns-t{
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.sns-ts{
	letter-spacing: -0.2em;
}


.sns-m{
	margin: 5px 0px 0px 10px;
	width:auto;
}

.sns-s{
	width:40px;
}


.Rhombus{
	position: relative;
	width: 430px;
	height: auto;
	/*background-color: antiquewhite;*/
}

.box{
		width: 430px;
		height: 320px;
		border-width: 1px;
		border-style: solid;
		border-color: #00a23e;
		box-sizing:border-box;
		border-radius: 12px;
}

.txt_b{
	/*margin-left: 0px; */
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_br{
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 600;
	color: #000000;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.txt_br:hover{
	color: #00a23e;
}

.txt_s{
	text-align: left;
	margin: 10px 0px 0px 15px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #00a23e;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.p_pos{
	position: relative;
	text-align: center;
	margin: -240px 0px 0px 0px;
}

.p_size{
	width: 428px;
	height: 239px;
	border-radius: 0px 0px 11px 11px;
}


.Information{	
							margin: 100px auto;
							display: flex;
							justify-content: space-between;
							width: 1000px;
							background-color: #ffffff;	
						}

.INFO{
		font-size: 28px;
		font-weight: 600;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.INFO_S{
		padding: 12px 0px 5px 7px;
		font-size: 15px;
		font-weight: 600;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.Info_l{
							width: 228px;
							display: flex;
							justify-content: flex-start;
							background-color: #ffffff;	
				}

.Info_r{
							width: 760px;
							background-color: #ffffff;	
			}

.date{
	padding: 0px 0px 5px 7px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #00a23e;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.date_t{
	margin: 10px 0px 40px 0px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}


.contact{	
							margin: -20px auto 0px;
							/*display: flex;
							justify-content: space-between;*/
							width: 1000px;
							/*background-color: #E1BBBC;*/	
						}

.con_title{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: #00a23e;
}

.con_beside{
							display: flex;
							justify-content: space-between;
							width: 1000px;
							/*background-color: #ffffff;*/	
				}

.con_width{
		width: 300px;
	}

.c-gre{
	color: #00a23e;
	font-size: 20px;
}

.con_name{
			font-size: 20px;
			line-height: 30px;
			font-weight: 600;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.con_add{
			font-size: 16px;
			line-height: 24px;
			font-weight: 400;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}




.flow{
		position: relative; 
		margin: 80px auto 60px;
		text-align: center;
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: space-between;*/
		width: 1023px;
		height: auto;
	
}

.button{

			width:542px;
			height:60px;

			display: inline-block;
			text-align: center;
			text-decoration: none;
			border-radius: 8px;
			color: #00a23e;		
			font-weight: 400;
			border-style: solid;
			border-width: 1px;
			border-color: #00a23e;
    	/*background: #36abdf;*/
			/*border-top: #9BCBE2 solid 2px;
			border-left: #A0D3DA solid 2px;
			border-bottom: #207BA3 solid 2px;
			border-right: #207BA3 solid 2px;*/
			font-size: 20px;
			line-height: 60px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.button:hover {
			color: #ffffff;	
			font-weight: 400;
    	background: #00a23e;
		}


/******▲main▲******/


/******▼footer▼******/

.map{
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #00a23e;
	
}

.map_beside{
	width: 900px;
	margin: 0px auto 0px;
	/*display: flex;
	justify-content: space-between;*/
	/*background-color: #2B7B60;*/
}

.map_width_1{
	width: 900px;
}

.map_pos{
	text-align: center;
}

.map_name{
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_name_e{
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_add{
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.map_width_2{
	width: 900px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
/******▲footer▲******/

