/**********
 all
**********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	font-size:62.5%;
}

body{
	line-height:1;
}

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


#mainNavi ul{
    list-style:none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del{
    text-decoration: line-through;
}

abbr[title], dfn[title]{
    border-bottom:1px dotted;
    cursor:help;
}

/** table **/
table{
    border-collapse:collapse;
    border-spacing:0;
}

/** img **/
img{ vertical-align:bottom;}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/** hr **/
hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/** input select **/
input, select{
    vertical-align:middle;
}

/* ol ul */

ol, ul{ list-style: none;}

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

.cf { zoom: 1;}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both;}

/* clear */
.clear{ clear:both;}
.clearBlk{ overflow:hidden;}
/* after */
.afterBlk{}
.afterBlk:after{ 
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/**********
 common
**********/
/* margin */
.mBtmNone{ margin-bottom:none;}
.mBtm10{ margin-bottom:10px;}
.mBtm20{ margin-bottom:20px;}
.mBtm30{ margin-bottom:30px;}

.mTop5{ margin-top:5px;}
.mTop10{ margin-top:10px;}
.mTop20{ margin-top:20px;}
.mTop30{ margin-top:30px;}

/* padding */
.pBtmNone{ padding-bottom:none;}
.pBtm05{ padding-bottom:5px;}
.pBtm10{ padding-bottom:10px;}
.pBtm20{ padding-bottom:20px;}
.pBtm30{ padding-bottom:30px;}

.pTop10{ padding-top:10px;}
.pTop20{ padding-top:20px;}
.pTop30{ padding-top:30px;}

/* color */
.cRed { color:#ff3300;}
.cOrg { color:#c60;}
.cGry { color:#666;}
.cBrwn{ color:#553b27;}
.cDred{ color:#990000;}

/* fontsize */
.fs120{ font-size:120%;}
.fs80{ font-size:80%;}

/** border **/
.underB{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #56503d;
}

/** align **/
.aCenter{ text-align:center;}
.aLeft{ text-align:left}
.aRight{ text-align:right;}


/** padding margin none **/
.pmNone{
	padding:0;
	margin:0;
}

/** margin center set **/
.centerSet{
	margin:0 auto;
}

/** 電話制御 **/
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


/**********
 body
***********/
body{
    width:100%;
    background:#fff;
	font-family:'PT Serif', seri , "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#282828;
    line-height:1.5;
	font-size: 1.6rem;
	min-width:320px;
}


/**********
 a link
***********/
a{
    color:#0680e7;
    text-decoration:none;
}
a:visited{
    color:#0680e7;
    text-decoration:none;
}
a:hover{
    color:#00a2ff;
    text-decoration:underline;
}

a:active{
    color:#00a2ff;
    text-decoration:underline;
}



/*==========================================
 ページトップ
===========================================*/
.pagetop{
	position: fixed;
	bottom: -70px;
	right: 20px;
	z-index:20;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #d5b571;
	border:1px solid #fff;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	opacity: 0.9;  
	filter: alpha(opacity=10);  
}

.pagetop a:hover,
.pagetop a:active{
	background-color: #b79049;
	background-color: rgba(183,144,73,0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff); /* IE8以下*/
}

/*
.pagetop a:before {
	content: "\e60c";
	font-family: 'icomoon';
}
*/

/*==========================================
 アイコンフォント
===========================================*/


/*==========================================
 角丸ボタン
===========================================*/
.commonBtn{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:100%;
	display:block;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.8em;
}

.commonBtn span{
	padding-left:5px;
}



/*==========================================
 表示切り替え
===========================================*/

/** visible 選択項目のみ表示 **/
.visible_mb{ display:block;}
.visible_tb{ display:none;}
.visible_pc{ display:none;}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.visible_mb{ display:none;}
.visible_tb{ display:block;}
.visible_pc{ display:none;}
}

@media only screen and (min-width: 1201px) {
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
}

/** visible 選択項目のみ表示しない **/
.hidden_mb{ display:none;}
.hidden_tb{ display:block;}
.hidden_pc{ display:block;}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:none;}
.hidden_pc{ display:block;}
}

@media only screen and (min-width: 1201px) {
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}

@media print{
.visible_mb{ display:none;}
.visible_tb{ display:none;}
.visible_pc{ display:block;}
.hidden_mb{ display:block;}
.hidden_tb{ display:block;}
.hidden_pc{ display:none;}
}


/*==========================================
 オンマウスでフェード
===========================================*/
.fade_on{
	/*変化にかかる時間とタイミング、進行具合を指定*/
}

/*オンマウス時に実行*/
.fade_on:hover {
	/*透明度具合を指定*/
	opacity: 0.6;  
	filter: alpha(opacity=40);  
}


/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	width:100%;
	/*max-width:960px;
	margin:0 auto;*/
	clear:both;
	overflow:hidden;
	font-size:0.78em;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:50px;
	background:#fff2e6;
}
#breadcrumbs ol{
	display:block;
	width:96%;
	max-width:1050px;
	margin:0 auto;
}
#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
#breadcrumbs ol li:before {
  content: "　\f105　";
  font-family:'Font Awesome 5 Free';
	font-weight:900;
}
#breadcrumbs ol li:first-child:before {
  content:"";
}

