@charset  UTF-8;

/*
Project: 南海ライフリレーション
File: css/common.css
*/


/*  commoon
----------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.cf:before,.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
 *zoom: 1;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

em,address { font-style: normal }

address {
  font-size: 14px;
  line-height: 1.3;
}
a:hover {
  text-decoration: none;
}
a img:hover,
header #headerTop #fzBox .textresizer-active,header #headerTop-f #fzBox .textresizer-active,
#sitemap .sMapTit:hover  {
  opacity:0.55;
  filter: alpha(opacity=55);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=55)";  /* ie 8 */
  -moz-opacity:0.55;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.55;              /* Safari 1.x */
  zoom:1;
}

#gl a img:hover,
#concept .btn img:hover,
.newInfo .btn img:hover,
.detail img:hover,
#subSide a img:hover
 {
  opacity:1;
  filter: alpha(opacity=100);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";  /* ie 8 */
  -moz-opacity:1;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;              /* Safari 1.x */
  zoom:1;
}

.ajustwid {
  width:1330px;
  margin:0 auto;
}


.only-sp{
	display: none;
}


/*  layout
----------------------------*/
body {
  background: #FFF;
  color: #333;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
}

#wrapper {
  position: relative;
  width: 1330px;
  margin: 0 auto;
}

#topBg {
  position: absolute;
  z-index: -1;
  left: -3px;
  top: 0;
  width: 1330px;
  height: 326px;
  background: url(../images/top/top_bg01.png) left top no-repeat;
}

#btmBg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -25px;
  width: 1330px;
  height: 262px;
  background: url(../images/top/top_bg02.png) left top no-repeat;
}

.pageTop {
  position: fixed;
  right: 25px;
  bottom: 40px;
  z-index: 9000;
  opacity:0;
  filter:alpha(opacity=0);
}
.pageTop a img:hover{
  opacity:1;
  filter:alpha(opacity=1);
}

.pageTop a:hover{
  opacity:.55;
}
#main {
  width: 950px;
  margin: 20px auto 0;
}
#top #main {
  margin: 50px auto 0;
}
.arcIn {
	float: 	left;
	width: 690px;
}

/*パンくず*/
#breadcrumb{
 padding: 10px 0 11px;
}
#breadcrumb ul{
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#breadcrumb li{
	float: left;
	margin-right: 10px;
	width: auto;
	color: #666;
}
#breadcrumb a{
  display: block;
  width: auto;
  float: left;
  line-height: 17px;
  color: #666;
}

#breadcrumb .home,
.structure .home a{
  background: url(images/icon-home.png) no-repeat 0 50%;
  padding-left: 22px;
}


/*header*/
header {
  border-bottom: 5px solid #F37100;
}

header h1 {
  float: left;
  margin-bottom: 5px;
}

header #headerInWrap {
  width:1330px;
  margin:0 auto;
}

header #headerIn {
  position: relative;
  width: 950px;
  margin: 0 auto;
}


/* 改修後 */
.header__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header-contact{
  padding-bottom: 15px;
}
.header__logo{
	position: relative;
	margin-bottom: 0;
}
.header__logo .logo_sub{
	position: absolute;
	left: 100%;
	top: 30px;
	transform: translateX(10px);
}
.headerCont{
	display: flex;
  justify-content: flex-end;
	align-items: flex-end;
}

.header__navs{
	padding-left: 5px;
}

.header__contact__tel{
  margin-left: 15px;
}

.header__navs .subNav ul {
	display: flex;
	align-items: flex-end;
}

.header__navs .subNav li {
  margin-left: 5px;
	line-height: 0;
}

.header__navs .subNav li:first-child {
  margin-left: 0;
}

.header__contactBtns{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 456px;
  gap: 18px;
	margin-bottom: 15px;
}
.header__contactBtns .btn{
  flex-basis: 219px;
}



header #gl {
  position: relative;
  bottom: -8px;
  margin-top: 10px;
  clear: both;
}
header #gl ul{
	overflow: hidden;
}

header #gl li {
  float: left;
}

/*side*/
#main aside {
  width: 240px;
  float: right;
}

#main aside #sideInfo h2 {
  font-size: 0;
}

#main aside #sideInfo .cont {
  width: 240px;
  height: 298px;
  background: url(../images/cmn_bg_sideInfo.png) left top no-repeat;
  padding: 10px 17px;
}

#main aside #sideInfo .cont address {
  margin: 5px 0 7px;
}

#main aside #sideInfo .cont .open {
  margin: 4px 0 6px;
}

#main aside #sideNav li {
  margin-top: 10px;
}

#main aside #sideNav #sideNav02 {
  margin-top: 7px;
}

#main aside #sideNav #sideNav04 {
  margin-top: 4px;
}

#main aside .add {
  margin-top: 15px;
  background: url(../images/sideBanner_bg.gif) left top repeat-y;
  padding: 10px;
}

