@charset "UTF-8";

/*---------------------------------------------
	Common
  ---------------------------------------------*/
body {
    position: relative;
    overflow-x: hidden;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap : break-word;
}

img {
    max-width: 100%;
    height: auto;
}

.br-sp { display:block; width:100%; height:10px; clear:both; }


/*---------------------------------------------
	Header
  ---------------------------------------------*/
#header {
    border-top: 3px solid #54C2FF;
    height: auto;
    padding-top: 20px;
}
#header_inner {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
#headerL {
    float: none;
    margin-bottom: 10px;
}
#headerR {
    float: none;
}
#header h1,
#header span {
    float: none;
    display: inline-block;
}
#header h1 img,
#header span img {
    max-width: 180px;
}
#headerL p {
    
}
#search {
    background: none;
    padding: 0;
    margin: 0 10px;
}
#search_btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 32px;
    height: 32px;
    /*background: url("./img/ico_search.png") center center no-repeat;
    background-size: 18px auto;*/
    background-color : rgba(253,156,0,.5);
    border-radius: 5px;
    border: 1px solid #999;
    cursor: pointer;
}
#search_btn::before { font-family:"FontAwesome"; content:"\f002"; color: #333; font-size:1.5em; padding: 0 8px; line-height: 1.6; }

#search_inner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color:rgba(253,156,0,1);
    z-index: 20;
    padding: 10px;
    box-sizing: border-box;
}
#search_inner:before {
    content: "記事検索";
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

#search form 	{ width:80%; }
#search .close {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#search input[type="text"] {
    width: 80%;
    height: 28px;
    box-sizing: border-box;
    /*background: #fff url("./img/ico_search.png") right 5px center no-repeat;*/
}
#headerR .sb {
    display: none;
}
#sideNavi .arealink {
    margin: 20px 10px 40px;
}
#sideNavi .arealink li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
}

#side_list {
    width: 100%;
    margin-bottom: 0;
}
#side_list h3 {
    font-weight: bold;
    font-size: 1em;
}
/*** 共通header ***/
div#header-common {
    width: auto;
    height: 40px;
    padding-left: 5px;
}
div#header-common .logo_float {
    float: left;
    margin: 4px 0 0;
}
div#header-common .logo {
    margin: 0;
    padding: 3px 0 0 0;
}
div#header-common ul.nv {
    display: none;
}

/*** 共通ナビゲーション ***/
div#head_link_all_v2 .one {
    background-color: #DFD9C9;
}
div#head_link_all_v2 .two {
    background-color: #EDEDED;
}
div#head_link_all_v2 div ul {
    margin: 0 auto;
    width: 1020px;
}
div#head_link_all_v2 div ul:after {
    content: "";
    display: block;
    clear: both;
}
div#head_link_all_v2 div ul li {
    float: left;
    line-height: 1em;
    font-size: 12px;
    position: relative;
}
div#head_link_all_v2 div ul li a {
    padding: 7px 5px;
    display: block;
    margin: 0;
    text-align: center;
    line-height: 1em !important;
    position: relative;
    transition: margin .2s ease-out;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
    color: #016194;
}
div#head_link_all_v2 div ul li.parent a {
    font-weight: bold;
}

#sb { display: none; }

/*#index .sb { margin: 0; }
#index ul.sb li { float:left; width: 25%; margin: 0; }
#index ul.sb li:nth-child(n+5) { display: none; }*/

#index ul.sb { float:none; width:240px; margin:0 auto; text-align:center; }
#index ul.sb li { width:80px; float:left;  }
#index ul.sb li:first-child { margin:0 10px 0 0; }
#index ul.sb li:last-child { margin:0 0 0 10px ; }

.menu-header-container {
	margin: 10px 0;
}

/*---------------------------------------------
	HeaderMenu
  ---------------------------------------------*/

div#head_link_all_v2 {
    padding: 0;
    display: none;
}
#gnavi ul {
    width: auto;
    padding: 5px;
    margin-bottom: 10px;
}

div#navi_second_area {
    padding: 0;
    display: none;
}

/*---------------------------------------------
	HeaderMenu #gnavi
  ---------------------------------------------*/
#gnavi ul li {
    float: left;
    padding: 5px 3px;
    font-size: .8em;
}
#gnavi ul li:nth-child(1) {
    border-left:0;
}
#gnavi ul li:last-child {
    border-right:0;
}
#gnavi ul li a {

    border-right:0;
}


/*---------------------------------------------
	Top Key
  ---------------------------------------------*/