#breadcrumbs ol li a{ color:#f7931e;}

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active{ color:#f15a24;}




/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{
	width:100%;
	text-align:center;
	padding-bottom:0;
	background:#fff;
}

/** headTop_mb **/
#headTop_mb{
	background:#fff;
	padding:15px 0;
	text-align:left;
	width:100%;
}

#headTop_mb #logo_mb img{
	width:100%;
	max-width:200px;
	margin-left:15px;
}


/** site-header **/
/** 携帯端末でヘッダーが出てくる **/
.site-header{
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    transition: .5s;
    width:auto;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}


/**********
 headContents
**********/

#headContents{
	width:100%;
	text-align:center;
	display:none;
}

#headContents img{
	width:100%;
	margin:0 auto;
	display:block;
	vertical-align:bottom;
}

#headContents #headContentsTop{
	width:100%;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/*********
 headLogo
**********/
#headContents #headContentsTop #headLogo{
	width:22%;
	max-width:240px;
	padding-top:25px;
}

#headContents #headContentsTop #headLogo h1{
	padding-left:10px;
}


#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:240px;
	margin-top:6px;
}


/**********
 headNavi
**********/
#headContents #headContentsTop #headNavi{
	width:74%;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
}

/*********
 mainNavi
**********/
#headContents #headContentsTop #headNavi #mainNavi{
	width:72%;
	padding-top:25px;
	padding-bottom:10px;
}

#headContents #headContentsTop #headNavi #mainNavi ul{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: flex-end;
	width:100%;
}

#headContents #headContentsTop #headNavi #mainNavi ul li{
	display:block;
	min-height:60px;
	border-right:1px solid #999;
	width:24%;
}

#headContents #headContentsTop #headNavi #mainNavi ul li:last-of-type{
	border:none;
}

#headContents #headContentsTop #headNavi #mainNavi ul li a{
	display:block;
	padding-top:43px;
	font-size:1.54rem;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#headContents #headContentsTop #headNavi #mainNavi ul li a:visited{
	color:#000;
}

#headContents #headContentsTop #headNavi #mainNavi ul li a:hover,
#headNavi #mainNavi ul li a:active{
	color:#f7931e;
}

#headContents #headContentsTop #headNavi #mainNavi ul li#mainNavi_menu a{ background:url(../img/mainNavi_icon_menu.png) no-repeat center 4px;}
#headContents #headContentsTop #headNavi #mainNavi ul li#mainNavi_open a{ background:url(../img/mainNavi_icon_open.png) no-repeat center 4px;}
#headContents #headContentsTop #headNavi #mainNavi ul li#mainNavi_about a{ background:url(../img/mainNavi_icon_about.png) no-repeat center 4px;}
#headContents #headContentsTop #headNavi #mainNavi ul li#mainNavi_access a{ background:url(../img/mainNavi_icon_access.png) no-repeat center 4px;}


/********
 headNavi_contact
**********/
#headNavi #headNavi_contact{
	background:#f7931e;
	width:24%;
	max-width:202px;
	
}

#headNavi #headNavi_contact div{
	padding:10px;
	text-align:center;
	color:#fff;
}

#headNavi #headNavi_contact div span.title{
	font-size:1.24rem;
	border-bottom:1px solid #fff;
}

#headNavi #headNavi_contact div p{
	font-size:1.4rem;
	padding-top:3px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#headNavi #headNavi_contact div a{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#fff;
	width:90%;
	display:block;
	margin:4px auto 0 auto;
	color:#000;
	text-decoration:none;
	font-size:1.3rem;
}

