@charset "UTF-8";
/*======================================================================

◆CSSマップ
-----------------------------------------------------------------
L　【　リセット　】
L　【　基本設定　】
L  【 ぺージ全体範囲 】
L  【 カラーパターン 】
L  【 スニペット 】
L　【 WEBフォント設定 】
L　【 clearfix 】
L　【 ブロックに合わせて自動縮小 】
L　【 グーグルマップ 】
L　【 フェイスブック(pagePulgin) 】
L　【 旧ブラウザ用コメントスタイル 】
L　【　共通：ヘッダー　】
L　【　共通：グローバルナビ　】
L　【　共通：フッター　】
L　【　共通：サイド　】
L　【　共通：その他　】
L　【　共通：メインコンテンツ　】
-----------------------------------------------------------------

上記のテキストを[ctrl+c]でコピーして
指定のページまで飛んでください

======================================================================*/
/*======================================================================
 * リセット
======================================================================*/
* {
  word-wrap: break-word !important;
}

figure,p,div {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}


/*======================================================================
 * 基本設定
======================================================================*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #f7931e !important;
  text-decoration: none;
}

a.unline {
  text-decoration: none;
}

a.opc:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*body {
    background: url(../images/common/blogpage.jpg) bottom center no-repeat;
}*/


/*======================================================================
  ＊ページ全体範囲
======================================================================*/
/*※デザインに応じてwidthを変更*/
/*※レスポンシブサイトなら「width」を「max-width」に変更*/
.range_01 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 960px;
}

@media screen and (max-width: 1200px) {
  .range_01 {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}


/*======================================================================
  ＊　カラーパターン
======================================================================*/
/*HPに使う配色を指定してください*/
.cp_01 {
  color: #ff6363;
}

/*======================================================================
  ＊　スニペット
======================================================================*/
/*マージンスニペット*/
.mg_b01 {
  margin-bottom: 60px;
}

.mg_b02 {
  margin-bottom: 35px;
}

.mg_b03 {
  margin-bottom: 30px;
}

/*======================================================================
  ＊　WEBフォント設定
======================================================================*/
/*----WEBフォントのファイルを読み込み----*/
/*
@font-face{
font-family: 'フォント名';
    src: url(フォント名.eot);
    src: url(フォント名.ttf),
         url(フォント名.woff);
}
*/
/*----WEBフォントをclassに設定----*/
/*
.フォント名 {
    font-family: 'フォント名',"メイリオ", Meiryo, sans-serif;
}
*/
/*======================================================================
  ＊ clearfix
======================================================================*/
.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*======================================================================
  ＊ ブロックに合わせて自動縮小
======================================================================*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*======================================================================
  ＊ グーグルマップ
======================================================================*/
/*<div class="ggmap">{iframeコード}</div>*/
/*※iframe内のwidth,heightは消す*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======================================================================
  ＊　旧ブラウザ用コメントスタイル
======================================================================*/
#ie8_below {
  border: solid 1px #f00;
  box-sizing: border-box;
  margin: 20px auto;
  max-width: 960px;
  padding: 20px;
}
#ie8_below p, #ie8_below ul {
  font-size: 14px;
  line-height: 22px;
}

/*======================================================================
  ＊　色設定
======================================================================*/
.c_base01 {
    color: #1d2767;
}

.bg_base01 {
    background-color: #1d2767;
}

.border_base01 {
    border-color: #1d2767;
}

/*======================================================================
  ＊　flexbox
======================================================================*/
.flex {
  display: flex;
}

.flex_d_row {
  flex-direction: row;
}

.flex_w_nowrap {
  flex-wrap: nowrap;
}

.jc_end {
    justify-content: flex-end;
}

.jc_center {
  justify-content: center;
}

.jc_between {
  justify-content: space-between;
}

.ai_start {
    align-items: flex-start;
}

.ai_end {
  align-items: flex-end;
}

.ai_center {
  align-items: center;
}

.ai_baseline {
  align-items: baseline;
}

.ai_stretch {
  align-items: stretch;
}

/*====================================
　＊ 共通：ヘッダー
=====================================*/
#header {
    border-top-style: solid;
    border-top-width: 5px;
}

#header .top ul li {
    text-align: center;
}

#header .top ul {
    max-height: 22px;
}

#header .top ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 22px 0;
    border-color: transparent #1d2767 transparent transparent;
    position: relative;
    left: -25px;
    top: 0;
}

#header .top ul li a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 1em;
    padding: 4px 0px;
    width: 93px;
}

