HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: /home/kusanagi/ninibaikyaku-soleil.com/DocumentRoot/wp-content/themes/original/page-1483.php
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title><?php
	$self_query = esc_html( get_search_query( false ) );
    if(is_home () || is_page(2)):
		bloginfo('name');
	elseif(is_category() || is_tag()):
		echo single_cat_title();
		if(is_tag()): echo 'にタグ付けされた記事'; endif;
		echo  $p = !empty($paged) ? "|" .$paged ."ページ目": ""; //ページをecho
		echo '|' .'任意売却ならライフソレイユ';
		//echo $s = !empty($self_query) ? "|" .$self_query : "";
	elseif(is_search()):
		echo $self_query ."の検索結果";
	elseif(is_404()):
		echo bloginfo('name');
	else:
		$titleTag = get_post_meta($post->ID,'titleTag',true);
		if(!empty($titleTag)): //タイトルタグ用のフィールドに文字ありの場合
			echo $titleTag;
		else:
			echo strip_tags( get_the_title() ) .'|' .'任意売却ならライフソレイユ';
		endif;
	endif;?>
</title>
<meta name="Keywords" content="<?php 
    if(is_home ()|| is_page('index')):
		echo get_post_meta($post->ID,'key',true);
	elseif(is_category()):
		$meta_date = get_option('cat_'.$cat);
		echo $meta_date['cat_key'];
	elseif(is_tag()):
		echo single_cat_title(); echo ',' .get_option( 'other_info' ); //管理画面の設定ページで入力したワード。
	elseif(is_search()):
		echo $self_query .',' .get_option( 'other_info' ); //管理画面の設定ページで入力したワード。
	else:
		echo get_post_meta($post->ID,'key',true);
	endif; ?>" />
<meta name="Description" content="<?php 
    if(is_home ()|| is_page('index')):
		echo get_post_meta($post->ID,'discription',true);
	elseif(is_category()):
		$cat = get_query_var('cat');
		$meta_date = get_option('cat_'.$cat);
		echo $meta_date['cat_discripsion'];
	elseif(is_tag()):
		echo '「' ; echo single_cat_title(); echo '」に関連するタグ一覧です。';
	elseif(is_search()):
		echo isset($self_query) ? $self_query ."の検索結果を表示しています。" : "";	
	else:
		echo get_post_meta($post->ID,'discription',true);
	endif; ?>" />
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<script type="text/javascript" src="//maps.google.co.jp/maps/api/js?key=AIzaSyDAxI7N2ReMUxHKetiHjNN_fFFnfAz1bEA"></script>
<script type="text/javascript">
 function initialize() {
  var latlng = new google.maps.LatLng(35.173625, 136.898763); //緯度・経度
  var myOptions = {
   zoom: 13, //拡大倍率
   center: new google.maps.LatLng(35.167010, 136.879789), 
   mapTypeId: google.maps.MapTypeId.ROADMAP //地図の種類
  };
  var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); //地図を表示
	//地図上にマーカーを配置する
	var marker = new google.maps.Marker({
		position : latlng, //緯度・経度
		map : map          //表示する地図
	});	
	var infowindow = new google.maps.InfoWindow({
		pixelOffset: new google.maps.Size(-30, 2),
		content: "<small style='font-size:0.73rem;'>名古屋市中区<br />丸の内2丁目<br />18-22<br />三博ビル2F</small>"
	});
	infowindow.open(map, marker);
 }
</script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3"></script>
<?php wp_head();?>

<?php //GTMグーグルタグマネージャ1?>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WZL5DGJ');</script>
<!-- End Google Tag Manager -->

</head>
<?php
echo '<body id="top" '; //body
	//カテゴリーIDつきでクラス出力
	$now_cat = get_the_category();
	if($now_cat):
		foreach($now_cat as $cat):
			$catID_for_bg .= 'body_cat_id' .$cat->term_id . ' ';
		endforeach;
	else:
		$catID_for_bg = '';
	endif;
	body_class($catID_for_bg);
echo ' onload="initialize();" >';

$cat = get_the_category();
$cat_id = $cat[0]->term_id;
$cat_name = $cat[0]->cat_name;

$ua=$_SERVER['HTTP_USER_AGENT']; //スマホ判別
$browser = ((strpos($ua,'iPhone')!==false)||(strpos($ua,'iPod')!==false)||(strpos($ua,'Android')!==false));
?>
<?php //GTMグーグルタグマネージャ2?>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZL5DGJ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
	$(function () {
        var $header = $('#top-head');
        $(window).scroll(function() {
            if ($(window).scrollTop() > 50) {
                $header.addClass('mini');
            } else {
                $header.removeClass('mini');
            }
        });
    });
