@charset "utf-8";
/* 
---------------------------------------
common
---------------------------------------
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
html {
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}
table{border-collapse:collapse; border-spacing:0; vertical-align:top;}
th{
	font-size:100%;
	text-align: left;
}
td{font-size:100%;}
img {
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align:top;
}
li{list-style:none;}
area:active{outline:none;}
area{
  border:none;
  outline:none;
}
a{outline:none;}
a:hover img{filter: alpha(opacity=80); opacity:0.8;}
address{font-style:normal;}
h1,h2,h3,h4,h5,h6,p,th,td,table,dl,dt,dd,ul,ol,li{ font-weight:normal;}

a:link{color:#666; text-decoration:underline;}
a:visited{color:#666; text-decoration:none;}
a:hover{
	color:#666;
	text-decoration:none;
}
a:active{color:#666; text-decoration:none;}
.alnL{text-align:left;}
.alnC{text-align:center;}
.alnR{text-align:right;}
.textUnderLine{
	text-decoration: underline;
}
.textLine{
	text-decoration: line-through;
}


/* 
---------------------------------------
フォント
---------------------------------------
*/
.font10{font-size:77%;}
.font11{font-size:85%;}
.font12{font-size:93%;}
.font13{font-size:100%;}
.font14{font-size:108%;}
.font15{font-size:116%;}
.font16{font-size:123%;}
.font17{font-size:131%;}
.font18{font-size:138.5%;}
.font19{font-size:146.5%;}
.font20{font-size:161.6%;}

.fontRed{
	color: #F00;
}
.fontBrown{
	color: #963;	
}
.fontBold{
	font-weight: bold;
}

.arrow{
	width: 690px;
	height: auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 150%;
	font-size: 100%;
	vertical-align: middle;
	background-image: url(../img/common/icon_arrow_gr.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* 
---------------------------------------
padding
---------------------------------------
*/

.pt0{padding-top:0 !important;}
.pt2{padding-top:2px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}

.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl50{padding-left:50px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr50{padding-right:50px !important;}


/* 
---------------------------------------
return画像
---------------------------------------
*/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

/* 
---------------------------------------
電話番号
---------------------------------------
*/
a:hover .tel-img{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.tel-number {
	color:#A3846F;
	font-weight: bold;
	line-height: 150%;
}

.tel-number a {
    color:#A3846F;
    text-decoration:none !important;
	text-size-adjust:none;
	-webkit-text-size-adjust:none;
}

.tel-numberW a:link{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:visited{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:hover{
	color:#ffffff;
	text-decoration: none;
}
.tel-numberW a:active{
	color:#ffffff;
	text-decoration: none;
}
/* 
---------------------------------------
フェードイン表示
---------------------------------------
*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein2 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(60px);
  transition: all 1s;
}
.fadein4 {
  opacity : 0;
  transform: translateY(80px);
  transition: all 1s;
}
.fadein5 {
  opacity : 0;
  transform: translateY(100px);
  transition: all 1s;
}
.fadein6 {
  opacity : 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadein7 {
  opacity : 0;
  transform: translateY(140px);
  transition: all 1s;
}
.fadein8 {
  opacity : 0;
  transform: translateY(160px);
  transition: all 1s;
}
.fadein9 {
  opacity : 0;
  transform: translateY(180px);
  transition: all 1s;
}
.fadein10 {
  opacity : 0;
  transform: translateY(200px);
  transition: all 1s;
}
.fadein11 {
  opacity : 0;
  transform: translateY(220px);
  transition: all 1s;
}
.fadein12 {
  opacity : 0;
  transform: translateY(240px);
  transition: all 1s;
}
.fadein13 {
  opacity : 0;
  transform: translateY(260px);
  transition: all 1s;
}
.fadein14 {
  opacity : 0;
  transform: translateY(280px);
  transition: all 1s;
}
.fadein15 {
  opacity : 0;
  transform: translateY(300px);
  transition: all 1s;
}

/* 
---------------------------------------
地図
---------------------------------------
*/
.ggmap {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 35%;
	padding-top: 0px;
	overflow: hidden;
    z-index: 1;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
}


/* 
---------------------------------------
ボタン
---------------------------------------
*/
/* 青色 */
.btnBlue{
  position: relative;
  border: 1px solid #3c81e5;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 75px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #3c81e5;
  font-size: 20px;
}
.btnBlue-Text{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.btnBlue-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .5s;
  color: #3c81e5;
}
.btnBlue-Text:hover{
  color: #3c81e5;
}
.btnBlue-Text:hover:before{
  width: 100%;
}
/* 黄色 */
.btnYellow{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 75px;
  padding-top:22px;
  line-height: 1.5;
  display: flex;
  text-align: center;
  background: #eaaa0a;
  font-size: 20px;
}
.btnYellow-Text{
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.btnYellow-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #e86f0c;
  z-index: -1;
  transition: .5s;
  color: #fff;
}
.btnYellow-Text:hover{
  color: #fff;
}
.btnYellow-Text:hover:before{
  width: 100%;
}

/* 
---------------------------------------
レスポンシブ対応　改行
---------------------------------------
*/
@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/* 
---------------------------------------
レスポンシブ対応 非表示
---------------------------------------
*/
@media screen and (max-width: 768px){
.noneTablet {display:none}
}
@media screen and (max-width:640px){
.noneSp {display:none}
}
@media screen and (min-width: 460px) {
.nonePc {display:none}	
}
/* 
---------------------------------------
レスポンシブ対応
---------------------------------------
*/
.pc	{ display:inline!important; }
.sp	{ display:none!important; }
@media screen and (max-width: 640px) {
.pc	{ display:none!important; }
.sp { display:inline!important; }
}


/* 
---------------------------------------
ボディ
---------------------------------------
*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333;
	_display: inline;
	_zoom:1;
}
/* 一瞬の表示をしない設定 */
#img2, #img3, #img4, #img5, #img6 {
display:none;
}
.box50{
	width: 100%;	
	padding-bottom: 50px;	
}
/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#top {
	background: #000000;
}
#topText {
	width: 100%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #fff;
	text-align:center;
}
header {
	width: 100%;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background: #000000;
	z-index: 100;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0; /* 位置指定 */
}
#headerBox {
	max-width: 1200px;
	width: 100%;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
#headerL-Box {
	width: 30%;
	height: 105px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headerR-Box {
    width: 70%;
    height: 105px;
    text-align: right;
    color: #fff;
}
#telBox {
    width: 100%;
    height: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
}
#telBox a:link{
	color:#ffffff;
	text-decoration: none;
}
#telBox a:visited{
	color:#ffffff;
	text-decoration: none;
}
#telBox a:hover{
	color:#ffffff;
	text-decoration: none;
}
#telBox a:active{
	color:#ffffff;
	text-decoration: none;
}
#menuBox {
    width: 100%;
    height: 50px;
    text-align: right;
    color: #fff;
    vertical-align: bottom;
}
/* リンク 効果（左→右） */
/*
#menuBoxu a {
  line-height: 180%;
  color:#ffffff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#menuBox a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menuBox a:hover::after {
  transform: scale(1, 1);
}
*/
/* 
---------------------------------------
タイトル
---------------------------------------
*/
.titleBox {
	width: 100%;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;	
	text-align:center;
}