#header .top ul li:first-child a {
    border-right: solid 1px #fff;
}

#header .center {
    padding-top: 8px;
}

#header .center #logo {
    margin: 0;
}

#header .center .header_contact {
    margin-top: 11px;
    margin-right: -2px;
}

#header .center .header_contact div:first-child {
    margin-right: 15px;
    padding-top: 12px;
}

#header .center .header_contact div:first-child p {
    padding-top: 5px;
    text-align: right;
    font-size: 1.3rem;
}

/*====================================
　＊ 共通：グローバルナビ
=====================================*/
header nav {
    margin-top: 19px;
}

header nav li {
    padding: 20px 0;
    width: 16.66666666666667%;
}

header nav li a {
    box-sizing: border-box;
    border-right: solid 1px #343d76;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

header nav li:first-child a {
    border-left: solid 1px #343d76;
}

header nav li:hover {
    background-color: #343d76;
}

header nav li a span {
    display: block;
    line-height: 1em;
    text-align: center;
    width: 100%;
}

header nav li a .ja {
    line-height: 19px;
    height: 26px;
}

/*====================================
　＊ 共通：フッター
=====================================*/
.footer_top {
    background: url(http://site-one.net/esite/daiken-rs/img/footer_bg01.png) no-repeat center top;
    background-size: cover;
    font-size: 1.2rem;
    padding-top: 38px;
    padding-bottom: 32px;
}

.footer_top a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #fff;
}

.footer_top .fn li:first-child {
    margin: 0 0 0 2px;
    background: url(http://site-one.net/esite/daiken-rs/img/home_icon.png) no-repeat left 2px;
    padding: 0 0 0 18px;
}

.footer_top .fn li {
    padding: 0px 6px 0 20px;
    margin: 23px 0 0 0;
    line-height: 1.2;
    vertical-align: middle;
    background: url(http://site-one.net/esite/daiken-rs/img/footer_icon.png) no-repeat left 3px;
}

.footer_top .fn_02 li:first-child {
    margin: -3px 0 0 0px;
    background: url(http://site-one.net/esite/daiken-rs/img/reform_icon.png) no-repeat left 0px;
    padding: 3px 0 0 23px;
}

.footer_top .fn_02 li {
    padding: 0px 6px 0 20px;
    margin: 23px 0 0 3px;
    line-height: 1.2;
    vertical-align: middle;
    background: url(http://site-one.net/esite/daiken-rs/img/footer_icon.png) no-repeat left 3px;
    color: #fff;
}

.footer_top .fn_03 li:first-child {
    margin: -3px 0 0 0px;
    background: url(http://site-one.net/esite/daiken-rs/img/cost_icon.png) no-repeat 1px 3px;
    padding: 3px 0 0 20px;
}

.footer_top .fn_03 li {
    padding: 0px 6px 0 13px;
    margin: 23px 0 0 7px;
    line-height: 1.2;
    vertical-align: middle;
    background: url(http://site-one.net/esite/daiken-rs/img/footer_icon.png) no-repeat left 3px;
}

.footer_bottom > .range_01:first-child {
    padding-top: 12px;
    padding-bottom: 15px;
}

.footer_bottom .logo {
    margin-left: 9px;
}

.footer_bottom .info {
    width: 240px;
    margin: 20px 0 0 143px;
}

.footer_bottom .info dt,
.footer_bottom .info dd {
    margin: 0;
}

.footer_bottom .info dt {
    margin-bottom: 5px;
}

.footer_bottom .info dd {
    font-size: 1.3rem;
    text-align: right;
}

.footer_bottom .info + div {
    width: 155px;
    margin-top: 20px;
    margin-left: 19px;
}

.footer_bottom .copyright {
    margin: 0 auto;
    background: #1d2767;
    line-height: 1em;
}

.footer_bottom .copyright > .flex {
    height: 39px;
}

.footer_bottom .copyright ul {
    width: 345px;
}

.footer_bottom .copyright small {
    color: #fff;
    font-size: 1.2rem;
}

/*====================================
　＊ 共通：サイドバー
=====================================*/
.left_col,
.right_col {
    width: 22.875%;
}

.left_col #left-list > li,
.right_col #right-list > li {
    margin-bottom: 20px;
}

.left_col #left-list #text-7,
.left_col #left-list #text-3,
.left_col #left-list #text-4,
.left_col #left-list #text-5,
.left_col #left-list #text-11 {
    margin-bottom: 10px;
}

.left_col #left-list #text-23 .ttl_01 {
    background-image: none;
    background-color: #f7931e;
}

.left_col #left-list #text-23 .ttl_01 span {
    padding-left: 0;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.left_col .contents_list {
    border-style: solid;
    border-width: 1px;
    margin-top: -10px;
    padding: 0 5px;
}

.right_col #recent-posts-2 ul,
.right_col #recent-comments-2s ul,
.right_col #categories-2 ul,
.right_col #archives-3 ul {
    margin-top: -10px;
    padding: 0 5px;
}

.left_col .contents_list li,
.right_col #recent-posts-2 li,
.right_col #recent-comments-2 li,
.right_col #categories-2 li,
.right_col #archives-3 li {
    background: url(../images/common/icon_04.png) bottom left repeat-x;
    width: 100%;
}

.left_col .contents_list li a,
.right_col #recent-posts-2 li a,
.right_col #recent-comments-2 li,
.right_col #categories-2 li,
.right_col #archives-3 li {
    background: url(../images/common/icon_03.png) 5px 14px no-repeat;
    box-sizing: border-box;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 5px 5px 20px;
    text-decoration: none;
    width: 100%;
}

.right_col #recent-comments-2 li,
.right_col #categories-2 li,
.right_col #archives-3 li {
    background: url(../images/common/icon_04.png) bottom left repeat-x,url(../images/common/icon_03.png) 5px 14px no-repeat;
}