#headNavi #headNavi_contact div a span{
	display:block;
	padding:2px 2px 3px 2px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#headNavi #headNavi_contact div a span:after{
	content: '';
	display: inline-block;
	width: 18px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-image: url(../img/headNavi_contact_icon.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:5px;
}



/**********
 toggle sp向けメニュー
**********/

.toggleWrap {
	position:relative;
}

/* */
.toggleNav{
	display:block;
	width:80%;
	padding-top:65px;
	margin:0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: space-between;
}

.toggleNav li{
	list-style-type: none;
	display: block;
	width:46%;
	margin-bottom:23px;
}

.toggleNav li a{
	display: block;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#fff;
	min-height:118px;
	color:#000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-size:1.69rem;
	line-height:1.26;
}

.toggleNav li#toggleNav_menu a p{ background:url(../img/toggleNav_icon_menu.png) no-repeat center 14px;}
.toggleNav li#toggleNav_open a p{ background:url(../img/toggleNav_icon_open.png) no-repeat center 24px;}
.toggleNav li#toggleNav_about a p{ background:url(../img/toggleNav_icon_about.png) no-repeat center 24px;}
.toggleNav li#toggleNav_access a p{ background:url(../img/toggleNav_icon_access.png) no-repeat center 24px;}

.toggleNav li a p{
	display:block;
	padding:85px 8px 8px 8px;
}

.toggleNav li#toggleNav_menu a p{
	display:block;
	padding:67px  8px 8px 8px;
}

.toggleNav li#toggleNav_menu a p span{
	display:block;
}

 .toggleNav li a:hover,
  .toggleNav li a:active{
	  color:#f7931e;
}


#taggleNav_inq{
	padding-bottom:10px;
	width:80%;
	margin:0 auto;
}

#taggleNav_inq a#toggleNav_contact{
	display: block;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#ffff;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.72rem;
	min-height:60px;
}

#taggleNav_inq a#toggleNav_contact p{
	padding:16px 10px 10px 10px;
}

#taggleNav_inq a#toggleNav_contact p:after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 40px;/*画像の幅*/
	height: 35px;/*画像の高さ*/
	background-image: url(../img/toggleNav_icon_yoyaku.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left:15px;
}

/** taggleNav_phone **/
#taggleNav_phone{
	display:block;
	text-align:center;
	color:#fff;
	padding-top:18px;
}

#taggleNav_phone{
	font-size:1.52rem;
}

#taggleNav_phone a{
	color:#fff;
	text-decoration:none;
	font-size:4rem;
	margin-left:10px;
	font-weight:bold;
	display:block;
}


@media screen and (min-width: 769px) {
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  .mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }
  .navItem {
    padding: 5px 15px;
  }
  .navItem:hover {
    border-color: #3696da;
  }
  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}



/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{
	width:100%;
	text-align:center;
}

/** contents **/

.contentWrap{
	width:100%;
}

.contentInner{
	display:block;
	width:92%;
	max-width:1050px;
	margin:0 auto;
	text-align:left;
}

.contentBlk{
	display:block;
	width:100%;
	max-width:1050px;
	margin:0 auto;
}

.contentSpace{
	padding-bottom:65px;
}




/**********
 main
**********/
#main{
	width:100%;
	padding:0 0 15px 0;
	margin:0 auto;
	font-size:1.6rem;
}

#main:after{
    content: " "; 
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden; 
}


/** linkBtn **/
a.linkBtn{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:auto;
	max-width:250px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.9em;
	background:#3e3a39;
	color:#fff;
	margin:0 auto;
}

a.linkBtnL{
	max-width:500px;
	width:96%;
	margin:0 auto;
}

a.linkBtn span{}

a.linkBtn span:after{
	content: " \f061";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}

a.linkBtn:hover,
a.linkBtn:active{
	background:#000;
	color:#fff;
}

a.linkBtn:hover span:after,
a.linkBtn:active span:after{
	color:#fff;
}

/** commonTableBase **/
table.commonTableBase{
	width:100%;
}

table.commonTableBase tr th{
	display:block;
	padding:6px 10px;
	font-weight:500;
	text-align:left;
	border:1px solid #666;
	border-bottom:none;
	background:url(../img/blueBg.jpg) repeat;
	font-size:0.89em;
}

table.commonTableBase tr td{
	padding:6px 10px;
	display:block;
	border:1px solid #666;
	border-bottom:none;
	font-size:0.89em;
}


table.commonTableBase tr:last-child td{
	border:1px solid #666;
}



/**********
 commonContact
**********/
#commonContact{
	margin:20px 0;
	width:92%;
	max-width:400px;
}