/* 
---------------------------------------
お問い合わせ
---------------------------------------
*/

#footerInquiry {
	background-color: #333;
}
#footerInquiryBox {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#footerInquiryBox #tel{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
}
#footerInquiry a:link{
	color:#ffffff;
	text-decoration: none;
}
#footerInquiry a:visited{
	color:#ffffff;
	text-decoration: none;
}
#footerInquiry a:hover{
	color:#ffffff;
	text-decoration: none;
}
#footerInquiry a:active{
	color:#ffffff;
	text-decoration: none;
}

/* 
---------------------------------------
フッターメニュー
---------------------------------------
*/

#footerMenu {
    background-color: #fff;
    border-top: solid 1px;
    border-top-color: #333333;
}
#footerMenuCon {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	color: #333;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}

#footerMenuBox1 {
	width: 55%;
	height: auto;
	padding-right: 20px;
	clear: both;
}
#footerMenuBox2 {
	width: 25%;
	height: auto;
	padding-right: 20px;
	clear: both;
}
#footerMenuBox3 {
	width: 20%;
	height: auto;
	clear: both;
}

table.footerMenu {
	width: calc(100% - 10px);
	padding: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.footerMenu th{
	width: calc(100% - 10px);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #333333;
    border-bottom-width: 1px;
    font-weight: bold;
}
table.footerMenu td {
	width: calc(100% - 10px);
	margin: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footerMenuCon h3{
	font-size: 14px;
	font-weight: bold;
}
/*  リンク指定  */

#footerMenuCon a:link{
	color:#333;
	text-decoration:none;
}
#footerMenuCon a:visited{
	color:#333;
	text-decoration:none;
}
#footerMenuCon a:hover{
	color:#333;
	text-decoration: underline;
}
#footerMenuCon a:active{
	color:#333;
	text-decoration:none;
}


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

footer {
	background-color: #000;
	width: 100%;
	height: auto;
}
#footerBox {
	max-width: 1200px;
	width: clc(100% - 60px);
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}

