/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Noto+Sans+JP:wght@300&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*resetここまで*/


/*html5未対応ブラウザ用*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }



.visible-sm {
    display: none!important;
}

@media screen and (max-width: 768px) {

	
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.hidden-sm {
    display: none!important;
}
.visible-sm {
    display: block!important;
}
	
}



@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body#home {
	height:100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333;
	font-size:87%;
	line-height:160%;

	background: url(../images/bg_bodyHome4.jpg) top center no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}
body {
	height:100%;
	font-family: "Urbanist", "Noto Sans Japanese", Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:87%;
	line-height:160%;
	background:url("../images/bg-body01.png") left top repeat-x, url("../images/bg-body.png"), linear-gradient(to right, #F9E4D7, #DEFCE6);
}

@media screen and (max-width: 768px) {
body#home {
	height:100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333;
	font-size:87%;
	line-height:160%;
	/*
	background:url(../images/bg_bodyhome.jpg) top center no-repeat, #FBF8EF;
	*/
	background:#fff;
}
body {
	height:100%;
	font-family: "Urbanist", "Noto Sans Japanese", Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:87%;
	line-height:160%;
	background:url("../images/bg-body01.png") left top repeat-x, url("../images/bg-body.png"), linear-gradient(to right, #F9E4D7, #DEFCE6);
}
}

* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

/* IE6 base font
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
 */

/* フォント指定 */
.urbanist {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}
/* フォント指定 */

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.fleft {
	float:left;	
}
.fright {
	float:right;	
}

.center00 {
	margin:0px auto;
}
.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.t40 {
	padding-top:40px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.r20 {
	padding-right:20px;
}
.r50 {
	padding-right:50px;
}
.l10 {
	padding-left:10px;
}
.l20 {
	padding-left:20px;
}
.l30 {
	padding-left:30px;
}
.l40 {
	padding-left:40px;
}

.inlin_block {
	display: inline-block;
}

@media screen and (min-width: 769px) {

.lr20 {
	padding:0 20px;
}
.w1000 {
	max-width:1000px;
	margin: 0 auto;
}

}

.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}

.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.dotBtm {
	border-bottom: #666 dotted 2px;
}
.solidBtm {
	border-bottom: #666 solid 1px;
}
.doubleBtm {
	border-bottom: #666 double 3px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt80 {
	margin-top:80px;
}

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml90 {margin-left:90px;}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}
.XXlText {
	font-size:1.5em;
}
.XXXlText {
	font-size:1.8em;
}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.indent2em {
	padding-left:2em;
	text-indent:-2em;
}
.indent3em {
	padding-left:3em;
	text-indent:-3em;
}
.indent4em {
	padding-left:4em;
	text-indent:-4em;
}
.indent5em {
	padding-left:5em;
	text-indent:-5em;
}
.indent6em {
	padding-left:6em;
	text-indent:-6em;
}
.indent7em {
	padding-left:7em;
	text-indent:-7em;
}
.indent8em {
	padding-left:8em;
	text-indent:-8em;
}
.indent9em {
	padding-left:9em;
	text-indent:-9em;
}
.indent10em {
	padding-left:10em;
	text-indent:-10em;
}
.indent11em {
	padding-left:11em;
	text-indent:-11em;
}
.indent12em {
	padding-left:12em;
	text-indent:-12em;
}
.indent13em {
	padding-left:13em;
	text-indent:-13em;
}
.indent14em {
	padding-left:14em;
	text-indent:-14em;
}
.indent15em {
	padding-left:15em;
	text-indent:-15em;
}
.indent16em {
	padding-left:16em;
	text-indent:-16em;
}
.color_red {
	color:#e50012;
}
.color_blue {
	color:#88B0D8;
}
.color_darkblue {
	color:#004286;
}
.color_green {
	color:#94d303;
}
.color_darkgreen {
	color:#0E7D02;
}
.color_orange {
	color:#EC6C00;	
}
.color_orange2 {
	color:#FBAF21;	
}

/*　白抜き用　ここから　*/
.color_red_nuki {
	color: #fff;
	background: #e50012;
	padding: 2px 4px;
}
.color_blue_nuki {
	color:#fff;
	background: #88B0D8;
	padding: 2px 4px;
}
.color_darkblue_nuki {
	color:#fff;
	background: #004286;
	padding: 2px 4px;
}
.color_green_nuki {
	color:#fff;
	background: #94d303;
	padding: 2px 4px;
}
.color_darkgreen_nuki {
	color:#fff;
	background: #0E7D02;
	padding: 2px 4px;
}
.color_orange_nuki {
	color:#fff;
	background: #EC6C00;
	padding: 2px 4px;
}

/*　白抜き用　ここまで　*/

.caution {
	color:#c50018;
}



a {
	color:#004286;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#e50012;
	text-decoration: none;
}
.bg01 {
	background-color: #FFC;
}
.bg02 {
	background-color: #FCC;
}
.border01 {
	border: #999 solid 1px;
}
.border02 {
	border: #e50012 solid 1px;
}
.border03 {
	border: #fe570a solid 2px;
}
.border_top {
	border-top: #999 dotted 2px;
}
.border_top_orange2 {
	border-top: #FBAF21 dotted 2px;
}
.border_top_w {
	border-top: #CCC double 4px;
}

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}
.clearFix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