/**********
 contentsWrap
**********/
#contentsWrap{}


/**********
 flexWrap
**********/
.flexWrap{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/**********
 primary
**********/
#primary{
	width:100%;
	padding-top:30px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}


/** conBlkFlex **/
.conBlkFlex{}

.conBlkFlex h4{
	display:block;
	width:100%;
}

.conBlkFlex .conBF_img{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:25px;
}

.conBlkFlex .conBF_img img{
	width:100%;
	max-width:300px;
	margin:0 auto;
	display:block;
	vertical-align:top;
}

.conBlkFlex .conBF_txt{
	width:100%;
	text-align:left;
	padding-top:20px;
}



/**********
 secondary
**********/
#secondary{
	width:100%;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

#secondary .secInner{
	padding-bottom:25px;
}

#secondary .secInner:last-of-type{
	padding-bottom:0;
}


/** sticky **/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  align-self: baseline;
  width:100%;
  max-width:250px;
}


/** sideNavi **/
ul.sideNavi{
	display:block;
	background:#fff2e6;
	padding:5px 14px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

ul.sideNavi li{
	border-bottom:1px dotted #414141;
}

ul.sideNavi li:last-of-type{
	border:none;
}


ul.sideNavi li a{
	display:block;
	padding:18px 19px 18px 0;
	color:#000;
	text-decoration:none;
	text-align:left;
	position: relative;
	font-size:1.62rem;
}

ul.sideNavi li a:hover,
ul.sideNavi li a:active{
	color:#f7931e;
}

ul.sideNavi li a:after{
	 content: "\f105";
	 font-family:'Font Awesome 5 Free';
	 font-weight:900;
	 position: absolute;
	 top: 50%;
	 right: 7px;
	 margin-top: -12px;
	 color:#f7931e;
}

/** sideNavi_mb **/
a.sNavi_mb_btn{
	display:block;
	background-color: #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-bottom:20px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1.8rem;
	font-weight:bold;
}

a.sNavi_mb_btn:hover,
a.sNavi_mb_btn:active{
	color:#f7931e;
}

a.sNavi_mb_btn:last-of-type{
	margin-bottom:0
}

a.sNavi_mb_btn p{
	padding:10px;
}


/** mdl_btn **/
.mdl_btn{
	display:block;
	color:#fff;
	background:#f7931e;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin:0 auto 25px auto;
	width:80%;
	text-decoration:none;
	text-align:left;
}

.mdl_btn p{
	position:relative;
	padding:15px;
}
.mdl_btn p:after{
	 content: "\f0d7";
	 font-family:'Font Awesome 5 Free';
	 font-weight:900;
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 margin-top: -12px;
	 color:#fff;
}


/**********
  h
**********/

/** pageTitle **/
h2#title{
	display:block;
	width:100%;
	padding:26px 0;
	text-align:center;
	margin-top:75px;
	text-align:center;
	color:#fff;
	font-weight:500;
}

h2#title p{
	font-size:1.6rem;
}

h2#title p:first-of-type{
	font-size:2.7rem;
	font-weight:bold;
}

h2#title p:first-of-type span{
	padding-bottom:4px;
	color:#fff;
	border-bottom:1px solid #fff;
}

h2#title p:last-of-type{
	padding-top:4px;
	line-height:1;
}


h3.title{
	font-family:'PT Serif', seri , "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: 'PT Serif Caption', serif;*/
	text-align:center;
	margin-bottom:45px;
	font-size:2.2rem;
	color:#3e3a39;
	border-bottom:1px solid #f7931e;
}



h4.title{
	font-family:'PT Serif', seri , "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	margin-bottom:20px;
	padding-left:25px;
	text-align:left;
	font-size:2.1rem;
	font-weight:normal;
	position: relative;
}

h4.title:before{
	content: "\f45c";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:1.5rem;
	color:#f7931e;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -11px;
}




/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:50px;
	width:100%;
}

/**********
 footerTop
**********/
#footerTop{
	width:100%;
	background:#f7931e;
}

#footerTop #footTopInner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

#footerTop #footTopInner ul{
    width: 100%;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footerTop #footTopInner ul li{
	display:block;
	font-size:1.5rem;
    flex-basis: 25%;
}

@media only screen and (max-width:769px) {
    #footerTop #footTopInner ul li{
        border-bottom:1px solid #fff;
        width: 50%;
        flex: auto;
    }
}

#footerTop #footTopInner ul li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