</script>
<header id="top-head">
	<?php $post_h1 = get_post_meta($post->ID,'h1',true); ?>
  <div class="smaho_none">
    <h1 class="topH1">
      <div>
        <?php 
        if($post_h1):	echo $post_h1;
        else:			echo get_post_meta(2,'h1',true);
        endif;
        ?>
      </div>
    </h1>
  <!-- smaho_none --></div>
  <div class="head_in">
    <div class="base smaho_none">
      <a id="logo" href="<?php bloginfo('url'); ?>">
          <img src="<?php bloginfo('template_directory'); ?>/images/logo.svg" alt="<?php bloginfo('name'); ?>" />
      <!-- logo --></a>
      <div class="uketsuke">
        <div class="jikan">受付時間:<span class="moji">朝6:00~夜24:00</span><span style="color:#000;">(年中無休)</span></div>
          <div class="flex_list sita">
              <span class="muryo">相談無料</span>
              <span class="donichi">&nbsp;<span style="color:red;">土日</span>もご相談受付中です</span>
          </div>
      </div>
      <a class="tel" href="tel:<?php echo $telNUM; ?>">
        <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/phone.svg" alt="" />
        <span><?php echo $telNUM; ?></span>
      </a>
    </div>
    <div class="inq smaho_none">
      <a class="info" href="/お問い合わせ/">
          <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/form_cya.svg" alt="" />
          <span>問い合わせフォーム</span>
      </a>
    </div>
    
    <div class="smaho_echo" style="">
      <div class="flex_list base">
        <a id="logo" href="<?php bloginfo('url'); ?>">
            <img src="<?php bloginfo('template_directory'); ?>/images/logo.svg" alt="<?php bloginfo('name'); ?>" />
        </a>
        <a class="tel_s" onclick ="yahoo_report_conversion('tel:<?php echo $telNUM; ?>')" href="tel:<?php echo $telNUM; ?>">
          <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/phone_top.svg" alt="" />
        </a>
        <a class="info_s" href="/お問い合わせ/">
          <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/form_top.svg" alt="" />
        </a>
      </div>
    <!-- smaho_echo --></div>
  </div>
  <div class="line">
    <div class="nav_wrapper">
          <input class="check" id="checked" type="checkbox" style="">
          <label class="menu-btn" for="checked" style="">
              <span class="bar top"></span>
              <span class="bar middle"></span>
              <span class="bar bottom"></span>
              <span class="menu-btn__text">メニュー</span>
          </label>
          <label class="close-menu" for="checked" style=""></label>
          <ul id="" class="nav drawer-menu">
              <li><a href="<?php bloginfo('url'); ?>"><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/g_home.svg" alt="" /> ホーム</a></li>
              <li><a href="/会社紹介/">会社紹介</a></li>
              <li><a href="/選ばれる理由/">選ばれる理由</a></li>
              <li><a href="/サービスと費用/">サービスと費用</a></li>
              <li><a href="/無料相談/">無料相談</a></li>
              <li><a href="/category/専門家紹介/">専門家紹介</a></li>
              <li><a href="/category/ケース別相談事例/">ケース別相談事例</a></li>
          </ul>
      </div>
  </div>
</header>
<?php
if(is_home() || is_front_page() ): //トップページかフロントページ ?>
<div class="key_wrapper">
	<div class="keyvisi">
    	<?php
		//参考URL http://on-ze.com/archives/4213
		//swiperDEMO http://idangero.us/swiper/demos/#.WDwQU_mLSUk
		?>
		<script>
        jQuery(window).load(function(){
            jQuery("#loading").hide();
        });
        </script>
        <img src="<?php echo get_bloginfo('template_directory'); ?>/images/load.gif" id="loading" class="bgnone" alt="ロード中..." />
		<?php
        if ($browser == true): // true = スマホの場合
        $sma_key = "_smaho"; endif;?>
        <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/swiper.min.css">
        <div class="swiper-container">
            <div class="swiper-wrapper">
                <div class="swiper-slide">
                    <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_key_img001<?php echo $sma_key;?>.jpg" alt="
                    東海地区で任意売却のご相談は私たちにお任せください" />
                </div>
                <div class="swiper-slide"> 
                    <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_key_img002<?php echo $sma_key;?>.jpg" alt="
                    東海エリアでNo1の任意売却実績" />
                </div>
                <div class="swiper-slide">
                    <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_key_img003<?php echo $sma_key;?>.jpg" alt="
                    専門家が破産せずに済む方法を最優先に考えます" />
                </div>
            </div>
            <div class="swiper-pagination"></div>
            <div class="swiper-button-prev"></div>
            <div class="swiper-button-next"></div>
            <div class="swiper-scrollbar"></div>
        </div>    
            
        <script src="<?php bloginfo('template_directory'); ?>/js/swiper.min.js"></script>
        <script>
        var swiper = new Swiper('.swiper-container', {
            paginationClickable: true,
            nextButton: '.swiper-button-next',
            prevButton: '.swiper-button-prev',
            slidesPerView: 1,
            spaceBetween: 30,
            loop: true,
            centeredSlides: true,
            autoplay: 6500,
            autoplayDisableOnInteraction: false
            });
        </script>
    
    </div>
    <div style="display: none; color: red; font-weight:bold; padding: 3%; margin: 0 0 3%; text-align: center; background: #efefef; border: 2px solid #999;">
        <span style="font-size:1.5em;">&nbsp;</div>
    </div>
<?php
else: ?>
	<div id="mainArea">
    <h1 class="topH1 smaho_echo">
      <div>
        <?php 
        if($post_h1):	echo $post_h1;
        else: echo get_post_meta(2,'h1',true);
        endif;
        ?>
      </div>
    </h1>
  <?php breadcrumb(); 
endif; ?> 

<div id="wrapper">


<?php echo do_shortcode('[code030]'); //サイドメニュー?>

    

<div class="contein">
<section>
<?php
if(is_home() || is_front_page() ): //トップページかフロントページ ?>
<div class="cont000 mini_menu">
    <div class="omakase_layout">
        <div class="flex_list menuType002" style="background: #fff;">
            <a style="" href="<?php echo get_permalink( 75 ); ?>">会社紹介</a>
            <a style="letter-spacing: -0.05em;" href="<?php echo get_permalink( 73 ); ?>">選ばれる理由</a>
            <a style="letter-spacing: -0.1em;" href="<?php echo get_permalink( 71 ); ?>">サービスと費用</a>
            <a href="<?php echo get_permalink( 69 ); ?>">無料相談</a>
            <a href="/category/専門家紹介/">専門家紹介</a>
            <a href="/category/ケース別相談事例/">相談事例</a>
        </div>
        <?php echo do_shortcode('[code003]'); //問合せ?>
    </div>
</div>

