/* 親テーマaccesspress-parallax/css/responsive.cssに修正有り。テーマ更新後は現状ファイルを入れ替えること。（現状修正ファイルはPCの02ファイルに保存あり。*/

/* トップページ タイトル非表示*/
.parallax-section h1 span{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    background-color: transparent;
}
.parallax-section h2 span{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    background-color: transparent;
}

.bx-slider {
  margin-bottom: 0 !important;
}

/* パララックスセクション表示位置調整 */
.parallax-section {
    padding: 0 0 0 0;
  position:relative;top:0px
}
/* トップページ タイトル非表示*/
.parallax-section h1 span{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    background-color: transparent;
}

/* マウスオーバーでエフェクト */
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
}
figure:hover figcaption {
	opacity: 1;
}





/* ビデオ*/
video {  
  width: 100%; 
  left: 0;
  top: 0;
  z-index: 1;
  position: relative;
}

p.vc {
  font-family: serif;         
  color: #fff;
  font-size: 400%;
 margin: 50px;
  position: absolute;
  z-index: 2;
}


/* 投稿一覧下部ナビ色　*/
.page-numbers {
    display: inline-block;
    background: #4169e1;
    margin: 0 2px;
    color: #FFF;
    padding: 4px 15px;
    border-radius: 2px;
}

/* 投稿ページ日付装飾　*/
.posted-on {
    position: absolute;
    left: 20px;
    top: -14px;
    background: #000;
    width: 60px;
    text-align: center;
    color: #FFF;
    font-family: "Oxygen",sans-serif;
    font-size: 14px;
    padding: 10px;
    line-height: 1.2;
    text-transform: uppercase;
}
.posted-on:before {
    border-color: transparent transparent #808080 #808080;
    border-style: solid;
    border-width: 7px 5px;
    top: 0;
    content: "";
    height: 0;
    right: -10px;
    position: absolute;
    width: 0;
    z-index: -1;
}

/* ------------- contact form7 size ------------- */
.wpcf7 input[name="dasiu-001"],
.wpcf7 input[name="dasiu-002"],
.wpcf7 input[name="dasiu-003"],
.wpcf7 input[name="dasiu-004"],
.wpcf7 input[name="dasiu-005"],
.wpcf7 input[name="dasiu-006"],
.wpcf7 input[name="dasiu-007"],
.wpcf7 input[name="dasiu-008"],
.wpcf7 input[name="dasiu-009"],
.wpcf7 input[name="dasiu-101"],
.wpcf7 input[name="dasiu-102"],
.wpcf7 input[name="dasiu-201"],
.wpcf7 input[name="dasiu-202"],
.wpcf7 input[name="dasiu-203"],
.wpcf7 input[name="dasiu-204"],
.wpcf7 input[name="dasiu-205"],
.wpcf7 input[name="dasiu-206"],
.wpcf7 input[name="dasiu-207"],
.wpcf7 input[name="dasiu-208"],
.wpcf7 input[name="your-subject"] {
        width: 90%;
}
.wpcf7 select{
font-size:12px;
border:1px;
}

/* カテゴリーページページヘッダー */
.page-header {
    background: #FFF;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
}

/* フロートフローテイング */
#footerFloatingMenu {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 99%;
}

/* クリックボタン */
.btn01R{
    border-radius: 5px;
    width: 75%;
    height: 100%;;
    margin : 0 auto ;
    padding :  15px 10px 15px 10px;
    border : 1px solid #c0c0c0 ;
    background: #000;
    color: #fff;
    font-size: 15px;
  	text-align:left;
    font-family:"メイリオ","新ゴ",sans-serif;
    text-shadow:2px 2px 3px rgba(0,0,0,0.5);
}
.btn01R:hover{
    background: #606060;
}

/* 表テーブル */
table.rps{
width:100%;
border-collapse:collapse;
border-spacing:0;
border:1px solid #ccc;
padding:0;
margin:0;
    font-size: 11px;
}

table.rps tr{
border:1px solid #ddd;
padding:5px;
}

table.rps th, table.rps td{
    padding:10px;
    text-align:center;
}