#footerTop #footTopInner ul li a p{
    display: block;
    border-right: 1px solid #fff;
	padding:14px 0 12px 26px;
	position: relative;
}

#footerTop #footTopInner ul li:last-of-type a p{
    border-right: none;
}

@media only screen and (max-width:769px) {
    #footerTop #footTopInner ul li:nth-last-child(odd) a p{
        border-right:none;
    }
}


#footerTop #footTopInner ul li a:hover,
#footerTop #footTopInner ul li a:active{
	background:#fbb03b;
}

#footerTop #footTopInner ul li#footBtn_fb a{
	background:#0071bc;
}

#footerTop #footTopInner ul li#footBtn_fb a:hover,
#footerTop #footTopInner ul li#footBtn_fb a:active{
	background:#0095e8;
}

#footerTop #footTopInner ul li#footBtn_yoyaku a p span:before{
	content:"";
	position: absolute;
	width:18px;
	height:18px;
	background-size:18px;
	top:30%;
	margin-left:-26px;
	padding-right:7px;
	background-image:url(../img/footBtn_icon_yoyaku.png);
	background-repeat:no-repeat;
}
#footerTop #footTopInner ul li#footBtn_access a p span:before{
	content:"";
	position: absolute;
	width:18px;
	height:18px;
	background-size:18px;
	top:30%;
	margin-left:-26px;
	padding-right:7px;
	background-image:url(../img/footBtn_icon_access.png);
	background-repeat:no-repeat;
}
#footerTop #footTopInner ul li#footBtn_recruit a p span:before{
	content:"";
	position: absolute;
	width:18px;
	height:18px;
	background-size:18px;
	top:30%;
	margin-left:-26px;
	padding-right:7px;
	background-image:url(../img/footBtn_icon_recruit.png);
	background-repeat:no-repeat;
}
#footerTop #footTopInner ul li#footBtn_fb a p{
	padding:14px 0 12px 0;
}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:none;
	padding:15px 0;
}
ul#footTopNavi li{
	display:inline-block;
}

ul#footTopNavi li a{
	color:#000;
	font-size:1.2rem;
	padding:0 10px;
	border-right:1px solid #000;
}

ul#footTopNavi li:last-of-type a{
	border:none;
}


/**********
 footContents
**********/
#footContents{
	background:#f9f1e1;
	padding:25px 0;
}

#footContents .contentInner{
	max-width:900px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/**********
 footAbout
**********/
#footAbout{
	text-align:center;
	width:100%;
	margin-bottom:30px;
}

#footAbout h2{
	font-size:1.5rem;
	padding-bottom:5px;
}

#footAbout img.openTime{
	width:100%;
	max-width:360px;
	display:block;
	vertical-align:baseline;
	margin:0 auto;
}

#footAbout #closeTime{
	padding-top:8px;
	font-weight:bold;
	font-size:1.3rem;
}

#footAbout #closeTime p{
	display:inline-block;
	padding:1px 3px;
	color:#fff;
	background:#00a99d;
	margin-right:10px;
	font-size:1.26rem;
}

#footAbout #closeTime span{
	color:red;
}

#footAbout a{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #f7931e;
	background:#fff;
	padding:6px 0;
	text-align:center;
	font-size:1.48rem;
	color:#fff;
	display:block;
	width:90%;
	max-width:360px;
	text-decoration:none;
	margin:15px auto 0 auto;
	color:#f7931e;
}

#footAbout a:hover,
#footAbout a:active{
	background:#f7931e;;
	color:#fff;
}

#footAbout a span{
	padding:0 7px;
}

#footAbout a span:before{
	content: "\f0da";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
}


/**********
 footContact
**********/
#footContact{
	text-align:center;
	width:100%;
}

/** footLogo **/
#footContact a#footLogo{
	display:block;
	margin-bottom:10px;
}

#footContact a#footLogo img{
	width:200px;
	display:block;
	margin:0 auto;
	vertical-align:baseline;
}

#footContact p{
	font-size:1.38rem;
}


/** footPhone **/
#footPhone{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #000;
}
#footPhone span{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:4px 7px;
	color:#fff;
	background:#fbb03b;
	text-align:center;
	font-size:1.4rem;
}

#footPhone img{
	width:100%;
	max-width:360px;
	margin:0 auto;
	vertical-align:middle;
	display:block;
	margin-top:15px;
}


/** footLink **/
#footLink{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #000;
}