<div class="cont001 smaho_none">
	<div style="background:#fff;">
    	<a class="blo" style="margin:0 0 -9px; " href="/category/メディア実績/">
        	<img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_img006.jpg" alt="" />
      </a>
    </div>
	<div>
    <h2 class="top_title001">任意売却をご存知ですか?</h2>
    <p>
        住宅ローンや不動産を担保にして借入金している場合、返済を滞納してしまうと、通常、
        債権者(借入先)が担保不動産の競売を申し立ててしまうことになります。あなたの意思とは関係なく売りに出され、
        あなたの元には一切お金が入りません!任意売却ならば交渉次第で、無理なく返済計画を立てたり、新しい生活を前向きな気持ちで準備できます。
    </p>
  </div>
  <div class="flex_list" style="align-items: center;">
    <div>任意売却のメリットは?競売と任意売却でどう違う?</div>
    <div class="bottomBox"><a class="more001" href="<?php echo get_permalink( 16 ); ?>">詳しく見る</a></div>
  </div>
</div>

<div class="cont001 cont001_001 smaho_echo" style="">
  <h2 class="flex_list top_title002">
    <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/aoba.svg" alt="" /></div>
    <div>任意売却で競売を回避</div>
  </h2>
  <div class="cont001_001_linkBox">
    <a href="<?php echo get_permalink( 16 ); ?>">任意売却とは?(競売との違い)</a>
    <a href="<?php echo get_permalink( 69 ); ?>">任意売却の費用の仕組み(無料のワケ)</a>
    <a href="<?php echo get_permalink( 1204 ); ?>">引越の費用確保とサポート</a>
    <a href="<?php echo get_permalink( 18 ); ?>">住み続ける方法「リースバック」</a>
    <a href="<?php echo get_permalink( 26 ); ?>">売却後に残った債務の処理</a>
    <a href="<?php echo get_permalink( 73 ); ?>">当社が東海で最も選ばれている理由</a>
  </div>
  <div class="cont001_001_jireiBox" style="">
  	<a class="more005 flex_list" style="background:#fbbc36;" href="/category/ケース別相談事例/">
      <div><img class="" src="<?php bloginfo('template_directory'); ?>/images/top_img004.jpg" alt="" /></div>
      <div style="font-size:1.6rem; line-height: 1; padding: 13px 0 0;">当社の解決事例 >></div>
    </a>
    <h1 class="topH1">
      <div>
        <?php 
        if($post_h1):	echo $post_h1;
        else:			echo get_post_meta(2,'h1',true);
        endif;
        ?>
      </div>
    </h1>
  </div>
  
</div>

<div class="smaho_none">
	<?php echo do_shortcode('[code015]'); //良くある質問3点?>
  <?php echo do_shortcode('[code025]'); //要素二つの部分?>
  <br style="clear:both;" />
</div>

<div class="smaho_echo" style="">
	<br style="clear:both;" />
  <div class="cont004">
    <h3 class="lineTitle" style="margin: 2% 0 0;">
      <a class="" href="/category/メディア実績/">
          <div>メディア実績 ~当社の活動がTVなどで特集されました! <span class="more001">一覧をみる</span></div>
      </a>
    </h3>
    <a class="" href="/category/メディア実績/">
      <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_media_img001.jpg" alt="" />
      <div>住宅ローンの支払いに困窮する方々のケースが取材されました。愛知、三重、岐阜での放送も掲載しています。</div>
    </a>
    <article class="flex_list" style="">
      <?php 
      $args = array(
        'cat'	=> 2,
        'posts_per_page' => 4,
        'orderby' => 'rand',			
      );
      $the_query = new WP_Query( $args );
      if ( $the_query->have_posts() ) :
      while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
        <a class="mediaIMG" href="/category/メディア実績/#id<?php echo $post->ID; ?>">
          <div>
            <?php echo get_the_post_thumbnail( $post->ID, 'medium', array( 'class' => 'bgnone' )); ?>
          </div>
          <div>
            <h3 class=""><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h3>
            <div class="text">
              <?php echo strip_tags(get_the_title());?><br />
              <span class="date"><?php the_time('Y/m/d'); ?></span>
            </div>
            <span class="more002">もっとみる</span>
          </div>
        </a>
      <?php 
      endwhile; endif;
      wp_reset_query();
      ?>
    </article>
  </div>
  <br style="clear:both;" />
  <a class="blo" href="<?php echo get_permalink( 73 ); ?>">
  	<img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_8advantage_sumaho.jpg" alt="当社が東海で選ばれる8つの理由" />
  </a>
  <br style="clear:both;" />
  <div class="cont006" style="">
    <h3 class="lineTitle" style="">
      <a class="flex_list" href="/category/ケース別相談事例/">
        <div>競売回避、残債を少なく出来た」~任意売却による解決事例 <span class="more001">一覧</span></div>
      </a>
    </h3>
    <?php
		query_posts( 'cat=6&posts_per_page=3' );
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
    	<a class="" href="<?php the_permalink(); ?>">
        <h3 style=""><?php the_title(); ?></h3>
        <div class="flex_list flex_list_alignLeft_2_8">
          <div class="imgBox">
            <?php the_post_thumbnail('thumbnail', array('class' => 'bgnone')); ?>
          </div>
          <div>
            <div class="text"><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></div>
            <div class="more002">事例の詳細</div>
          </div>
        </div>
      </a>
		<?php
		endwhile; endif;
		wp_reset_query();
		?>
  </div>
  <br style="clear:both;" />
  <div class="cont006_002">
    <h3 class="lineTitle">ケース別で解決事例を見る</h3>
    <?php case_childMenu(); ?>
  </div>

  <br style="clear:both;" />

  <div class="cont003">
    <h3 class="lineTitle" style="">
      <div>ライフソレイユ代表挨拶</div>
    </h3>
    <div>
      <h3>私たち専門家にご相談ください。<br />返済に追われる日々から開放されます。</h3>
      <p style="">
        私たちは、名古屋を拠点に愛知・岐阜・三重・静岡など<strong style="color: #e88b11;">東海エリアに地域密着で運営</strong>する、住宅ローン問題や任意売却の専門家集団です。 任意売却をはじめとした様々な方法で、大切なご自宅が競売に掛けられてしまうことを避けるためのお手伝いをさせていただきます。
        <br />
        愛知・岐阜・三重・静岡で任意売却をご検討の方、住宅ローンの返済でお悩みの方は、お一人で悩まずにまずはお気軽にご相談ください。必ず今の返済に追われる日々から開放されます。
      </p>
    </div>
  </div>
  <div class="sign_adachi">
      <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/adachi_sign.png" alt="" />
  </div>
