/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =============================================
    カスタム投稿のためのスタイル
=============================================*/
.cta-area {
    margin-top: 50px;
    background: url(https://manma-ru.com/wp-content/uploads/2025/07/cta-bg.png) no-repeat center;
    background-size: contain;
    padding: 180px 0 60px;
}
.cta {
	display:flex !important;
	justify-content:center;
	gap:30px;
}
.cta a img {
	width:65%;
	height: 100%;
}
.cta a:first-child {
	display:flex;
	justify-content:flex-end;
}
@media only screen and (max-width: 767px) {
	.cta-area{
	background: no-repeat url("https://manma-ru.com/wp-content/uploads/2025/07/cta-bg_sp.png");
	padding: 240px 0 70px !important;
   background-size: contain !important;
}
.cta {
	display:block !important;
}
.cta a,
.cta a:first-child	{
    display: flex !important;
    justify-content: center !important;
	margin-bottom: 20px !important;
}
}
#custom-post .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 0fr));
    gap: 4% 2%;
}

#custom-post .elementor-shortcode a{
	text-decoration:none;
	color:#000;
}
#custom-post .elementor-shortcode .card{
	display:relative;
}
#custom-post .elementor-shortcode .card a.category{
    position: absolute !important;
    top: 10px;
    right: 10px;
    font-weight: 500;
    color: #fff;
    background: #71a839;
    padding: 1px 1em;
    border-radius: 2px;
    font-size: 13px;
}
.single-content-wrapper{
	display:flex;
	justify-content:center;
	gap: 50px;
	max-width:1220px;
	width:96%;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
.single-content-wrapper{
	display:block;
}	
}	
.single-content-wrapper .main-content{
	flex:5;
}
.single-content-wrapper .sidebar{
	flex:2;
}
.single-content-wrapper .sidebar h2 {
	color: #fff;
    background: #7eae3d;
    border-radius: 2px;
    padding: 8px 1em;
    margin-top: 2em;
    font-size: 1.2em !important;
}
.single-content-wrapper .sidebar li {
    list-style:none
}
.single-content-wrapper .sidebar .category-link{
margin: 0;
padding: 0;
}
.single-content-wrapper .sidebar .category-link a {
    display: block;
    color: #565656 !important;
    font-weight: 500;
    padding: 12px 12px 12px 20px;
    border-bottom: 1px dashed #d0d0d0;
	transition:0.5s;
}
.single-content-wrapper .sidebar .category-link a:hover {
    background-color: #fafff3;
}
.single-content-wrapper .sidebar .kiji-link{
margin: 0;
padding: 0;
}
.single-content-wrapper .sidebar .kiji-link li{
	border:1px solid #eee;
	margin-bottom:15px;
	box-shadow: 0px 0px 0px 0px #ebebeb;
	transition:0.5s;
}
.single-content-wrapper .sidebar .kiji-link li:hover{
	box-shadow: 0px 0px 15px 7px #ebebeb;
}
.single-content-wrapper .sidebar .kiji-link li a{
	display:flex;
	justify-content:flex-start;
	color: #565656 !important;
    font-weight: 500;
}
.single-content-wrapper .sidebar .kiji-link li a div{
	padding:1em;
}
.single-content-wrapper .sidebar .kiji-link li a img{
	max-width:110px;
}
.single-content-wrapper .arrow {
  position: relative;
}

.single-content-wrapper .arrow::before,
.single-content-wrapper .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 7px;
  height: 2px;
  border-radius: 9999px;
  background-color: #71a839;
  transform-origin: calc(100% - 1px) 50%;
}

.single-content-wrapper .arrow::before {
  transform: rotate(45deg);
}

