@charset "utf-8";

/*
	Theme Name: 美伝ROne Excellent 改造用子テーマ
	Theme URI: http://www.b-ren.com/
	Template: bdenrone-excellent
	Description: コンプリートホームページ美伝ROneのベーステンプレート。
	Author: ビィコーポレーション有限会社
	Author URI: http://www.b-ren.com/
	Version: 1.0
*/

@import url("style_add.css");

/* header no */
body.blog .page-header-overlay.page-header-leftright,
body.single-post .page-header-overlay.page-header-leftright,
body.category .page-header-overlay.page-header-leftright {
	background-image: none !important;
}
body.blog .page-header-overlay.page-header-leftright .page-header,
body.single-post .page-header-overlay.page-header-leftright .page-header,
body.category .page-header-overlay.page-header-leftright .page-header {
	background-color: transparent !important;
}
body.blog .page-header-title h1,
body.category .page-header-title h1,
body.single-post .page-header-title h1{
	padding-top: 85px !important;
	margin-bottom: 50px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
}
body.blog .page-header-title h1 small,
body.single-post .page-header-title h1 small,
body.category .page-header-title h1 small {
	order: -1;
	margin-left: 0;
	font-size: 60px;
	color: #ddd;
	font-weight: 900;
}

.single-post .page-header{
padding-top: 45px !important;
padding-bottom: 0px !important;
margin-bottom: 10px !important;
}

.single-post .main-contents, .single-post .sidebar {
padding-top: 0px !important;
}

.single-post .page-header-title strong{
color: #ddd;
border-bottom: 1px #ddd solid;
font-size: 60px;
font-weight: 900;
} 

.itembox.list-vertical .attachment-media figure img {
object-fit: cover;
aspect-ratio: 16 / 9;
}
.itembox.list-vertical .post-content .entry-content {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
max-height: calc(14px * 1.8 * 2);
}
.itembox.list-vertical .post-content .entry-content:empty {
margin-bottom:0;
}

article.list-vertical .post-content .entry-content {
height:auto;
}

.itembox.list-vertical .post-content {
padding-bottom:30px !important;
}

body {
	word-wrap: break-word;
	overflow-wrap: break-word;
	letter-spacing: 0.8px;
}

.navbar{
	letter-spacing: 0.28px;
}