<!-- smaho_echo ここまで --></div>


<div class="cont003 smaho_none">
	<div>
    	<h3>私たち専門家にご相談ください。<br />返済に追われる日々から開放されます。</h3>
        <p style="">
        私たちは、名古屋を拠点に愛知・岐阜・三重・静岡など<br />
        <strong style="color: #e88b11;">東海エリアに地域密着で運営</strong>する、住宅ローン問題や任意売却の<br />
        専門家集団です。
        <br />
        任意売却をはじめとした様々な方法で、大切なご自宅が競売に掛けられてしまうことを避けるためのお手伝いをさせていただきます。
        </p>
        <br style="clear:both;" />
    </div>
    <div class="message">
        <a href="/選ばれる理由/"><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_8advantage.jpg" alt="私達が選ばれる理由はこちらから詳しくご覧いただけます" /></a>
        <p>
        任意売却の成立や住宅ローンの滞納問題の解決のためには、不動産や法律など複雑な専門知識が絡むうえ、債権者との利害関係の調整が必要で、高い専門性と豊富な経験が必須になります。私たちは、東海エリアで圧倒的No1の数の任意売却の実績があるだけでなく、愛知・岐阜・三重・静岡・浜松の各地域で債務問題に強い弁護士や司法書士、ファイナンシャルプランナーなど各種専門家と提携しておりますので、ご相談者様の生活を守る最善のサポートが可能です。
        </p><p>
        そして、その豊富な経験と専門家ネットワークを活かして、「自己破産だけは避けたい」「家に住み続けたい」など、ご相談者様のご要望をできる限り実現いたします。
        </p><p>
        住宅ローンの問題は放置すればするほど深刻になってしまいます。早く相談していただいていれば自宅を売らずに済んだケースや、任意売却すら間に合わず競売になって家を追い出されてしまったという悲惨なケースも見てきました。私たちは、そんな悲劇を減らすために、即日対応や出張相談など、地域密着ならではのスピーディな対応を心がけております。
        </p><p>
        愛知・岐阜・三重・静岡で任意売却をご検討の方、住宅ローンの返済でお悩みの方は、お一人で悩まずにまずはお気軽にご相談ください。必ず今の返済に追われる日々から開放されます。
        </p>
    </div>
</div>
<div class="sign_adachi smaho_none" style="">
  <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/adachi_sign.png" alt="" />
</div>

<div class="cont004 smaho_none">
	<h3 class="lineTitle" style="margin: 2% auto 0;">【メディア実績】当社の活動がTVなどで特集されました!</h3>
  <a class="" href="/category/メディア実績/">
      <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_media_img001.jpg" alt="
      住宅ローンの支払いに困窮する方々の様々なケースが取材されました。愛知・三重・岐阜での放送もあります。" />
  </a>
  <article class="flex_list" style="">
  <?php 
  $args = array(
    'cat'	=> 2,
    'posts_per_page' => 3,
    'orderby' => 'rand',			
  );
  $the_query = new WP_Query( $args );
  if ( $the_query->have_posts() ) :
  while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
          <div>
              <a class="mediaIMG" href="/category/メディア実績/#id<?php echo $post->ID; ?>">
                  <?php echo get_the_post_thumbnail( $post->ID, 'medium', array( 'class' => 'bgnone' )); ?>
                  <h3 class=""><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h3>
                  <div class="text">
          <?php echo strip_tags(get_the_title());?>
                      <span class="date"><?php the_time('Y/m/d'); ?></span>
                  </div>
                  <span class="more002">もっとみる</span>
              </a>
          </div>
      <?php 
      endwhile; endif;
      wp_reset_query();
  ?>
  </article>
</div>



<br style="clear:both;" />

<div class="cont005">
	<h3 class="lineTitle" style="margin:2% auto 0;">手数料について</h3>
    <h3 class="midashi" style="">任意売却の手数料は<u>お客様負担0円</u>です!</h3>
    <p>
        私たちにご依頼いただいた場合、私たちの手数料はもちろん、任意売却にかかる各種諸費用は、売却が成立した際の売却代金の中から捻出しますので、事前にご相談者様から費用をいただくことはございません。
    </p><p>
        また、住宅ローン以外に税金やマンション管理費などを滞納してしまっている場合は、売却代金から滞納分を支払って、残りを債権者に返済できるように、債権者である金融機関と交渉します。さらに、引越し代も同様に債権者に交渉し、返済でお困りのご相談者様が金銭的な負担を強いられないようにサポートします。
    </p>
    <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_img001.jpg" alt="" />
</div>
<br style="clear:both;" />