#key {
    padding: 0;
    margin-bottom: 10px;
}
#key #key_inner {
    width: auto;
    height: 250px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: none;
    background: #F5F5F5;
}
#key .prev {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("./img/ico-prev.png") 0 0 no-repeat;
    position: absolute;
    top: 75px;
    left: 5px;
    z-index: 5;
}
#key .next {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("./img/ico-next.png") 0 0 no-repeat;
    position: absolute;
    top: 75px;
    right: 5px;
    z-index: 5;
}
#key .key_box {
    float: none;
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 10px 20px;
}
#key .key_box:nth-of-type(n+2) {
    display: none;
}
#key .key_box .img {
    height: 150px;
    text-align: center;
    max-width: 100%;
}
#key .key_box dl {
    display: none;
}


/*---------------------------------------------
	Wrapper
  ---------------------------------------------*/
#wrapper {
    width: auto;
}
#wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.main_description { display:none;
    /*margin: 5px 5px 20px;*/
}
.main_description2 {
	margin: 5px 5px 20px 5px;
}
#main {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
}


/*---------------------------------------------
	記事リスト
  ---------------------------------------------*/
.article_list {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 80px;
    border-bottom: 1px solid #eee;
}
.article_list:first-child {
    border-top: 1px solid #eee;
}
.blogger_new_article_list {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.article_list dl.body dt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    float: none;
    margin: 0;
}

.trimming {
    position:relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #f5f5f5;
}

.article_list .date {
    margin-left: 90px;
    padding: 3px 5px;
/*    text-align: right;*/
    float: none;
}
.date dt {
    float: none;
    display: inline-block;
/*    border-right: 1px solid #ddd;*/
/*    padding-right: 5px;*/
}
.tag a {
    display: block;
    font-size: 12px;
    color: #431600;
    line-height: 26px;
    background: #FECB4C;
    min-width: 84px;
    height: 26px;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}
.date dd {
    float: none;
    margin-left: 0;
    line-height: 1;
    display: inline;
    font-size: 10px;
    color: #999;
}
.article_list h2 {
    margin: 0 0 0 90px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.article_list > h3 { font-size: 24px;
    margin: 0 0 0 90px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}


.article_list h2 a {
    
}


.article_list dl.body dd {
    display: none;
}

.mobile_author {
    display: block;
}

.mobile_author span {
    float: right;
}
.mobile_author h3 {
    margin: 15px 10px 0 0;
}
.mobile_author img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-right: 5px;
}

.userlist_newest_article {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
}
.newest_article_title {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: normal;
}


/*---------------------------------------------
	sideNavi
  ---------------------------------------------*/
#sideNavi {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}
.sidelist {
    margin-bottom: 10px;
    padding: 0;
}
.sidelist_h2 {
    margin: 0;
}
.sidelist h2 {
    font-size: 12px;
    line-height: 1;
    border-left: none;
    padding-left: 0;
    margin: 0;
    padding: 10px 10px;
}

.sidelist_title { padding: 10px 20px;
    font-size: 12px;
    line-height: 1;
    border-left: none;
    padding-left: 0;
    margin: 0;
    padding: 10px 10px;
}

.sidelist dl {
    margin: 0;
    padding: 5px 0;
}
.sidelist dl dt {
    float: left;
    width: 65px;
    margin-right: 10px;
}
.sidelist dl dd {
    float: none;
    width: auto;
}
.sidelist dl dd h3 {
    margin: 0;
}
.sidelist .textwidget {
    text-align: center;
}
#post-list-1 ul, #post-list-2 ul {
    margin: 20px 10px;
}
#post-list-1 a, #post-list-2 a {
    font-weight: bold;
    font-size: 1.25em;
}
#sideNavi .sidelist .admin_info {
    padding: 20px 10px;
}
#sideNavi .menu-link-container {
    margin-top: 20px;
}
.side-info-tripstar dl {
    padding: 0;
}
.side-info-tripstar dl dt {
    float: none;
    width: auto;
    margin: 0;
}
.side-info-tripstar dl dd {
    float: none;
    width: auto;
    margin: 0;
}

.side_ranking_title{
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}


/*---------------------------------------------
	Footer
  ---------------------------------------------*/
#footer {
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: none;
}
#footer_inner {
    width: auto;
}
#footer .footer_logo {
    float: none;
    display: none;
}
#footer .footer_colum {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}
#footer .footer_colum p {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    padding: 10px 10px;
}
#footer .footer_colum div {
    float: left;
    margin-right: 0;
    width: 50%;
}
#footer .footer_colum ul li {
    margin-bottom: 0;
}
#footer .footer_colum ul li a {
    display: block;
    color: #999;
    background: #eee;
    padding: 10px 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#footer .footer_colum div ul li a {
    border-right: none;
}

