@charset "utf-8";
/*
Template: liquid-magazine
Theme Name: LIQUID MAGAZINE Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: White, fluid-layout, Responsive-Layout, accessibility-ready, custom-header, custom-menu, featured-images
Version: 0.9.5.5
*/
/* 子テーマのスタイル */

body {
    color: #333;
    font-size: 16px;
    font-family: メイリオ, Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro, Osaka,ＭＳＰゴシック,MS PGothic,sans-serif;
    line-height: 1.6;
}

.cover img { width:1280px; 
	display:block;
margin-left:auto;
margin-right:auto;}


.check {
	font-size: 18px;
	list-style-type:none;
	background-image: url(images/icon/check.png) !important;
	padding-left: 30px !important;
	background-repeat: no-repeat;
	background-position: left top;
	border: none !important;
	font-weight: bold;
	margin-top: 20px;
color: #000;	
}	
.kakomi li { list-style-type: none !important; }

.kakomi {
border: thin solid #FCC;
	background-color: #FFF7F7;
	width: 95%;
	max-width: 900px;
	margin-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	padding: 2%;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.kakomi2 {
border: thin solid #FCC;
	background-color: #FFF7F7;
	width: 95%;
	max-width: 900px;
	margin-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	padding: 2%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.style1 { color: #000;
	font-weight: bold;
	background-color: #FF3;
　　　　padding:2px;
}


.red{
	color: #FF0000;
}

.bold {
	font-weight: bold;	
	}

/*------------------------------------------------------------
文字列の前にアイコン
-------------------------------------------------------------*/

.caution1{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-check01.png) left top no-repeat !important;
}

.caution2{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-check02.png) left top no-repeat !important;
}

.caution3{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-point01.png) left top no-repeat !important;
}

.caution4{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-point02.png) left top no-repeat !important;
}

.caution5{
	padding: 7px 0 7px 45px!important;
	background: url(images/icon/icon-check03.png) left top no-repeat !important;
}

.caution6{
	padding: 7px 0 7px 45px!important;
	background: url(images/icon/icon-point03.png) left top no-repeat !important;
}

.caution7{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-check07.png) left top no-repeat !important;
}

.caution8{
	padding: 10px 0 10px 60px!important;
	background: url(images/icon/icon-check08.png) left top no-repeat !important;
}

.question{
	padding: 10px 0 10px 30px!important;
	background: url(https://asian-beauty.net/kassa/images/q.gif) left center no-repeat !important;
font-weight:bold;
margin-bottom:0 !important;
}

.css_btn_class {
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:16px 36px;
	text-decoration:none;
	background-image: url(images/icon/ecalic002_012.png) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff !important;
	display:inline-block;
	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
	box-shadow:inset 1px 1px 0px 0px #f29c93;
	background-repeat: no-repeat !important;
	background-position: 97% center !important;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background-color:#ce0100;
	background-image: url(images/icon/ecalic002_012.png) !important;
	background-repeat: no-repeat !important;
	background-position: 97% center !important;
}.css_btn_class:active {
	position:relative;
	top:1px;
}			

.video{
  position:relative;
  width:100%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}	

 .youtube_wrapper {
    max-width: 640px;
    min-width: 280px;
    margin: 5px auto;
    padding: 4px;
    border: none;
    }	
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.youtube2 {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

    .map_wrapper {
    max-width: 640px;
    min-width: 280px;
    margin: 20px auto;
    padding: 4px;
    border: 1px solid #CCC;
    }
     
    .map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    }
    .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }

	
	.kakomi,dl {
		border: thin solid #FF0099;
	width: 95%;
	max-width: 880px;
	margin-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	padding: 2%;
}
.kakomi2 {
	border: thin solid #FF0099;
	background-color: #FFFFCC;
	width: 95%;
	max-width: 880px;
	margin-bottom: 5px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	padding: 2%;
}
.kakomi3 {
	border: thin solid #FF0099;
	background-color: #FFFFCC;
	width: 95%;
	max-width: 680px;
	margin-bottom: 5px;
	padding: 2%;
	line-height: 1.5em;
	margin-top: 10px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
}
	
	.kakomi h3,.kakomi2 h3 {
	font-size: 1.1em !important;
	font-weight: bold;
	background-image: url(../img/chou_icon2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border:none !important;
	padding-left: 25px !important;
	margin-bottom: 5px !important;
	padding-bottom: 0px !important;
	}
.kakomi p,.kakomi2 p {
	margin-top: 0px !important;
	padding-top: 0px !important;	
	}	
	
	
.koe,.topics {
	font-size: 14px;
	background-color: #FFFFCC;
	width:95%;
	max-width: 880px;
	margin-top: 20px;
	margin-right: 20px;
	border: thin solid #FF3333;
	margin-bottom: 3px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.koe p {
	margin-bottom: 20px;
	margin-top:0px !important;
	padding-right: 4%;
	padding-left: 4%;	
	
	}

.topics p {
	margin-bottom: 12px;
	margin-top:0px !important;
	padding-right: 4%;
	padding-left: 4%;	
	
	}


.style6 {
	font-size: 12px;
	color: #999;
}
.imgcenter{
 display: block;
 margin-left: auto;
 margin-right: auto;
}	
	
	
   /* 1カラム用 */
    .wrapper.single-column {
    width: auto;
    max-width:1024px;
    padding: 0 10px;
			margin-left:auto;
			margin-right:auto;
    }
    .single-column .mainarea { width:100%; 
			max-width:980px;
flex:100%;
float: none;
}	
	

	
/*レイアウト*/

.navbar-toggle {
  display: none !important;
}


.sidebar-inner { background-color:rgba(255, 165, 0, 0.1) !important;
	margin-bottom:20px;
}



#nav_menu-3 ul li,#categories-3 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

#nav_menu-2 ul li a,#nav_menu-3 ul li a,#categories-3 ul li a,#liquid_newpost-2 ul li a{
  color:#333;
}
#nav_menu-2 ul li a,#nav_menu-3 ul li a,#liquid_newpost-2 ul li a{
	display: block;
}
#liquid_newpost-2 ul li a{
font-size:14px;	
}
#nav_menu-3 ul li:before,#categories-3 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
    position: absolute;
  left :0.5em; /*左端からのアイコンまで*/
	margin-top: 8px;
	 margin-left:0.8rem;

  color: #6D9A4A; /*アイコン色*/
}