#main aside .add li:first-child {
  margin-bottom: 8px;
}

#main aside .family_blog_bnr{
	margin: 30px 0;
	text-align: center;
}
#main aside .family_blog_bnr img{
	max-width: 100%;
	height: auto;
}

/*footer*/
footer {
  margin-top: 25px;
  background: url(../images/cmn_bg_footer01.png) left 91px repeat-x;
  min-width:1330px;
}

footer figure {
  width: 1264px;
  margin: 0 auto;
}


footer #footerIn {
  width: 950px;
  margin: 35px auto 30px;
}

footer #footerIn #footerNav {
  width:461px;
  float: left;
}

footer #footerIn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 460px;
  margin-top: 5px;
}

footer #footerIn ul li {
  flex-basis: 210px;
  font-size: 14px;
  background: url(../images/cmn_arw01.png) left top no-repeat;
  padding-left: 15px;
  margin-bottom: 16px;
}

footer #footerIn ul li:nth-child(2n+1) {
  flex-basis: 250px;
}

footer #footerIn ul .last {
  margin-left: 250px;
}
footer #footerIn ul.noColumn{
	display: block;
}

footer #footerIn ul a {
  color: #fff;
}

footer #footerIn .line {
  margin: 10px 0 22px;
  line-height: 1;
  font-size: 0;
}

footer #footerIn .info {
  float: right;
  width: 462px;
  background: url(../images/cmn_bg_footerInfo01.png) left 37px no-repeat;
  height: 492px;
}

footer #footerIn .info h2 {
  font-size: 0;
}

footer #footerIn #infoBox {
  margin: 2px 0 0 20px;
  background: url(../images/cmn_bg_footerInfo02.png) left top no-repeat;
}

footer #footerIn #infoBox figure {
  width: 193px;
  float: left;
  padding: 8px;
}

footer #footerIn #infoBox .cont {
  float: left;
  margin: 12px 11px;
}

footer #footerIn #infoBox .cont h3 {
  margin: 7px 0 3px;
}

footer #footerIn #infoBox .cont .btn {
  margin-top: 5px;
}

footer #footerIn #googleMap {
  margin: 8px 0 0 20px;
  width:420px;
  height:270px;
}

footer #footerCopy {
  height: 95px;
  background: url(../images/cmn_bg_footer02.png) left top repeat-x;
}

footer #footerCopy small {
  display: block;
  text-align: center;
  padding-top: 15px;
}


/*下層共通
----------------------------*/

/*コンテンツ背景*/
.sub #outlineIn  {
  background: url(../images/cmn_bg_main.png) left top repeat-y;
  padding: 20px 30px 20px;
}

/*中見出し*/
.sub .arcIn h1 {
  font-size: 0;
}

/*小見出し*/
.sub .arcIn .stit{
  background: url(../images/cmn_line_stit.png) left bottom repeat-x;
  margin-bottom: 22px;
  padding-bottom: 18px;
}
.sub .arcIn .stit h1,
.sub .arcIn .stit h2{
  font-size: 20px;
  color: #E97259;
  background: url(../images/cmn_listCircle.png) left top no-repeat;
  margin-left: 5px;
  padding-left:25px;
  line-height: 0.8;
}

/*サイドナビ*/
#subSide {
    background: url(../images/cmn_bg_subSideNav.gif) left top repeat-y;
    padding: 10px;
}
#subSide li {
  margin-top: 7px;
}
#subSide li:first-child {
  margin-top: 0;
}

#noCatSide{
  position: relative;
  margin-top: -40px;
}
#top #noCatSide{
  position: relative;
  margin-top: 0;
}

/*アーカイブナビ*/
.multi_archive {
  margin-top: 41px;
}
.multi_archive h2 {
  font-size: 0;
}
.multi_archive a {
  color:  #333;
}
.multi_archive .year {
  background:  url(../images/blog/blog_archive_bg.png) left top repeat-y;
  padding: 25px 20px 20px;
}
.multi_archive .year li {
  background: url(../images/blog/blog_archive_arw.png) left top no-repeat;
    margin-top: 20px;
    padding-left: 20px;
    line-height: 15px;
    cursor: pointer;
}
.multi_archive .year li:first-child {
   margin-top: 0;
}
.multi_archive .year li.active{
    background:url(../images/blog/blog_archive_arw_act.png)  left top no-repeat;
    }
.multi_archive .month li.active{
    background:none;
 }
.multi_archive .month li {
  background:none;
  padding-left: 0;
  line-height: 1.6;
  margin-top: 5px;
}
.multi_archive .month li:first-child {
  margin-top: 10px;
}
/*.multi_archive .year li:first-child {
    background: url(../images/blog/blog_archive_arw.png) left top no-repeat;
}
.multi_archive .year .month li:first-child {
    background:none;
}*/
.multi_archive .year li:first-child .month {
  display: block;
}
.multi_archive .month{
    display:none;
}