#footLink #footLink_title{
	width:100%;
	max-width:360px;
	margin:0 auto 15px auto;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:7px 0;
	color:#fff;
	background:#595757;
}

#footLink #footLink_link{}

#footLink #footLink_link a{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:9px 0;
	text-align:center;
	font-size:1.5rem;
	color:#fff;
	display:block;
	width:90%;
	max-width:360px;
	text-decoration:none;
	margin:0 auto 10px auto;
}

#footLink #footLink_link a span{
	padding:0 7px;
}

#footLink a span:before{
	content: "\f0da";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
}

#footLink #footLink_link a#footLink_zero{
	background:#6bb92d;
}

#footLink #footLink_link a#footLink_maruyama{
	background:#f15a24;
}

#footLink #footLink_link a#footLink_toyohira{
	background:#f7931e;
}


small{
	font-size:0.65em;
	padding:20px 0 0 0;
	width:92%;
	max-width:900px;
	margin:0 auto;
	display:block;
}



/**********
 footCommonBana
**********/
#footCommonBana{
	max-width:800px;
	padding:50px 0 0;
	text-align:center;
}

#footCommonBana a{
	display:block;
	margin-bottom:20px;
	padding:0;
	width:33%;
}

#footCommonBana a img{
	width:100%;
	max-width:244px;
	margin:0 auto;
	vertical-align:baseline;
}

@media only screen and (max-width: 768px) {
	#footCommonBana a{
		width:100%;
		max-width: 360px;
		margin: 0 auto 20px;
	}

	#footCommonBana a img{
		max-width:360px;
		padding:0;
	}

}


/* PC・大型タブレット：769px～1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {

body{
	min-width:1050px;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/** headTop_mb **/
#headTop_mb{
	display:none;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

/**********
 headContents
**********/

#headContents{
	display:block;
}


#headContents #headContentsTop{
	width:100%;
	margin:0 auto;
}


/*********
 headLogo
**********/
#headContents #headContentsTop #headLogo{
	width:24%;
}

#headContents #headContentsTop #headLogo img{
	width:100%;
	max-width:244px;
	margin-top:6px;
}


/*********
 mainNavi
**********/
#headContents #headContentsTop #headNavi #mainNavi{
	width:70%;
}

#headContents #headContentsTop #headNavi #mainNavi ul li{
	width:24.5%;
}

/********
 headNavi_contact
**********/
#headNavi #headNavi_contact{
	width:29%;
}

#headNavi #headNavi_contact div p{
	font-size:2rem;
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
	#headNavi #headNavi_contact div p{
		font-size:1.6rem;
	}
}

#headNavi #headNavi_contact div a{
	font-size:1.22rem;
}

#headNavi #headNavi_contact div a span:after{
	width:16px;
	height:14px;
}







/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	/*width:96%;
	max-width:1050px;
	padding-bottom:40px;*/
}


/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}


/**********
 main
**********/
#main{
	margin:0 auto;
}



/**********
 flexWrap
**********/
.flexWrap{}

/**********
 primary
**********/
#primary{
	width:72%;
	max-width:750px;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}


/** conBlkFlex **/
.conBlkFlex{}
.conBlkFlex .conBF_img{
	width:30%;
	max-width:280px;
	padding-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-top:0;
}

.conBlkFlex .conBF_img img{
	margin:0;
}

.conBlkFlex .conBF_txt{
	width:64%;
	max-width:450px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

/**********
 secondary
**********/
#secondary{
	width:22%;
	max-width:250px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	align-items: baseline;
}

/** sideNavi **/
ul.sideNavi{
	display:block;
}


/**********
  h
**********/

h2#title{
	padding:50px 0;
	margin-top:0px;
}

h2#title p{
	font-size:1.7rem;
}

h2#title p:first-of-type{
	font-size:3.4rem;
}



h3.title{
	text-align:left;
	font-size:2.5rem;
}




/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:100px;
}

/**********
 footerTop
**********/
#footerTop{}

/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}



/**********
 footContents
**********/
#footContents{
}

#footContents .contentInner{
	width:92%;
	max-width:900px;
}


/**********
 footAbout
**********/
#footAbout{
	text-align:left;
	width:40%;
	max-width:320px;
	margin-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

/**********
 footContact
**********/
#footContact{
	width:50%;
	max-width:390px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	text-align:left;
}

/** footLogo **/
#footContact a#footLogo{
	margin-bottom:10px;
}

#footContact a#footLogo img{
	width:200px;
	display:block;
	margin:0;
	vertical-align:baseline;
}

