/*recaptcha非表示*/
.grecaptcha-badge {
    visibility: hidden;
}


/*bogo*/
.textwidget .bogo-language-switcher{
	text-align:left;
}
ul.bogo-language-switcher a {
    color: #438bc5;
    text-decoration: underline;
}
.textwidget .bogo-language-switcher .current{
	display: none;
}
/*ブルーPOINTボックス*/
.box27 {
    position: relative;
    margin: 3em 0 2em 0;
    padding: 1em 1em 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/*イエローPOINTボックス*/
.box28 {
    position: relative;
    margin: 0 0 2em 0;
    padding: 38px 30px 20px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
	text-align:left;
	font-size:16px;
}
.box28 a{
	color:#428bca;
	text-decoration:none;
}

/*下部おすすめリンク（オレンジ）*/
.under-recommend-box {
	text-align:left;
	font-size:16px;
	padding:10px 0 10px 0;
}
.under-recommend-box a{
	color:#428bca;
}
span.recommend-og{
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background-color: #77c3df;
    border-radius: 2px;
    padding: 8px 8px 7px;
}	

/*table内リンク下線削除*/
table a{
		text-decoration:none;
}

/*吹き出し左揃え（ウィジェット対策）*/
.voice.l .voicecomment {
    text-align: left;
}

/*****Hotel BOX*****/
.hotel-box *{
  border:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
}
.hotel-box{
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    margin: 0 0 8px;
    padding: 16px;
    position: relative;
max-width: 100%;
	
	align-items: center;
    display: flex;
    justify-content: space-between;
}
.hotel-box-ribbon {
  height: 60px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 60px;
}
.hotel-box-ribbon > span {
  background: #ec8722;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 0 2px rgb(236, 135, 34);
  color: #fff!important;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 2px 0;
  left: -15px;
  text-align: center;
  top: 11px;
  line-height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 110px;
  z-index: 5;
}
.hotel-box-img{
    max-width:30%;
	  margin-bottom:0;
}
.hotel-box img{
	  margin-bottom:0;
}

.hotel-box-text {
    top: 15px;
	  left:155px;
    position: absolute;
}
.hotel-box .hotel-box-btn {
    width: 200px;
    position: absolute;
    right: 0;
    padding-right: 15px;
}

.hotel-box .hotel-box-btn > a {
    background-image: linear-gradient(to right, #0ba360 0%, #3cba92 100%);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    padding: 8px 0;
    width: 100%;
}

@media screen and ( max-width: 640px ) {
.hotel-box {
		padding:10px 10px 25px 10px;
	}
.hotel-box-btn {
    bottom: 0;
    right: 0;
    position: absolute;
	  padding: 0 10px 10px 0;
}
.hotel-box-btn > a {
    padding: 4px 0!important;
}
.hotel-box-text {
    top: 15px;
    left: 35%;
    position: absolute;
}
.hotel-box-text, .hotel-box-text strong, .hotel-box-text span{
	  font-size:14px!important;
}
	.hotel-box-img{
		margin-bottom:0;
	}
}
/*****END Hotel BOX*****/


/*コメント枠削除のため上寄せ*/
#main article footer {
    padding-bottom: 0;
}

/*YES/NOチャートをbeforでリストの点を削除*/
#yesno_wrap li:before{
width: 0!important;
height: 0!important;
}
#yesno_wrap ul li {
    zoom: 1;
	  margin: 0;
	 padding-left:0!important;
	  list-style-type:none!important;
}
/*トップのYoutube告知*/
.top-youtube-color{
	color:red;
}

/*記事下のツイッター告知（ウィジェット）*/
.under-kokuchi-txt {
	text-align:left;
	font-size:16px;
}
.under-kokuchi-txt a{
	color:#428bca;
}

.under-tweet-color{
	color:#428bca;
}

/* キャプションをグレーにする*/
.image-wrap-via{
    background-color:white;
	 margin-bottom:0!important;
}
.image-wrap-via p{
	text-align:left!important;
	color: #999999;
}
.image-wrap-via p a{
	text-decoration:none;
	color: #999999;
}

/* Rinker文字寄せ */
div.yyi-rinker-contents div.yyi-rinker-info {
    text-align: left;
}

/* フィルムサイドリンク用 */
.sidecolor-nolink{
	color:#ccc;
}
/*リンクカードのインデントleft*/
.widget_text .linkcard,.widget_text .midashi_s {
	text-align:left;
}