<div class="cont006 smaho_none">
	<h3 class="lineTitle" style="margin: 2% 0 0;">
        <a class="flex_list" href="/category/ケース別相談事例/">
            <div>「競売を回避できた」「残債を少なく出来た」~任意売却による解決事例</div>
            <div class="more001">一覧をみる</div>
        </a>
    </h3>
	<?php
    query_posts( 'cat=6&posts_per_page=1' );
    if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
        <h3 class="t002" style="padding:0.5%; margin:0;"><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h3>
        <div class="flex_list flex_list_alignLeft_2_8">
            <div class="imgBox"><a class="blo" href="<?php the_permalink(); ?>"><?php the_post_thumbnail('thumbnail', array('class' => 'bgnone')); ?></a>
            	<?php echo get_post_meta($post->ID, 'mini_text' ,true); ?>
            </div>
            <div class="text">
                <h3 style="font-size:1.1rem; letter-spacing:-0.03em; border:none;"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
				<div class="case_text"><?php the_content(); ?><div class="bg">&nbsp;</div></div>
                <a class="more002" href="<?php the_permalink(); ?>">事例の詳細</a>
            </div>
        </div>
	<?php
    endwhile; endif;
    wp_reset_query();
    ?>
  <br style="clear:both;" />
</div>

<div class="cont007">
	<h3 class="lineTitle">
        <a class="flex_list" href="/category/専門家紹介/"><div>東海エリアで住宅ローン問題に強い専門家の紹介</div>
        <div class="more001">一覧をみる</div></a>
    </h3>
    <div class="flex_list_wrapp">
		<?php
		$args = array(
			'post__in' => array(157,319,152,155),  
		);
		$the_query = new WP_Query( $args );
		if ( $the_query->have_posts() ) :
		while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
        <a class="profBox blo" href="<?php echo get_the_permalink(); ?>" style="">
            <h3><?php echo get_the_title(); ?> <span><?php echo get_post_meta($post->ID, 'job_position' ,true); ?></span></h3>
        	<div class="flex_list flex_list_alignLeft_3_7">
            	<div class="imgBox"><?php echo get_the_post_thumbnail( $post_id, 'thumbnail', array( 'class' => 'bgnone' )); ?></div>
            	<div class="text">
                    <p><?php echo get_post_meta($post->ID, 'prof_text_001' ,true); ?>
                    <span class="more002">詳細</span></p>
                </div>
            </div>
        </a>
        <?php
        endwhile; endif;
        wp_reset_query();
        ?>
    </div>
</div>
<br style="clear:both;" />
<div class="cont008">
	<h3 class="lineTitle">他社との違い</h3>
    <p>
        私たちは、住宅ローン問題や任意売却の専門家です。他の不動産業者と違い、単に自宅を売却するだけでなく、「そのまま家に住み続けるための解決策」や「自己破産を避けるためのご提案」、「任意売却後の残債の返済条件の交渉」など、ご相談者様の生活再建をトータルでサポートいたします。
    </p><p>
        また、東京や大阪の会社と異なり、東海エリアに地域密着で活動しておりますので、愛知や岐阜、三重、そして静岡の方に対して、即日対応や出張相談などのスピード対応が可能です。
        <br />
        <a class="more003" href="/選ばれる理由/"> > 私たちが選ばれる理由について詳しくはこちら</a>
    </p>
    <img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_img002.svg" alt="" />
</div>
<br style="clear:both;" />

<div class="cont009">
	<h3 class="lineTitle">任意売却の流れ</h3>
    <p>
    私たちは、お客様に代わり債権者さまとの交渉に加えお客様の大切な不動産を、責任を持って、
    任意売却(=売却・買取り・リースバック)のお手続きをさせて頂きます。
    複雑なお手続きや煩雑なお手続きは、安心して弊社にすべてお任せ下さい。
    ライフソレイユはご相談者様の立場を1番に考え状況に応じた最適な提案を各専門家よりご提案させて頂きます。
    </p>
    <div class="flex_list flow">
    	<div>
        	<h4>1:電話・メール相談</h4>
            <div>
                <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_flow_img001.jpg" alt="" /></div>
                <div><small>まずはお電話でお問い合わせください。休日はもちろん、早朝・深夜も対応いたします。</small></div>
            </div>
        </div>
    	<div>
        	<h4>2:面談</h4>
            <div>
                <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_flow_img002.jpg" alt="" /></div>
                <div><small>住宅ローン・任意売却の専門家が無料でご相談をお受けします。出張相談も承ります。</small></div>
            </div>
        </div>
    	<div>
        	<h4>3:物件の査定</h4>
            <div>
                <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_flow_img003.jpg" alt="" /></div>
                <div><small>債権者との調整をしながら、ご自宅の販売価格を査定します。</small></div>
            </div>
        </div>
    	<div>
        	<h4>4:債権者との話合い</h4>
            <div>
                <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_flow_img004.jpg" alt="" /></div>
                <div><small>ご相談者様に代わって、任意売却の経験豊富な当社が債権者と話し合いを行い、任意売却をスムーズに進めます。</small></div>
            </div>
        </div>
    	<div>
        	<h4>5:任意売却成立</h4>
			<div>
                <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/top_flow_img005.jpg" alt="" /></div>
                <div><small>買い手が見つかれば契約成立です。その後の残債の返済方交渉までお任せください。</small></div>
            </div>
        </div>
    </div>
</div>

</section>
<?php 
else: //トップページかフロントページでない
	if(is_single()):
		if(in_category(10)):?>
        <h2 class="plof_label"><?php echo the_title(); ?></h2>
    <?php
		else: ?>
      <div class="title">
          <h2 class="inner_title"><?php the_title(); ?></h2>
      </div>
		<?php
		endif;
	elseif(is_category()):?>
    <div class="title">
        <h2 class="inner_title"><?php single_cat_title(); ?></h2>
    </div>
	<?php
	endif;
endif;
 