/** footPhone **/
#footPhone{
	padding-top:20px;
	margin-top:10px;
}
#footPhone span{
	padding:4px;
	font-size:1.1rem;
	display:inline-block;
}

#footPhone img{
	display:inline-block;
	max-width:200px;
	margin:0 0 0 7px;
	vertical-align:middle;
}

@media only screen and (min-width: 769px) and (max-width: 820px) {
	#footPhone span{
		margin-bottom:10px;
	}
	
}



/** footLink **/
#footLink{
	padding-top:20px;
	margin-top:20px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:1.5rem;
}

#footLink #footLink_title{
	width:10%;
	text-align:center;
	margin:0 auto 0 0;
	min-height:70px;
	line-height:70px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position:relative;
}
#footLink #footLink_title p{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#footLink #footLink_link{
	width:87%;
	position:relative;
	min-height:100px;
	padding:0;
	margin:0;
}

#footLink #footLink_link a{
	padding:0;
	text-align:center;
	vertical-align:middle;
	font-size:1.4rem;
	color:#fff;
	display:block;
	width:100%;
	max-width:400px;
	text-decoration:none;
	margin:0;
	padding:11px 0;
}

#footLink #footLink_link a:nth-child(1){
	position:absolute;
	top:0;
}

#footLink #footLink_link a:nth-child(2){
	position:absolute;
	bottom:0;
}

#footLink #footLink_link a span{
	padding:0 9px;
}

small{
	text-align:left;
}


}




/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {

body{
	min-width:1050px;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/**********
 headTop_mb
**********/
#headTop_mb{
	display:none;
}

/**********
 headContents
**********/
#headContents{
	display:block;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:100%;
	/*max-width:1100px;*/
	margin:0 auto;
}


/********
 headNavi_contact
**********/
#headNavi #headNavi_contact div p{
	font-size:2rem;
}


/*********
 mainNavi
**********/
#headContents #headContentsTop #headNavi #mainNavi{
	width:70%;
}

#headContents #headContentsTop #headNavi #mainNavi ul li{
	width:24.5%;
}



/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	/*width:96%;
	max-width:1050px;
	padding-bottom:40px;*/
}

#breadcrumbs ol{
	width:1050px;
}

/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}

.contentInner{
	width:1050px;
	max-width:100%;
}

/**********
 main
**********/
#main{
	margin:0 auto;
}


/**********
 flexWrap
**********/
.flexWrap{}

/**********
 primary
**********/
#primary{
	width:750px;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

/** conBlkFlex **/
.conBlkFlex{}
.conBlkFlex .conBF_img{
	width:230px;
	padding-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-top:0;
}

.conBlkFlex .conBF_img img{
	margin:0;
}

.conBlkFlex .conBF_txt{
	width:440px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}


/**********
 secondary
**********/
#secondary{
	width:250px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}


/**********
  h
**********/

h2#title{
	padding:50px 0;
	margin-top:0px;
}

h2#title p{
	font-size:1.7rem;
}

h2#title p:first-of-type{
	font-size:3.4rem;
}


h3.title{
	text-align:left;
	font-size:2.5rem;
}




/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:100px;
}

/**********
 footerTop
**********/
#footerTop{}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}



/**********
 footContents
**********/
#footContents{
}

#footContents .contentInner{
	width:92%;
	max-width:900px;
}


/**********
 footAbout
**********/
#footAbout{
	text-align:left;
	width:40%;
	max-width:320px;
	margin-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

/**********
 footContact
**********/
#footContact{
	width:50%;
	max-width:390px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	text-align:left;
}

/** footLogo **/
#footContact a#footLogo{
	margin-bottom:10px;
}

#footContact a#footLogo img{
	width:200px;
	display:block;
	margin:0;
	vertical-align:baseline;
}

/** footPhone **/
#footPhone{
	padding-top:20px;
	margin-top:20px;
}
#footPhone span{
	padding:4px;
	font-size:1.1rem;
	display:inline-block;
}

#footPhone img{
	display:inline-block;
	width:200px;
	margin:0 0 0 7px;
	vertical-align:middle;
}


/** footLink **/
#footLink{
	padding-top:20px;
	margin-top:20px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:1.5rem;
}

#footLink #footLink_title{
	width:10%;
	text-align:center;
	margin:0 auto 0 0;
	min-height:70px;
	line-height:70px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position:relative;
}
#footLink #footLink_title p{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#footLink #footLink_link{
	width:87%;
	position:relative;
	min-height:100px;
	padding:0;
	margin:0;
}