/*リンクカードのhover*/
.lkc-internal-wrap:hover{background-color:#f3f3f3;-webkit-transition:background-color .35s;transition:background-color .35s}


/*固定ページのタイトル削除*/
.home .entry-header {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    background-color: transparent!important;
}

/*トップページ見出し*/
.top-t2{
position: relative!important;
display: inline-block!important;
padding: 0 100px!important;
	background:none!important;
	color:#000!important;
}

.top-t2:before, .top-t2:after{
content: ''!important;
position: absolute!important;
top: 50%!important;
	left:auto!important;
display: inline-block!important;
width: 80px!important;
height: 2px!important;
border-top: solid 1px black!important;
border-bottom: solid 1px black!important;
}

.top-t2:before {left:0!important;}
.top-t2:after {right: 0!important;}

.top-t3{
position: relative;
display: inline-block;
padding: 0 55px;
}

.top-t3:before, .top-t3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

.top-t3:before {left:0;}
.top-t3:after {right: 0;}


/*トップページ新着記事*/
.lp-newpost h2 {
	  float:right;
    position: static;
    background:none;
    border: none;
    font-size: 1.25em;
    padding: 0 0 0 0.5em;
    margin-top: 2.1em;
	  margin-left:1em;
    margin-bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25) inset;
    width: 64%;
}
.lp-newpost h2 a
{
	  color: #444;
}
.lp-newpost .wp-show-posts-entry-summary p {
	  margin-top:5px;
    color: #666;
	  font-size: 0.9em;
}
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    float: left;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    max-width: 36%;
}
.lp-newpost .wp-show-posts-entry-date.published, .lp-newpost .wp-show-posts-entry-summary {
	padding-left:8px;
	float: right;
  width: 64%;
}
.lp-newpost .wp-show-posts-inner {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
@media (max-width: 1125px){
.lp-newpost .wp-show-posts-image.wpsp-image-left {
    max-width: 36%;
}}
@media (max-width: 1125px){
.lp-newpost h2 {
    font-size: 1.1em;
}
}
@media screen and (max-width: 1125px){
.lp-newpost p{display:none!important;}
}
/*トップページおすすめ記事 lp-newpost lp-recommend*/
.lp-newpost.lp-recommend .wp-show-posts-image {
    margin-bottom: 0;
}
.lp-newpost.lp-recommend .wp-show-posts-image img {
    margin-right: 0.5em!important;
}
.lp-newpost.lp-recommend span{
    float:none;
}
.lp-newpost.lp-recommend span a{
    color:#666;
}
.lp-newpost.lp-recommend .wp-show-posts-entry-date.published{
    float: left;
    display: inline-block;
    width: auto;
    padding: 0;
    color: #999;
}
/*【プラグインなし】トップページのおすすめ記事リスト*/
.lp-recommend-list p{
	margin:0;
}
   /*beforでリストの点を削除*/
.lp-recommend-list li:before{
width: 0!important;
height: 0!important;
}
.lp-recommend-list ul li {
    zoom: 1;
	  margin: 0;
	 padding-left:0!important;
	  list-style-type:none!important;
}
.lp-recommend-list li{
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
.lp-recommend-list li{
    display: block;
    padding: 1em 1.2em 1em 0.3em;
    margin: 0;
    position: relative;
}


.lp-recommend-list a {
    text-decoration: none;
    color: #666666;
}


.lp-recommend-list li .eyecatch {
    width: 30%;
    max-width: 100px;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 0.5em!important;
	  margin-left: 0.5em!important;
}
.lp-recommend-list li span.date {
    padding: 0 0.3em;
    font-size: 0.9em;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    display: inline-block;
}

/* 外部リンクアイコンを消す */
/*インスタfeedに対して*/
 .sbi a[target="_blank"]:after, .entry-content a[target="_blank"]:after {
 content:none;
 }

/*Instagramアイコンの色*/
.insta-color{
	color:#bf32a2;
}

/*引用風の枠*/
.waku-quote p.midashi_ss{
	margin-top:1.5em!important;
	margin-bottom:1.6em!important;
}
.waku-quote p.midashi_q{
	margin-top:1.5em!important;
	margin-bottom:1.6em!important;
}
.waku-quote p.midashi_q2{
	margin-top:1.0em!important;
}
.waku-quote {
    color: #555;
    border: 1px solid #ddd;
    background: #eee;
    background: rgba(53, 53, 53, 0.05);
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}

.waku-quote ul li,.waku-quote ol li{
    margin: 15px 0;
}
/*引用風の枠ホワイト*/
.waku-white p.midashi_ss{
	margin-top:1.5em!important;
}
.waku-white{
    color: #555;
    border: 1px solid #ddd;
    background: white;
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}

.waku-white ul li, .waku-white ol li {
    margin: 15px 0;
}
/*引用風の枠ブルー*/
.waku-blue p.midashi_ss{
	margin-top:1.5em!important;
}
.waku-blue{
    color: #555;
    border: 1px solid #ddd;
    background:#cfe8fc;
    margin: 1.5em 0;
    font-size: 0.95em;
    padding: 1.5em 2.5em 1.5em;
    border-radius: 3px;
    position: relative;
}

.waku-blue ul li, .waku-blue ol li {
    margin: 15px 0;
}

/*h3見出しカスタマイズ*/
.entry-content h3 {
border-left: 8px solid #3a4861;
}

/*h3見出しクラス追加（アンダーライン）*/
h3.midashi_2cl {
  border-bottom: solid 3px skyblue;
  position: relative;
	border-left:none;
	padding-left:0;
}

h3.midashi_2cl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}


/*h4見出しカスタマイズ*/
h4.midashi_tri, h3.midashi_tri {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
  margin-left: -18px;
  line-height: 1.3;
  z-index:-1;
}

h4.midashi_tri:before, h3.midashi_tri:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
@media (max-width: 1125px){
h4.midashi_tri{
    margin-left: -5px;
}}
@media (max-width: 1125px){
h3.midashi_tri {
    margin-left: -6px;
}}
 /*上のh4見出しをオレンジ色化*/
.tri_orange {
  background: #fff0d9!important;
  color: #2d2d2d!important;
  border-bottom: solid 3px orange!important;
}

/**サイド画像と文字を重ねる**/
/* 全体の枠 */
.side-imgover {
    position: relative;
	  width:100%;
}
.side-imgovertop{
    margin-top:10px;
}
 
/* 重ねる文字 */
.imgover-text {
    position: absolute;
	  left:50%;
	  margin-left:-165px;
	  padding:5px 15px;
    width: 330px;
    background-color: #000;
	  color:#fff;
    font-size: 13px;
	  opacity:0.8;
}


/*プロフ画像の円形表示*/
.img-round {
    border-radius: 50%;
}

/*お問い合わせ必須項目*/
.textRed {
    color: #FF0000;
}

/*マーカー*/
em.yellow-under {
border-bottom:none;
font-style:normal;
font-weight:normal;  
background:linear-gradient(rgba(255,255,0,0)  60%, #ffff00);
}
em.pink-under {
border-bottom:none;
font-style:normal;
font-weight:normal;  
background:linear-gradient(rgba(255,204,204,0)  60%, #ffcccc);
}
em.lightroom-under {
border-bottom:none;
font-style:normal; 
background:linear-gradient(rgba(60,240,239,0)  60%, #3cf0ef);
}
/*Font Awesomeアイコンを使う*/
.awesome_blue {
color:#3a4861;
}
.awesome_blue2 {
color:#77c3df;
}
.awesome_green {
color:mediumseagreen;
}
.awesome_yellow {
color:khaki;
}
.awesome_yellow2 {
color:#ffd600;
}
.awesome_red {
color:tomato;
}
p.midashi_s {
font-size: 1.25em;
font-weight: 600;
margin-bottom: 15px;
}
p.midashi_ss {
font-weight: 600;
margin-bottom: 0px;
}

/*固定ページでスマホのみ表示する*/
@media screen and (min-width: 1125px){
.sponly_kpage{display:none!important;}
}
/*固定ページでPCのみ表示する*/
@media screen and (max-width: 1125px){
.pconly_kpage{display:none!important;}}

/*ヨメレバ・カエレバ（レスポンシブ）*/
.booklink-box, .kaerebalink-box {
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding: 22px 25px 22px 25px;
 width: 94%;
 margin: 0 auto 15px;
 border: 3px solid #dfdfdf;
 box-sizing: border-box;
 text-align: center;
}
.booklink-image, .kaerebalink-image {
 width: 100%;
 margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 width: 100%;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 4px 0;
}
.booklink-name a, .kaerebalink-name a {
 color: #0066cc;
 text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
 color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
 font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
 color: #333333;
 font-size: 12px;
 margin: 0 0 10px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
 width: 90%;
 display: block;
 margin: 0px auto -12px;
 padding: 10px 1px;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
 opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .kaerebalink-box {
 text-align: left;
 display: table;
}
.booklink-image, .kaerebalink-image {
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 width: 111px;
 text-align: center;
 margin: 0;
}
.booklink-image img, .kaerebalink-image img {
 max-width: 100%
}
.booklink-info, .kaerebalink-info {
 line-height: 125%;
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 padding-left: 25px;
 width: auto;
}
.booklink-name, .kaerebalink-name {
 margin: 0 0 24px 0;
}
.booklink-name > a, .kaerebalink-name > a {
 font-size: 16px;
}
.booklink-powered-date, .kaerebalink-powered-date {
 margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
 margin: 0 0 14px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
 width: auto;
 text-align: center;
 margin: none;
}
.booklink-link2 > div, .kaerebalink-link1 > div {
 width: 33.33%;
 padding: 0 5px 5px 0;
 box-sizing: border-box;
 float: left;
}
}

.shoplinkamazon a {
 color: #ffffff;
 background: #ff9901;
 border: 2px solid #ff9901;
 margin-bottom: 5px;
}
.shoplinkrakuten a {
 color: #ffffff;
 background: #bf0000;
 border: 2px solid #bf0000;
}
.shoplinkkindle a {
 color: #ffffff;
 background: #0074c1;
 border: 2px solid #0074c1;
}

/*ebayカエレバ（レスポンシブ）*/
.booklink-box, .ebaylink-box {
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 padding: 22px 25px 22px 25px;
 width: 94%;
 margin: 0 auto 15px;
 border: 3px solid #dfdfdf;
 box-sizing: border-box;
 text-align: center;
}
 .ebaylink-image a[target="_blank"]:after {
 content:none;
 }
.booklink-image, .ebaylink-image {
 width: 100%;
 margin: 0 0 5px 0;
}
.booklink-image img, .ebaylink-image img {}
.booklink-info, .ebaylink-info {
 line-height: 125%;
 width: 100%;
}
.booklink-name, .ebaylink-name {
 margin: 0 0 4px 0;
}
.booklink-name a, .ebaylink-name a {
 color: #0066cc;
 text-decoration: underline;
}
.booklink-name > a, .ebaylink-name > a {
 font-size: 16px;
}
.booklink-name a:hover, .ebaylink-name a:hover {
 color: #FF9900;
}
.booklink-powered-date, .ebaylink-powered-date {
 font-size: 8px;
}
.booklink-detail, .ebaylink-detail {
 color: #333333;
 font-size: 12px;
 margin: 0 0 10px 0;
}
.ebaylink-detail img{
	margin-right:5px;
}
.booklink-link2, .ebaylink-link1 {}
.booklink-link2 a, .ebaylink-link1 a {
 width: 90%;
 display: block;
 background: #fff;
 margin: 0px auto -12px;
 padding: 10px 1px 0px 1px;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .ebaylink-link1 a:hover {
 opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .ebaylink-box {
 text-align: left;
 display: table;
}
.booklink-image, .ebaylink-image {
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 width: 111px;
 text-align: center;
 margin: 0;
}
.booklink-image img, .ebaylink-image img {
 max-width: 100%
}
.booklink-info, .ebaylink-info {
 line-height: 125%;
 vertical-align: top;
 box-sizing: border-box;
 display: table-cell;
 padding-left: 25px;
 width: auto;
}
.booklink-name, .ebaylink-name {
 margin: 0 0 24px 0;
}
.booklink-name > a, .ebaylink-name > a {
 font-size: 16px;
}
.booklink-powered-date, .ebaylink-powered-date {
 margin: 6px 0 0 0;
}
.booklink-detail, .ebaylink-detail {
 margin: 0 0 14px 0;
}
.booklink-link2 a, .ebaylink-link1 a {
 width: auto;
 text-align: center;
 margin: none;
}
.booklink-link2 > div, .ebaylink-link1 > div {
 width: 33.33%;
 padding: 0 5px 5px 0;
 box-sizing: border-box;
 float: left;
}
}
.shoplinkebay a {
 color: #ffffff;
 background: #fff;
 border: 2px solid #fff;
}
/*ebay→Amazonカエレバ（レスポンシブ）*/