.fl02 {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl02r {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl02s {
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fl02n {
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

a figure img,
figure a img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.related-entries {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}
.navbar {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.b_lock {
	display: inline-block;
	text-align: left;
}

a:hover figure.imgeffect-zoomin img,
figure.imgeffect-zoomin:hover a img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.btn, .wpcf7-submit, a, a img, button {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


.home .main-contents, .home .sidebar{
    margin-top: 0px !important;
	padding-top: 0px !important;
}

.blog .main-contents, .blog .sidebar {
    margin-top: 50px;
}

.post-type-archive .main-contents, .post-type-archive .sidebar {
    margin-top: 50px;
}

/* ------ 追加明記 ------ */

.dashicons-admin-post::before {
	content: "\f08e" !important;
	font-family: fontawesome;
	color: rgba(255, 255, 255, 0.5);
}

/* -- 全体 --*/


/* side pの行間 */

.sidebar p {
	line-height: 1.5;
}
.alert-danger {
	display: none;
}
.navbar {
	z-index: 999;
}
.flex-direction-nav {
	display: none;
}

/* お知らせ border color */

ul.portfolio-list li {
	padding: 20px !important;
}

/* logo周辺調整 */

.navbar-header {
	padding: 5px 15px !important;
}

/* テキスト左右センター */

.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}

/* カスタムmap */

.google-map40 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
}
.google-map40 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* H1テキストサイズ調整 */

h1.sitecaption {
	font-size: 90%;
}

/* スマホトグル位置調整 */

.navbar-toggle {
	margin-top: 18px;
	margin-right: 0px;
}

/* backtop 調整 */

p.pagetop {
	bottom: 20%;
	right: -2px;
	font-size: 80%;
	width: 25.5px;
}
.pagetop .btn {
	padding: 10px 1px;
	text-align: center;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagetop .btn {
	background-color: #fff !important;
	border-top:1px #19aa94 solid !important;
	border-bottom:1px #19aa94 solid !important;
	border-left:1px #19aa94 solid !important;
	border-right:1px #fff solid !important;
	color: #19aa94;
	-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
	transition: .3s;
}
.pagetop .btn:hover {
		border-right:1px #19aa94 solid !important;
	color: #fff;
	background-color: #19aa94 !important;
}

.pagetop i{
margin: 0 !important;
}

/* side 検索　*/

.search-2 .btn {
	height: 45px;
}

/* h1 bg color */

.navbar-normal .fusion-secondary-header {
	background-color: rgba(255, 255, 255, 1) !important;
	border-bottom-color: #fff !important;
	margin-top: 3px;
}

/*　ヘッダーメニュー調整 */

.fusion-secondary-header .widget_nav_menu ul {
	margin-top: 3px;
}
.fusion-secondary-header .widget_nav_menu ul li::before {
	content: '/';
	padding-left: 10px;
	padding-right: 10px;
}
.fusion-secondary-header .widget_nav_menu ul li {
	font-size: 90%;
}

/* Footer 背景色 */

.footer {
	background-color: #19aa94 !important;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

/* Footer コピーライト */

.footer small.copyright {
	color: #fff;
}
.footer small.copyright a {
	color: #fff;
}
.footer small.copyright a:hover {
	color: #ddd;
}

/* Footer ウィジェット UL*/

.footer .widget_nav_menu ul li a {
	border-bottom-color: rgba(255, 255, 255, .3);
}
footer ul li {
	line-height: 1;
}

/* Footer コメント */

.footer .come_box2 {
	margin: 2em 0;
	position: relative;
	padding: 1em 2em;
	border: solid 2px #fff;
	color: #fff;
	text-align: left;
}

/*　footer 文字・リンク色 */

.footer .ad_foot {
	color: #fff;
}
.footer .ad_foot a {
	color: #fff;
}

/* Footer 1カラム　改行調整 */

.footer .b_lock {
	display: inline-block;
	text-align: center !important;
}

/*　スマホ用改行調整 */

.b_lock {
	display: inline-block;
	text-align: left !important;
}

/* 下層ヘッダー画像　文字色と背景色 左右 */

.page-header {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0) !important;
	padding-top: 80px !important;
	padding-bottom: 80px;
}

/*　下層ヘッダー画像 センター　*/

.page-header-center .page-header {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ページヘッダーパンくずリスト色 */

.breadcrumb {
	color: rgba(255, 255, 255, 1) !important;
}
.breadcrumb.breadcrumb a,
.breadcrumb > li + li::before {
	color: rgba(255, 255, 255, .6) !important;
}
.breadcrumb a:hover {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: underline;
}

/* スライダーのバックネクストボタン色 */

.flex-direction-nav a::before {
	color: rgba(255, 255, 255, 1) !important;
	background-color: #ff6600 !important;
}

/* ナビメニュー　ダウン 背景色 */
.navbar-nav > li > .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > .active > a {
	background-color: #fff !important;
	color: #000 !important
}
.dropdown-menu > .active > a:hover {
	background-color: #fff !important;
	color: #ffbf7f !important
}

/* ローダー */

.loader {
	color: rgba(0, 0, 0, .8) !important;
	font-size: 20px !important;
}
.loader,
.loader::before,
.loader::after {
/*	background: rgba(0, 0, 0, .3) !important; */
	font-size: 20px !important;
}
#loading_overlay {
/* 	background: #fff !important; */
}

/* table調整 */

.table > tbody > tr > th.active {
	border: 2px #fff solid;
	padding: 15px;
}
.table-bordered > tbody > tr > td {
	padding: 15px;
}
.table-bordered > tbody > tr > td > ul {
	padding-left: 15px;
}


/* 右カラムタイトル調整 */

.sidebar h3.title,
.widget {
	margin-top: 30px;
}

/* カレンダー調整 */

table.isp-business-calendar thead th {
	background-color: rgba(255, 255, 255, 1) !important;
	color: #333 !important;
}
table.isp-business-calendar .business {
	background-color: #fff;
	color: #333 !important;
}
table.isp-business-calendar .space {
	background-color: rgba(255, 255, 255, 1) !important;
	color: #333 !important;
}
footer .widget1 table.isp-business-calendar .all {
	background-color: #f39494 !important;
}
footer .widget2 table.isp-business-calendar .all {
	background-color: #6ad1ff !important;
}
footer .widget3 table.isp-business-calendar .all {
	background-color: #f8b551 !important;
}
p.holiday_all,
p.holiday_am,
p.holiday_pm {
	display: none;
}

/* カスタムtable r_01 */

table.r_01 {
	width: 100%;
}
.r_01 th {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 110%;
	vertical-align: top;
	background: #f4f4f4;
	width: 25%;
	box-sizing: border-box;
}
.r_01 td {
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: none;
	font-size: 110%;
}

/* お知らせ時間表示BG 全体*/

article.list-vertical .attachment-media time {
background-color: #19aa94 !important;
bottom: auto;
right: auto;
top: 5px;
left: 5px;
font-size: 12px;
z-index: 5;
border-radius: 6px;
}

time i{
margin-right: 5px;
}

/* テキストアンダーライン */

.txt_c {
	background-image: linear-gradient(transparent 50%, #fff799 50%);
}

/* 画像角丸 */

.r_img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #eee 10px solid;
	overflow: hidden;
}

/* 画像円 */

.r_img2 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: #eee 10px solid;
	overflow: hidden;
}

/* お問い合わせ */

.page-slug-contact .wpcf7 textarea[name="textarea-186"] {
	height: 150px !important;
}
.wpcf7-response-output{
text-align: center !important;
color: #ff6600;
font-weight: 600;
}

/* ボトムマージン */
.bt0 {
	margin-bottom: 0px !important;
}
.bt5 {
	margin-bottom: 5px !important;
}
.bt10 {
	margin-bottom: 10px !important;
}
.bt15 {
	margin-bottom: 15px !important;
}
.bt20 {
	margin-bottom: 20px!important;
}
.bt25 {
	margin-bottom: 25px!important;
}
.bt30 {
	margin-bottom: 30px!important;
}

.bt35 {
	margin-bottom: 35px!important;
}

.bt40 {
	margin-bottom: 40px!important;
}
.bt50 {
	margin-bottom: 50px!important;
}
.bt55 {
	margin-bottom: 55px!important;
}
.bt65 {
	margin-bottom: 65px !important;
}
.bt70 {
	margin-bottom: 70px!important;
}
.bt80 {
	margin-bottom: 80px!important;
}
.bt100 {
	margin-bottom: 100px!important;
}

/* トップマージン */

.tt20 {
	margin-top: 20px !important;
}
.tt30 {
	margin-top: 30px !important;
}
.tt50 {
	margin-top: 50px !important;
}

/* padding-top */

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt55{
	padding-top: 55px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pt100{
	padding-top: 150px !important;	
}

@media screen and (min-width: 1200px) {
	/* コンテンツ幅調整 */
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
	nav .col-xs-12 {
		padding-left: 50px;
	}
	nav .col-md-6 {
		padding-right: 50px;
	}
	.page-slug-information .container {
		width: 1100px;
	}
}
@media screen and (max-width: 1199px) {}
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1024px) {
	.navbar-normal .navbar-toggle {
		border-color: transparent !important;
	}
	.navbar-toggle {
		padding: 0px !important;
	}
}
@media screen and (max-width: 991px) {
	.flexiblelayout-contents {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}
@media screen and (min-width: 769px) {
	.col-md-9 {
		padding-right: 50px;
	}
	nav .col-md-6 {
		position: relative;
	}
	.navbar .navbar-nav li a .link-menu .small,
	.navbar .navbar-nav li a .link-menu {
		text-align: center;
	}
	.page-slug-contact dl {
		overflow: hidden;
		margin-bottom: 5px;
		border-radius: 5px;
		border: 1px #ddd solid !important;
		padding: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
	}
	.page-slug-contact dl dt {
		width: 200px;
		float: left;
		text-align: right;
		font-weight: normal;
		margin-top: 12px;
	}
	.page-slug-contact dl dd {
		padding-left: 30px;
		margin-left: 230px;
		border-left: 1px #ddd solid;
	}
	/* sub menu */
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-nav > li.last > a {
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	span.wpcf7-list-item.first {
		display: block;
		margin-top: 0px;
	}
	span.wpcf7-list-item {
		display: block;
		margin: 10px 0 0 0 !important;
	}
	.topi .portfolio-list a {
		display: block !important;
	}
	.topi ul.portfolio-list li span.category a {
		margin-bottom: 10px;
		display: inline-block !important;
	}
}
@media screen and (min-width: 481px) {}
@media screen and (max-width: 480px) {}

/* cust form */

.wpcf7 .form_rap {
	overflow: hidden;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	transition: 0.3s;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	background-color: rgba(0, 0, 0, 0) !important;
	outline: none;
}
.wpcf7 .wpcf7-quiz-label {
	margin-bottom: 8px;
	display: inline-block;
}
.wpcf7 select::-ms-expand {
	display: none;
}
.wpcf7 select {
	min-height: 50px;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-right: 35px !important;
}

.wpcf7 .yaji {
	position: relative;
	display: block;
}

.wpcf7 .yaji::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: -3px;
	pointer-events: none;
	color: #ccc;
}
.wpcf7 .form_rap dl dt {
	font-weight: normal;
	margin-bottom: 5px;
}
.form_rap .in_listrap {
	overflow: hidden;
	list-style: none;
}
.form_rap .in_listrap li {
	width: 50%;
	float: left;
}
.wpcf7 .s_textarea {
	padding: 10px 15px;
	width: 120px;
	border: 1px #ddd solid;
	box-sizing: border-box;
}
dd .dy {
	display: inline-block;
	margin-right: 5px;
}
dd .dm,
dd .dd {
	display: inline-block;
	margin: 0 5px;
}
.wpcf7 dl dt .fred {
	background-color: #cf0000;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wpcf7 dl dt .fglay {
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-right: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 80%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wpcf7 textarea[name="textarea-7"] {
	height: 122px !important;
}
.wpcf7 textarea[name="textarea-8"] {
	height: 128px !important;
}
.wpcf7 textarea[name="textarea-9"] {
	height: 250px !important;
}
.wpcf7 textarea[name="textarea-10"] {
	height: 204px !important;
}
.wpcf7-quiz-label {
	line-height: 21px;
	color: #cf0000;
}
.cu_hei {
	line-height: 21px;
}
.btdl dd label {
	width: 100%;
}
.wpcf7 .submit {
	border: 1px #f60 solid !important;
	background-color: #f60 !important;
	width: 260px !important;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	transition: .6s;
	box-shadow: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 46px;
}
.wpcf7 .submit:hover,
.wpcf7 .submit:focus{
	border: 1px #ff6600 solid;
	background: #fff !important;
	color: #ff6600;
	transition: 0.6s;
}
div.wpcf7-validation-errors {
	color: #ff0000;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	margin-right: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #398f14;
	color: #fff;
}
.ajax-loader {
	display: block !important;
}
::placeholder {
	color: #999;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	padding-left: 5px;
	position: relative;
	font-size: 12px;
	margin-top: 5px;
	color: #e60012;
	background-color: rgba(0,0,0,0);
}
div.wpcf7-validation-errors {
	border: none !important;
}
.wpcf7-not-valid {
	border-color: #e60012 !important;
	border-width: 1px !important;
	background-color: rgba(238, 238, 238, .6) !important;
	color: #e60012;
	font-weight: bold;
}

.mt30 {
	margin-top: 30px;
}
.wpcf7 input[type="checkbox"] {
	position: relative;
	top: 3px;
}
.wpcf7 input.doui[type=checkbox] {
	position: relative;
	top: 0px !important;
}
.bt_doui label {
	padding: 6px 12px;
}
.acc_deco {
	padding: 40px;
	border: 1px #ddd solid;
}
.overlay-01 {
	background-image: none;
}
.cont30 {
	width: 30%;
	position: relative;
}
.cont48 {
	width: 48%;
	position: relative;
}
.cont48t{
width: 47.5%;
position: relative;
}
.cont65 {
	width: 65%;
}
.en360 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 900;
	color: #d91718;
}
.shadow {
	box-shadow: rgba(25, 25, 25, 0.7) 0px 5px 20px -7px;
}
.bt_sbox {
	display: block;
	text-align: right;
	margin-top: 20px;
}
.bt_sdf {
	text-decoration: none;
	padding: 5px 50px;
	position: relative;
	transition: 0.6s;
	display: inline-block;
	border: 1px #d91718 solid;
}
.bt_sdf::after {
	content: "";
	width: 17px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 10px;
	background-color: #d91718;
	margin-top: -1px;
	transition: all .4s;
}
.bt_sdf::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
	transition: all .4s;
	width: 8px;
	height: 1px;
	background-color: #d91718;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.bt_sdf:hover {
	text-decoration: none !important;
	opacity: .3;
}
.bt_sdf:hover::after {
	transform: translateX(20px);
	background-color: #d91718;
}
.bt_sdf:hover::before {
	transform: translateX(20px);
	background-color: #d91718;
}
.s_tit {
	font-size: 30px;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}

.s_titc {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px !important;
}

.s_tit .en_name {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.home .s_tit{
	text-align: left;
}

.s_tit.txt_left .en_name{
display: inline-block;
margin-top: 0px;
}

.mar5{
	display: inline-block;
	margin-right: 5px;
}
.mar10{
	display: inline-block;
	margin-right: 10px;
}
.mal5{
	display: inline-block;
	margin-left: 5px;
}
.mar20{
	display: inline-block;
	margin-right: 20px;
}
.mal10{
	display: inline-block;
	margin-left: 10px;
}
.pd4050{
	padding: 40px 50px;
}

.navbar-fixed-top.navbar-normal{
	border-bottom: none;
}

.nform_rap table{
	width: 100%;
}

.nform_rap table tr{

}

.nform_rap table tr:last-child{
}


.nform_rap table tr th{
width: 100%;
display: block;
margin-bottom: 5px;
}

.nform_rap table tr td{
width: 100%;
display: block;
margin-bottom: 20px;
}

.n_red{
color: #e60012;
font-weight: 900;
display: inline-block;
margin: 5px 0 0 5px;
}

@media screen and (min-width: 769px) {
	ul.nav.navbar-nav{
	margin-top: 5px;
	}
	.navbar-nav>li>a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    }
	.in_cc {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.ca_tit{
		margin-top: 0 !important;
	}
	.mainvisual-fullscreen-inner{
		margin-top: 0 !important;
	}
.pd4050{
	padding: 20px;
}
.ul.portfolio-list li time{
display: block;
margin-bottom: 7px;
}
	.cont30 {
		width: 100%;
		margin-bottom: 20px;
	}
	.cont48 {
	width: 100%;
	margin-bottom: 20px;
}
	.cont48t{
	width: 100%;
	margin-bottom: 50px;
	}
	.cont30:last-child,
	.cont48:last-child,
	.cont48t:last-child{
		margin-bottom: 0px;
	}
	
	.cont65 {
		width: 100%;
	}
	.pc {
		display: none;
	}
}
.freearea-postsbottom {
	background-color: rgba(255, 255, 255, 0) !important;
	padding: 20px 0 0;
	border-color: rgba(255, 255, 255, 0) !important;
}
.mainvisual-fullscreen-contents > .main-contents > :first-child,
.mainvisual-fullscreen-contents > .sidebar > :first-child {
	margin-top: 80px;
}

.home .main-contents, .home .sidebar {
    margin-top: 0px !important;
}

.ast{
position: relative;
padding-left: 18px;
font-size: 12px;
line-height: 1.3;
display: block;
}

.ast::before{
content: "※";
position: absolute;
top: 0px;
left: 0px;
}


/* Fixed*/

.fix_right {
	z-index: 99999;
	text-align: center;
/* 	display: none; */
}
.fix_right p {
	background-color: #19aa94;
	padding-top: 30px;
	color: #fff;
	font-size: 12px;
	position: relative;
}
.fix_right p.icon_tel::after {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
}
.fix_right p.icon_mail::after {
	content: "\f0e0";
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	transition: 0.6s;
}
.fix_right p.icon_mail:hover::after {
	opacity: .6;
}
.fix_right p.icon_line::after {
	content: "";
	position: absolute;
	top: 2px !important;
	left: 50%;
	margin-left: -15px;
	width: 28.8px;
	height: 43.2px;
	background-image: url(/wp01/wp-content/uploads/2026/01/line_icon.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.fix_right a.bt_link {
	color:#fff;
   text-decoration: none;
}
.fix_right a.bt_link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
@media screen and (min-width: 768px) {
	.fix_right {
		width: 50px;
		position: fixed;
		top: 50%;
		right: 0px;
		margin-top: -50px;
	}
	.tel_box {
		width: 300px;
		background-color: #19aa94;
		right: 0;
		position: relative;
		display: flex;
		transition: right 0.5s ease-in-out;
		margin-bottom: 1px;
	}
	.tel_box:hover {
		right: 250px;
		background-color: #19aa94;
	}
	.fix_right .tel_box p {
		background-color: transparent;
	}
	.fix_right .tel_box > p:first-child {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
		font-size: 12px;
	}
	.fix_right .tel_box > p:last-child {
		align-self: center;
		padding-top: 0;
		white-space: nowrap;
		width: 250px;
		font-size: 22px;
		font-weight: 100;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	.bt_link:hover {
		opacity: 1;
		color: #fff;
	}
	.fix_right p {
		width: 50px;
		height: auto;
		color: #fff;
		font-size: 12px;
		margin-bottom: 1px !important;
	}
	.fix_bottom {
		position: fixed;
		bottom: 8px;
		right: 5px;
		z-index: 999;
	}
	.bt_bottom {
		display: inline-block;
		border: 1px #ff6600 solid;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
		padding: 10px 10px 10px 60px;
		color: #ff6600;
	}
	.bt_bottom:hover {
		text-decoration: none;
		color: #ff6600 !important;
		opacity: .6;
	}
	.bt_bottom::before {
		content: "\f54f";
		font-family: "FontAwesome";
		position: absolute;
		left: 17px;
		top: 3px;
		color: #ff6600;
		font-size: 150%;
	}
}
@media screen and (max-width: 767px) {
	.tel_box a,
	.line_box a,
	.mail_box a {
		padding-bottom: 10px;
		display: block;
	}
	.fix_right p {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.fix_right p.icon_tel::after,
	.fix_right p.icon_line::after,
	.fix_right p.icon_mail::after {
		top: 5px;
		font-size: 24px;
	}
	.fix_right p.icon_mail::after {
		margin-left: -13px;
	}
	.fix_right {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.fix_right {
		display: flex;
	}
	.fix_right > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.fix_right > *:not(:first-child) {
		margin-left: 1px;
	}
	.fix_right .tel_box > p:last-child {
		display: none;
	}
}

/* img ani */
.view{
    max-width: 768px;
	width: 100%;
    position: relative;
    overflow: hidden;
}
.view::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #19aa94;
    transform: translateY(-100%);
    transition: all 1.2s cubic-bezier(0,.49,.38,.99) 1.2s;
}
.view img{
    vertical-align: middle;
    transform: translateY(-100%);
}
.view.js-on::after{
    animation: viewinMask 1.2s cubic-bezier(0,.49,.38,.99) forwards;
}
.view.js-on img{
    animation: viewinImg 1.2s cubic-bezier(0,.49,.38,.99) forwards;
}
@keyframes viewinMask{
    0%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(100%);
    }
}
@keyframes viewinImg{
    0%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(0%);
    }
}

/* under_line ani */
.untxt_line {
  position: relative;
  padding-bottom: 4px;
}
.untxt_line::before {
  background: #19aa94;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.untxt_line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* header g */
.navbar-normal {
box-shadow: 0 5px 10px rgba(71, 71, 71, .1);
background-color: rgba(255, 255, 255, .7) !important;
    border-color: rgba(25, 25, 25, .7) !important;
    backdrop-filter: blur(10px);
}
/* map glay */
.glay_m{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* map glay end */

/* cust */

.pagetit_{
	font-size: 60px;
    color: #ddd;
    font-weight: 900;
	border-bottom: 1px #ddd solid;
	position: relative;
}

.ti-widget.ti-goog .ti-footer .ti-name{
	font-size: 14px !important;
}
.fix_bottom{
display: none;
}

article .post-content .post-category a {
display: none;
}

article.list-vertical .post-content .entry-title {
/* margin-top: 25px;
margin-bottom: 15px !important; */
}

article .post-content .entry-content{
margin-top: 0px !important;
}

.readmore{
text-align: right;
}

.right_bt_df{
position: relative;
padding-right: 20px;
transition: .3s;
display: inline-block;
}

.right_bt_df:hover,
.right_bt_df:focus,
.right_bt_df:active{
text-decoration: none !important;
}

.right_bt_df::after{
content: "\f054";
font-family: "Font Awesome 5 Free";
position: absolute;
font-weight: 900;
right: 0px;
top: 0px;
}

.w900{
margin-right: auto;
margin-left: auto;
max-width: 900px;
width: 100%;
}

.f15{
font-size: 15px;
}

.f16{
font-size: 16px;
}

.line_h{
line-height: 25.2px;
}

.bt_df_w,
.bt_df_w:focus{
display: inline-block;
max-width: 260px;
width: 100%;
box-sizing: border-box;
padding: 10px;
background-color: rgba(29, 46, 135, 0);
border: 1px rgba(255, 255, 255, 1) solid;
color: #fff;
transition: .3s;
text-decoration: none !important;
text-align: center;
font-size: 14px;
}

.bt_df_w:hover{
color: #fff;
background-color: rgba(0,0,0,.8);
border: 1px rgba(0,0,0,.8) solid;
}

.no_list{
padding-left: 17px;
}

.fbol{
font-weight: bold;
}

.abo_rap table{
width: 100%;
}

.abo_rap table tbody tr:first-child{
border-top: 1px #ddd solid;
}

.abo_rap table tbody tr{
border-bottom: 1px #ddd solid;
}

.abo_rap table tbody tr th{
width: 20%;
}

.abo_rap table tbody tr th,
.abo_rap table tbody tr td{
padding: 20px 10px;
}

.page-slug-business .s_tit,
.page-slug-aboutus .s_tit{
text-align: left !important;
}

.upname{
	position: relative;
}

.related-entries h3{
font-weight: 900;
color: #aaa;
}

.category .main-contents,
.category .sidebar {
    margin-top: 0px !important;
    padding-top: 25px;
}

.pager li > a{
    background-color: #19aa94 !important;
    transition: 0.3s;
    border-color: #19aa94 !important;
    border-radius: 3px !important;
}

.pager li > a:hover{
    background-color: #fff !important;
    border-radius: 3px !important;
	color: #19aa94 !important;
}

li.previous a{
padding-left: 30px;
position: relative;
}

li.next a{
padding-right: 30px;
position: relative;
}

li.previous a i{
position: absolute;
left: 5px;
}

li.next a i{
position: absolute;
right: 5px;
}

.pager {
    margin: 30px auto 60px;
}

.single article.main-contents header.entry-header{
background-color: #eee;
padding: 10px 20px;
margin-bottom: 0px;
}

.single article.main-contents header.entry-header h1.entry-title {
margin: 0 auto 0;
font-size: 26px !important;
}

.single article.main-contents header.entry-header .categorybox,
.single article.main-contents header.entry-header .categorybox a{
margin-bottom: 0;
font-size: 13px;
color: #19aa94;
text-align: right;
margin-top: 10px;
}

.single .entry-thumbnail,
.single-cpt_active .entry-content{
padding-top: 0px;
margin-bottom: 0px !important;
border-right: 1px #eee solid;
border-left: 1px #eee solid;
}

.single-cpt_blog article.main-contents section .entry-content,
.single-cpt_blog article.main-contents section.entry-content,
.single-post article.main-contents section .entry-content,
.single-post article.main-contents section.entry-content{
background-color: rgba(238, 238, 238, 0);
padding: 20px 30px;
border-left: 1px #eee solid;
border-right: 1px #eee solid;
border-bottom: 1px #eee solid;
}

iframe.wp-embedded-content {
    margin-bottom: 0px;
}

.single-post .entry-thumbnail,
.single-cpt_blog .entry-thumbnail{
    padding-top: 0px;
	text-align: center;
}

.single-cpt_active .page-header {
  padding-bottom: 85px !important;
  margin-bottom: 0px !important;
}

.single-cpt_active header.entry-header {
    margin-bottom: 30px;
}

.single-cpt_active .pager {
    margin: 50px auto 60px;
}

.wpcf7 .textarea {
	padding: 25px 15px;
	width: 100%;
	border: 1px #ccc solid !important;
	box-sizing: border-box;
	min-height: 50px;
	height: 100%;
}

.portfolio-display-pagenation__frontpage{
display: none;
}

@media screen and (min-width: 768px) {
.blog .page-header,
.category .page-header{
padding-top: 0px !important;
padding-bottom: 0px;
}
.jp_name{
position: absolute;
display: inline-block;
right: 0px;
top: 50%;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-top: -9.8px;
}
.ca_rap{
margin: 0 100px;
}

.upname::before{
	content: "ACCESS MAP";
	position: absolute;
	font-size: 60px;
	color: rgba(0, 0, 0, .2);
	top: -60px;
    right: 10px;
	z-index: 5;
	font-weight: 900;
}
.single {
overflow: visible !important;
}
body {
	overflow: visible;
}
aside.sidebar{
position: sticky !important;
top: 100px !important;
}
}

@media screen and (max-width: 767px) {
.abo_rap table tbody tr th{
    padding: 20px 10px 0 0;
	width: 100%;
	display: block;
}
.abo_rap table tbody tr td {
    padding: 10px 10px 20px 10px;
		width: 100%;
	display: block;
}
.navbar-nav{
background-color: #fff;	
}
	
.nav>li>a span.link-menu {
padding: 15px;
}	
.navbar-normal .navbar-toggle:hover, .navbar-normal .navbar-toggle:focus, .navbar-normal .navbar-toggle:active {
 background-color: rgba(0,0,0,0) !important;
}	
.jp_name{
display: inline-block;
font-size: 14px;
color: #aaa;
font-weight: 400;
margin-left: 10px;
}
	.page_tit_rap.pt65.bt40{
	margin-bottom: 10px !important;	
	}
	.f16.txt_center.bt50.fbol{
	margin-bottom: 10px !important;
	}
.pagetit_{
	font-size: 30px;
 }	
.navbar-transparent.navbar-pageheader-image .navbar-toggle, .navbar-transparent.navbar-fullscreen .navbar-toggle {
background-color: rgba(255,255,255,0) !important;
border: none !important;
}
.ca_rap{
margin: 0 20px;
}
	.footer{
		margin-bottom: 72.59px;
	}
		.bt_contact_ .fl02 .cont48{
		text-align: center;
	}
.single-post .sidebar {
padding-top: 80px !important;
}
}

/* baiyaku blog */
.single-cpt_baikyaku header.entry-header h1.entry-title {
margin: 0 auto 25px;
font-size: 26px !important;
font-weight: bold;
padding-bottom: 10px;
}

.single-cpt_baikyaku time.entry-history {
    display: none !important;
}

.single-cpt_baikyaku.single .entry-thumbnail {
    padding-top: 0px !important;
    margin-bottom: 30px !important;
}

.hightlight_wrap dd{
position: relative;
padding-left: 1.3em;
line-height: 1.3;
margin-bottom: 20px;
font-size: 14px;
}

.hightlight_wrap dd:last-of-type{
margin-bottom: 0px;
}

.hightlight_wrap dd::first-letter{
  color: transparent;
margin-left: -1em;
}

.hightlight_wrap dd::before{
content: "●";
position: absolute;
left: 0px;
top: 0px;
}

.topContact__list{
list-style: none !important;
padding-left: 0px !important;
}

.kanren_box .a_underline{
position: relative;
padding-left: 20px;
display: inline-block;
}

.kanren_box .a_underline::before{
content: "\f075";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
left: 0px;
top: 0px;
transform: rotateY(-180deg);
}

.post_bt_contact{
padding: 30px 40px;
border: 1px #19aa94 solid;
background-color: #19aa94;
}

.post_bt_contact .btn_text{
color: #fff;
margin-bottom: 30px;
}

.post_bt_contact [class*="topContact__item"] a {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    background-color: #ff6600;
    border: 1px #fff solid;
    transition: .3s;
}

.post_bt_contact [class*="topContact__item"] a:hover{
color: #ff6600;
}

.p_color{
color: #19aa94;
font-size: 110%;
}

.f48{
font-size: 48px;
}

.f18{
font-size: 18px;
}

.f28{
font-size: 28px;
}


.mainvisual-fullscreen {
    height: 100svh;
}
.mainvisual-fullscreen-display {
    height: 100svh;
}
.bt30sp{
margin-top: 0px !important;
}

.overlay {
    background-color: rgba(0, 0, 0, .3);
}

.postm3 .row{
margin-bottom: -30px;
}

li.active>a{
background-color: #19aa94 !important;
color: #fff !important;
}

.main_yaji{
position: absolute;
top: -200px;
left:50%;
transform: translateX(-50%);
z-index: 3;
}

.main-contents section.entry-content{
position: relative;
}

.home .main-contents section.entry-content a,
.home .main-contents section.entry-content a:focus{
color: #fff;
transition: .3s;
text-decoration: none !important;
}

.home .main-contents section.entry-content a:hover{
text-decoration: none !important;
text-shadow: 2px 2px 6px rgba(0,0,0,.6);
}

.home .main-contents section.entry-content i{
font-size: 46px;
line-height: 1;
}

.fbol.f12{
display: block;
}

.all_link{
display: block;
}

.blink-fade{
  animation: blinkHold 1.6s ease-in-out infinite;
}

.first.fmlist{
display: inline-block;
padding-right: 30px;
padding-left: 0px;
border-left: none;
}

.fmlist{
display: inline-block;
font-size: 12px;
padding-left: 0px;
padding-right: 30px;
}

@keyframes blinkHold{
  0%   { opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; }
}

.cont50{
width: 50%;
position: relative;
}

.cont25{
width: 25%;
}

.cont70{
width: 70%;
}

.s_tit.bt45 {
	margin-bottom: 45px!important;
}

.in_img_raps{
overflow: hidden;
border-radius: 11px;
}

.s_tit .en_name{
    display: block !important;
    margin-top: 0px;
    margin-left: 0px;
	margin-bottom: 5px;
	color: #19aa94;
    font-weight: 600;
}

.home_sec01 .flexible-section-caption, .flexible-section-contents {
    padding-top: 0px !important;
}

/*.main-contents .home_sec01 [class*='col-xs-'] {
    padding-top: 0px;
} */

.main_c{
color: #19aa94;
font-weight: 600;
font-size: 113%;
}

.bgw{
display: inline-block;
padding-left: 20px;
padding-right: 20px;
background-color: #fff;
}

.top_about_rap{
border-radius: 11px;
border: 1px #19aa94 solid;
position: relative;
}

.s_titc{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -24px;
z-index: 2;
}

.tak{
text-align: justify;
letter-spacing: .8px;
line-height: 29px;
}

.bt_df,
.bt_df:focus{
  display: inline-block;
  width: 270px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #19aa94;
  position: relative;
  border: 1px solid #19aa94;
  transition: color 0.5s ease;
}
.bt_df:hover{
  color: #fff !important;
  text-decoration: none !important;
}
.bt_df:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.bt_df::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #19aa94;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
.text {
  position: relative;
}

.sec_setsu{
border-radius: 11px;
}

.bgcw{
background-color: #fff;
}

.bgce{
background-color: rgba(238, 238, 238, .4);
}

.r11{
border-radius: 11px;
overflow: hidden;
}

.n_list{
list-style: none;
padding-left: 0px;
}

.fl02.ptx{
margin-bottom: 50px;
}

.cont48s{
width: 31%;
margin-bottom: 50px;
position: relative;
}

.h3intit{
display: inline-block;
position: absolute;
top: 10px;
left: 10px;
padding: 5px 20px;
background-color: #fff;
border-radius: 6px;
color: #19aa94;
font-size: 14px;
font-weight: 600;
}

.cho20 .flexible-section-caption{
padding-top: 5px;
}

.cho30 .main-contents [class*='col-xs-'] {
    padding: 5px;
}

.c_red{
color: #e60012;
}

.red_tit{
position: relative;
font-size: 18px;
}

.usu_main_c{
background-color: #e6f5f2;
color: #19aa94;
}

.riyu_in_tit{
font-weight: 600;
border-bottom: 1px #aaa dotted;
padding-bottom: 5px;
}

.riyu_in_tit i{
color: #ffd800;
font-size: 150%;
}

.riyu_in_come{
padding-left: 15px;
border-left: 5px #ffd800 solid;
}

.lef05{
margin-left: 5px;
}

.attachment-media{
border-radius: 11px;
}

.logo_raaaps img{
width: 200px;
}

.cont22,
.cont22cust{
width: 22%;
}

.footer{
margin-top: 75px;
}

.home .footer,
.page-slug-be_made .footer,
.page-slug-faq .footer,
.page-slug-access_parking .footer,
.page-slug-staff .footer{
	    margin-top: 0pt;
}

.contact_bt .bt_df_w:hover {
    color: #19aa94;
    background-color: rgba(255, 255, 255, .8);
    border: 1px rgba(255, 255, 255, .8) solid;
}

.bgug{
background-color: #e6f5f2;
}

.bgg{
background-color: rgba(238, 238, 238, .6);
border-radius: 11px;
}

.mal30{
padding-left: 30px;
position: relative;
}

.mal30::before{
content: "";
position: absolute;
left: -20px;
top: -20px;
width: 40px;
height: 40px;
background-image: url(/wp01/wp-content/uploads/2026/01/moyamoya.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

.th_ul li{
padding-left: 20px;
position: relative;
border-bottom: 1px #aaa dotted;
padding-bottom: 10px;
margin-bottom: 10px;
}

.th_ul li:last-child{
margin-bottom: 0px;
}

.th_ul li::before{
content: "●";
position: absolute;
left: 0px;
top: 0px;
}

.f14{
font-size: 14px;
}

.f24{
font-size: 24px;
}

.forul li{
border: 1px #19aa94 solid;
border-radius: 11px;
overflow: hidden;
}

.n00{
text-align: center;
color: #fff;
background-color: #19aa94;
padding: 10px;
font-size: 20px;
font-weight: 600;
}

.licome{
padding: 10px 20px;
text-align: justify;
}

ul.page-numbers{
gap: 5px;
}

ul.page-numbers a, ul.page-numbers span {
    color: #19aa94 !important;
    background-color: #fff !important;
    border-color: #19aa94 !important;
}

ul.page-numbers .current {
    color: #ffffff !important;
    background-color: #19aa94 !important;
    border-color: #19aa94 !important;
}

ul.page-numbers a, ul.page-numbers span {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 0;
    line-height: 40px;
    border: 1px solid;
    text-decoration: none;
text-align: center;
	width: 40px;
    height: 40px;
}

.post-type-archive .main-contents,
.post-type-archive .sidebar,
.main-contents,
.sidebar{
    margin-top: 50px;
}

h3.f24.bt0.fbol{
color: rgba(255,255,255,1);
}

.panel-title a {
    display: block;
    padding: 18px 10px 18px 40px;
    margin: -10px -15px;
	font-size: 16px;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px #19aa94  solid !important;
}

.panel-body {
    padding: 20px 5px 20px 55px;
	background-color: #e6f5f2;
}

.panel-body p{
	font-size: 16px !important;
}

.page-slug-faq .panel-title,
.page-slug-faq .panel-body,
.single-cpt_active .panel-title,
.single-cpt_active .panel-body{
position: relative;
}

.page-slug-faq .panel-title::before,
.single-cpt_active .panel-title::before{
    content: "Q";
    position: absolute;
    left: -4px;
    top: 12px;
    font-size: 140%;
    color: #19aa94;
    font-weight: 600;
}

.page-slug-faq .panel-body::before,
.single-cpt_active .panel-body::before{
    position: absolute;
    content: "A";
    top: 13px;
    left: 30px;
    font-size: 160%;
    color: #19aa94;
    font-weight: 600;
}

.logo_size{
display: inline-block;
width: 40px;
height: auto;
margin-right: 5px;
}

.line_h2912{
line-height: 29.12px;
}

.iconn_link{
transition: .3s;
}

.iconn_link:hover{
opacity: .6;
}

.bt_in_df{
display: inline-block;
text-decoration: underline;
font-weight: 600;
transition: .3s;
}

.bt_in_df:hover{
opacity: .6;
}

.bo_und{
position: relative;
padding-bottom: 10px;
border-bottom: 3px #e6f5f2 solid;
}

.bo_und::before{
content: "";
position: absolute;
bottom: -3px;
left: 0px;
height: 3px;
width: 120px;
background-color: #19aa94;
}

.page-slug-kiyaku .no_list{
padding-left: 21px;
}

.nor_font{
font-size: 16px;
margin-bottom: 10px !important;
}

.pv_rap2>ol>li{
margin-bottom: 30px;
}

.pv_rap2>ol>li:last-cild{
margin-bottom: 0px;
}

.wpcf7-form>p {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0px !important;
}

.kakunin_rap label{
font-weight: normal !important;
}

.kakunin_rap .wpcf7-acceptance .wpcf7-list-item input::after{
top: -4px;
}

.kakunin_rap .wpcf7-acceptance .wpcf7-list-item input:before {
    top: 2px;
}

div.wpcf7-response-output {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*　tab　*/

.tab-content{
padding: 30px 50px 50px 50px;
background-color: rgba(238, 238, 238, .6);
}

.p-3 li>a{
font-size: 15px;
}

.p-3 li.active>a{
background-color: rgba(238, 238, 238, .6) !important;
color: #fff !important;
color: #19aa94 !important;
font-size: 15px;
font-weight: 600;
}

.p-3 .nav-tabs > li.active > a{
border: none !important;
}

.btb25{
/* padding-bottom: 50px;
margin-bottom: 50px; */
border-bottom: none !important;
margin-bottom: 0 !important;
}

.nav-tabs > li.active > a{
border-color: #ccc !important;
}

.nav-tabs>li>a {
    margin-right: 0px;
}

.nav-tabs > li{
width: 49.9%;
box-sizing: border-box;
text-align: center;
font-size: 120%;
}

.nav-tabs > li:last-child{
width: 50%;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus{
color: #fff;
background-color: #19aa94;
transition: .3s;
display: block;
padding: 15px;
text-decoration: none;
}
.nav-tabs > li > a:hover{
color: #19aa94;
background-color: #e6f5f2;
text-decoration: none;
}

label {
    font-weight: 400;
}

.wpcf7 select{
	background-color: #fff !important;
}

.wpcf7 .yaji::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
    pointer-events: none;
    color: #ccc;
}

.nav-item.active{
position: relative;
}

.nav-item.active::after{
content: "\f0d7";
font-family: "Font Awesome 6 Free";
position: absolute;
font-weight: 900;
font-size: 120%;
color: #19aa94;
left: 50%;
transform: translateX(-50%);
bottom: -10px;
}

.nav-link i{
margin-right: 8px;
font-size: 120%;
}

.nav-item.active i{
display: none;
}

.c_red{
color: #e60012;
}

dl.tab_dl{
overflow: hidden;
margin-bottom: -20px !important;
margin-left: 15px;
}

dl.tab_dl dt{
font-weight: 400;
width: 100px;
float: left;
}

dl.tab_dl dd{
padding-left: 100px;
margin-bottom: 20px;
}

.cp_name{
margin-bottom: 10px !important
}

.page-slug-partners .s_tit{
font-size: 24px;
}

.pro_dl{
overflow: hidden;
margin-bottom: -15px;
}

.pro_dl dt{
font-weight: normal;
float: left;
width: 100px;
}

.pro_dl dd{
padding-left: 100px;
padding-bottom: 15px;
border-bottom: 1px #aaa dotted;
margin-bottom: 15px;
}

.cont22xx{
width: 22%;
position: relative;
margin-bottom: 30px;
}

.en_name2{
font-size: 20px;
font-weight: 900;
color: #19aa94;
line-height: 1.1;
margin-bottom: 0px !important;
}

.jp_name2{
font-size: 13px;
}

a.aaall_link{
display: block;
}

a.aaall_link::before{
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
transition: .3s;
}

a.aaall_link:hover::before{
background-color: rgba(255,255,255,.5);
}

.pro_f_rap{
padding: 20px 0px;
border-top: 1px #aaa dotted;
border-bottom: 1px #aaa dotted;
}

.fl02n.st_thum{
margin-bottom: -30px !important;
}

.in_txt_image img{
width: 50px;
height: auto;
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}

.post-type-archive .pagetit_,
.single-cpt_active .pagetit_,
.single-cpt_blog .pagetit_,
.single-post .pagetit_,
.blog .pagetit_{
margin-top: 46px;
}

.cookie-agree{
background-color: #19aa94;
}

@media screen and (min-width: 768px) {
	.bbfont{
font-size: 20px;
font-weight: 600;
}
	.pdlr50{
padding-left: 60px;
padding-right: 60px;
	}
	.txt_center_pc{
		text-align: center;
	}
	.fl02s{
gap: 0 3.5%;
	}
	.cont20{
		width: 25%;
	}
	.cont75{
		width: 70%;
	}
	.ca_tit,
	.ca_come{
	text-align: left;
	}
.navbar-fixed-top .navbar-collapse {
    height: 60px !important;
}
    ul.nav.navbar-nav {
        margin-top: 0px;
    }
	.navbar-normal .navbar-nav>.active>a{
		height: 60px;
	}
	.navbar .navbar-nav li a .link-menu .small, .navbar .navbar-nav li a .link-menu {
        margin-top: 5px;
    }
.main-contents .w_max [class*='col-xs-'] {
    padding: 0px;
}
.navbar ul li span{
	font-size: 13px;
}
	.cont20x{
	width: 15%;
	position: relative;
	}
	.cont75x{
	width: 80%;
	}
	.cont20x h3{
	font-size: 24px;
	margin-top: 0px !important;
	}
	.top_busi_rap .th_ul{
position: relative;
}

	.top_busi_rap ul li{
position: relative;
z-index: 2
	}

.top_busi_rap ul.th_ul::after{
content:"";
position: absolute;
right: 30px;
top: -52px;
width: 194px;
height: 220px;
background-image: url(/wp01/wp-content/uploads/2026/01/bg_komatta.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
z-index: 1;
}
	.immmmg__rap{
		overflow: hidden;
		max-height: 400px;
}
.fl02n {
	gap: 0 4%;
}
	.sta_tit{
		font-size: 52px;
		font-weight: 900;
		color: #ddd;
		line-height: 65px !important;
	}
	.pcf16sp15{
font-size: 16px;
	}
	.st_rrrrp .cont48:first-child{
width: 45%;
	}
	.st_rrrrp .cont48:last-child{
width: 50%;
	}
}


@media screen and (max-width: 767px) {
	.cookie-consent{
	z-index: 100000;	
	}
	.shop_info .cont65{
margin-bottom: 10px !important;
	}
.en_name2{
font-size: 15px;
font-weight: 600;
}
	.pcf16sp15{
font-size: 15px;
	}

.fl02n {
	gap: 0 2%;
}
	
	.sta_tit{
		font-size: 20px;
		font-weight: 900;
		color: #ddd;
	}
dl.tab_dl dt{
width: 100%;
float: none;
}

dl.tab_dl dd{
padding-left: 0px;
}

.tab-content{
padding: 10px;
}
	
.cont22{
width: 100%;
margin-bottom: 20px;
text-align: center;
}
	
.cont22xx{
width: 49%;
margin-bottom: 30px;
}

.cont22:last-child,
.cont22cust:last-child{
margin-bottom: 0px;
}
	
.cont22cust{
width: 100%;
margin-bottom: 30px;
}
	
	.cont20x{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	}
	.cont20x h3{
	text-align: left;
	}
	.cont75x{
	width: 100%;
	}
.cont48s{
width: calc(100vw);
}

.main_yaji{
top: -250px;		
	}
.first.fmlist{
display: inline-block;
padding-right: 30px;
padding-left: 0px;
border-left: none;
}

.fmlist{
display: inline-block;
font-size: 14px;
padding-left: 0px;
padding-right: 30px;
}
	
.fmlist:last-child{
padding-right: 0px;
}
	.cont25{
width: 100%;
margin-bottom: 20px;
}

.cont70{
width: 100%;
}
	.bt30sp{
	margin-bottom: 30px;
	}
.ca_rap .f48{
font-size: 33px;
}

.post_bt_contact{
padding: 10px;
}
.loader>img {
    width: 30% !important;
    max-width: 1000px;
}
.s_titc{
width: 100%;
top: -14px;
font-size: 18px;
padding-left: 15px;
padding-right: 15px;
}
	.pagetit_.cust{
	line-height: 25px;
	}
	.pagetit_.cust > .jp_name{
	margin-left: 2px;
	margin-bottom: 5px;
	display: block;
	}
	.pagetit_ > .jp_name{
		color: #000;
		margin-left: 5px;
	}
.fix_right p {
    color: rgb(25, 170, 148) !important;
    background-color: rgba(238, 238, 238, 1);
	border: 1px rgb(25, 170, 148) solid;
}
	.fix_right a.bt_link{
    color: rgb(25, 170, 148) !important;
	}
.cont50{
width: 100%;
}
	.cont50:first-child{
margin-bottom: 20px;
	}
	.immmmg__rap{
		overflow: hidden;
	    border-radius: 11px;
	}
.top_about_rap {
border-radius: none;
border: none;
position: relative;
}
.top_about_rap.pd4050{
padding: 20px 0px 0px;
}
.mal30::before {
    left: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
}
.s_tit {
    font-size: 24px;
}
.page-header-overlay {
    background-image: url(/wp01/wp-content/uploads/2026/01/header_image_sp.png) !important;
	background-position: center center;
}
}

/* insta_bg_loop */
.insta_rap{
border-top: 1px rgba(255,255,255,.3) solid;
border-left: 1px rgba(255,255,255,.3) solid;
border-right: 1px #ddd solid;
border-bottom: 1px #ddd solid;
position: relative;
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.6));
z-index: 2;
}

.insta_rap .insta_logo_rap{
width: 50px;
height: auto;
margin-right: auto;
margin-left: auto;
}

.insta_rap .insta_txt_rap{
width: 150px;
height: auto;
margin-right: auto;
margin-left: auto;
}

.insta_link::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
transition: .6s;
}

.insta_link:hover::before{
background-color: rgba(255,255,255,.5);
}

.insta_rap{
margin-right: 15px;
margin-left: 15px;
}

.home .insta_box .flexible-section-contents,
.home .insta_box .col-xs-12.entry-content.column1{
padding: 0px !important; 
}

.loop_bg{
min-height: 317.52px;
height: 100%;
}

.page-slug-partners .iicon_link{
position: relative;
padding-left: 25px;
}

.page-slug-partners .iicon_link::before{
content: "\f14c";
font-family: "Font Awesome 6 Free";
font-weight: 600;
position: absolute;
top: -9px;
left: 0px;
font-size: 140%;
}

.n_link:hover{
opacity: .7;
}

.alignnone{
margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
    .insta_rap {
        padding: 50px;
    }
}

@media screen and (max-width: 767px) {
.postm3 div.col-xs-12:nth-child(2),
.postm3 div.col-xs-12:nth-child(3),
.bkclu div.col-xs-12:nth-child(2),
.bkclu div.col-xs-12:nth-child(3),
.bblog div.col-xs-12:nth-child(2),
.bblog div.col-xs-12:nth-child(3){
display: none !important;
}
	
.loop_bg{
min-height: 348.53px;
}
    .insta_rap {
        padding: 40px 20px 60px;
    }
}

.loop_bg{
    width: 100%;
    background-image: url(/wp01/wp-content/uploads/2026/02/bg_oikze3-3.png);
	background-repeat: repeat-x;
    -webkit-animation: bgroop 40s linear infinite;
    animation: bgroop 40s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  center;
    }
    to {
        background-position: -1920px center;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 center;
    }
    to {
        background-position: -1920px center;
    }
}


/*　gazou kirikae */
.tshadow{
	text-shadow: 2px 2px 6px rgba(0,0,0,.5);
}

.wshadow{
	/*text-shadow: 2px 2px 6px rgba(0,0,0,.3);*/
	/*　text-shadow: 2px 2px 6px rgba(0,0,0,0.7);　*/
	text-shadow: 2px 2px 6px #003300;
}

.overlay {
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
.mainvisual-images.mainvisual-fullscreen+.mainvisual-fullscreen-display {
background-image: url(https://oikaze-agent.co.jp/wp01/wp-content/uploads/2026/03/sp_top.webp) !important;
}
}