#footer_bottom {
    width: auto;
    margin-top: 0;
}
#footer_bottom dt {
    float: none;
    display: none;
}
#footer_bottom dd {
    float: none;
    text-align: center;
}

div#link_fr {
    padding: 0;
    display: none;
}

/* フッター
------------------------------------------ */
#footerArea {
	height: auto;
}
#footerArea #footerInner {
	width: auto;
        padding: 0 20px;
}
#footerArea #footerInner .footerLinks,
#footerArea #footerInner .footerLinks02,
#footerArea #footerInner .footerLinks-other {
	display: none;
}


/*---------------------------------------------
	PanKuzu
  ---------------------------------------------*/
.location {
    display: none;
}
.location ul {
    width: auto;
}


/*---------------------------------------------
	Single
  ---------------------------------------------*/
#single { margin-bottom: 30px; }
.single_head { margin: 0; }

#single .single_head dl.date { float:right; }
#single .single_head dl.date:after { content: "";
    display: block;
    clear: both;
}

#single .single_head ul.sb { float:none; width:220px; margin:0 auto; text-align:center; }
#single .single_head ul.sb li { width:80px; }
#single .single_head ul.sb li:first-child { margin:0 10px 0 0; }
#single .single_head ul.sb li:last-child { margin:0 0 0 10px ; }

.author {
    float: none;
    padding: 0 10px;
    background: #fff;
    color:#000;
}
.author a:nth-last-of-type(1) {
    float: none;
}
.author p {
    max-width: 100%;
    font-size: 14px;
    color:#000;
}
#single dl.date {
    padding: 10px 10px;
}
#single dl.date dt .tag a {
    font-size: 12px;
}
#single dl.date dd {
    font-size: 12px;
}
#single h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 10px;
}
#single .sb {
    margin: 0;
}
#single ul.sb li {
    width: 25%;
    margin: 0;
}
#single ul.sb li:nth-child(n+5) {
    display: none;
}
#single .img {
    margin: 20px 0;
}
#single .img img {
    max-width: 100%;
}
#single .single_body {
    margin: 0 10px 20px;
}
#single .single_body h2 {
    font-size: 20px;
    padding-left: 10px;
}
#single .single_body p {
    font-size: 15px;
}
/*.single_body > p {
    position: relative;
    overflow-x: hidden;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap : break-word;
}*/
#single blockquote {
    background: #f5f5f5 url("./img/ico_blockquote.png") 10px 15px no-repeat;
    padding: 10px 5px 10px 40px;
}
#single .single_container ul.sb li {
    margin-bottom: 10px;
}
#single .single_container ul.sb li:first-of-type,
#single .single_container ul.sb li:last-of-type {
    display: none;
}

/*** 関連記事 ***/
.wp_rp_wrap h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    border-left: none;
    padding-left: 0;
    margin: 0;
    padding: 10px 10px;
    color: #333;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.wp_rp_wrap ul li {
    float: none;
    width: auto;
    padding: 10px 10px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
}
.wp_rp_wrap ul li:nth-of-type(odd) {
    margin-right: 0;
}
.wp_rp_wrap ul li .wp_rp_title {
    font-weight: normal;
    color: #666;
    text-decoration: none;
}
.wp_rp_wrap ul li .wp_rp_title:hover {
    text-decoration: underline;
}

/*** オフィシャルエリア ***/
.official_area {
    
}
.official_area .official_img {
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
}
.official_area .official_body {
    float: none;
    width: auto;
}
.official_area .official_body dt {
    
}
.official_area .official_body dd {
    
}
.official_area .official_body dd a {
    
}




/*---------------------------------------------
	Comment
  ---------------------------------------------*/
#comment-area {
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
}
#comment-area h2 {
    font-size: 15px;
    margin-bottom: 10px;
}
#comment-area ol {
    margin: 0;
}
#comment-area ol li {
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}
#comment-area ol li .comment-info {
    margin-bottom: 5px;
    font-size: 13px;
}
#comment-area ol li .comment-info img {
    float: left;
    margin-right: 10px;
}
#comment-area ol li .comment-info .come_name {
    display: block;
    line-height: 1.2;
}
#comment-area ol li .comment-info .come_date {
    font-size: 10px;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
#comment-area ol li .comment-listCon {
    font-size: 12px;
}