.single-content-wrapper .arrow::after {
  transform: rotate(-45deg);
}
.single-content-wrapper .archive-cards{
	max-width:1220px;
	margin:0 auto;
}
.single-content-wrapper .main-content h1{
	font-size:2em;
	color: #565656 !important;
    font-weight: 500;
}
.single-content-wrapper .main-content .eyecatch{
	width:100%;
	object-fit:cover;
	aspect-ratio: 5 / 3;
}
.single-content-wrapper .main-content .category,
.single-content-wrapper .main-content .day{
	font-size:1.2em;
	margin-top:1em;
	letter-spacing: 1px;
	color: #565656 !important;
    font-weight: 500;	
}
.single-content-wrapper .main-content .category a{
    font-weight: 500;
    color: #fff;
    background: #71a839;
    padding: 1px 1em;
    border-radius: 2px;
}
.single-content-wrapper .content h4{
	color: #565656 !important;
    font-weight: 500;
}
.single-content-wrapper .content{
	margin-top:2em;
}
.single-content-wrapper .content p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.5px;
	color: #565656 !important;
    font-weight: 500;
}
.single-content-wrapper .main-content li{
    font-size: 16px;  
	margin-bottom:0.5em;
}
.post-navigation {
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.post-navigation div{
	flex:1;
	display: flex;
}
.post-navigation div.nav-next a{
    text-align:right;
}
.post-navigation a {
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    border: 1px solid #72a83a;
    background: #71a839;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
	transition:0.5s;
}
.post-navigation a:hover {
		background: #abd383;
}
.container.two-column {
  display: flex;
  gap: 2rem;
}

.main-column {
  flex: 3;
}

.sidebar {
  flex: 1;
}
.archive-cards-area{
max-width:1220px;
	width: 96%;
	margin:0 auto;
}

.archive-cards-area h1{
text-align:center;
	font-size:2em;
	margin-bottom:2em;
	color: #565656 !important;
    font-weight: 500;
}
.card-grid {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(23%, 0fr));
    gap: 4% 2%;
}
@media only screen and (max-width: 900px) {
.card-grid {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(32%, 0fr));
    gap: 4% 2%;
}	
}	
@media only screen and (max-width: 600px) {	
	
.archive-cards-area h1 {
    font-size: 20px;
}	
.single-content-wrapper .content h4 {
    font-size: 18px;
    margin-top: 1em;
}	
.single-content-wrapper .sidebar .kiji-link li a div {
    font-size: 16px;  
}	
.single-content-wrapper .sidebar .kiji-link small{
    font-size: 15px;
}	
.single-content-wrapper .sidebar .category-link a {
    font-size: 16px;    
}	
.card-day {
    font-size: 15px;
}	
.card-excerpt {
    font-size: 16px;
}	
.single-content-wrapper .main-content h1 {
    font-size: 20px;
    line-height: 1.5;
}	
.card-grid {
  display: block;
}	
.card-block {
  margin-bottom:30px;
}	
.card-block a.category,
#custom-post .elementor-shortcode .card a.category{
  position: absolute !important;
  bottom: 10px !important;
  top:auto!important;
  right: 10px;
}
  .card-content {
  padding: 1rem 1rem 1.5rem !important;
}
}
@media only screen and (max-width: 900px) {
#custom-post .elementor-shortcode {
  display: grid;
grid-template-columns: repeat(auto-fit, minmax(32%, 0fr));
    gap: 4% 2%;
}	
}	
@media only screen and (max-width: 600px) {
	#custom-post .elementor-shortcode .card-excerpt {
		display: none !important;
	}	
#custom-post .elementor-shortcode {
  display: block;
}	
#custom-post .elementor-shortcode .card {
  display:flex;
  margin-bottom:30px;
}	
#custom-post .elementor-shortcode a {
	width: 35% !important;
}	
#custom-post .elementor-shortcode .card-content {
	width: 75% !important;
}	
#custom-post .elementor-shortcode .card-title {
        font-size: 16px !important;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
#custom-post .elementor-shortcode .card-image {
    width: 100%;
    height: 100%;
}	
#custom-post .elementor-shortcode .card-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}	
#custom-post .elementor-shortcode .card a.category {
	text-align:center !important;
}	
}
.card {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  position: relative;
}
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-image img {
width: 100%;
    height: auto;
    aspect-ratio: 7 / 5;
    object-fit: cover;
}
.card-content {
  color:#000;
  padding: 1rem;
}
.card-title {
	color: #565656 !important;
    font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
.card-day {
	font-size:0.9em;
	color: #565656 !important;
    font-weight: 500;
  margin: 5px 0 0.5rem;
}
.card-excerpt{
	color: #565656 !important;
    font-weight: 500;
}
.card-block {
  position: relative;
}
.card-block a.category {
    position: absolute !important;
    top: 10px;
    right: 10px;
    font-weight: 500;
    color: #fff;
    background: #71a839;
    padding: 1px 1em;
    border-radius: 2px;
    font-size: 13px;
}
/* =============================================
    カスタム投稿のためのスタイルここまで
=============================================*/
.body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}


nav{
    position: sticky;
    top: 0;
}


a{
	color:#71a839;
	text-decoration: none;
}


.vperson{
padding: 17px;
text-align: right;
color: olive;
font-size: 0.9em;
margin: 23px 0;
background-color: #ff00ff11
}


.highlight01{
color: #F39800;
font-weight: bold;
}

.highlight02{
color: violet;
font-weight: bold;
}

.highlight03{
color: hotpink; font-weight: 600;
}



.privacy {
counter-reset: number 0;
}

.privacy dt{
margin-top: 21px;
font-weight: bold;
}
.privacy dd{

}

.privacy dt:before {
counter-increment: number 1;
content: counters(number, ". ")". ";
}



.buhour td{
	padding: 10px;
	 font-size: 1em;
}

.buhour th{
	font-weight: 400;
	padding: 10px;
	 font-size: 1em;
}


.columnlindex span{
color: #71A839;
font-size: 1.2em;
}
.cp{
font-weight: bold;
}






