@charset "utf-8";

body { min-width:0; }

/* レイアウト */
#header { height:60px; min-width:100%; width:100%; background:#fff; position:relative; left:0px; top:0px; z-index:1; margin:0; border: none; }
#header_inner { height:auto; width:auto; margin:0 auto; position:relative; }
#main_contents { width:auto; margin:0 auto; padding:0; }
#main_col { width:auto; float:none; margin:0; padding:0 15px; }
#left_col { width:auto; float:none; margin:0; padding:25px 15px; }
#right_col { width:auto; float:none; padding:25px 15px;  }
.single #main_col, .page #main_col { width:auto; }
.single #left_col, .page #left_col { margin:0; }
#right_col_single { width:auto; float:none; border-top:1px solid #ccc; padding:25px 15px; }
.page-template-page-noside #main_col, .error404 #main_col { width:auto; float:none; margin:0 auto; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/* グローバルメニュー */
/*a.menu_button {
   position:absolute; right:0; top:0px; z-index:9; border-left:1px solid #ddd;
   display:inline-block; font-size:11px; color:#333; padding:0 15px; height:56px; line-height:56px; text-decoration:none;
}
a.menu_button:hover { background:#222; color:#fff; }
a.menu_button.active { color:#fff; background:#333; }*/
a.menu_button {
   position:absolute; right:0px; top:0px; z-index:9;
   display:inline-block; font-size:11px; color:#333; width:60px; height:60px; line-height:56px; text-decoration:none;
}
a.menu_button span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
a.menu_button:before {
  font-family:'design_plus'; color:#888; display:block; position:absolute; top:17px; left:19px;
  font-size:18px; width:24px; height:24px; line-height:24px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
a.menu_button:before { content:'\f0c9'; text-align: center; }
a.menu_button:hover, a.menu_button.active { background:#333; }
a.menu_button:hover:before, a.menu_button.active:before { color:#fff; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:56px; position:absolute; z-index:9; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a { display:block; border:1px solid #666; margin:0 0 -1px 0; padding:2px 10px 2px 32px; line-height:40px; text-decoration:none; color:#fff; background:#333 url(img/common/arrow4.png) no-repeat 20px  !important; }
#global_menu a:hover { color:#fff; }
#global_menu ul ul a { padding-left:46px; background:#333 url(img/common/arrow4.png) no-repeat 34px !important; }
#global_menu ul ul ul a { padding-left:60px; background:#333 url(img/common/arrow4.png) no-repeat 48px  !important; }


/* ロゴ */
#logo_text { margin:19px 0 0 15px; z-index:9999; float:left; }
#logo_text h1 { font-size:18px; font-weight:normal; }
#logo_text a, #logo_image h1 a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo_image h1 a:hover { text-decoration:underline; }
#logo_image { margin:19px 0 0 15px; z-index:9999; float:left; }
#logo_image h1 { top:0px !important; left:0px !important; font-weight:normal; margin:0; padding:0; line-height:100%; font-size:18px; }
#logo_image h1 img { display:none; }
#logo_image h1 a:before { content:attr(data-label); }
#logo_image_mobile { float:left; margin:0 0 0 15px; font-size:18px; font-weight:normal; }
#logo_image_mobile a { display:block; height:20px; margin:19px 0 0 0; }
#logo_image_mobile img { height:100%; width:auto; }


/* ピックアップスライダー */
.recommend_slider_area { min-width:100%; padding:30px 0 20px; }
.recommend_slider_wrap { width:auto; margin:0 auto; }
.recommend_slider_wrap h3 { display: none; border-left:5px solid #000; padding:15px 15px; margin:0 15px 20px; font-size:16px; }
.recommend_slider_wrap h3.active { display: inline-block; padding:0 15px; margin:0 15px 20px; font-size:14px; font-weight: normal; line-height: 160%; }
.recommend_slider {
  width:auto; padding:0 5px;
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.recommend_slider .item { width:auto; position:relative; padding:0 10px; }/* スペースは36px */
.recommend_slider .image { width:auto; height:auto; overflow:none; display:block; }
.recommend_slider .image img {
  width:100%; height:auto; display:block;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}
.recommend_slider .image:hover img {
 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
.recommend_slider .category { height:35px; width:100%; margin:0 0 -25px 0; overflow:hidden; position:relative; top:-35px; left:0px; font-size:12px; z-index:2; }
.recommend_slider .category a { height:35px; line-height:35px; display:block; text-align:center; color:#fff; background:#111; background:rgba(0,0,0,0.6); text-decoration:none; }
.recommend_slider .category a:hover { background:#222; color:#fff; }
.recommend_slider .title { font-size:12px; font-weight:bold; width:auto; display:block; line-height:160%; max-height:80px; overflow:hidden; margin:0; }

.recommend_slider .slick-arrow { display:none !important; }


/* パンくずリンク */
#bread_crumb { padding:0; margin:15px 15px; width:auto; }
#bread_crumb li { font-size:10px; line-height:160%; }




/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */

/* ホームスライダー */
#home_slider_area { min-width:100%; background:#fff; }
#home_slider { width:100%; min-width:100%; }
#home_slider .item { width:100%; position:relative; }
#home_slider .item img { width:100%; height:auto; }
#home_slider .info { width:100%; height:auto; background:#222; background:rgba(0,0,0,0.6); position:absolute; bottom:0px; left:0px; }
#home_slider .info_inner { width:auto; height:auto; margin:0 auto; font-size:11px; padding:10px 15px; }
#home_slider .info_inner .date { float:none; color:#fff; border:1px solid #fff; padding:3px 0; margin:0 0 10px 0; font-size:11px; width:120px; text-align:center; }
#home_slider .info_inner .title_link { float:none; display:block; width:auto; color:#fff; line-height:180%;  }
#home_slider .info_inner .title { float:left; display:block; width:auto; color:#fff; line-height:180%; padding-bottom:10px; }
@media screen and (max-width:480px) {
  #home_slider .info_inner .date { font-size:9px; }
  #home_slider .info_inner { font-size:9px; }
}


/* タブ */
#index_post_list_tab { margin:0 0 15px 0; }
#index_post_list_tab li a {
  width:100%; font-size:11px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_post_list_tab li {
  float:left; border-right:1px solid #fff;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_post_list_tab li:last-child { border-right:none; }
#index_post_list_tab.num1, #index_post_list_tab.num4 { border:none; }
#index_post_list_tab.num1 li { width:100%; }
#index_post_list_tab.num1 li a { text-align:left; padding:0 15px; font-size:14px; }
#index_post_list_tab.num2 li { width:50%; }
#index_post_list_tab.num3 li { width:33%; width:-webkit-calc(100% / 3); width:calc(100% / 3); width:calc(100% / 3); }
#index_post_list_tab.num4 li:first-child { border-bottom:1px solid #fff; }
#index_post_list_tab.num4 li:nth-child(2n) { border-right:none; border-bottom:1px solid #fff; }
#index_post_list_tab.num4 li { width:50%; }
@media screen and (max-width:480px) {
  #index_post_list_tab li a { font-size:10px; }
}

/* スタイル１ */
.post_list li.type1 { margin:0 0 15px 0; }
.post_list li.type1 .meta { padding:10px 15px; }
.post_list li.type1 .image { width:auto; height:auto; }
.post_list li.type1 .title { font-size:12px !important; }
.post_list li.type1 .title a { padding:10px 15px; }


/* スタイル２ */
.post_list li.type2 { margin:0 0 15px 0; width:auto; height:auto; background:none; border-bottom:1px dotted #aaa; padding:0 0 15px 0; }
.post_list li.type2:last-child { border:none; margin:0; }
.post_list li.type2 .image { width:25%; height:25%; }
.post_list li.type2 .info {
  margin:0; width:75%; height:auto; overflow:none; padding:0 0 0 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.post_list li.type2 .meta { margin:0 0 5px 0; }
.post_list li.type2 .title { font-size:12px !important; }


/* 次のページリンク */
.next_page_link { margin-top:5px; margin-left:auto; margin-right:auto; text-align:center; }
.next_page_link a {display:inline-block; background:#aaa; height:40px; line-height:40px; color:#fff; font-size:12px; font-weight:normal; padding:0 15px; text-decoration:none; }




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */

/* 日付 */
#post_meta_top { margin:0 0 20px 0; }


/* 記事タイトル */
#post_title { margin:0 0 20px 0; }
#page_title { margin:0 0 20px 0; }


/* SNSボタン */
#single_share { margin:0 0 10px 0; }


/* アイキャッチ画像 */
#post_image { height:auto; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 50px 0; background:#fafafa; padding:15px; }
#post_meta_bottom li { display:block; margin:0 0 10px 0; padding:0; border:none; font-size:12px; line-height:160%; }
#post_meta_bottom li:last-child { border:none; margin:0; }


/* 次の記事、前の記事 */
/*#previous_next_post { margin:0; background:none; }
#previous_next_post p { width:100%; font-size:14px; line-height:180%; float:none; margin:0 0 1px 0; }
#previous_next_post a { display:block; overflow:hidden; text-decoration:none; }
#previous_post a { background:#eee url(img/common/arrow_left2.png) no-repeat 15px; padding:12px 15px 10px 45px; }
#next_post a { background:#eee url(img/common/arrow_right2.png) no-repeat right 15px center; padding:12px 45px 10px 15px; text-align:right; }
#previous_next_post a:hover { background-color:#222; color:#fff; }*/

/* 次の記事、前の記事リンク */
#previous_next_post { display: flex; }
#previous_next_post #previous_post { float:none; width:50%; margin:0 -1px 5px 0; line-height:100%; height: 50px; line-height: 50px; text-align: center; }
#previous_next_post #next_post { float:none; width:50%; margin:0; line-height:100%; height: 50px; line-height: 50px; text-align: center; }
#previous_next_post a {
  display:block; font-size:12px; width:100%; height:50px; position:relative; background:#fff; overflow:hidden; border: solid 1px #ddd;
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#previous_next_post a:hover {text-decoration: none;}
#previous_next_post a:before {
  font-family:'design_plus'; color:#aaa; font-size:14px; display:inline; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#previous_next_post #previous_post a:before { content:'\e90f'; top:0px; left:10px; }
#previous_next_post #next_post a:before { content:'\e910'; top:0px; right:10px; }


/* 投稿者プロフィール */
#single_author_profile { margin:50px 0 50px 0; }
.author_profile { padding:20px;  margin:0 0 15px; }
.author_info_avatar { display:block; float:none; margin:0 auto 30px; width:120px; height:120px; }
.author_info_avatar img { width:100%; height:100%; }
.author_info_meta { float:none; width:auto; }
.author_info_name { text-align:center; }
.author_profile .author_social_link { text-align:center; }
.author_profile .author_social_link li { float:none; display:inline-block; vertical-align:top; margin:0 10px; }



/* 広告 */
#single_banner_area { margin:0 0 35px 0; text-align:center; }
#single_banner_area > div { margin:0 0 15px 0; display:block; }
#single_banner_area img { max-width:100%; height:auto; }

#single_mobile_banner_area{ margin:0 0 35px 0; text-align:center; }
#single_mobile_banner_area > div { margin:0 0 15px 0; display:block; }
#single_mobile_banner_area img { max-width:100%; height:auto; }

/* 広告（ショートコードver） */
#single_banner_area2 { margin:0 0 5px 0; text-align:center; }
#single_banner_area2 > div { margin:0 0 15px 0; display:block; }
#single_banner_area2 img { max-width:100%; height:auto; }


/* 関連記事 */
#related_post { margin:0 0 12px 0; }
#related_post .headline { padding:0 15px; margin:0 0 15px 0; }
#related_post ol { margin:0; position:relative; }
#related_post li { display:block; float:left; width:48%; margin:0 4% 20px 0; position:relative; }
#related_post li:nth-child(2n) { margin-right:0; }
#related_post li .image { margin:0 0 10px 0; display:block; width:100%; height:auto; overflow:hidden; }
#related_post li a.image img {
  width:100%; height:auto; display:block;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}
#related_post li .image:hover img {
 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
#related_post li .title { font-size:12px; line-height:150%; margin:0; text-decoration:none; }
#related_post li .title a { display:block; }


/* pager */
.page_navi ul{ font-size: 0; text-align: center; }
.page_navi li{ float: none; display: inline-block; margin: 0; }
.page_navi a, .page_navi a:hover, .page_navi span{ margin: 0 -1px 0 0; background: #fff; border: solid 1px #eee; }


/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
#comment_headline { padding:0 15px; margin:0 0 15px 0; }

#comment_area, #trackback_area { margin:15px 0px 0; }

#comment_header { position:relative; border-bottom:none; }
#comment_header ul { position:relative; right:auto; top:auto; margin:0; }
#comment_header ul li {
  width:100%; float:none; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
 }
#comment_header ul li:first-child { border-bottom:1px solid #eee; }
#comment_header ul li#comment_switch, #comment_header ul li#comment_closed { border:none; border-top:1px solid #fff; padding:0; margin:0; position:relative; }
#comment_header ul li a, #comment_header ul li p {
  padding:15px; background:#e2e2e2; border:none; color:#333; text-align:left;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

#comment_header ul li a:hover, #comment_header ul li.comment_switch_active a, #comment_header ul li.comment_switch_active a:hover { color:#333; }

.comment-meta-left { float:left; width:50%; }

/* ---------- form area ------------------------------------------------------------------------------------------------------------------------- */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }





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

#featured_slider_area { background:#f3f3f3; padding:25px 0; }

/* フッター上部 */
#footer { width:auto; min-width:100%; background:#222; padding-top: 20px; }
#footer_inner { width:auto; margin:0 auto; padding:0; }


/* 広告 */
#footer_banner_area { float:none; padding:15px; display:none; }
#footer_banner_area img { max-width:100%; height:auto; }


/* メニュー */
#footer_menu { width:auto; float:none; }
#footer_menu ul { display: flex; flex-wrap: wrap;}
#footer_menu li { width: 50%; font-size:11px; line-height:160%; margin:0; display:block; }
#footer_menu li a { color:#fff; display:block; padding:5px 15px; font-size: 10px; }
#footer_menu.no_footer_banner { float:none; width:auto; overflow:hidden; }
#footer_menu.no_footer_banner ul { margin:0; position:relative; }
#footer_menu.no_footer_banner li { margin:0; width:auto; }


/* ページ最下部 */
#footer_bottom { height:auto; width:100%; min-width:100%; background:#222; padding-top: 15px; }
#footer_bottom_inner { height:auto; width:auto; margin:0 auto; position:relative; }
#footer_bottom_inner.no_social_link { padding-bottom:70px; }


/* ソーシャルボタン */
#footer_social_link { float:none; margin:0; padding:0; width:100%; text-align:center; }
#footer_social_link li { float:none; display:inline-block; vertical-align:top; margin:0; position: relative; }


/* メニュー */
#footer_bottom_menu { float:none; margin:0; }
#footer_bottom_menu ul { text-align: center; padding: 15px 0; }
#footer_bottom_menu li { display: inline-block; float:none; margin:0; font-size:11px;  }
#footer_bottom_menu li a { display:block; border:none; margin:0; padding: 0 5px; border-right:1px solid #fff; color: #fff; font-size: 10px; }
#footer_bottom_menu li a:hover { }
#footer_bottom_menu li:last-child a { border:none; margin:0; }


/* コピーライト */
#copyright { float:none; margin:0; font-size:11px; width:100%; text-align:center; position:relative; display: block; background: #F1F2F4; height: 50px; width: 100%; line-height: 50px; color: #000; }

#return_top a{ height: 50px; width: 50px; }


/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 25px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { font-size:14px; margin:0 0 15px 0; padding:8px 15px; }


/* search */
.widget_search #search-box, .widget_search #s, .side_widget.google_search #s { width:75%; height:40px; margin:0 0 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit { width:25%; }


/* デザインされた記事一覧２ */
.styled_post_list2 { margin:0; }
.styled_post_list2 li { margin:0 0 10px 0; padding:0; }
.styled_post_list2 li:last-child { padding:0; border:none; }
.styled_post_list2 li.style1 { background:#222; padding:1px; display:flex; }
.styled_post_list2 li:nth-child(3) { }
.styled_post_list2 li a.image { width:50%; height:auto; overflow:hidden; display:block; float:none; margin:0; }
.styled_post_list2 li a.image img { width:100%; height:auto; display:block; }
.styled_post_list2 li.style1 a.title { color:#fff; display:block; line-height:180%; padding:10px 15px; width:50%; align-self:center; }
.styled_post_list2 li.style2 { border:1px solid #ddd; padding: 0; display:flex; }
.styled_post_list2 li.style2 a.title { display:block; line-height:180%; padding:10px 15px; width:50%; align-self:center; }
.styled_post_list2 li.style2:last-child { border:1px solid #ddd; padding: 0; }
.styled_post_list2 li.style2 .image { display:block; }
/*@media screen and (max-width:480px) {
  .styled_post_list2 li:last-child { margin:0; padding:0; border:none; }
  .styled_post_list2 li.style1 { background:#222; padding:5px; }
  .styled_post_list2 li a.image { width:100%; height:auto; overflow:hidden; display:block; float:none; }
  .styled_post_list2 li a.image img { display:block; width:100%; height:auto; }
  .styled_post_list2 li:nth-child(3) { margin:0 0 15px 0; }
  .styled_post_list2 li.style1 a.title { color:#fff; display:block; line-height:180%; padding:15px 10px 11px; }
  .styled_post_list2 li.style2 { border-bottom:none; padding:0; margin:0 0 15px 0; }
  .styled_post_list2 li.style2:last-child { border:none; padding:0; }
  .styled_post_list2 li.style2 .image { display:block; margin:0 0 10px 0; }
}*/

/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive select, .widget_categories select, .tcdw_archive_list_widget select { background:#fff; color:#000; border:1px solid #ddd; padding:12px 10px; width:100%; margin:0; font-size:14px; }