.right_col #categories-2 li a {
    text-decoration: none;
}

.right_col #categories-2 li a {
    display: inline-block;
}

.left_col #top-posts-5 .widgets-list-layout li {
    background: url(../images/common/icon_04.png) bottom left repeat-x;
    padding-bottom: 10px;
}

.left_col #top-posts-5 .widgets-list-layout li a {
    text-decoration: none;
    font-size: 1.3rem;
}

.right_col #search-2 form > div {
    display: flex;
    justify-content: center;
}

.right_col #search-2 form > div input[type="text"] {
    width: 70%;
}

.right_col #search-2 form > div input[type="submit"] {
    border: none;
    background-color: #1d2767;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
}


.right_col #calendar-3 table {
    border-collapse: collapse;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

.right_col #calendar-3 table caption {
    background-color: #f7931e;
    color: #fff;
    padding: 8px 0;
}

.right_col #calendar-3 table th,
.right_col #calendar-3 table td {
    border: solid 1px #a1a1a1;
    padding: 4px 0;
}

.right_col #calendar-3 table td a {
    color: #42a3e0;
}

.right_col #calendar-3 table th[title="土曜日"] {
    background-color: #4343e2;
    color: #fff;
}

.right_col #calendar-3 table th[title="日曜日"] {
    background-color: #dc3131;
    color: #fff;
}

.right_col #text-15 .textwidget {
    font-size: 1.2rem;
}

.right_col #text-15 .textwidget p {
    margin-bottom: 10px;
}


/*====================================
　＊ 共通：見出し
=====================================*/
.ttl_01 {
    background-image: url(../images/common/icon_01.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 5px;
}

.ttl_01 span {
    border-bottom: solid 2px #fff;
    display: block;
    line-height: 1em;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 1);
}

.ttl_02 {
    margin-top: -10px;
    position: relative;
}

.ttl_02:before {
    background-color: #ffc24d;
    border-radius: 50px;
    content: "";
    height: 50px;
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
}

.ttl_02 > span {
    border-bottom: solid 2px #524835;
    display: block;
    margin-left: 15px;
    padding-left: 10px;
    position: relative;
    z-index: 10;
}

