/*
Theme Name:vogue_child
Theme URI:
Description:WordPressテーマ「VOGUE」の自作子テーマです。
Template:vogue_tcd051
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.1.2
*/


/* ページ内リンク スムーズスクロール */
body {
	color: #333;
}

html {
	scroll-behavior: smooth;
}

/* テーマ css */
.tcd-pb-row.row3 {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
}

/* テーブル */
.p-entry__body th {
	letter-spacing: 0.2em;
}    
    
.p-entry__body td,
.p-entry__body th {
	font-size: 115% !important;
}

@media screen and (max-width: 500px){
.p-entry__body th {
	letter-spacing: unset;
}    
    
.p-entry__body td, .p-entry__body th {
	font-size: 100% !important;  
}
}

/* 位置・スペース */
.center {
	text-align: center;
}

.mb-5 {
	margin-bottom: 5rem;
}

.my-l {
	margin-top: 3rem;
	margin-bottom: 10rem;
}

.my-3 {
	margin: 3rem 0;
}

.p-1 {
	padding: 1rem 1rem 0.1rem;
}

.pt-3 {
	padding-top: 3rem;
	padding-bottom: 5rem;
}

/* 3カラム ボタン */
.col-3 {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none !important;
}

.col-3 li {
	width: 280px;
	margin: 35px 0 0 0;
}

.col-3 li a {
	text-align: center;
	text-decoration: none;
	padding: 30px 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	font-size: 16px;
	background-color: #fcfcfc;
	color: #444444;
	border: solid 1px #cdcdcd;
}

/*.col-3 li a:before {
    width: 10%;
    text-align: center;
    content: "";
}*/
.col-3 li a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
}

.fade {
	opacity: 1;
	transition: opacity 0.2s linear;
	backface-visibility: hidden;
}

.fade:hover {
	opacity: .6;
	text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
	.col-3 {
		display: block;
		width: 100%;
	}
}

/* PCのみ・SPのみで改行 */
@media screen and (min-width: 766px) {
	.pc {
		display: inline;
	}

	.sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: inline;
	}
}

/* ロゴ */
@media only screen and (max-width: 767px) {
	.c-logo img {
		width: 80%;
	}
}

/* ナビ */
.nav-menu {
	display: flex;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.nav-menu {
	display: block;
}    
}

.nav-2 {
	transition-duration: 0.2s;
	color: #005e35;
	font-size: 135%;
	font-weight: bold;
	margin-left: 5rem;
	letter-spacing: -0.03em;
}

.nav-2 a {
	color: #005e35;
}

.nav-2 a:hover {
	color: #777777;
}

/*.nav-2 li {
    text-align: center;
    width: 100px;
    position: relative;
    list-style: none;
    transition-duration: 0.2s;
    outline-offset: -2px;
    font-size: 14px;
    font-weight: 800;
}*/

@media only screen and (min-width: 1023px) {
	li#menu-item-1724 {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-2 {
		display: none;
	}
}

.goog-te-gadget-simple {
	line-height: 30px;
}

/* ヘッダー */
.l-header__inner {
	justify-content: space-between;
}

/* sp ハンバーガーメニュー */
.p-menu-button.is-active {
    background: #005e35;
    color: #fff;
}
@media only screen and (max-width: 1024px){
.p-global-nav {
    background: #005e35;
}
}
/*.p-menu-button.is-active {
	background: #60a828;
}*/

/* top 背景色 */
div#js-contents-builder {
	background: linear-gradient(45deg, #f6fbf4 50%, #FFF);
}

/* top 背景　*/
.sign_r {
	position: absolute;
	bottom: -12%;
	right: -8%;
}
.sign_l {
	position: absolute;
	bottom: -3%;
	left: -8%;
}
@media screen and (max-width: 768px){
.sign_r {
	position: absolute;
	bottom: -8%;
	right: -0%;
}
.sign_l {
	position: absolute;
	bottom: -4%;
	left: 0%;
}
.sign_r img, .sign_l img {
    max-width: 180px !important;
}
}

/* ヒーローヘッダー */
.p-hero-header {
    z-index: -1;
}

ul.p-hero-header__nav.u-clearfix h1 {
	position: absolute;
	top: 62%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding: 0;
	font-size: 310%;
	color: #fff;
	/*font-family: Georgia, serif;*/
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #000000;
    line-height: 1.3;
    text-align: center;
}

ul.p-hero-header__nav.u-clearfix p {
	position: absolute;
	top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding: 0;
	color: #fff;
	font-family: system-ui;
	font-size: 23px;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #000000;
    line-height: 1.3;
    text-align: center;
}