#footerLeft {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	color: #FFF;
}
#footerRight {
	width: 40%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	color: #FFF;
}
#footerAddress {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	color: #FFF;
}
#footerAddress a:link{
	color:#ffffff;
	text-decoration: none;
}
#footerAddress a:visited{
	color:#ffffff;
	text-decoration: none;
}
#footerAddress a:hover{
	color:#ffffff;
	text-decoration: none;
}
#footerAddress a:active{
	color:#ffffff;
	text-decoration: none;
}
#footerCr {
	max-width: 1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: 12px;
	text-align:center;
	color: #FFF;
}



@media screen and (max-width: 1200px){
/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#topText {
	width: clc(100% - 10px);
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #fff;
	text-align:center;
}
#headerBox {
	max-width: 1000px;
	width: 100%;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
/* 
---------------------------------------
フッターメニュー
---------------------------------------
*/
#footerMenuCon {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	color: #333;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
/* 
---------------------------------------
フッター
---------------------------------------
*/
#footerAddress {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 150%;
	text-align:center;
	color: #FFF;
}
}

@media screen and (max-width: 1000px){
/* 
---------------------------------------
ヘッダー
---------------------------------------
*/

header {
	width: 100%;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background: #000000;
}
#headerL-Box {
	width: 27%;
	height: 105px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headerR-Box {
    width: 73%;
    height: 105px;
    text-align: right;
    color: #fff;
}
.fontS {
	font-size:80%;
}
/* 
---------------------------------------
フッターメニュー
---------------------------------------
*/
#footerMenuCon {
	width: 96%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	color: #333;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
/* 
---------------------------------------
フッター
---------------------------------------
*/	
#footerBox #footerAddress {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 150%;
	text-align:center;
	color: #FFF;
}
}

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

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#topText {
	width: 96%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 7px;
	color: #fff;
	text-align:center;
	line-height: 125%;
}
header {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	background: #000000;
}

#headerBox {
	max-width: 960px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : center;
	-webkit-justify-content : center;
}
#headerL-Box {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align:center;
}
#headerR-Box{
    width: 100%;
    height: 40px;
}
#telBox {
    width: 100%;
    height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
#menuBox {
    width: 0%;
    height: 30px;
    text-align: right;
    color: #333333;
    padding-top: 17px;
    padding-bottom: 0px;
    vertical-align: bottom;
}


}

@media screen and (max-width: 640px){
	
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 13px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333;
	_display: inline;
	_zoom:1;
}

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
header {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
}	
#headerL-Box {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align:center;
}

/* 
---------------------------------------
タイトル
---------------------------------------
*/
.titleBox {
	width: 100%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;	
	text-align:center;
}
.titleBox .lineBox {
    width: 25%;
    height: 50px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
	margin-bottom: 50px;
}
.titleBox .titleImg {
	width: clc(50% - 10px);
	height: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 5px;
	text-align:center;
}
/* 
---------------------------------------
サブタイトル
---------------------------------------
*/
.subtitleBox {
	width: 90%;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}
.subtitleBox .lineBox {
    width: 25%;
    height: 50px;
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
	margin-bottom: 50px;
}
.subtitleBox .titleImg {
	width: clc(50% - 10px);
	height: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 5px;
	text-align:center;
}
/* 
---------------------------------------
お問い合わせ
---------------------------------------
*/
#footerInquiryBox {
	width: 96%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}	
/* 
---------------------------------------
フッターメニュー
---------------------------------------
*/

#footerMenu {
	background-color: #fff;
}
#footerMenuCon {
	width: 96%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 14px;
	color: #333;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}

#footerMenuBox1 {
	width: 100%;
	height: auto;
	padding-right: 0px;
	padding-bottom: 40px;
	clear: both;
}
#footerMenuBox2 {
	width: calc(50% - 20px);
	height: auto;
	padding-right: 20px;
	clear: both;
}
#footerMenuBox3 {
	width: 50%;
	height: auto;
	clear: both;
}
table.footerMenu th{
	width: calc(100% - 10px);
    white-space: nowrap;
    padding: 5px;
    border-bottom-style: dotted;
    border-bottom-color: #333333;
    font-weight: bold;
}
/* 
---------------------------------------
フッター
---------------------------------------
*/
#footerBox {
	width: clc(100% - 60px);
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	clear: both;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content : space-between;
	-webkit-justify-content : space-between;
}

#footerBox #footerLeft {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	color: #FFF;
}
#footerBox #footerAddress {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 150%;
	text-align:center;
	color: #FFF;
}
#footerBox #footerCr {
	max-width: 640px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	text-align:center;
	color: #FFF;
}
#footerBox #footerRight {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	color: #FFF;
}

}