/*
Theme Name: kizunakai_theme
Author: lucKs
Author URI: 
Version: 1.0
*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}
html{ margin: 0; padding: 0; scroll-padding-top: 70px;}
body {
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "Hiragino Serif","Meiryo", sans-serif;
    font-size: 16px;
	font-weight:400;
    color:#222;
    line-height:175%;
    word-break: break-all;
    overflow-x: hidden;
}
div, p, ul, ul li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
img, video, object {
    max-width: 100%;
    height: auto;
    border: none;
}
img {
	display: block;
    width: 100%; height: auto;
	image-rendering: smoothe !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
}

a:link {color:blue; text-decoration: none; }
a:visited { color:blue;}
a[href^="tel:"] { text-decoration:none; pointer-events:none ; text-emphasis: none !important;}
a[href^="fax:"] { text-decoration:none; pointer-events:none ;}

.pc {display: inherit;}
.pctb {display: inherit;}
.tb {display: none;}
.tbsp {display: none;}
.sp {display: none;}

@media only screen and (min-width:768px){
    a:hover {color:red; text-decoration: underline; transition:0.3s; }
    a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
}
@media only screen and (max-width:768px){
    .pc {display:none;}
    .pctb {display:block;}
    .tb {display:block;}
    .tbsp {display: none;}
    .sp {display:none;}
}
@media only screen and (max-width:468px){
    .pc {display:none;}
    .pctb {display:none;}
    .tb {display:none;}
    .tbsp {display: block;}
    .sp {display:block;}
}


/* =========================================================================================
Layout
=========================================================================================*/
#wrapper {
    position:relative;
}
#container {
    padding-top: 80px;
}
article {
}
section {
}
.inner {
    margin: 0 auto;
    padding: 100px 0;
    width: 90%;
    max-width: 1200px;
    position:relative;
    box-sizing:border-box;
}
@media only screen and (max-width:768px){
    #container{ padding-top:70px;}
    .inner { padding: 80px 0;}
}
@media only screen and (max-width:468px){
    .inner { padding: 50px 0;}
}


/*=========================================================================================
Header
=========================================================================================*/
#header {
    position:fixed; top: 0; left: 0; z-index: 9999;
    width: 100%;
    transition: .3s;
    background: #fff;
}
#header .inner {
    display: flex; flex-wrap: wrap; justify-content:space-between; gap:20px;
    padding: 15px 0;
    width: 94%; max-width: 1200px;
}


/* Logo */
#header h1 { width: 260px;}
#header h1 a {
    display: block;
    padding-left:60px;
    height: 50px;
    background: url("images/logo_b.svg") no-repeat left center;
    background-size: auto 50px;
    box-sizing: border-box;
}
#header h1 span {
    display: block;
    text-indent: -9999px;
    width:195px; height:50px;
    background:url("images/logotxt_b.svg") no-repeat left center;
    background-size:100% auto;
}


/* Navigation */
#nav {}
#nav ul { display: flex; gap:30px;}
#nav ul li { position: relative;}
#nav ul li a {
    position: relative;
    display: block;
    color: #000;
    font-size:112.5%;
    text-align: center;
    text-decoration: none;
    line-height: 130%;
    box-sizing: border-box;
}
#nav ul li a span { display: block; line-height: 50px;}
#nav ul li a.b_search {
    display: block;
    width: 45px; height: 45px;
    text-indent: -9999px;
    background:url("images/common/icon_lang.svg") no-repeat center center;
    background-position: center center;
    background-size: 40px auto;
}
@media only screen and (min-width:767px){
    #nav ul li ul {
        display: block;
        position: absolute; top:50px; left:0;
        margin: auto;
        padding:20px 30px;
        width: 200px;
        border-left:3px solid #0F8240;
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
        background:#fff;
    }
    #nav ul li ul li { width: 100%;}
    #nav ul li ul li + li { border-top:1px solid #ddd;}
    #nav ul li ul li a {
        display: block;
        padding:15px 0;
        color: #000;
        font-size:100%;
        text-align: left;
        text-decoration: none;
        line-height: 130%;
        box-sizing: border-box;
    }
    #nav ul li ul { height:0; overflow: hidden; opacity: 0; transition: all 0.3s;}
    #nav ul li:hover ul { display: block; height: auto; opacity: 10; }
}
@media only screen and (min-width:768px){
    #header h1 a:hover { opacity: 0.7;}
    #nav ul li a:hover { color: #0F8240;}
    #nav ul li ul li a:hover { color: #0F8240;}
}
@media only screen and (max-width:768px){
    #header { padding:0;} 
    #header .inner { justify-content: flex-start; padding:10px 0 0; width: 100%; height: 70px;}
    #header h1 { position: relative; left: 20px;}
    #header h1 a { padding-left:40px; background-size: auto 30px;}
    #header h1 span { width:130px; background-size:130px auto;}
    .lang_btn {
        position:fixed; top:0; right:60px;
    }
    .lang_btn a {
        display: block;
        width: 50px; height:70px;
        text-indent: -9999px;
        background:url("images/common/icon_lang.svg") no-repeat center center;
        background-position: center center;
        background-size: 40px auto;
    }
    
    
    
    
    .nav_btn {
        display: block !important;
        cursor: pointer;
        position:fixed; top:0; right:0;
        width: 60px; height:70px;
        box-sizing: border-box;
        z-index: 999999999;
    }
    .nav_btn span {
        display: inline-block;
        position: absolute; left:0; right: 0; margin:auto;
        width:34px; height:3px;
        background:#333;
        transition: all .3s;
        border-radius: 4px;
    }
    .nav_btn span:nth-of-type(1) { top:17px;}
    .nav_btn span:nth-of-type(2) { top:28px;}
    .nav_btn span:nth-of-type(3) { top:40px;}
    .nav_btn small { position: absolute; bottom:0; width: 100%; font-size: 10px; text-align: center;}
    .nav_btn.active span:nth-of-type(1) { top:28px; transform:rotate(-45deg);}
    .nav_btn.active span:nth-of-type(2) { opacity: 0;}
    .nav_btn.active span:nth-of-type(3) { top:28px; transform:rotate(45deg);}
    #header #nav {
        display:none;
        position: absolute;  top:70px; right: 0;
        width: 100%; height: calc(100vh - 70px);
        overflow: auto;
        background:url("images/bg.jpg") repeat top center;
        border-top:1px solid #eee;
    }
    #nav ul { padding: 30px; flex-direction: column; gap:0; padding-bottom: 150px;}
    #nav ul li { position: relative; margin: auto; width:90%; border-bottom: 1px solid #ddd;}
    #nav ul li a { display: block; padding:10px 15px; text-align: left; text-decoration: none;}
    #nav ul li a::before { display: none;}    
    #nav ul li ul { padding:0; padding-bottom:0; background: #fff;}
    #nav ul li ul li:last-child { border-bottom: none;}
}