if(!(is_home() || is_front_page() ) && is_page()): //固定ページ ?>
	<div class="title">
    <h2 class="inner_title"><?php the_title(); ?></h2>
  </div>
	<?php
    if ( have_posts() ) :  while (have_posts()) : the_post();      
         echo '<article>'; the_content(); echo '</article>';
    endwhile; endif;
		

	if(is_page(1483)): //mAP?>
		<div id="map_canvas" style="width:212px; height:300px;">
    </div>
    <p><a class="more003" style="padding:8px 10px 8px 25px;" href="https://goo.gl/maps/viEbjRxJKoz" target="_blank" rel="nofollow">もっと大きなMAPで見る</a></p>
		
	<?php
	endif;




	if(is_page(73)): //選ばれる理由?>
    	<img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/down_erab_img001.svg" alt="" />
	<?php
	endif;
    $child_posts = get_posts( 'numberposts=1&order=ASC&orderby=post_title&post_type=page&post_parent=' . $post->ID ); //子ページ一件表示
    if ( $child_posts ):
         foreach ( $child_posts as $child ) :
            $c_title = apply_filters( 'the_title', $child->post_title );
            $c_content = get_extended( $child->post_content );
            $c_content = apply_filters( 'the_content', $c_content['main'] );
            ?>
            <h2><?php echo $c_title; ?></h2>
            <article><?php echo $c_content; ?></article>
        <?php
        endforeach;
    endif; ?>
<?php 
elseif(is_single()): //シングルページ
	if(in_category(10)): //専門家紹介
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
      <article id="id<?php echo $post->ID; ?>" class="main_prof main_prof_singleMAINp">
        <div>
              <div class="flex_list flex_list_alignLeft_3_7">
                  <div class="imgBox"><?php echo get_the_post_thumbnail( $post_id, 'medium', array( 'class' => 'bgnone' )); ?></div>
                  <div class="textBox">
                      <h4><?php echo get_post_meta($post->ID, 'job_position' ,true); ?></h4>
                      <?php echo get_post_meta($post->ID, 'prof_text_002' ,true); ?>
                  </div>
              </div>
              <div><?php the_content(); ?></div>
          </div>
      </article>
		<?php
    endwhile; endif;
    wp_reset_query();
    ?>
    <br style="clear:both;" />
    <section>
      <h3 class="">専門家紹介</h3>
			<?php members(); ?>
    </section>
	<?php 
	elseif(in_category(6)): //ケース別相談事例
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
			<?php if(is_single(1144)): ?>
				<?php case_childMenu(); ?>
			<?php
			endif;?>
        
      <article id="id<?php echo $post->ID; ?>" class="case">
				<?php
				$subtitle = get_post_meta($post->ID, 'subtitle' ,true);
				if($subtitle): echo '<h3 class="t002">' .$subtitle .'</h3>'; endif; ?>
          <div class="flex_list flex_list_alignLeft_2_8">
              <div class="imgBox"><?php the_post_thumbnail('thumbnail', array('class' => 'bgnone')); ?>
              </div>
              <div class="text">
                  <?php the_content(); ?>
              </div>
          </div>
          <div class="waku004" style="border-bottom:2px solid #fff;">
              <h3 class="t001" style="">感想</h3>
              <div class="flex_list flex_list_alignLeft_8_2" style="font-weight:bold; color:#9a7248;">
                  <div class="text" style="padding:0 2% 0 0;">
                      <?php echo get_post_meta($post->ID, 'case_text_001' ,true); ?>
                  </div>
                  <div class="imgBox002"><?php the_post_thumbnail('thumbnail', array('class' => '')); ?>
                  </div>
              </div>
          </div>
          <div class="waku003">
            <h3 class="t003" style="">解説</h3>
            <div  class="flex_list flex_list_alignLeft_2_8" style="font-weight:bold; color:#1c314c;">
              <div class="imgBox002"><img class="alignleft" src="<?php bloginfo('template_directory'); ?>/images/s_c01.jpg" alt="" /></div>
              <div class="text" style="padding:0 0 0 2%;">
                <?php echo get_post_meta($post->ID, 'case_text_002' ,true); ?>
              </div>
            </div>
          </div>
    </article>
		<?php 
    endwhile; endif;
    wp_reset_query();?>
    <a class="more004" href="/category/ケース別相談事例/">他のケース別相談事例をみる </a>
	<?php 
	else:	
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?> 
      <section>
        <article style="">
          <?php
            // $thum = get_the_post_thumbnail( $post_id, 'thumbnail', array( 'class' => 'alignleft bgnone' ));
            //if($thum): echo $thum; endif; ?>
            <?php the_content(); ?>
        </article>
        <?php
        //if(in_category(2)):  //ニュース等。
            //previous_next() ;
        //endif;?>
      </section>
			<?php
		endwhile; endif; wp_reset_query(); ?>
	<?php 
	endif;