ul.p-hero-header__nav.u-clearfix img {
	position: absolute;
	max-width: 315px;
}

ul.p-hero-header__nav.u-clearfix img:nth-child(1) {
	top: 12%;
	left: 12%;
}

ul.p-hero-header__nav.u-clearfix img:nth-child(2) {
	top: 10%;
	left: 43%;
}

ul.p-hero-header__nav.u-clearfix img:nth-child(3) {
	top: 22%;
	left: 73%;
}

.p-content02__item .p-content02__item-img {
	opacity: 0.5;
}

.p-content02__item a:hover .p-content02__item-img {
	opacity: 1 !important;
}

.p-content02__item-content {
	opacity: 1;
}

.p-content02__item a:hover .p-content02__item-content {
	opacity: 0;
}

.p-content02__item-title {
	margin-bottom: 22px;
	font-size: 32px;
}

h2.p-content02__item-title {
	display: inline-block;
	position: relative;
}

h2.p-content02__item-title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 50px;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #fff;
}

.p-content02__item-content--t {
	padding-top: 280px;
}


.p-hero-header__nav-item {
	width: unset;
}

.p-hero-header__nav-item-title {
	text-shadow: 1px 1px 3px #000000;
	background: rgb(96 168 40 / 70%);
	padding: 0.5rem 0;
}
@media screen and (max-width: 768px){
.p-hero-header h3 {
	position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding: 0;
	color: #fff;
	/*font-family: Georgia, serif;*/
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #000000;
    line-height: 1.3;
    text-align: center;
}
.p-hero-header p {
	position: absolute;
    top: 68%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	padding: 0;
	color: #fff;
	font-family: system-ui;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 3px #000000;
    line-height: 1.3;
    text-align: center;
}
div#js-hero-header img {
	position: absolute;
	max-width: 150px;
}

div#js-hero-header img:nth-child(1) {
	top: 6%;
	left: 10%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div#js-hero-header img:nth-child(2) {
    top: 12%;
    left: 56%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

div#js-hero-header img:nth-child(3) {
	top: 34%;
	left: 30%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
}

/* blog(系列校) */
.p-content03__blog-list.sa.sa--up.show {
	width: 100%;
	margin: 0px;
}

.p-content03__blog {
	padding: 0px 0% 0;
}

.p-content03__blog-catch {
	margin: 0 auto;
}

.p-content03__blog-arrows .slick-prev {
	left: 1.5%;
}

.p-content03__blog-arrows .slick-next {
	right: 1.5%;
}

.p-content03__blog-arrows .slick-arrow {
	bottom: 160px;
}

.p-content03__blog-list-item {
	padding: 0px;
}

.p-content03__blog-list {
	background-color: #ffffff;
	margin: auto;
}

.p-article04__thumbnail {
	margin-bottom: 5px;
}

.p-article04__excerpt {
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	.p-content03__blog-list-inner {
		justify-content: space-between;
		width: 100% !important;
	}
}

/* お知らせ */
.p-content03__blog {
	width: 100%;
}

.p-content03__news-catch {
	color: #000;
}

.p-article05__title {
	color: #000;
}

.p-content03__news {
	box-sizing: border-box;
	position: relative;
	padding: 90px 0 91.6px;
	width: 60%;
}

.p-content03__news-list-item a,
.p-content03__news-catch {
	padding: 0;
}

ul.p-content03__news-list-item.p-article05 {
	padding: 14px 15px;
	text-align: left;
	font-size: 14px;
	border-bottom: #cdcdcd dotted 1px;
}

.p-content03__news-list-item.p-article05 li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}

.p-article05__date {
	font-size: 100%;
}

h2.p-content03__news-catch,
h2.p-content03__blog-catch {
	text-align: center;
	margin-bottom: 30px;
}

.p-content03__news-archive-link {
	padding: 0;
}

.p-article05__date {
	margin-bottom: 0;
}

#about,#outline {
	padding-top: 60px;
	margin-top: -60px;
}

div#cb_1 {
	background: #dadea4;
	padding: 5rem 0;
}

div#cb_2 {
	padding-bottom: 5rem;
}

div#cb_3 {
	margin: 5rem 0 0;
}

section.p-content03__news {
	background: #fff;
	padding: 2rem;
	border-radius: 30px;
	/*margin-top: 5rem;*/
}
    
