@charset "utf-8";
/*
Theme Name: ウレルカエル不動産（子テーマ）
Template: wp_theme_2021
Description: urerukaeru.com リニューアル用子テーマ。親テーマは編集せず、トップページとフロートCTAをここで実装する。
Version: 1.1.0
*/

/* 親テーマのCSSを読み込む（親header.phpが get_stylesheet_uri() を直接出力するため@import方式） */
@import url("../wp_theme_2021/style.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400&display=swap');

/* ===== ここから：旧テーマの「追加CSS」を移植 =====
   WordPressの追加CSSはテーマ単位で保存され子テーマに引き継がれないため、
   旧テーマ時代の追加CSS（ハンバーガーメニュー等）をそのままここに収録する */

*{
font-family: 'M PLUS 1p', sans-serif;
}

/*リンクボタン*/
a.button {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #ffffff;
	transition: all .3s ease-out;
}
a.button:hover {
	color: #811885;
	background-color: #ffffff;
}

.wrap {
     overflow: hidden;
 }

/*リンクボタン_02*/
a.button_02 {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: center;
	border: 2px solid #00518b;
	background-color: #00518b;
	transition: all .3s ease-out;
}
a.button_02:hover {
	color: #ffffff;
	border: 2px solid #00518b;
	background-color: #ffffff;
}

.wrap {
     overflow: hidden;
 }


/* ▽▽ハンバーガーメニュー▽▽ */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top:0;
	left :0;
	width :100%;
	padding :10px;
	background :;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 3;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
position: absolute;
top :25px;
right: 30px;
width: 30px;
height: 30px;
cursor: pointer;
display: block;
float: left;
z-index: 300000;
}
.hm_btn::before {
	-webkit-box-shadow: #fff 0 12px 0;
	box-shadow: #fff 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #fff;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
width :100%;
height :10000px;
background:url(/Image/);background-size: 10px;
background-color:rgba(1,175,145,1.0);
position: absolute;
left: -100%;
top: 0;
-webkit-transition: left 0.4s;
transition: left 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 300000;
}

/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△ */


.hm_menu_close {
	width :0;
	height :0;
	background: #fff;
	opacity :0;
	position: absolute;
	left: 0%;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hm_menu_close label {
	display :block;
	width :100%;
	height :100%;
	cursor : pointer;
}

.hm_menu_check:checked ~ .hm_menu_close {
	width :0%;
	height :10000px;
	opacity :0.8;
}

/*パンくず*/
div.breadcrumbs {
  max-width: 1080px;
  margin:0px 0px 0px 0px;
	font-size: 0.8em;
	color: #f1f1f1;
}

/*テーブル枠線なし*/
.b_less{
border:none;
}

.b_less td{
border:none;
}

/*見出し枠線*/
.box26 {
position: relative;
margin: 2em 0;
padding: 0em 2em;
border: solid 3px #495464;
border-radius: 8px;
background: url(/Image/ca_002_tomei.png) no-repeat 100% 100%; background-size:80px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #ffffff;
    color: #495464;
    font-weight: bold;
}
.box26 p {
    margin: 0 ; 
    padding: 0;
	  line-height: 150%;
}

/*アンダーライン*/
.highlighter {
    background-size: 100% 1.8em;
    background-repeat: repeat-x;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253,205,160,0)), color-stop(0.5, rgba(253,205,160,0)), color-stop(0.6, rgba(253,205,160,1)), color-stop(0.98, rgba(253,205,160,1)), to(rgba(253,205,160,0)) );

    background-image:
        -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
        -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
        -webkit-linear-gradient(271deg, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(253,205,160,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0)),
        -webkit-linear-gradient(top, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(253,205,160,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0));

    background-image:
        linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 63%, rgba(255,255,255,0.6) 64%, rgba(255,255,255,0.6) 67%, rgba(253,205,160,0) 68%),
        linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 55%, rgba(255,255,255,0.5) 56%, rgba(255,255,255,0.5) 60%, rgba(253,205,160,0) 61%),
        linear-gradient(179deg, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(253,205,160,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0)),
        linear-gradient(to bottom, rgba(253,205,160,0), rgba(253,205,160,0) 50%, rgba(253,205,160,1) 60%, rgba(253,205,160,1) 99%, rgba(253,205,160,0));
}


/*左右にちょっとうごくやつ*/
.horizontal {
  animation: horizontal_4330 5.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_4330 {
  0% { transform:translate(0,0) }
  3.22581% { transform:translate(5px,0) }
  6.45161% { transform:translate(0,0) }
  9.67742% { transform:translate(5px,0) }
  12.90323% { transform:translate(0,0) }
  16.12903% { transform:translate(5px,0) }
  19.35484% { transform:translate(0,0) }
  100% { transform:translate(0,0) }

/* フォーム全体の最大幅追記 */
.wpcr3_div_2 {
    max-width: 100%;
	line-height: 350%;
}
 
/* 画面幅600px以下で見出しと入力フォームを２段にする */
@media (max-width: 600px){
.wpcr3_table_2 td {
    text-align: left;
    display: block;
}
}
 
/*  レビューフォームの幅設定 */
.wpcr3_respond_2 textarea {
    min-width: 300px;
    width: 100%;
    max-width: 100%;
}

.wpcr3_respond_2{
    display: block;
}
 
.wpcr3_show_btn, .wpcr3_cancel_btn{
    display: none;
}

.wpcr3_leave_text {
		line-height: 800%;
}

.wpcr3_review{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* ===== 記事本文（投稿）の体裁 ===== */
.article-content table, .contents article table {
  border-collapse: collapse;
  width: 100%;
  margin: 18px 0;
  font-size: 14px;
}
.article-content th, .article-content td,
.contents article th, .contents article td {
  border: 1px solid #d4ebe2;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.article-content th, .contents article th { background: #f3faf7; color: #0f6e56; }
.article-content h2, .contents article h2 {
  font-size: 20px; line-height: 1.5; margin: 32px 0 14px;
  padding: 8px 0 8px 12px; border-left: 5px solid #00AF91; color: #1f2d29;
}
.article-content h3, .contents article h3 {
  font-size: 17px; margin: 22px 0 10px; color: #0f6e56;
}
.article-content p, .contents article p { line-height: 1.9; margin: 0 0 14px; }
.article-content ul, .article-content ol,
.contents article ul, .contents article ol { margin: 0 0 16px; padding-left: 1.4em; line-height: 1.9; }
.article-content li, .contents article li { margin-bottom: 6px; }
.article-content .uk-article-cta a { color: #0f6e56 !important; }