/* =========================================================================================
Footer
=========================================================================================*/
#footer { background:#F6F4EE;}
#footer .inner {
    display: flex; flex-wrap: wrap; justify-content: space-between;
    padding:70px 0;
    max-width: 850px;
}


/* Logo */
#footer .logo {
    width: 260px;
    padding: 0 0 0 60px;
    height: 50px;
    background: url("images/logo_b.svg") no-repeat left center;
    background-size: auto 50px;
}
#footer .logo span {
    display: block;
    text-indent: -9999px;
    width:195px; height:50px; aspect-ratio: 532 / 104;
    background:url("images/logotxt_b.svg") no-repeat left center;
    background-size:100% auto;
}


/* NAV */
#footer .nav { width: calc(100% - 350px);}
#footer .nav ul { 
    display: flex; flex-wrap: wrap; justify-content: space-between; gap:0 30px;
}
#footer .nav ul:nth-child(1) { margin-bottom: 40px;}
#footer .nav ul:nth-child(1) li {}
#footer .nav ul:nth-child(1) li p { position: relative; padding-left: 30px; }
#footer .nav ul:nth-child(1) li p::before {
    display: block; clear: both; content:"";
    position: absolute; top: 0; bottom: 0; left: 0;
    margin: auto;
    width: 15px; height: 1px;
    background: #222;
}
#footer .nav ul:nth-child(1) li a { color: #222; text-decoration: none;}
#footer .nav ul:nth-child(2) li a { color: #222; font-size: 87.5%; text-decoration: none;}
#footer .nav ul li ul { flex-direction: column; padding-left: 30px;}
#footer .nav ul li ul li { width: 100% !important;}


/* COPYRIGHT */
#footer .copyright { padding: 10px 0; font-size: 75%; text-align: center; color: #fff; background:#2E2E2E}

@media only screen and (min-width:768px){
}
@media only screen and (max-width:768px){
    #footer .logo { margin: 0 auto 40px; padding-left:50px; background-size: auto 40px;}
    #footer .logo span { width:160px; background-size:160px auto;}
    #footer .nav { width:100%;}
    #footer .nav ul:nth-child(1) { display: none;}
    #footer .nav ul:nth-child(2) { justify-content: center; gap:20px; margin: auto; width:auto; font-size: 87.5%;}
}
@media only screen and (max-width:468px){
}


/* =========================================================================================
Page Top
=========================================================================================*/
#page-top {
    position: fixed; right: 20px; bottom: 20px;
    z-index: 999;
}
#page-top a {
    display: block;
    width: 60px; height: 60px;
    text-indent: -9999px;
    background: #026937 url("images/common/icon_pagetop.svg") no-repeat center center;
    background-size: 40px auto;
    border-radius: 100px;
}
@media only screen and (min-width:768px){
    #page-top a:hover{opacity: 0.7;}
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    #page-top { right: 10px; bottom: 10px; }
    #page-top a { width: 50px; height: 50px; background-size: 35px auto; }
}