table.rps th{
    font-size:14px;
    letter-spacing:1px;
}
@media screen and (max-width: 600px) {
    table.rps{
        border:0;
    } 
    table.rps thead{
        display:none;
    } 
    table.rps tr{
        margin-bottom:10px;
        display:block;
        border-bottom:2px solid #ddd;
    } 
    table.rps td{
        display:block;
        text-align:right;
        font-size:13px;
        border-bottom:1px dotted #ccc;
    } 
    table.rps td:last-child{
        border-bottom:0;
    } 
    table.rps td:before {
        content:attr(data-label);
        float:left;
        font-weight: bold;
    }
}
/* 表テーブル LEFT*/
table.rps-left{
width:100%;
border-collapse:collapse;
border-spacing:0;
border:0px solid #ccc;
padding:0;
margin:0;
    font-size: 11px;
}

table.rps-left tr{
border:0px solid #ddd;
border-top: dotted 1px #c0c0c0;
padding:5px;
}

table.rps-left th, table.rps-left td{
    padding:10px;
    text-align:left;
}


table.rps-left th{
    font-size:14px;
    letter-spacing:1px;
}
@media screen and (max-width: 600px) {
    table.rps-left{
        border:0;
    } 
    table.rps-left thead{
        display:none;
    } 
    table.rps-left tr{
        margin-bottom:10px;
        display:block;
        border-bottom:2px solid #ddd;
    } 
    table.rps-left td{
        display:block;
        text-align:left;
        font-size:13px;
        border-bottom:1px dotted #ccc;
    } 
    table.rps-left td:last-child{
        border-bottom:0;
    } 
    table.rps-left td:before {
        content:attr(data-label);
        float:left;
        font-weight: bold;
    }
}

/* グローバルナビゲーション */
.main-navigation > ul > li.current a {
    color: #a0a0a0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
}
.main-navigation li:hover > a {
    color: #d0d0d0;
    text-decoration: none;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a {
    color: #c0c0c0;
}


/* スクロール線ナビ　*/
.morescrol{
    width: 100%;
    float: center;
    margin : 3px ;
    padding :  10px 10px 10px 10px; ;
    border : 1px solid #ccc ;
    background: #fff;
}

/* リンク　カラー*/
a {
    color: #808080;
    font-size: 16px;
    text-decoration: none;
}

/* ニュース ULアイコン*/
ul.news {
  list-style-image: url("http://scandinavianmodern.jp/a913/wp-content/uploads/2016/10/topics-bk.png");
  line-height: 2.2em; /* リスト行間 */
  font-size: 10px; 
  padding: 25px 25px 25px 25px;
}


/* ドットライン */
p.dotline {
   border-bottom: 1px dotted #c0c0c0;
}
p.dotline-b {
   border-bottom: 2px dotted #ffd700;
}

/* HR ライン */
.bar1 {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0389fb;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

/* 固定ページ幅 */
#primary {
    width: 100%;
    float: left;
}

#masthead {
    width: 100%;
    z-index: 99999;
    background: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}
#go-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: none;
    height: 50px;
    width: 50px;
    background: #c0c0c0;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    z-index: 9999;
}

/* 太枠線こちらナビ　*/
.morebold{
    width: 100%;
    float: center;
    margin : 3px ;
    padding :  10px 30px 10px 30px; ;
    border : 5px solid #ccc ;
    background: #fff;
}
.moreblack{
    width: 100%;
    float: center;
    margin : 2px ;
    padding :  10px 30px 10px 30px; ;
    border : 0px solid #000 ;
    background: #000;
    font-size: 12px; 
    color: #fff;
}
.moreblack:hover{
    background: #3b5998;
}

.moreblack2{
    width: 100%;
    float: center;
    margin : 2px ;
    padding :  10px 30px 10px 30px; ;
    border : 0px solid #3b5998 ;
    background: #3b5998;
    font-size: 12px; 
    color: #fff;
}
.moreblack2:hover{
    background: #ff0000;
}