@media only screen and (max-width: 767px) {
	.p-content03__news {
		width: unset;
	}
	.p-content03__news-archive-link {
		top: unset;
        right: 32px;
	}
	.p-content03__news-list-item a {
		border-bottom: unset;
	}    
}

/* TOP プラン*/
.p-content02__item-content--t {
	padding-top: 100px;
}

.p-content02__item-title {
	font-size: 27px;
}

@media only screen and (max-width: 767px) {
	.p-main-image__img {
		width: 100%;
		height: 100%;
		background-position: unset;
		background-size: cover;
	}
}

/* 固定ページ */
.p-page-header__title {
	width: 35%;
	height: 150px;
}

/* フッター */
.p-main-image-f {
	position: relative;
	width: 100%;
	/*height: 600px;*/
}

.p-main-image__content-f {
	background: #f6f6f6;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	/*padding: 0 7.5%;*/
	width: 50%;
	height: 350px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

.p-main-image__content-f {
	left: 0;
	right: auto;
}

.p-main-image__img-f {
	width: 100%;
	/*height: 75%;*/
	background-position: center center;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.p-main-image__content-f {
		width: 100%;
		padding: 52px 11.11111% 64px;
	}
}

.p-widget-area {
	padding: 25px 0 10px;
}

section.top-bnr {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}

section.top-bnr ul {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
}

section.top-bnr li {
	width: 30%;
}

section.top-bnr img {
	width: 100%;
}

.top-bnr a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-bnr:hover a {
	opacity: 0.9;
}

@media only screen and (max-width: 767px) {
section.top-bnr ul {
	display: block;
}
section.top-bnr li {
    width: 100%;
    margin-bottom: 0.5rem;
}
}

.p-widget-area {
	margin-bottom: 15px;
}

.bkg-img {
	background-image: url(/wp-content/uploads/2022/07/footer-bk.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1rem;
	background-size: cover;
	background-position: bottom;
}

.p-address {
	color: #fff;
}

.c-logo a {
	color: #fff;
}

.p-social-nav__item a {
	color: #fff;
}

/* アニメーション 1 */
.sa {
	opacity: 0;
	transition: all .9s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--lr {
	transform: translate(-100px, 0);
}

.sa--rl {
	transform: translate(100px, 0);
}

.sa--up {
	transform: translate(0, 100px);
}

.sa--down {
	transform: translate(0, -100px);
}

.sa--scaleUp {
	transform: scale(.5);
}

.sa--scaleDown {
	transform: scale(1.5);
}

.sa--rotateL {
	transform: rotate(180deg);
}

.sa--rotateR {
	transform: rotate(-180deg);
}

/* topへ戻るボタン */
.p-pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	background: #005e35;
	border: solid 2px #005e35;
	opacity: 0.9;
	border-radius: 50%;
	z-index: 1;
}

.p-pagetop:hover {
	background: #fff;
	border: solid 2px #005e35;
}

.p-pagetop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	border-top: unset;
	border-bottom: unset;
	box-sizing: unset;
}

.p-pagetop a:hover {
	color: #005e35;
}

.p-pagetop a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f1e2';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	/*top: -40px;*/
	bottom: 30px;
	right: 17px;
	/*left: 0;*/
	margin: auto;
	text-align: center;
}

.p-pagetop a::after {
	content: 'TOP';
	font-size: 13px;
	position: absolute;
	/*top: 45px;*/
	bottom: -25px;
	right: 5px;
	/*left: 0;*/
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.p-pagetop a {
		background: unset !important;
	}
}

/*.p-pagetop.is-active {
    display: none;
}*/
@media only screen and (max-width: 767px) {
	.p-pagetop {
		right: 0;
        bottom: 0 !important;
	}
}

/* top メイン 
.p-main-image__content {
    padding: 0;
}*/

/* テーブル */
.p-entry__body table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 5rem;
}

.p-entry__body th {
	font-weight: bold;
}

/* H2 */
.style2a {
	font-size: 1.7rem !important;
	position: relative;
	padding: 10px;
	/*margin-top: 20px;*/
	margin: 20px auto;
	text-align: center;
	letter-spacing: 0.1em;
	width: 120px;
	border-bottom: 3px solid #444;
	color: #4e4e4e;
}

.style2a:before {
	position: absolute;
	bottom: -3px;
	width: 70px;
	height: inherit;
	left: 0;
	content: '';
	border-bottom: 3px solid #60a828;
}

/* 情報公開 */
.flex-about {
	margin-bottom: 3rem;
}

.flex-about ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0.5rem;
}