/* =========================================================================================
Post list
=========================================================================================*/
.post-list{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.post-list ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.post-list ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px 20px;
}
.post-list ul li .thumbnail{
    position: relative;
    border: 1px solid #000;
}
.post-list ul li .thumbnail img{
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%;
}
.post-list ul li .thumbnail .new{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: small;
    background: #000;
    padding: 2px 10px 0;
}
.post-list .title{
    font-size: 1.25em;
    font-weight:700;
}
.post-list .title a{
    color: #000;
}
.post-list .title a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.post-list ul li .date{
    width:100px;
}
.post-list ul li .cat{
    font-size: 0.9em;
    width:100px;
    height: auto;
    text-align: center;
    padding: 2px 5px 0;
    border: 1px solid #000;
}
.post-list ul li .tag{
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
    gap:10px;
}
.post-list ul li .tag .icon{
    font-size: 0.9em;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 0.25em 1.0em 0.2em;
    border: 1px solid #CCC;
    background: #CCC;
}


/* card */
.post-list.card ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
}
.post-list.card li{
    padding: 1.0em;
    width: calc( ( 100% - 60px ) / 3 );
    border: 1px solid #000;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width:768px){
    .post-list ul li .cat{ width:fit-content;}
    .post-list ul li .title{ width: 100% }
    /* card */
    .post-list.card li{ width: calc( ( 100% - 30px ) / 2 ); }
}
@media only screen and (max-width:468px){
    /* card */
    .post-list.card li{ width: 100%; }
}


/* =========================================================================================
Archive-Page
=========================================================================================*/
.archive .post-list{
    border-top:none;
    border-bottom:none;
    padding:0;
}


/*pagination*/
.pagination { display: block; margin:0 auto 0;}
.pagination .page-numbers { display: flex; justify-content: center; align-items: center; gap:10px; }
.pagination .page-numbers li { margin: 0; }
.pagination .page-numbers li:first-child{ flex-grow: 2; }
.pagination .page-numbers li:first-child span{float: right; }
.pagination .page-numbers li:first-child a{float: none; }
.pagination .page-numbers li:last-child{ flex-grow: 2; }
.pagination .page-numbers li:last-child a{float: right; }
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.pagination .page-numbers li .current {
    display: flex;  justify-content: center; align-items: center;
    width: 50px; height: 50px; line-height: 50px; border-radius: 50px;
    color: #000;
    background: #ccc;
}
.pagination .page-numbers li .current { color: #fff; background: #000;}
.pagination .page-numbers li .first,
.pagination .page-numbers li .prev,
.pagination .page-numbers li .next,
.pagination .page-numbers li .last {
    text-indent: -9999px;
    background-color:#fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 15px auto !important;
}
.pagination .page-numbers li .first { background-image:url(images/common/icon_first.svg);}
.pagination .page-numbers li .prev { background-image:url(images/common/icon_prev.svg);}
.pagination .page-numbers li .next { background-image:url(images/common/icon_next.svg);}
.pagination .page-numbers li .last { background-image:url(images/common/icon_last.svg);}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
    .pagination .page-numbers li .first,
    .pagination .page-numbers li .last { display: none;}
}


/* =========================================================================================
Single-Page
=========================================================================================*/
.single .single-navi { display: flex; flex-wrap: wrap; justify-content: center; gap:20px 0; padding-top: 100px;}
.single .single-navi a { color: #000; box-sizing: border-box;}
.single .single-navi a:hover { text-decoration: none;}
.single .single-navi .list-nav a {
    display: block;
    padding: 5px 20px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
}
.single .single-navi .prev-navi a,
.single .single-navi .next-navi a {
    display: block;
    padding: 5px 30px;
    color: #000;
    width: auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 15px;
}
.single .single-navi .prev-navi a {
    text-align: left;
    background-image: url(images/common/icon_prev.svg);
    background-position: left;
}
.single .single-navi .next-navi a {
    text-align: right;
    background-image: url(images/common/icon_next.svg);
    background-position: right;
}
@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
	.single .single-navi { padding-top:50px;}
    .single .single-navi a { font-size: 87.5%;}
    .single .single-navi div:nth-child(2) {display: none;}
    .single .single-navi .list-nav { width: 100%;}
    .single .single-navi .prev-navi,
    .single .single-navi .next-navi { width: 50%;}
    .single .single-navi .list-nav a,
    .single .single-navi .prev-navi a,
    .single .single-navi .next-navi a { padding: 5px 30px;}
}