/* 詳しくはこちら */
.moreLink a {
    width:200px;
    color: #666;
    border-color: #666;
    border: 1px solid #666;
    margin-top: 10px; 
    display: block;
    overflow: hidden;
    float: center;
    padding: 7px 15px 6px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    text-decoration: none;
}
.moreLink2 {
    width:250px;
    color: #ffffff;
    border-color: #fff;
    border: 2px solid #fff;
    margin: 2px; 
    float: center;
    padding: 7px 15px 6px 15px;
    text-align: center;
    font-size: 12px;
}
.moreLink2 a{
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}
.moreLink2:hover{
    background: #c0c0c0;
}
.moreLink3 a {
    width:250px;
    color: #666;
    border-color: #666;
    border: 1px solid #666;
    margin-top: 10px; 
    display: block;
    overflow: hidden;
    float: center;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    text-decoration: none;
}
.moreLink4 {
    width:250px;
    color: #666;
    border: 1px solid #666;
    margin: 2px; 
    float: center;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 12px;
}
.moreLink4:hover{
    background: #c0c0c0;
}

.moreLink5 {
    width:250px;
    color: #666;
    border: 1px solid #666;
    margin: 2px; 
    float: center;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 10px;
}
.moreLink5:hover{
    background: #fff;
}

.moreLink6 {
    width:50px;
    color: #fff;
    border: 0px solid #666;
    margin: 2px; 
    float: center;
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold ;
    background: #004da2;
}
.moreLink6:hover{
    color: #fff;
    background: #666;
}
.moreLink6 a{
    color: #ffffff;
    font-size: 12px;
      font-weight: bold ;
    text-decoration: none;
}

/* ------------- レスポンシブテーブルデザイン TABLE ------------- */
.resp{
  width:100%;
  border: 2px solid #fff;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.resp th{
  padding: 16px 18px 15px;
  border-top: dotted 1px #c0c0c0;
  width: 30%;
  overflow: hidden;
  color: #666;
  font-style: normal;
  font-weight: bold;
  font-size: 80%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #ffffff;
}
 
.resp td{
padding: 16px 18px 15px;
text-align: left;
vertical-align: top;
font-size: 80%;
color: #666;
background-color: #fff;
border-top: dotted 1px #c0c0c0;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.resp th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.resp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

.resp100{
  width:100%;
  border: 0px solid #f8f8ff ;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.resp100 th{
  padding: 16px 18px 15px;
  border-top: dotted 1px #c0c0c0;
  width: 30%;
  overflow: hidden;
  color: #444;
  font-style: normal;
  font-weight: bold;
  font-size: 80%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: ;
}
 
.resp100 td{
padding: 16px 18px 15px;
text-align: left;
vertical-align: top;
font-size: 80%;
color: #444;
background-color: ;
border-top: dotted 1px #c0c0c0;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.resp th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.resp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

/* グローバルメニュー文字 */
.main-navigation > ul > li.current a {
    color: #a0a0a0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
}

.main-navigation li:hover > a {
    color: #d0d0d0;
    text-decoration: none;
}

.main-navigation > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}

/* リンク文字 */
a {
    color: #808080;
    font-size: 14px;
    text-decoration: none;
}
a :hover{
    color: #404040;
}


/* フッダー上部グレーバックロゴ部分 */
#colophon {
    background: #f8f8ff;
    color: #909090;
    padding: 100px 0px 0px 0px;
    font-size: 12px;
}

/* フッター下部キャプション */
.top-footer a {
    color: #808080;
    text-decoration: none;
}
.top-footer  :hover{
    color: #c0c0c0;
}
.copy-right {
    float: left;
    font-size: 12px;
    color: #808080;
}
.site-info {
    float: right;
    font-size: 12px;
    color: #808080;
}
.site-info a {
    font-size: 12px;
    color: #808080;
  text-decoration: none;
}
.site-info :hover{
    color: #c0c0c0;
}
.bottom-footer {
    background: #303030;
    padding: 15px;
    font-size: 14px;
}

/* 送信ボタン */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    position: relative;
    background: #808080;
    display: inline-block;
    line-height: 1;
    padding: 0 20px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
    line-height: 36px;
    height: 36px;
}

a:hover img{ 
opacity:0.9;
filter: alpha(opacity=60);
}