#respond {
    padding: 10px;
}
#respond h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
#respond table tr th {
    width: auto;
    line-height: 1;
}
#respond table tr th,
#respond table tr td {
    padding: 0;
    display: block;
    margin-bottom: 5px;
}
#respond input[type="text"] {
    padding: 5px;
}
#respond input[type="submit"] {
    width: 100%;
}


/*---------------------------------------------
	Category
  ---------------------------------------------*/
.category-list h1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 5px 10px;
    margin-top: 20px;
}
.category_list_title {
    margin: 0 0 0 90px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.category-list-top {
    padding: 0  !important
}

.category-list-top h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
}


/*---------------------------------------------
	Author
  ---------------------------------------------*/
.author_box {
    padding: 10px;
    margin: 20px 5px 0;
}
.author_box img {
    max-width: 75px;
}
.author_box h1 {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
    font-size: 16px;
}
.author_box p {
    padding-left: 0;
}
.author_page {
    margin-bottom: 30px;
}
.author_page h2 {
    font-size: 16px;
    font-weight: bold;
/*    border-top: 3px solid #eee;*/
    padding-top: 10px;
    margin-bottom: 10px;
}

.author_page .article_list dl.body {
    margin: 0;
    padding: 5px 0;
}
.author_page .article_list dl.body dd {
    display: block;
    margin-left: 85px;
    padding-right: 5px;
}
.author_page .article_list dl dd h3 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
}
.author_page .article_list dl.body dd dl.date dt {
    position: static;
    width: auto;
    float: none;
    margin: 0;
    display: inline-block;
}
.author_page .article_list dl.body dd dl.date dd {
    display: inline-block;
    margin: 0;
}

.single_author {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 10px;
}

.author_box > .author_name {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.userlist_author {
    margin-bottom: 0 !important;
    padding-left: 0;
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.2;
    text-decoration: none;
    outline: none;
    color: #333;
    border-bottom:none !important;
    padding-top: 0 !important;
    padding-bottom:0 !important;
}


/*---------------------------------------------
	Title
  ---------------------------------------------*/
.single_top_title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 10px;
}

.single_top_title > h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 10px;
}


/*---------------------------------------------
	お問い合わせ
  ---------------------------------------------*/
.hearing_description { padding:10px 10px 0 10px; }
i.smlg { margin: 0 .5em; font-size:1.2em; color:#577baf;  }

.sumulog_form input[type="text"],
.sumulog_form textarea { width:100%; border-radius:5px; font-size:100%; padding:.3em; margin:.5em 0; line-height:150%; color: #000; border: 1px #ccc solid;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

  }

.sumulog_form input[type="submit"] {
	font-size: 100%;
	padding: 1em;
	background: #577baf;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-weight:bold;
	margin:.5em auto 0 auto !important;
	text-align:center !important;
	font-family:"FontAwesome";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px #577baf solid;
}

.screen-reader-response,
.wpcf7-response-output { margin:1em ; font-size:.8em !important; color: #577baf !important; line-height:150%; font-weight:bold; } 
.wpcf7-not-valid-tip  { margin:0; font-size:.8em !important; color: #577baf !important; line-height:150%;  font-weight:bold;}

.cf_message{ display: none; }
.sent .cf_message{ display: block;font-size:1.2em !important;  line-height:150%; color: #577baf !important; border:1px solid #577baf; margin:1em .5em ; padding:1em; text-align:center; border-radius:5px; font-weight:bold; }

.sumulog_enq {
	width: 100%;
	padding: .5em;
	background: #577baf;
	border-radius: 5px;
	cursor: pointer;
	margin:.5em 0;
	text-align:center !important;
	border: 2px #577baf solid;
	text-decoration:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.sumulog_enq:hover { opacity:.5; }

.sumulog_enq a{	color: #fff; font-size: 1.1em;	font-weight:bold; }
.sumulog_enq a::before {
	font-family:"FontAwesome";
	content:"\f044";
	margin:0 3px 0 0 ;
}

/*-- 住まいスタジアム 20170516 --*/
.sumaistudiam {
	width: 100%;
	padding: .5em;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	margin:.5em 0;
	text-align:center !important;
	border: 2px #577baf solid;
	color:#577baf;
	text-decoration:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.sumaistudiam:hover { opacity:.5; }

.sumaistudiam a { color: #577baf ; font-size: 1.1em; font-weight:bold; }
.sumaistudiam a::before {
	content:"[PR]";
	margin:0 .5em 0 0 ;
}

/*---------------------------------------------
	記事ページ、次の記事、前の記事
  ---------------------------------------------*/
.tmp_calss_sumulog_a a {
	color: #fd9c00;
	text-decoration: none;
}