#nav_menu-3 ul li:last-of-type{
  border-bottom: none;
}
.sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105" !important;/*アイコン種類*/
  color:#6D9A4A; /*アイコン色*/
	    margin-left: 1rem;
}
.sub-menu li {
  padding-left:0px !important;
}
.sub-menu ul li {
	border:none !important;
}

.widget ul li a:hover{
	color:rgb(231, 56, 40) !important;
	font-weight:bold;
  background-color:rgba(109, 154, 74, 0.24) !important;
}
#nav_menu-2 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left :0; /*左端からのアイコンまで*/
	margin-top: 7px;
  color: #333; /*アイコン色*/
}
.widget ul li ul {
    border-left: none;
    margin-left: 1rem;
}

.foot{
  display: none !important;
}
#liquid_newpost-4 img {float:left;
margin-right: 10px;
}

.topmenu h2 { font-size:20px;	
}
.topmenu h2 a { color:#333 !important;
	text-decoration:none;
}

.topmenu-description {
	font-size:12px;
	color:#696969;
}
.topmenu-description a{
	color:#696969 !important;
	text-decoration:underline;
}
.topmenu a:hover{
	color:rgb(231, 56, 40) !important;
	font-weight:bold;
  background-color:rgba(109, 154, 74, 0.24) !important;
}
.hero{
  display: none !important;
}
.shousai{ text-align:right;
font-weight:bold;
	line-height:1em !important;
}
.txt { font-size:14px;
	color:#424242;
}

#menu-footer li{font-size:12px;}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.right {
	float: right;
	padding-left: 10px;
	margin-bottom: 5px;
}	
/*レイアウトここまで*/
	
/* カエレバ用ここから */
.shoplinkamazon a, .shoplinkkindle a, .shoplinkrakuten a, .shoplinkyahoo a {
	transition: all ease-in-out .3s;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 13px;
}
.shoplinkamazon a:hover, .shoplinkkindle a:hover, .shoplinkrakuten a:hover, .shoplinkyahoo a:hover{
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
	-moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.shoplinkamazon a {
	background: #FF9901;
	border-radius: 7px;
	color: #fff !important;
}

.shoplinkkindle a {
	background: #007dcd;
	border-radius: 7px;
	color: #fff !important;
}
.shoplinkrakuten a {
	background: #c20004;
	border-radius: 7px;
	color: #fff !important;
}

.shoplinkyahoo a {
	background: #7b0099;
	border-radius: 7px;
	color: #fff !important;
}

.booklink-image{
	zoom: 1.2;
}



.booklink-footer {
	display: none;
}

.kaerebalink-info, .booklink-info {
	width: 43%;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
.kaerebalink-box, .booklink-box {
	display: block;
}

.kaerebalink-info, .booklink-info {
	width: 100%;
}

.kaerebalink-image, .booklink-image {
	margin: 0 0 20px 0!important;
	text-align: center;
	float: none!important;
}
	
.kaerebalink-name, .booklink-name{
	text-align: center;
}
}

/* カエレバ用ここまで */	
	
/*グローバルナビゲーション */
@media (min-width: 47.9em) {
#menu-headermenu .navbar-nav{background-color:#fff;}
#menu-headermenu .menu-item{border:1px solid;
	border-color:#ccc;
border-radius:0px 15px 0px 0px ;
	margin:0 1px;
 }
#menu-headermenu .menu-item a{font-size:14px;
color:#333 !important;}

#menu-headermenu .menu-item a:hover{font-weight:bolder;
	color:#ff4500 !important;
	border-radius:0px 15px 0px 0px ;
	border-color:#ff8c00 !important;	
background-color:rgba(255, 165, 0, 0.1);}