.fullheight {
    height:100%;
}



/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/

html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	min-height:380px;
	height:auto !important;
	position:relative;
	text-align:left;
	padding-top: 150px;
	/* 再読み込み時FadeIn効果 */
	overflow: hidden;
	display: none;
}

h1 {
	margin:0px auto 0px;
	font-size:2.2em;
	font-family:"Urbanist", "Kaisei Opti", "Noto Sans Japanese", sans-serif;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0 0;
	color:#000;
}
h1 span {
	font-size: 0.7em;
}
h1 span i {
	color: #DAB25E;
}
h1.logo {
	margin: 0 auto;
	width: 300px;
}
h1.logo img {
	width: 300px;
}
h1.logo2 {
	width: 150px;
}
h1.logo2 img {
	width: 150px;
}


/* アニメーション いろいろ pc
------------------------------------------------------------------*/

/* 
ロゴがふわふわ */
.ani-fuwa { 
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  /*background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;*/
  transition: 1.5s ease-in-out;
  width: 300px;
  height: 300px;
  margin-top: 15px;
}
.ani-fuwa2 {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  /*background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;*/
  transition: 1.5s ease-in-out;
  width: 150px;
  height: 150px;
  margin-top: 5px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* 
文字がスライドイン */
.slideinTop {
	animation: slideinTop 3s;
	/*animation: slideinTop 3s infinite;　繰り返し　*/
}
@keyframes slideinTop {
  0% {
	  transform: translateY(-50px);
	  opacity: 0;
  }
  100% {
	  transform: translateY(0);
	  opacity: 1;
  }
}

.slideinBottom {
	animation: slideinBottom 3s;
	/*animation: slideinBottom 3s infinite;　繰り返し　*/
}
@keyframes slideinBottom {
  0% {
	  transform: translateY(50px);
	  opacity: 0;
  }
  100% {
	  transform: translateY(0);
	  opacity: 1;
  }
}
.slideinBottom02 {
	animation: slideinBottom02 3s;
	/*animation: slideinBottom 3s infinite;　繰り返し　*/
}
@keyframes slideinBottom02 {
  0% {
	  opacity: 0;
  }
  30% {
	  transform: translateY(50px);
	  opacity: 0;
  }
  80% {
	  transform: translateY(0);
	  opacity: 1;
  }
}
.slideinBottom03 {
	animation: slideinBottom03 3s;
	/*animation: slideinRight 3s infinite;　繰り返し　*/
}
@keyframes slideinBottom03 {
  0% {
	  opacity: 0;
  }
  50% {
	  transform: translateY(50px);
	  opacity: 0;
  }
  90% {
	  transform: translateY(0);
	  opacity: 1;
  }
}

.slideinLeft {
	animation: slideinLeft 3s;
	/*animation: slideinLeft 3s infinite;　繰り返し　*/
}
@keyframes slideinLeft {
  0% {
	  transform: translateX(-50px);
	  opacity: 0;
  }
  100% {
	  transform: translateX(0);
	  opacity: 1;
  }
}

.slideinRight {
	animation: slideinRight 3s;
	/*animation: slideinRight 3s infinite;　繰り返し　*/
}
@keyframes slideinRight {
  0% {
	  transform: translateX(50px);
	  opacity: 0;
  }
  100% {
	  transform: translateX(0);
	  opacity: 1;
  }
}
.slideinRight02 {
	animation: slideinRight02 3s;
	/*animation: slideinRight 3s infinite;　繰り返し　*/
}
@keyframes slideinRight02 {
  0% {
	  opacity: 0;
  }
  30% {
	  transform: translateX(50px);
	  opacity: 0;
  }
  80% {
	  transform: translateX(0);
	  opacity: 1;
  }
}
.slideinRight03 {
	animation: slideinRight03 3s;
	/*animation: slideinRight 3s infinite;　繰り返し　*/
}
@keyframes slideinRight03 {
  0% {
	  opacity: 0;
  }
  50% {
	  transform: translateX(50px);
	  opacity: 0;
  }
  90% {
	  transform: translateX(0);
	  opacity: 1;
  }
}
/* 
アニメーション
文字がスライドイン ここまで*/


@media screen and (max-width: 768px) {

#wrapper {
	width:100%;
	min-height:auto;
	position:relative;
	text-align:left;
	/*padding:0 10px;*/
}
	
h1 {
	font-family:"Urbanist", "Kaisei Opti", "Noto Sans Japanese", sans-serif;
	width:auto;
	margin:0px auto;
	font-size:1.8em;
	text-align: center;
	padding: 0px 0 0;
	color:#000;
}
h1 span {
	font-size: 0.7em;
}
h1 span i {
	color: #DAB25E;
}
h1.logo {
	margin: 0 auto;
	width: 200px;
}
h1.logo img {
	width: 200px;
}
h1.logo2 {
	width:100px;
}
h1.logo2 img {
	width: 100px;
}
	
/* アニメーション いろいろ sm
------------------------------------------------------------------*/
/* ロゴがふわふわ */
.ani-fuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  /*background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;*/
  transition: 1.5s ease-in-out;
  width: 200px;
  height: 200px;
  margin-top: 15px;
}
.ani-fuwa2 {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  /*background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;*/
  transition: 1.5s ease-in-out;
  width: 100px;
  height: 100px;
  margin-top: 5px;
}
	
	
}