#footLink #footLink_link a{
	padding:0;
	text-align:center;
	vertical-align:middle;
	font-size:1.4rem;
	color:#fff;
	display:block;
	width:100%;
	max-width:400px;
	text-decoration:none;
	margin:0;
	padding:11px 0;
}

#footLink #footLink_link a:nth-child(1){
	position:absolute;
	top:0;
}

#footLink #footLink_link a:nth-child(2){
	position:absolute;
	bottom:0;
}
#footLink a span{
	padding:0 9px;
}

small{
	text-align:left;
}



}




@media print {

body{
	min-width:1050px;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#header{}

/**********
 headTop_mb
**********/
#headTop_mb{
	display:none;
}

/**********
 headContents
**********/
#headContents{
	display:block;
}


/** headInner **/

#headerInner{
	width:auto;
	padding:0 12px 0 30px;
}

#headContents #headContentsTop{
	width:100%;
	/*max-width:1100px;*/
	margin:0 auto;
}


/********
 headNavi_contact
**********/
#headNavi #headNavi_contact div p{
	font-size:2rem;
}




/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	/*width:96%;
	max-width:1050px;
	padding-bottom:40px;*/
}

#breadcrumbs ol{
	width:1050px;
}

/*==========================================
 コンテンツエリアのスタイル
===========================================*/
/**********
 container
**********/
#container{}

.contentInner{
	width:1050px;
	max-width:100%;
}

/**********
 main
**********/
#main{
	margin:0 auto;
}


/**********
 flexWrap
**********/
.flexWrap{}

/**********
 primary
**********/
#primary{
	width:750px;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

/** conBlkFlex **/
.conBlkFlex{}
.conBlkFlex .conBF_img{
	width:230px;
	padding-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-top:0;
}

.conBlkFlex .conBF_img img{
	margin:0;
}

.conBlkFlex .conBF_txt{
	width:440px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}


/**********
 secondary
**********/
#secondary{
	width:250px;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}


/**********
  h
**********/

h2#title{
	padding:50px 0;
	margin-top:0px;
}

h2#title p{
	font-size:1.7rem;
}

h2#title p:first-of-type{
	font-size:3.4rem;
}


h3.title{
	text-align:left;
	font-size:2.5rem;
}




/*==========================================
 フッターのスタイル
===========================================*/

/**********
 footer
**********/
#footer{
	margin-top:100px;
}

/**********
 footerTop
**********/
#footerTop{}


/**********
 footTopNavi
**********/
ul#footTopNavi{
	display:block;
}



/**********
 footContents
**********/
#footContents{
}

#footContents .contentInner{
	width:92%;
	max-width:900px;
}


/**********
 footAbout
**********/
#footAbout{
	text-align:left;
	width:40%;
	max-width:320px;
	margin-bottom:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

/**********
 footContact
**********/
#footContact{
	width:50%;
	max-width:390px;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	text-align:left;
}

/** footLogo **/
#footContact a#footLogo{
	margin-bottom:10px;
}

#footContact a#footLogo img{
	width:200px;
	display:block;
	margin:0;
	vertical-align:baseline;
}

/** footPhone **/
#footPhone{
	padding-top:20px;
	margin-top:20px;
}
#footPhone span{
	padding:4px;
	font-size:1.1rem;
	display:inline-block;
}

#footPhone img{
	display:inline-block;
	max-width:200px;
	margin:0 0 0 7px;
	vertical-align:middle;
}


/** footLink **/
#footLink{
	padding-top:20px;
	margin-top:20px;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:1.5rem;
}

#footLink #footLink_title{
	width:10%;
	text-align:center;
	margin:0 auto 0 0;
	min-height:70px;
	line-height:70px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position:relative;
}
#footLink #footLink_title p{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#footLink #footLink_link{
	width:87%;
	position:relative;
	min-height:100px;
	padding:0;
	margin:0;
}

#footLink #footLink_link a{
	padding:0;
	text-align:center;
	vertical-align:middle;
	font-size:1.4rem;
	color:#fff;
	display:block;
	width:100%;
	max-width:400px;
	text-decoration:none;
	margin:0;
	padding:11px 0;
}

#footLink #footLink_link a:nth-child(1){
	position:absolute;
	top:0;
}

#footLink #footLink_link a:nth-child(2){
	position:absolute;
	bottom:0;
}
#footLink a span{
	padding:0 9px;
}

small{
	text-align:left;
}




}



