@charset "UTF-8";
/***** デフォルトはスマートフォン *****/
/* headder */
.pending{
	color:red;
	font-size:2rem;
	padding:2rem;
	border: 2px dotted red;
	margin: 1.5rem;
}
.temple-header {
    background: linear-gradient(to bottom, #ccffb5, #deffd6);
    position: relative;
    overflow: hidden;
    color: rgb(0, 0, 0);
    font-family: 'Yu Mincho', serif;
    z-index: 1;
}
.temple-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><path fill='%23ffffff33' d='M0 20 Q 25 0, 50 20 T 100 20 V 100 H 0 Z'/></svg>") repeat-x;
    background-size: 100px auto;
    opacity: 0.2;
    z-index: 0;
}
.header-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.temple-title {
    display: inline-block;
    text-decoration: none;
    color: black;
}
.temple_title_small {
    font-size: 1rem;
}
.temple_title_big {
    letter-spacing: 1rem;
    font-size: 2rem;
}
/* footer */
.temple-footer {
    background: linear-gradient(to bottom, #ccffb5, #deffd6);
    color: #000000;
    padding: 2rem 1rem;
    font-family: 'Yu Mincho', serif;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}
.footer-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-logo {
    font-size: 1.8rem;
    font-family: 'Yu Mincho', serif;
    margin: 0;
}
.footer_link li a {
    text-decoration: none;
    color: black;
}
footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1.5rem;
    opacity: 0.8;
}
.footer_tel {
    color: #000000;
    text-decoration: none;
}
.footer_lineheight {
    display: inline-block;
    line-height: 1rem;
}
.footer_subtitle {
    font-size: 11px;
}
/* main */
.sec_inner {
    width: 98%;
    margin: 0 auto;
}
.top_h2 {
    font-size: 1.8rem;
    font-family: 'Yu Mincho', serif;
}
.com_img_outer {
    position: relative;
    text-align: center;
}
.com_img_outer p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 10.5vw;
    font-weight: bold;
    color: white;
    text-shadow: -3px -3px 0 #006633, 3px -3px 0 #006633, -3px 3px 0 #006633, 3px 3px 0 #006633;
}
.com_img_outer p span {
    font-size: 4vw;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.com_figure {
    margin: 1.5rem 0;
}
.com_figure figcaption {
    font-size: 16px;
}
/*  pagenavi  */
.wp-pagenavi {
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
    background: #13c4a5;
    color: #fff;
    transition: .3;
}
.wp-pagenavi a:hover {
    color: #fff;
    transition: .3s;
    background: #22abb1;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #ff3bba;
    margin: 2px;
}
/* single page */
.single_title {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.single_content {
    margin-bottom: 2rem;
    line-height: 2rem;
}
/* blog */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}
.blog_flex_item {
    width: 98%;
    margin: 1rem 0;
    border: solid 1px;
    border-color: silver;
    border-radius: 5px;
    padding: 10px 5px;
    background: aliceblue;
    background: var(--back_1);
    text-align: center;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
}
.blog_flex_item2 {
    width: 98%;
    margin-top: 1rem;
    border: solid 1px;
    border-color: silver;
    border-radius: 5px;
    padding: 10px 5px;
    background: aliceblue;
    background: var(--back_1);
    text-align: center;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
}
.detail_link {
    text-decoration: none;
    color: black;
}
.blog_date_inner {
    font-size: 14px;
}
.h3_size {
    font-size: 18px;
    padding: 10px;
}
.blog_text_inner {
    padding: 10px 5px;
}
section {
    padding: 2rem 0 !important;
}
.section_hr_normal {
    border: #4d4d4d solid 1px;
    background-color: rgb(0, 255, 0);
    margin: 1rem 0;
}
.section_hr_dot {
    border: 1px dashed #4d4d4d;
    background-color: rgb(0, 255, 0);
    margin: 1rem 0;
}
.section_hr_double {
    border-top: 8px double rgb(39, 112, 10);
    height: 3px;
    background: skyblue;
    background-image: -webkit-linear-gradient(left, #caeaf7, #1eff00, #caeaf7);
    background-image: -moz-linear-gradient(left, #caeaf7, #1eff00, #caeaf7);
    background-image: -ms-linear-gradient(left, #caeaf7, #1eff00, #caeaf7);
    background-image: -o-linear-gradient(left, #caeaf7, #1eff00, #caeaf7);
}
.section_h2 {
	display: inline-block;
	font-size: 1.5rem;
	padding: 10px 20px;
	color: #ffffff;
	background: #1b8600;
	border-radius: 10px;
	margin: 2rem 0 1rem 0;
}
.section_h3 {
    display: inline-block;
    font-size: 1.3rem;
    padding: 10px 20px;
    color: #4d4d4d;
    background: linear-gradient(to bottom, #ccffb5, #deffd6);
    border-radius: 10px;
}
.section_text {
    padding: 1rem;
}
.section_btn {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(162, 255, 224);
    color: #4d4d4d;
    text-decoration: none;
    margin: 2rem 0;
    border-radius: 15px;
}
.section_btn:hover {
    border: solid 1px black;
}
/* moringa */
.moringa_section_image {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 15px;
    width: 90%;
}
.moringa_sec {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
}
.moringa_sec img {
    width: 40%;
    border-radius: 30px;
}
.moringa_section_text {
    width: 60%;
    margin-left: 2rem;
}
.com_link {
    text-align: end;
}
.red {
    color: red;
}
/* about */
.table_container {
    overflow-x: auto;
    width: 100%;
}
.about_table {
    width: 100%;
    border-collapse: collapse;
    border: #000000 solid 1px;
}
.about_table a {
    display: block;
}
.about_table_2 {
    width: 100%;
    border-collapse: collapse;
    border: #000000 solid 2px;
}
.about_table img{
	margin-top: 10px;
}
.about_table th {
    border: #000000 solid 1px;
    padding: 15px;
}
.about_table td {
    border: #000000 solid 1px;
    text-align: center;
    align-items: center;
    padding: 1rem;
}
.table_container2 {
    overflow-x: auto;
}
.about_table_2 tr th {
    border: #000000 solid 1px;
    padding: 15px;
}
.about_table_2 tr td {
    border: #000000 solid 1px;
    padding: 15px;
}
.about_td2_center {
    text-align: center;
}

.about_td2_left {
    text-align: left;
}
.about_link {
    text-decoration: none;
}
.about_text_left {
    text-align: left;
    display: inline-block;
}
.homepage_btn {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: orangered;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}
/* pear */
.nas_tbl {
    margin: 1.5rem 0;
    border-collapse: collapse;
    border: 1px solid #333;
    font-size: 15px;
}
.nas_tbl_red,
.nas_red {
    background-color: #fff9f4;
}
.nas_tbl_blue,
.nas_blue {
    background-color: #f2ffe5;
}
.nas_tbl th,
.nas_tbl td {
    border: 1px solid #333;
    padding: 0.3rem 0.5rem;
}

.nas_tbl th {
    background-color: black;
    color: silver;
}
/* satomi */
.she_flex {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
}
.she_flex_item {
    width: 48%;
    text-align: center;
}
.she_tbl {
    margin: 2rem 0;
    border-collapse: collapse;
    border: 1px solid #333333;
    font-size: 16px;
}
.she_tbl th,
.she_tbl td {
    padding: 7px 12px;
    border: 1px solid #333333;
}
.she_tbl th {
    width: 7rem;
    text-align-last: justify;
    background-color: ivory;
    color: black;
}
/* single */
.single_h1 {
    font-size: 1.5rem;
}
/* contact */
.contact_table_outer {
    width: 98%;
    margin: 1rem auto;
}
.contact_table {
    width: 100%;
    table-layout: fixed;
    border: #000000 solid 2px;
    border-collapse: collapse;
}
.contact_table td {
    display: block;
    border: #000000 solid 1px;
    padding: 10px;
    margin: -1px 0;
}
.contact_td_label {
    text-align: center;
    background: #b9fbff;
}
.contact_td_box {
    text-align: left;
}
.requiare {
    display: inline-block;
    padding: 3px 7px;
    background: red;
    color: white;
    border-radius: 5px;
    margin-left: 1rem;
    font-size: 12px;
}
.wpcf7-text {
    width: 100%;
    padding: 5px 0;
    border: none;
}
.wpcf7-textarea {
    width: 100%;
    border: none;
}
.wpcf7-select {
    width: 100%;
    border: none;
}
.wpcf7-submit {
    background: #d3ffb9;
	padding: 15px;
    border-radius: 10px !important;
    margin-top: 1rem !important;
}
.google-maps {
	position: relative;
	overflow-y: hidden;
	width: 100%;
	padding-top: 75%;
}
.google-maps iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + (150px * 2));
}
/**==================================================**/
/**=          画面サイズ600px以上の指定              **/
/**==================================================**/
@media screen and (min-width:600px) {
    /* main */
    .sec_inner {
        width: 80%;
    }
    /* blog */
    .blog_flex_item {
        width: 46%;
        margin: 1rem 1%;
    }
    .blog_flex_item2 {
        width: 46%;
        margin: 1rem 1%;
    }
    /* moringa */
    .moringa_section_image {
        width: 75%;
    }
    /* contact */
    .contact_table {
        width: 100%;
    }
}
/**==================================================**/
/**=          画面サイズ1024px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1280px) {
    /* footer */
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .footer-links {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1rem;
        padding: 0;
        margin: 0;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        position: relative;
    }

    .footer-links a:hover {
        text-decoration: underline;
    }

    /* main */
    .sec_inner {
        width: 960px;
    }

    /* blog */
    .blog_flex_item {
        width: 21%;
        margin: 1rem 1%;
        padding: 0.89%;

    }

    /* moringa */
    .moringa_section_image {
        width: 50%;
    }

    .contact_table td {
        display: table-cell;
    }

    .contact_td_label {
        width: 40%;
    }

    .contact_td_box {
        width: 60%;
    }
}