:root {
	--key-color: #449903;
	--sub-color: #DAB25E;
	--point-color: #D99191;
	box-sizing: border-box;
    --space-s: 0.5em;
    --space-m: 1em;
    --space-l: 2em;
}

/* SP、PC表示切り替え */
.sp_on {
    display: block; /* SPのみ表示 */
}
@media (min-width: 768px) {
	.sp_on {
        display: none;
    }
}

.pc_on {
    display: none;
}
@media (min-width: 768px) {
	.pc_on {
        display: block; /* PCのみ表示 */
    }
}

/* ページトップへもどる */
.page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 40px;
    position: fixed;
    border: 1px solid #fff;
	border-radius: 25px;
    background: var(--point-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
@media (min-width: 768px) {
    .page_top {
        right: 20px;
        bottom: 20px;
    }
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

/* 固定お問い合わせボタン */
.contact-btn {
 	position: fixed;
 	top: 650px;
	right: 0;
	width: 250px;
	z-index: 10;
}
.contact-btn img {
	vertical-align:bottom;
	border:none;
	display:block;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.contact-btn img:hover {
	opacity: 0.9;
	transition: all .5s;
}
@media screen and (max-width: 768px) {
	.contact-btn {
		top: 340px;
	}
}
@media screen and (max-width: 430px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 414px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 390px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 375px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 360px) {
	.contact-btn {
		top: 480px;
	}
}
@media screen and (max-width: 344px) {
	.contact-btn {
		top: 480px;
	}
}

@media screen and (max-width: 767px) {
  .contact-btn {
    width: 150px;
  }
  .cont-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .bg-white {
    padding: 60px 20px;
  }
}




/*ヘッダー
------------------------------------------------------*/



/*コンテンツエリア
------------------------------------------------------*/

#contentsArea {
	width:100%;
	min-height:300px;
}

.contents {
	width:96%;
	margin:5px auto 10px;
	padding:0px 2% 40px;
	height: auto !important;  /* IE6対策 */ 
	min-height: 250px;
}



@media screen and (max-width: 768px) {

#contentsArea {
	width:100%;
	min-height:300px;
}

.contents {
	width:auto;
	margin:5px .5rem 10px;
	padding:0px 2% 40px;
	height: auto !important;  /* IE6対策 */ 
	min-height: 250px;
}

	
}


@media print {
	
	#nav_open {
		display: none !important;
	}
	
}



/*フッター
------------------------------------------------------*/

footer {
	clear: both;
	width:100%;
	/*height:144px;*/
	/*position: fixed;
	bottom: 0;*/
}
#footerInner {
	width:100%;
	margin:0 auto;
}
	#footerInner p {
		color:#213976;
	}
	#footerInner p a {
		color:#fff;
	}
	#footerInner p a:hover {
		color:#e50012;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	#footerInner img.topCopy {
		width: 100%;
		height: auto;
	}
}



.ul_footer_menu {
	margin: 0 auto 0px;
	padding-top: 20px;
	background: #000;
	text-align: center;
}
	.ul_footer_menu li {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
	}
		.ul_footer_menu li a {
			display: inline-block;
			padding: 5px 1em;
			color: #fff;
			text-decoration: none;
		}
		.ul_footer_menu li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}

#copyright {
	height:70px;
	/*background: #fff;*/
}
#copyright p {
	margin: 0 auto;
	font-size: 13px;
	color:#000;
	line-height: 6.0;
	text-align: center;
}


@media screen and (max-width: 768px) {
#footerInner {
	width:100%;
	margin:0 auto;
}
	#footerInner p {
		color:#213976;
	}
	#footerInner p a {
		color:#fff;
	}
	#footerInner p a:hover {
		color:#e50012;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}
#copyright {
	height:70px;
	/*background: #fff;*/
}
#copyright p {
	margin: 0 auto;
	font-size: 13px;
	color:#000;
	line-height: 6.0;
	text-align: center;
}

}



/*連絡先*/
		
#contactInfo {
	width:100%;
	display: block;
	background: #000;
}
#contactInfo p {
	display: block;
	color: #666;
	padding: 30px 0 50px;
	text-align: center;
}
#contactInfo p span {
	font-size: 1.5em;
}



@media screen and (max-width: 640px) {

#contactInfo {
	width:100%;
	display: block;
	background: #000;
}
#contactInfo p {
	display: block;
	color: #666;
	padding: 30px 0 50px;
	text-align: center;
}
#contactInfo p span {
	font-size: 1.5em;
}

}