#menu-headermenu .current-menu-item{border-radius:0px 15px 0px 0px ;
border-color:#ff8c00 !important;	
background-color:rgba(255, 165, 0, 0.1);
}
}
/*グローバルナビゲーションここまで */	
	

/*リストカテゴリー */	
ul.lcp_catlist {
 margin-left: 0;
 padding-left: 0;
}

ul.lcp_catlist li {
list-style:none;
display:inline-block;
border-bottom: 1px solid #CCCCCC;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 0;
padding-left: 0;
}

ul.lcp_catlist li img {
 float: left;
 margin-right: 20px;
text-align: left;
}
/*リストカテゴリーここまで */		

/*-------------------------
  ブログカード
-------------------------*/
/*-----------------------------------
内部リンクをショートコードでブログカード化
------------------------------------*/
.blog-card{
 border:1px solid #333 !important;
	color: #666;
 word-wrap:break-word;
 max-width:100%;
 border-radius:3px;
 margin-top: 20px;	
 margin-bottom: 30px;
padding: 1rem;	
 box-shadow: 4px 4px 0px #ccc;
 position:relative;
background-color: rgba(255, 165, 0, 0.1);	
}

.blog-card a {
 color: #333;
 display: block;
 text-decoration:none;
 font-weight: bold;
 border-radius: 0px;
 padding: 0px;
}
.blog-card:hover{
	background-color: rgba(255, 182, 193, 0.3);
}
  
.blog-card-thumbnail{
 float:left;
 padding:10px;
}
 
.blog-card-thumbnail img {
 display: block;
 padding: 0;
 margin-top: 0!important;
}
 
.blog-card-content{
	font-size: 12px;
	 color: #808080;
	line-height: 1.7;
	font-weight:normal;
}
.blog-card-title{
	color: #000;
 padding: 13px 10px 10px 0;
 font-size: 18px;
font-weight:bold;	 
}
 
.blog-card-title::before {
 content: '>続きを読む';
 font-size: 0.7em;
 font-weight: bold;
 color: #fff;
 background: #ff7f50;
 width: 7em;
 display: inline-block;
 padding: 0.2em;
 position: absolute;
 text-align: center;
margin-top:-1.5rem;	
 margin-right: 1em;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 3px;
 bottom: 5px;
 right: 0px;
}
 
.blog-card-date{
 color:#333;
 font-size: 90%;
 margin-right:10px;
 font-family: GillSans;
}
.internal-blog-card-footer{
	display: none; /* 内部ブログカードのアイコンとURLを非表示 */
}

.blog-card::before{
	content: '関連記事'; /* タイトルの文言 */
	position: absolute;
	top: 0.1rem;
	left: auto;
	font-size: 80%;
	background-color: #68d6cb; /* タイトルの背景色 */
	padding: .6em 1em;
	font-weight: bold;
	color: #fff;  /* タイトルの文字色 */
	border-radius: 2px;
	margin-top:-1.5rem;	
}

.internal-blog-card::after{
	content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
	position: absolute;
	bottom: .1rem;
	right: 1rem;
	font-size: 70%;
	background-color: #ffd242; /* 内部リンク右下枠の背景色 */
	padding: .4em 3em;
	font-weight: bold;
	color: #fff; /* 内部リンク右下枠の文字色 */
	border-radius: 2px;
	display: inline-block;
}
/*-----------------------------------
スマホのサイズ調整 ブログカード
------------------------------------*/
@media only screen and (max-width: 600px){

.blog-card-thumbnail img {
    max-width: 100%;
    margin-left: 0px!important;
    margin-bottom: 0!important;
}
}