/* =========================================================================================
 Header Title ( Single / Archive / Page )
=========================================================================================*/
.entry-header {
    font-size:225%;
    color: #222;
    background: url("images/bg.jpg") repeat center center;
}
.entry-header .sb_tit { 
    margin: auto; padding: 40px 0; width: 90%; max-width: 1000px;
    background: url("images/tit_bg4.png") no-repeat right center;
    background-size: 40% auto;
}
.entry-header .sb_tit span { display: block; font-weight: 400;}
.entry-header .sb_tit span:nth-child(1) { font-size: 36px; color: #0F8240;}
.entry-header .sb_tit span:nth-child(2) { font-size: 20px;}
@media only screen and (max-width:768px){
    .entry-header .sb_tit { padding: 40px 0;}
    .entry-header .sb_tit span:nth-child(1) { font-size: 26px;}
    .entry-header .sb_tit span:nth-child(2) { font-size: 16px;}
}
@media only screen and (max-width:468px){
    .entry-header .sb_tit { padding: 30px 0;}
    .entry-header .sb_tit span:nth-child(1) { font-size: 24px; letter-spacing:0;}
    .entry-header .sb_tit span:nth-child(2) { font-size: 16px;}
}


/* =========================================================================================
Breadcrumbs ( Single / Archive / Page )
=========================================================================================*/
.breadcrumbs {
    display: flex;
    margin: auto;
    padding: 20px 0;
    width: 90%; max-width: 1000px;
    font-size: 87.5%;
    border-bottom: 1px solid #dddd;
}
.breadcrumbs li + li::before { content:"-"; padding: 0 10px;}
.breadcrumbs li a { color: #000;}
@media only screen and (max-width:468px){
    .breadcrumbs {font-size:10px}
    .breadcrumbs li + li::before {padding: 0 5px;}
}


/* =========================================================================================
  Editer
=========================================================================================*/
.sb_content { display: flex; flex-direction: column; gap:0; max-width: 1000px;}


.wp-block-gallery { display: flex; flex-wrap: wrap;}
.wp-block-gallery .wp-block-image { width: calc(33.3% - 5.33px) !important;}
@media only screen and (max-width:468px){
	.wp-block-gallery .wp-block-image { width: calc(50% - 4px) !important;}
}



/*Hr*/
.wp-block-separator{
    height: 1px;
    border: none;
    background-color: #ddd;
    margin: 5vh 0;
}
.wp-block-separator.is-style-dots:before{
    font-size: 3.0em;
    letter-spacing: 1.0em;
    padding-left: 1.0em;
}


/*Midashi*/
h1.wp-block-heading {
    margin: 20px 0 20px;
    padding-bottom: 20px;
    font-size:200% !important;
	font-weight:700;
    color: #0F8240;
    border-bottom: 3px solid #0F8240;
}
h2.wp-block-heading {
    margin: 20px 0 20px;
    padding-bottom: 20px;
    font-size:200% !important;
	font-weight:700;
	color: #0F8240;
    border-bottom: 3px solid #0F8240;
}
h3.wp-block-heading {
    margin: 20px 0 20px;
    padding-left: 20px;
    font-size:125% !important;
	font-weight:700;
    color: #0F8240;
    border-left: 7px solid #0F8240;
}
h4.wp-block-heading {
    margin: 20px 0 20px;
    font-size: 125% !important;
	font-weight:700;
    color: #0F8240;
}
h5.wp-block-heading { font-size: 112.5% !important; font-weight:700;}
h6.wp-block-heading { font-size: 100% !important; font-weight:700;}
@media only screen and (max-width:468px){
	h2.wp-block-heading { font-size:125% !important;}
	h3.wp-block-heading { font-size:112.5% !important; padding-left: 10px; line-height: 100%; }
	h4.wp-block-heading { font-size:112.5% !important;}
}


/* Button */
.btn { margin-top: 100px; width: 100%;}
.btn p { margin: auto; max-width: 460px;}
.btn p a {
    display: block;
    padding: 15px;
    font-size: 125%;
    font-weight:400;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
a.wp-block-button__link{
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #0F8240;
    border-radius: 100px;
    box-sizing: border-box;
    transition : all 0.5s ease 0s;
}
@media only screen and (min-width:821px){
    a.wp-block-button__link:hover { opacity: 0.7;}
}

/*blockquote*/
blockquote{
    position:relative;
    padding: 20px;
    background:#f5f5f5;
}
blockquote cite {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    color: #808080;
    padding-right:20px;
}
@media only screen and (min-width:768px){
}
@media only screen and (max-width:768px){
    /*Midashi*/
    h1.wp-block-heading { font-size: 162.5% !important;}
    h2.wp-block-heading { font-size: 162.5% !important; }
    h3.wp-block-heading { font-size: 150% !important; }
    h4.wp-block-heading { font-size: 137% !important; }
    h5.wp-block-heading { font-size: 112.5% !important; }
    h6.wp-block-heading { font-size: 100% !important; }
}
@media only screen and (max-width:468px){
}
img.aligncenter { margin:10px auto !important;}
img.alignright { float:right; margin-left:40px;}
img.alignleft{ float:left; margin-right:40px;}
hr { clear:both; height: 1px; border: none; border-top: 1px #333 dotted; margin:40px 0;}
@media only screen and (max-width:500px){
	img.aligncenter,
	img.alignright,
	img.alignleft { float:none !important; margin:10px auto !important; width:100% !important;}
}


/* =========================================================================================
Original_item
=========================================================================================*/


/* Background */
.bg1 {
    margin: auto; max-width: 1400px;
    background: url("images/sb_bg1.png") no-repeat right 20%;
    background-size: 40.29% auto;
}


/* Indention */
.indention {
	clear:both;
	margin: 0 2%;
	height:40px;
	text-indent: -9999px;
}


/* Catch */
.catch {
    font-size:150%;
    font-weight:600;
	color: #000;
	line-height: 150%;
	/*text-align: center;*/
}
.catch2 {
    font-size:150%;
	line-height: 150%;
    font-weight:600;
	color: #82263C;
}
@media only screen and (max-width:468px){
    .catch { font-size:150%;}
}


/* Comment */
.come,
.comment { line-height:220%;}
.come2 { line-height:220%; text-align: center;}
.come_sine { text-align: right; font-size: 95%; line-height:180%;}
.come_gray { padding:3%; background: #f6f6f6;}
@media only screen and (max-width:468px){
    .come,
    .comment,
    .come2 { font-size:100%;}
}


/* Notes */
.notes { position: relative; padding-left: 20px; line-height: 150%;}
.notes::before { position: absolute; top:0; left: 0; content:"※";}


/* Link txt */
.link_txt { display: flex; justify-content: center; gap:20px;}
.link_txt p a {
    display: block;
    padding: 10px 30px 10px 10px;
	color: #222;
    text-align: center;
    border-bottom: 1px solid #000;
    background: url("images/common/arrow_b.png") no-repeat right center;
    background-size: 20px auto;
}
@media only screen and (min-width:768px){
    .link_txt p a:hover { color: #82263C; border-color: #82263C; text-decoration: none;}
}


/* Temp box */
.temp_box1 { display: flex; flex-wrap:wrap; gap:40px;}
.temp_box1 .photo { display: flex; flex-direction: column; gap:10px; width: 46%; text-align: center;}
.temp_box1 .photo img { width: 100%; height: auto;}
.temp_box1 .photo .caption {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
.temp_box1 .cont { 
    display: flex; flex-direction: column; gap:40px;
    width: calc(100% - 46% - 40px);
}
.temp_box1 .cont.full-width { width: 100%;}
.temp_box1.row-re { flex-direction: row-reverse;}
@media only screen and (max-width:768px){
    .temp_box1 { flex-direction: column;}
    .temp_box1 .photo,
    .temp_box1 .cont { width: 100%;}
}


/* Temp box */
.temp_box2 { overflow: hidden;}
.temp_box2 .photo.pic_r { float: right; width: 46%; margin-left: 40px; margin-bottom: 20px;}
.temp_box2 .photo.pic_l { float: left; width: 46%; margin-right: 40px; margin-bottom: 20px;}
.temp_box2 .photo img { width: 100%; height: auto;}
@media only screen and (max-width:468px){
    .temp_box2 { display: flex; flex-direction: column-reverse; gap:40px;}
    .temp_box2 .photo,
    .temp_box2 .come { float: none; width: 100% !important; margin: 0 !important;}
}


/* Gallery*/
.gallery { display: flex; flex-wrap: wrap; gap:20px;}
.gallery.col2 p { width : calc(100% / 2 - 10px) ; }
.gallery.col3 p { width : calc(100% / 3 - 13.33px) ; }
.gallery.col4 p { width : calc(100% / 4 - 15px) ; }
.gallery.col5 p { width : calc(100% / 5 - 16px) ; }
.gallery p.col2 { width : calc(100% / 2 - 10px) ; }
.gallery p.col3 { width : calc(100% / 3 - 13.33px) ; }
.gallery p.col4 { width : calc(100% / 4 - 15px) ; }
.gallery p.col5 { width : calc(100% / 5 - 16px) ; }
.gallery p img {
    width : 100%; height: auto;
	aspect-ratio: 6 / 4; 
	object-fit: cover;
}
.gallery .caption {
	display: block; font-size: 87.5%; text-align:center;
	font-family: "Noto Sans JP", sans-serif; font-weight:400; color: #555;
}
.gallery.col_max3 { flex-wrap: nowrap !important; justify-content: center;}
.gallery.col_max3 p {
    width: 33.333%;
}
.gallery.col_max3 p:only-child {
  width: auto;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery.col_max3:has(p:nth-child(2):last-child) p {
  width: 50%;
}
@media only screen and (max-width:468px){
    .gallery p,
    .gallery.col2 p,
    .gallery.col3 p,
    .gallery.col4 p,
	.gallery.col5 p { width : calc(100% / 2 - 10px) !important; }
    .gallery.col_max3 { flex-wrap: wrap !important;}
    .gallery.col_max3 p:only-child {
      width: auto !important;
      max-width:100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .gallery.col_max3 p { width : calc(100% / 2 - 10px) !important; }
}


/* Category tab */
.cate_tab { display: flex; margin: auto; width: 90%; max-width: 1000px; margin-top: 40px;}
.cate_tab p a {
	display: block;
	padding: 5px 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color: #82263C;
	border: 1px solid #82263C;
}
.cate_tab p.active a { color: #fff; background: #82263C;}
.cate_tab p + p a { border-left: 0;}


/* Table */
table.hyou {
	clear:both;
	border-collapse:collapse;
	border-top:1px solid #ddd;
}
table.hyou th,
table.hyou td {
	padding:15px 25px;
	border-bottom:1px solid #ddd;
}
table.hyou th { color:#727171; font-weight: 400; text-align:center; vertical-align: top; background: #FCFBF7;}
table.hyou td { background:#fff;}
@media only screen and (max-width:468px){
    table.hyou { width:100%; table-layout:auto;}
    table.hyou th,
    table.hyou td{
        table-layout:auto !important;
        display:block !important;
        padding:5% !important;
        width:100% !important;
        height:auto !important;
    }
    table.hyou th {  border-bottom:none; }    
}


/* Info list */
.info_list {}
.info_list ul {
    display:flex; flex-wrap: wrap; gap:0 20px;
    margin: auto; padding: 20px 0;
    width: 100%;
}
.info_list ul + ul { border-top: 1px solid #ddd;}
.info_list ul li:nth-child(1) { width: 80px;}
.info_list ul li:nth-child(2) { width: 100px;}
.info_list ul li:nth-child(3) { width: calc(100% - 180px - 40px); font-size: 112.5%;}
.info_list ul li.cate {
    font-size: 87.5%;
    text-align: center;
    background: rgba(0,0,0,0.10);
}
.info_list ul li a { color: #222; text-decoration:underline; }
.info_detail img { width:auto;}
@media only screen and (min-width:768px){
    .info_list ul li a:hover { color: #0F8240; text-decoration:none;}
}
@media only screen and (max-width:768px){
    .info_list ul li:nth-child(3) { width:100%;}
}
@media only screen and (max-width:468px){
    .info_list ul li:nth-child(3) { font-size:100%;}
}


/* Event list */
.event_list { display: flex; flex-direction: column;}
.event_list .box { margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd;}
.event_list .box a { display:block; color: #222; width:100%; text-decoration: none;}
.event_list .box .sbinner { display: flex; flex-wrap:wrap; gap:10px 40px; width:100%;}
.event_list .box .photo { width:30% !important;}
.event_list .box .photo img { width: 100%; height: auto; aspect-ratio: 6 / 4; object-fit:cover;}
.event_list .box .cont {
display:flex; flex-direction:column; gap:5px;
padding: 10px 0 0;
width: calc(100% - 30% - 40px) !important;
}
.event_list .box .mid {
position: relative;
padding-left: 25px;
font-size:112.5%;
color:#0F8240;
background:url("images/common/icon_event.svg") no-repeat left 8px;
background-size: 20px auto;
}
.event_list .box .come { margin-top:10px;}
@media only screen and (max-width:768px){
    .event_list .box { flex-direction: column;}
    .event_list .box .photo,
    .event_list .box .cont { width: 100% !important;}
}


/* Social list */
.social_list { display: flex; flex-direction: column; gap:80px;}
.social_list .box { display: flex; flex-wrap:wrap; gap:10px 40px;}
.social_list .box .photo { display: flex; flex-direction: column; gap:10px; width: 38%; text-align: center;}
.social_list .box .photo img { width: 100%; height: auto;}
.social_list .box .cont { 
    display: flex; flex-direction: column; gap:20px;
    padding: 20px 0;
    width: calc(100% - 38% - 40px);
}
.social_list .box .cont .tag span {
    padding: 2px 10px;
    color: #fff;
    background: #0F8240;
}
.social_list .box .cont .mid { position: relative; padding-left: 25px; font-size:150%;}
.social_list .box .cont .mid::before {
    position: absolute; top: 7px; left: 0;
    display: block; clear: both; content:"";
    width: 20px; height: 20px;
    background:url("images/tit_bg3.png") no-repeat;
    background-size: 100% auto;
    border-radius: 15px;
}
.social_list .box:nth-child(even) { flex-direction: row-reverse;}
@media only screen and (max-width:768px){
    .social_list .box { flex-direction: column;}
    .social_list .box .photo,
    .social_list .box .cont { width: 100%;}
}


/* FAQ list */
.faq_list { display: flex; flex-direction: column;}
.faq_list dl { display: flex; flex-direction: column; gap:15px; padding:40px 30px;}
.faq_list dl:nth-child(odd) { background:#FCFBF7;}
.faq_list dt,
.faq_list dd { position: relative; line-height: 1.5;}
.faq_list dt { 
    padding:5px 0 20px 50px;
    font-size:125%;
    font-weight:700;
    color: #0F8240;
    border-bottom: 1px solid #0F8240;
}
.faq_list dd { padding:10px 0 0 50px;}
.faq_list dt:before,
.faq_list dd:before {
    display: block; clear: both;
    position: absolute; left: 0; top:0;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1.5;
}
.faq_list dt:before { content:"Q"; top:-5px;}
.faq_list dd:before { content:"A"; opacity: 0.5;}
.faq_list dd a { text-decoration: underline;} 



/* =========================================================================================
Page(404)
=========================================================================================*/
.error404 .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 ;
}

.error404 .error-message{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.error404 .error-message p img {
    margin: 0 auto 80px;
    max-width: 250px;
}

@media only screen and (max-width:768px){
}
@media only screen and (max-width:468px){
}



/* =========================================================================================
Page(contact)
=========================================================================================*/
#contact { 
    margin: 20px auto;
    padding:7%;
    width: 100%;
    max-width: 1000px;
    background: url("images/bg.jpg");
}
#contact form {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
#contact label {font-weight:700;}
#contact input[type="tel"],
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	padding:0 10px;
    width: 100% !important;
    line-height: 50px;
	border:1px solid #EEE;
	background:#fff;
	box-sizing:border-box;
	border-radius:5px;
}
#contact textarea { width:100%; height:120px;}
#contact select { padding:5px 10px; border:1px solid #EEE; background:#FAFAFA;}
#contact input[type="file"] { display:block; padding:5px; background:#F6F6F6;}
#contact input:focus,
#contact textarea:focus {
    background:#FFEAEA;
}
#contact .wpcf7-form-control-wrap { width: 100% !important;}
#contact .b_btn,
#contact .b_back {
    display: block;
    margin: 40px auto 0;
    padding: 0 30px;
    width: 300px; height: 60px; line-height: 60px;
    font-family: "Shippori Mincho", "Hiragino Serif","Meiryo", sans-serif;
    font-size: 125%;
    font-weight:700;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: none;
    border-radius: 100px;
}
#contact .b_btn { background: #D54040;}
#contact .b_back { background: #777;}
#contact .b_btn:hover,
#contact .b_back:hover {
    opacity: 0.7;
    transition: 0.3s;
}
#contact .hissu {
    position: relative;
    display: inline-block;
    margin-left:10px;
    width: 50px; height: 20px; line-height: 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background:rgba(217,66,68,1.00);
    border-radius: 30px;
}
#contact dl { display: flex; flex-wrap: wrap;}
#contact dl + dl {border-top:none;}
#contact dt,
#contact dd { padding: 15px 10px;}
#contact dt { width: 250px; line-height: 50px;}
#contact dd { display: flex; flex-direction: column; gap:10px; width: calc(100% - 250px);}
#contact dd p { display: flex; gap:10px;}
#contact dt p { display: flex; align-items: center; justify-content: space-between;}
#contact dd .w20 { width: 100%; max-width: 200px;}
#contact dd .w30 { width: 100%; max-width: 300px;}
#contact dd .w100 { width: 100% !important; }
#contact .scroll_box {
    margin-top: 10px;
    padding: 30px;
    width: 100%;
    height: 250px;
    overflow: auto;
    background: #fff;
}
@media only screen and (max-width:768px){
    #contact dl { flex-direction: column;}
    #contact dl + dl {border-top:none;}
    #contact dt { width: 100%; padding:10px 10px 0;}
    #contact dd { width: 100%; padding:5px 10px 20px;}
    #contact dt span.hissu { margin-left: 10px;}
    #contact input[type="tel"],
    #contact input[type="text"],
    #contact input[type="email"],
    #contact textarea { width: 100%; }
	#contact .b_btn,
	#contact .b_back {
		padding: 0 10px;
		width: 200px; height: 50px; line-height: 50px;
		font-size: 125%;
	}
}
@media only screen and (max-width:468px){
}


/* =========================================================================================
Page(絆会とは)
=========================================================================================*/
.kizuna h2 { text-align: center;}
.kizuna h2 span { display: block; font-weight: 400; letter-spacing: 2px;}
.kizuna h2 span:nth-child(1) { font-size: 30px; color: #0F8240;}
.kizuna h2 span:nth-child(2) { font-size: 20px;}

.kizunakai { position: relative; background:url("images/bg.jpg") repeat center center;}
.kizunakai::before { 
    position: absolute; top: 0; right: 10%; z-index: 9;
    display: block; clear: both; content:"";
    margin: auto; width: 40%; max-width: 1000px;
    background: url("images/tit_bg.png") no-repeat right center;
    background-size: 40% auto;
    mix-blend-mode:multiply;
}
.kizunakai .inner { display: flex; flex-direction: column; gap:50px; max-width: 1000px;}
.kizunakai .box { /*overflow: hidden;*/}
.kizunakai .box::after { display: block; clear: both; content:"";}
.kizunakai .box .photo { float: right; width: 46%; margin-left: 20px;}
.kizunakai .box .photo img { width: 100%; height: auto;}
.kizunakai .box .come { font-size: 120%; line-height: 300%;}
@media only screen and (max-width:768px){
    .kizuna h2 span:nth-child(1) { font-size: 26px;}
    .kizuna h2 span:nth-child(2) { font-size: 16px;}
    .kizunakai .inner { gap:80px;}
    .kizunakai .box { display: flex;flex-direction: column; gap:40px;}
    .kizunakai .box .photo,
    .kizunakai .box .cont { float: none; margin: 0; width: 100%;}
}
@media only screen and (max-width:468px){
    .kizuna h2 span:nth-child(1) { font-size: 24px;}
    .kizuna h2 span:nth-child(2) { font-size: 16px;}
    .kizunakai .inner { gap:50px;}
    .kizunakai .box { display: flex; flex-direction: column-reverse;}
    .kizunakai .box .come { line-height:180%;}
}



.pickup2 .inner { display: flex; flex-direction: column; gap:200px; padding: 200px 0; max-width: 1200px;}
.pickup2 .box {
    display: flex; gap:40px;
    position: relative;
    padding: 80px 0 50px;
    width: 100%; height: auto;
    color: #222;
    text-decoration: none;
}
.pickup2 .box::before {
    display: block; clear: both; content:"";
    position: absolute; top: 0;
    background-size:100% auto !important;
}
.pickup2 .box.pick1::before {
    left: -150px;
    aspect-ratio: 268 / 228;
    width: 220px; height:auto;
    background:url("images/kazari_kaze_g.png") no-repeat;
}
.pickup2 .box.pick2::before {
    right: -100px;
    aspect-ratio: 224 / 214;
    width: 200px; height:auto;
    background:url("images/kazari_kawa_g.png") no-repeat;
}
.pickup2 .box.pick3::before {
    left: -150px;
    aspect-ratio: 379 / 309;
    width: 220px; height:auto;
    background:url("images/kazari_yama_g.png") no-repeat;
}
.pickup2 .box .photo {
    position: absolute; top: 0; right: 0;
    width: 60%; height:350px;
}
.pickup2 .box .photo img { width: 100%; height: 100%; object-fit: cover;}
.pickup2 .box .photo::before {
    position: absolute; top: 0; left: 0;
    display: block; clear: both; content:"";
    width:100%; height: 100%; 
    background-image: linear-gradient(90deg, #ffffff, transparent);
}
.pickup2 .box.pick2,
.pickup2 .box.pick2 a { flex-direction: row-reverse;}
.pickup2 .box.pick2 .photo { left: 0; right: inherit;}
.pickup2 .box.pick2 .photo::before {
    left: inherit; right: 0;
    background-image: linear-gradient(90deg, transparent, #ffffff);
}
.pickup2 .box .txt,
.pickup2 .box .cont { position: relative; z-index: 99;}
.pickup2 .box .txt {
    position:absolute; top:-80px;
    display: flex; align-items: center;
    margin-right: 50px;
    width: 100px;
    font-size: 36px;
    text-indent: -9999px;
    background-size:100% auto !important;
}
.pickup2 .box .txt span {
    text-indent: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 5px;
} 
.pickup2 .box.pick1 .txt {
    aspect-ratio: 140 / 320;
    background: url("images/txt_tanjyo.svg") no-repeat;
}
.pickup2 .box.pick2 .txt {
    aspect-ratio: 133 / 319;
    background: url("images/txt_mokuteki.svg") no-repeat;
}
.pickup2 .box.pick3 .txt { 
    aspect-ratio: 140 / 324;
    background: url("images/txt_enkaku.svg") no-repeat;
}
.pickup2 .box .cont {
    display: flex; flex-direction: column; gap:40px;
    padding-left: 200px;
    width:91%;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1),
                -1px 1px 0px rgba(255, 255, 255, 1),
                1px -1px 0px rgba(255, 255, 255, 1),
                -1px -1px 0px rgba(255, 255, 255, 1),
                2px 2px 1px rgba(255, 255, 255, 1),
                -2px 2px 1px rgba(255, 255, 255, 1),
                2px -2px 1px rgba(255, 255, 255, 1),
                -2px -2px 1px rgba(255, 255, 255, 1);

}
.pickup2 .box .cont .mid {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    color: #222;
    letter-spacing:10px;
}
.pickup2 .box .cont .come { font-size:112.5%; line-height: 220%;}
@media only screen and (max-width:868px){
    .pickup2 .box .txt { width: 80px; font-size: 36px;}
    .pickup2 .box .cont { width:calc(80% - 100px); padding-left:0;} 
    .pickup2 .box .cont .mid { font-size: 36px;}
}
@media only screen and (max-width:500px){
    .pickup2 .inner { padding: 50px 0; gap:100px;}
    .pickup2 .box { flex-direction: column !important; gap:20px;}
    .pickup2 .box.pick1::before,
    .pickup2 .box.pick2::before,
    .pickup2 .box.pick3::before { left:inherit; right: 0; width: 120px;}
    .pickup2 .box .txt { width: 50px !important; font-size: 26px;  top:20px; right:0 !important; margin: 0;}
    .pickup2 .box .cont { width:100% !important;} 
    .pickup2 .box .cont .mid { font-size: 26px;}
    .pickup2 .box .photo { position:static; width: 100%; height: auto;}
    .pickup2 .box .photo::before { display: none;}
}

.kizuna .kizunakai {
	background:url("images/kizuna_bg.jpg") no-repeat left top;
	background-size:100% auto;
}
.kizuna .kizunakai .inner { padding:200px 0 100px;}
.kizuna .kizunakai .photo { max-width:360px; opacity: 0.8; position: relative; right: -50px;}
.kizuna .kizunakai .mid { margin-bottom:30px; font-size:187.5%; line-height:150%;}

.kizuna .about { background: url("images/bg.jpg") repeat top center;}
.kizuna .about .inner,
.kizuna .reien .inner { display: flex; flex-direction: column; gap:60px;}
.kizuna .reien .reien_list { display: flex; gap:40px;}
.kizuna .reien .reien_list .box { display: flex; flex-direction: column; gap:20px;}

@media only screen and (max-width:468px){
	.kizuna .kizunakai { background-size:100% auto; background-position:center top;}
	.kizuna .kizunakai .inner { padding:100px 0 0; }
	.kizuna .kizunakai .photo { max-width:250px; text-align:center; margin:auto; position: static;}
	.kizuna .kizunakai .mid { margin-bottom:20px; font-size:137%; line-height:200%;}
	.kizuna .kizunakai .mid br { display:none;}
	.kizuna .kizunakai .come br { display:none;}


    .kizuna .about .inner,
    .kizuna .reien .inner { gap:50px;}
    .kizuna .reien .reien_list { flex-direction: column;}
}