.ttl_02 > span span {
    border-bottom: solid 1px #524835;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

/*====================================
　＊ 共通：メインコンテンツ
=====================================*/
.main_contents {
    margin-bottom: 150px;
}

/*スライダー
---------------------------------*/
.bxslider {
    height: 600px;
    overflow: hidden;
}

.slider_1 {
    background: url(http://site-one.net/esite/daiken-rs/img/slider3_bg.png) no-repeat;
    background-position: center top;
    height: 600px;
}

.slider_2 {
    background: url(http://site-one.net/esite/daiken-rs/img/slider2_bg.jpg) no-repeat;
    background-position: center top;
    height: 600px;
}

.slider_3 {
    background: url(http://site-one.net/esite/daiken-rs/img/slider1_bg.jpg) no-repeat;
    background-position: center top;
    height: 600px;
}

.slider_4 {
    background: url(http://daiken-rs-blog.site-one.net/wp-content/themes/daiken-rs_re/images/slider4_bg.png) no-repeat;
    background-position: center top;
    height: 600px;
}

.bxslider span {
    display: block;
    width: 960px;
    margin: 0 auto;
}

.page_flex {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
    margin-top: -60px;
    padding-top: 35px;
    position: relative;
    z-index: 1000;
}

main {
    width: 47.91666666666667%;
}


.messageboard .messa_txt {
    box-shadow:0px 0px 6px 3px #ffffff inset;
    -moz-box-shadow:0px 0px 6px 3px #ffffff inset;
    -webkit-box-shadow:0px 0px 6px 3px #ffffff inset;
    background-color: #ecd69d;
    border: solid 1px #524835;
    color: #4d3200;
    margin-bottom: 20px;
    padding: 20px;
}


/*記事スタイル関連
---------------------------------*/
.blog_list #blog-title {
    background: #ffc659;
    margin-top: 0;
    padding: 10px 0 5px;
}

.blog_list #blog-title a,
.blog_list #blog-title .ttl {
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
}

.blog_list #blog-title a > span,
.blog_list #blog-title .ttl > span {
    border-bottom: solid 1px #524835;
    display: block;
    padding-left: 10px;
}

.blog_list #blog-title a > span span,
.blog_list #blog-title .ttl > span span {
    background: url(../images/common/icon_02.png) left bottom no-repeat;
    border-bottom: solid 1px #524835;
    box-sizing: border-box;
    display: block;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 10px;
    width: 100%;
}

.blog_list .blog-category,
.blog_list .blog-date {
    font-size: 1.2rem;
    padding-left: 15px;
}

.blog_list .blog-category {
    margin-bottom: 5px;
}

.blog_list .blog-category a,
.blog_list .tag-box a {
    color: #ff9000;
    text-decoration: none;
}

.blog_list .blog-category a:hover,
.blog_list .tag-box a:hover {
    text-decoration: underline;
}

.blog_list .entry-text {
    background-color: #fff1d3;
    line-height: 1.8em;
    padding: 10px;
}

.blog_list .entry-text p {
    margin-bottom: 1em;
}

.blog_list .tag-box {
    border-bottom: dotted 1px #1d2767;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.blog_list .commnet {
    text-align: right;
}

.blog_list .commnet a {
    text-decoration: none;
}


/*ページャー関連
---------------------------------*/
.blog_list .navigation {
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
}

.blog_list .navigation .alignleft,
.blog_list .navigation .alignright {
    background: #eedaa2;
    color: #666;
    margin-top: -1px;
    margin-bottom: 14px;
    padding: 10px;
}

.blog_list .navigation .alignleft {
    text-align: left;
}
.blog_list .navigation .alignright {
    text-align: right;
}

.blog_list .navigation .alignleft a,
.blog_list .navigation .alignright a {
    text-decoration: none;
}

.blog_list .navigation .alignleft a:hover,
.blog_list .navigation .alignright a:hover {
    text-decoration: underline;
}


.page-navi {
    margin-top: 20px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #fff;
    background-color: #1d2767;
}


/*コメント関連
---------------------------------*/
.blog_list h3#comments{
	font-size: 1.2em;
}

/*	コメントテキストエリア	*/
.blog_list #commentform textarea {
	/*width: 550px;*/
	width: 100%;
}

.blog_list .commentlist li {
	border-color: #999999;
}

.blog_list .commentlist li ul li {
	border:1px solid #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right: 0;
	margin-left: 10px;
}

.blog_list .children {
	padding: 0;
	margin: 0;
}

.blog_list .commentlist li.thread-alt ul li {
	border:1px solid #666666;
}

.blog_list .commentlist li.trackback {
	background-color: #ffffee;
}

.blog_list .commentlist {
    padding: 0;
}

.blog_list .commentlist li {
        border: 1px solid #ddd;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}

.blog_list .commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.blog_list .commentlist p {
    margin: 10px 5px 10px 0;
}

.blog_list .children {
    padding: 0;
}

.blog_list #commentform p {
    margin: 5px 0;
}

.blog_list .nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.blog_list .commentmetadata {
    margin: 0;
    display: block;
}

.blog_list .commentlist li, #commentform input,
.blog_list #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.blog_list .commentlist li ul li {
	font-size: 1em;
}

.blog_list .commentlist li {
	font-weight: bold;
}

.blog_list .commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.blog_list .commentlist cite,
.blog_list .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.blog_list .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.blog_list #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.blog_list .commentmetadata {
	font-weight: normal;
}

.blog_list ul.related_post li {
    margin-right: 5px !important;
}


#page_top {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 160px;
    right: 20px;
    z-index: 9999;
}