elseif(is_category() ): //カテゴリーページ
	$cat_name = single_cat_title('' , false );
	$cat_ID = get_cat_ID( $cat_name );
	$get_query_var = get_query_var('cat');
	
	$meta_date = get_option('cat_'.$cat_ID);
	
	if(is_category(2)): //メディア関係
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
		<article id="id<?php echo $post->ID; ?>" class="md_art" style="">
			<h3 class="t005"><?php echo strip_tags(get_the_title());?> <span class="date"><?php the_time('Y年m月d日'); ?></span></h3>
			<div><?php echo get_the_post_thumbnail( $post_id, 'full', array( 'class' => 'bgnone md_thumbnail' )); ?></div>
            <div class="key_box">
            	<h4 class="subtitle"><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h4>
				<?php echo get_the_content(); ?>
            </div>
            
			<?php
			$num = get_post_meta($post->ID, 'subtitle',true);
			for($i = 1 ; $i <= 4 ; $i ++):
				$num		= 'm_IMG_' .sprintf('%03d', $i);
				$num_text	= 'm_text_' .sprintf('%03d', $i);
				
				$num = get_post_meta($post->ID, $num ,true);
				$num_text = get_post_meta($post->ID, $num_text ,true);
				
				$imgData = wp_get_attachment_image_src($num ,'full');
				$imgData = $imgData[0];
			
				$dataSet[$i]["num"] = $imgData;
				$dataSet[$i]["num_text"] = $num_text;
				
			endfor; ?>
            <div class="flex_list flex_list_wrapp md_wrappbox" style="">
				<?php
                foreach($dataSet as $data): ?>
                    <div class="md_inflexBox">
                        <img class="md_img" src="<?php echo $data["num"]; ?>" alt="" />
                        <p><?php echo $data["num_text"]; ?></p>
                    </div>
                
                <?php 
                endforeach; ?>
            </div>
		</article>
        <br style="clear:both;" />
		<?php 
        endwhile; endif;
        wp_reset_query();?>
	<?php 
	elseif(is_category(10)): //専門家紹介 ?>
        <div style="">
            <h3 style="font-size: 2rem;text-align: center;">東海で債務問題に強い専門家と提携</h3>
            <strong>
                お客様ごとの状況やお住まいの地域に合わせて最適な専門家と連携し、お客様の生活の再建をサポートします!
            </strong>
            <div class="waku001" style="margin:1% 0; color:#643b13;">
                <div class="flex_list flex_list_alignLeft_3_7">
                    <div><img class="" src="<?php bloginfo('template_directory'); ?>/images/down_senmon_img001.jpg" alt="" /></div>
                    <div style="padding: 2%;">
                        当社は名古屋を中心に、愛知・岐阜・三重・静岡・浜松など東海エリアで債務問題に強い弁護士や司法書士、ファイナンシャルプランナーなどの各種専門家と提携し、お客様の生活の再建と今後の生活設計をしていただくための万全の体制を構築しております。
                    
                    </div>
                
                </div>
            </div>
        </div>
		<?php members(); ?>
    <br style="clear:both;" />
	<?php 
	elseif(cat_is_ancestor_of( 6, $cat_ID ) || is_category(6)): //ケース別相談事例
		if(is_category(6)): //ケース別相談(親カテ)のみキービジ表示。
			echo '<img class="bgnone" src="' .get_bloginfo('template_directory') .'/images/down_case_img001.jpg" alt="住宅ローン問題から解放された方々の実例" />';
		endif; ?>
		<h3 class="smaho_echo menuType003_h3_001">パターン別に絞る</h3><?php /* スマホのみdisplay*/ ?>
				<?php case_childMenu(); ?>
		
		<?php
		if($meta_date['cat_text']): echo '<p>' .$meta_date['cat_text'] .'</p>'; endif;//カテゴリーのテキスト
		

		$arg = array (
			'posts_per_page' => -1,
			'tax_query' => array(
				'relation' => 'AND',
				array(
					'taxonomy' => 'category',
					'field' => 'term_id',
					'terms'=>array( $cat_ID ),
					'include_children'=>true,
					'operator' => 'IN'
				)
			)
		);
		$myposts = get_posts( $arg );
		foreach ( $myposts as $post ) : setup_postdata( $post ); ?>
      <article class="caseBox">
          <h3 class="j"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
          <div class="flex_list flex_list_alignLeft_1_9">
              <div class="imgBox">
                  <a class="blo" href="<?php the_permalink(); ?>"><?php the_post_thumbnail('thumbnail', array('class' => 'bgnone')); ?></a>
                  <?php echo get_post_meta($post->ID, 'mini_text' ,true); ?>
              </div>
              <div class="text">
                  <h4 class="" style="color: #e31b0e;"><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h4>

                  <div class="case_text"><?php echo mb_substr(strip_tags(get_the_content()), 0, 350); ?><div class="bg">&nbsp;</div></div>
                  <a class="more003" href="<?php the_permalink(); ?>">事例の詳細</a>
              </div>
          </div>
      </article>
		<?php
		endforeach;
		wp_reset_postdata();

	elseif(is_category(9)): //お客様の声
		echo '<img class="bgnone" src="' .get_bloginfo('template_directory') .'/images/down_cli_img001.jpg" alt="" />';
		//if($meta_date['cat_text']): echo '<p>' .$meta_date['cat_text'] .'</p>'; endif;//カテゴリーのテキスト
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
      <article class="caseBox">
          <a href="<?php the_permalink(); ?>"><h3 class="j"><?php the_title(); ?></h3></a>
          <div class="flex_list flex_list_alignLeft_1_9">
              <div class="imgBox">
                  <a class="blo" href="<?php the_permalink(); ?>"><?php the_post_thumbnail('thumbnail', array('class' => 'bgnone')); ?></a>
              </div>
              <div class="text">
                  <h4 class="" style="color: #e31b0e;"><?php echo get_post_meta($post->ID, 'subtitle' ,true); ?></h4>

                  <div class="case_text"><?php echo mb_substr(strip_tags(get_the_content()), 0, 350); ?><div class="bg">&nbsp;</div></div>
                  <a class="more003" href="<?php the_permalink(); ?>">続きはこちら</a>
              </div>
          </div>
      </article>
		<?php
		endwhile; endif;
		wp_reset_query();

	elseif(is_category(3)): //よくあるご質問 ?>
    	<div class="flex_list flex_list_alignLeft_6_4 sitsumon">
        	<div><?php echo $meta_date['cat_text']; ?></div>
            <div><img class="" src="<?php echo get_bloginfo('template_directory'); ?>/images/down_qa_img001.jpg" alt="" /></div>
        </div>
		<?php
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
			<article>
				<a class="news blo" href="<?php the_permalink(); ?>">
                    <h3 class="j"><?php echo strip_tags(get_the_title());?></h3>
                </a>
			</article>
		<?php
		endwhile; endif;
		wp_reset_query();
	elseif(is_category(7)): //相談事例&用語集(※親カテゴリー)。※今はカテゴリごと消去。
		$categories = get_categories('child_of=7');
        foreach($categories as $category) : ?>
            <article class="caseBox<?php echo $category->term_id; ?>">
                <a class="category_name" href="<?php echo get_category_link( $category->term_id ); ?>">
                	<h2><?php echo $category->cat_name; ?></h2>
                </a>
                <div class="caseTitle">
					<?php
                    query_posts('cat='.$category->cat_ID);
                    if (have_posts()) : while (have_posts()) : the_post();?>
                        <a class="blo" href="<?php the_permalink(); ?>">
                            <h3 class="t004">●<?php echo strip_tags(get_the_title()); ?></h3>
                        </a>
                    <?php endwhile; endif;wp_reset_query(); ?>
                </div>
            </article>
		<?php
		endforeach; wp_reset_query(); ?>
	<?php
	else:
		if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
			<article>
				<a class="news blo" href="<?php the_permalink(); ?>">
                    <h3 class="j"><?php echo strip_tags(get_the_title());?></h3>
                </a>
				<div class="text">
					<?php
					$content_text = mb_substr(strip_tags(get_the_content()), 0, 145);
					echo $content_text .'...'; ?>
					<a class="more002" href="<?php the_permalink(); ?>">もっとみる</a>
				</div>
			</article>
		<?php
		endwhile; endif;
		wp_reset_query();
		
	endif;
	if(!( cat_is_ancestor_of( 6, $cat_ID ) || is_category(6) ))://ケース別相談事例(親、子)カテゴリ以外でページリンク表示
		page_navigation() ;
	endif;
	