/*.flex-about ul:last-child {
	margin-bottom: 3rem;
}*/
.flex-about li {
	width: 33%;
	margin: 0.5rem 0.1rem;
}

.flex-about li a {
	text-align: center;
	background: #60a828;
	border: solid 2px #60a828;
	color: #fff;
	justify-content: space-between;
	padding: 5px 15%;
	display: flex;
	align-items: center;
}

.flex-about li a:hover {
	background: #fff;
	border: solid 2px #60a828;
	color: #60a828;
	text-decoration: none;
}

.flex-about li a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	margin-left: 0.5rem;
	font-size: 130%;
}

.flex-about p:last-child {
	margin-bottom: 3rem;
}

.flex-about p {
	width: 33%;
	margin-left: 0.5rem;
}

.flex-about p a {
	display: block;
	text-align: center;
	background: #60a828;
	border: solid 2px #60a828;
	color: #fff;
}

.flex-about p a:hover {
	background: #fff;
	border: solid 2px #60a828;
	color: #60a828;
	text-decoration: none;
}

.flex-about p a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	margin-left: 0.5rem;
	font-size: 130%;
}

@media only screen and (max-width: 767px) {
	.flex-about ul {
		display: block;

	}

	.flex-about li {
		width: 100%;
	}
}

/* お問い合わせ「戻る」ボタン */
input.wpcf7-form-control.wpcf7-previous {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 225px;
	height: 48px;
	margin: 30px auto 0;
	background-color: #333333;
	cursor: pointer;
	border: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input.wpcf7-form-control.wpcf7-previous:hover {
	background-color: #666666;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin: 0px auto;
}

.req {
	font-size: .9em;
	padding: 5px;
	background: #f49797;
	color: #fff;
	border-radius: 3px;
	margin-left: 1em;
}

/* フッター */
.l-inner.sa.sa--up {
	margin: 0 auto;
}

/* 寄付 */
.donate {
	position: relative;
	width: 100%;
	height: 680px;
}

.donate-item {
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0 0 5px #999;
	font-size: 12px;
	line-height: 24px;
}

.donate img {
	position: absolute;
	bottom: 65px;
	left: 0;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.donate img {
		position: static;
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
		object-fit: cover;
	}

	.donate-item {
		position: static;
		background: #fff;
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		box-shadow: 0 0 10px #999;
	}
}

/* TOP 会社概要 */
.p-entry__body .p-main-image__title {
	font-weight: bold;
}

.p-content01 td {
	text-align: left;
}

/* 重ねて表示 */
.box {
	height: auto;
	margin: 0 auto;
}

.box-img {
	position: relative;
	max-width: 900px;
}

.box--img {
	position: relative;
	max-width: 900px;
	margin-left: auto;
}

.box-txt {
	position: absolute;
	bottom: 0%;
	right: 0;
	/*transform: translateY(-50%);*/
	width: 40%;
	height: auto;
	line-height: 1.5;
	padding: 2rem 2rem 1rem;
	background-color: rgb(255 255 255 / 80%);
	color: #4e4e4e;
}

.box--txt {
	position: absolute;
	bottom: 0%;
	left: 0;
	/*transform: translateY(-50%);*/
	width: 40%;
	height: auto;
	line-height: 1.5;
	padding: 2rem 2rem 1rem;
	background-color: rgb(255 255 255 / 80%);
	color: #4e4e4e;
}

.box-txt h1:before,
.box--txt h1:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3em;
	margin-right: 0.5rem;
}

a.q_button:hover{
    text-decoration: none;
}

@media screen and (max-width: 768px){
.box-txt, .box--txt {
    position: static;
    width: unset;
    padding: 0.5rem 1rem;
}
}

/* コピーライト */
.p-copyright small {
	color: #fff;
}

/* TOP 背景画像 */
div#cb_9 {
    position: relative;
    height: 660px;
}
.bg_img01 {
    position: absolute;
    left: 0%;
    top: 60px;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 600px;
    margin-right: 0px;
    background-image: url(/wp/wp-content/uploads/2022/12/bg_img01.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-column-count: auto;
    column-count: auto;
}

/* Copyright 下 */
.l-footer {
    padding-bottom: 10px;
}


.p-hero-header__link {
    display: none;    
}

/* 犬舎 ボタン */
.bt_yellow { background: #ffb415; color: #fff; }
.bt_yellow:hover, .bt_green:focus { background-color: #ffca5b; color: #fff; }

/* アイキャッチ画像の非表示 */
.p-entry__thumbnail {
display: none;
}