elseif(is_tag() ): //タグページ ?>
    <section>
        <h2 class="inner_title">「<?php single_cat_title(); ?>」にタグ付けされた記事</h2>
        <?php
        if ( have_posts() ) :  while (have_posts()) : the_post(); ?>
            <article>
                <h3><a class="news" href="<?php the_permalink(); ?>"><?php echo strip_tags(get_the_title());?></a>
                    <a class="more" href="<?php the_permalink(); ?>">> more </a>
                </h3>
                <div class="text">
                    <?php
                    $content_text = mb_substr(strip_tags(get_the_content()), 0, 145);
                    if(!$content_text):
                        echo get_post_meta($post->ID,'discription',true);
                    else:
                        echo $content_text;
                    endif; ?>
                    
                </div>
            </article>
        <?php
        endwhile; endif;
        wp_reset_query(); ?>
    </section>    
	<?php page_navigation() ;?>

<?php 
elseif(is_search() ): //サーチページ ?>
    <section>
        <h2 class="inner_title" style="margin:0;"><?php echo '「'.$wp_query->query["s"] .'」の検索結果';?></h2>
		<?php
        if ( have_posts() ) :
            echo '<div class="wrapp_news" style="width: auto; padding: 2% 0;">';
            while (have_posts()) : the_post(); ?>
                <article>
                    <h3>
                        <a class="news" style="font-size: 1rem;" href="<?php the_permalink(); ?>"><?php echo strip_tags(get_the_title());?></a>
                    </h3>
                </article>
            <?php
            endwhile;
            echo '</div>';
            echo page_navigation();
            serch_Menu();
        else:
            serch_Menu();
        endif;
        
        wp_reset_query(); ?>
    </section>    
<?php
elseif(is_404()): ?>
    <section>
		<?php serch_Menu();?>
    </section>
<?php
endif; ?>

<!-- contein --></div>

<!-- wrapper --></div>

<!-- mainArea --></div>


<div class="for_bgBottom">
    <div id ="footer">
    	<h3 class="nayamazu">悩まずにまずは、お電話ください。</h3>
        <span class="messe">お電話一本で、住宅ローンの悩みから解放されます。ご相談者様のプライバシー保護を第一に考え、誠意をもって親身にお手伝いさせていただきます。</span>
    	<div class="flex_list img_layout" style="border-top: 1px solid #4b3113;">
        	<div class="foot_imgBox"><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/foot_img001.jpg" alt="" /></div>
            <div class="co_name">
            	<div>ライフソレイユ株式会社</div>
                <div class="flex_list">
                    <span><?php echo str_replace('<br />', ' ', $add); ?></span>
                    <a class="more003" rel="nofollow" target="_blank" href="<?php echo $addShort; ?>">MAP</a>
                </div>
                <div class="flex_list" style="align-items: center;">
                	<div style="flex: 0.55;">
                        <a class="foot_tel flex_list" href="tel:<?php echo $telNUM; ?>">
                            <div><img class="bgnone" src="<?php bloginfo('template_directory'); ?>/images/phone.svg" alt="" /></div>
                            <div><?php echo $telNUM; ?></div>
                        </a>
                    </div>
                    <div class="foot_oto" style="flex: 0.45;">
                    	<div>朝6:00~夜24:00年中無休。お気軽にご相談ください。</div>
                        <div>
                        	<div class="flex_list flex_list_alignLeft_6_4">
                                <a class="more002" href="/お問い合わせ/">フォームでのお問い合わせはこちら</a>
                                <a class="flex_list goToForm" href="mailto:<?php echo $mail; ?>">
                                	<img class="bgnone foot_mailInfo" src="<?php bloginfo('template_directory'); ?>/images/mail_cya.svg" alt="" />
                                    <span><?php echo $mail; ?></span>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="foot_nav">
	<ul class="flex_list">
    	<li><a href="<?php bloginfo('url'); ?>">HOME</a></li>
    	<li><a href="/個人情報保護方針/">個人情報保護方針</a></li>
    	<li><a href="/静岡・浜松(任意売却)/">静岡・浜松(任意売却)</a></li>
    </ul>
</div>
<div id="site" role="contentinfo">掲載された記事を許可なく転載することを禁じます。Copyright (c)<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>.All Rights Reserved.</div>


<div class="goTop">
	<a class="more goToTop" href="#top">&nbsp;&nbsp;page top&nbsp;&nbsp;</a>
</div>
<?php wp_footer(); ?>
</body>
</html>