/*
Theme Name:kenkyo
 */

@charset "utf-8";

html, body {
    font-family: "Noto Sans JP";
    background-color: #fffff7;
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    color: #000;
}

@media (max-width: 1200px) {
body, text {
    font-size: 14px;
}
}

a {
    text-decoration: none;
    color: #000;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #000;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4 {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    display: block;
}

/* Common
-----------------------------------------------------*/
.contents_wrap {
    padding: 130px 0;
    overflow: hidden;
}
/* under 1200 */
@media (max-width: 1200px) {
.contents_wrap {
    padding: 100px 0;
}
}
/* under 800 */
@media (max-width: 800px) {
.contents_wrap {
    padding: 60px 0;
}
}

.contents_wrap2 {
    padding: 0 0 130px;
    overflow: hidden;
}
/* under 1200 */
@media (max-width: 1200px) {
.contents_wrap2 {
    padding: 0 0 100px;
}
}
/* under 800 */
@media (max-width: 800px) {
.contents_wrap2 {
    padding: 0 0 60px;
}
}

.contents_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*---------------------------------------------*/


/* header area
-----------------------------------------------------*/
.header_wrap {
    background-color: #b9ba9b;
    padding: 10px 0;
    overflow: hidden;
    position: fixed;
    z-index: 9400;
    top: 0;
    width: 100%;
}

.companyname a {
    display: block;
    color: #fff;
    float: left;
    margin: 0 0 0 50px;
    padding: 15px 0;
    font-size: 22px;
    letter-spacing: 3px;
}

@media (max-width: 1200px) {
.companyname a {
    margin: 0 0 0 15px;
    padding: 7px 0;
    font-size: 16px;
}
}

.header_right {
    float: right;
    margin: 0 100px 0 0;
}

.header_right_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.telfax_wrap {
    width: 240px;
}

.telfax {
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-indent: 3px;
    font-size: 20px;
}

.telfax a {
    color: #fff;
}

.telfax_bg {
    background-color: #fff;
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #6f7147;
    font-size: 16px;
    border-radius: 5px;
}

.header_button {
    margin: 0 10px;
    width: 200px;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.icon {
    width: 18px;
    margin-right: 7px;
}

.text {
    color: #61633a;
    line-height: 30px;
    display: inline-block;
}

.mainvisual {
    margin: 80px 0 0;
}

@media (max-width: 1200px) {
.mainvisual {
    margin: 58px 0 0;
}
}
/*---------------------------------------------*/


/* sp navi
-----------------------------------------------------*/
.gloval_menu {
    position: fixed;
    z-index: 9500;
    cursor: pointer;
    width: 80px;
    height: 60px;
    right: 20px;
    top: 12px;
}

@media (max-width: 1200px) {
.gloval_menu {
    width: 60px;
    height: 60px;
    right: 20px;
    top: 12px;
}
}

@media (max-width: 1200px) {
.gloval_menu {
    right: 0;
    top: 4px;
}
}

.menu_line {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 16px;
    position: absolute;
    transition: transform .5s;
    width: 60%;
}

@media (max-width: 1200px) {
.menu_line {
    left: 12px;
    width: 60%;
}
}

.menu_line_top {
    top: 28px;
}

@media (max-width: 1200px) {
.menu_line_top {
    top: 22px;
}
}

.menu_line_center {
    top: 38px;
}

@media (max-width: 1200px) {
.menu_line_center {
    top: 32px;
}
}

.menu_line_bottom {
    top: 48px;
}

@media (max-width: 1200px) {
.menu_line_bottom {
    top: 42px;
}
}

.menu_line_top.active {
    top: 48px;
    transform: rotate(45deg);
}

@media (max-width: 1200px) {
.menu_line_top.active {
    top: 32px;
}
}

.menu_line_center.active {
    top: 48px;
    transform: scaleX(0);
}

@media (max-width: 1200px) {
.menu_line_center.active {
    top: 32px;
}
}

.menu_line_bottom.active {
    top: 48px;
    transform: rotate(135deg);
}

@media (max-width: 1200px) {
.menu_line_bottom.active {
    top: 32px
}
}

.menu_text {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1200px) {
.menu_text {
    font-size: 12px;
}
}

.gloval_nav {
    background-color: #b9ba9b;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 9400;
}

.gloval_nav_wrap {
    height: 100%;
    width: 100%;
    margin: 200px 0 20px;
}

@media (max-width: 1200px) {
.gloval_nav_wrap {
    margin: 100px 0 20px;
}
}

.gloval_nav_menu li {
    margin: 30px 0;
}

.gloval_nav_menu a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.fade_in1 {
    animation: fade .4s ease-in-out .2s 1 normal forwards;
}
.fade_in2 {
    animation: fade .4s ease-in-out .3s 1 normal forwards;
}
.fade_in3 {
    animation: fade .4s ease-in-out .4s 1 normal forwards;
}
.fade_in4 {
    animation: fade .4s ease-in-out .5s 1 normal forwards;
}
.fade_in5 {
    animation: fade .4s ease-in-out .6s 1 normal forwards;
}
.fade_in6 {
    animation: fade .4s ease-in-out .7s 1 normal forwards;
}

.gloval_nav_menu li {
    opacity: 0;
}

.gloval_nav_menu li a:hover {
    letter-spacing: 4px;
}

.gloval_nav_menu li.show {
    transition-duration: .8s;
    opacity: 1;
}
/*---------------------------------------------*/


/* news area
-----------------------------------------------------*/
.news_inner {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 1000px;
}

@media (max-width: 1200px) {
.news_inner {
    margin: 0 auto 40px;
}
}

.news_list {
    border-top: 1px solid #61633a;
    padding: 20px 10px;
}

@media (max-width: 1200px) {
.news_list {
    padding: 12px 5px 5px 0;
}
}

.news_list:last-child {
    border-bottom: 1px solid #61633a;
}

.news_date {
    display: inline-block;
    color: #fff;
    background-color: #b9ba9b;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 0 5px;
    border-radius: 5px;
}

@media (max-width: 1200px) {
.news_date {
    font-size: 12px;
    padding: 2px 10px;
    margin: 0 0 5px;
}
}

.news_title a {
    color: #b69452;
}

.news_title a:hover {
    color: #796846;
}
/*---------------------------------------------*/


/* message area
-----------------------------------------------------*/
.message_bg {
    background-image: url(https://kkk-s.jp/image/message_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 100%;

}

.message_inner_wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 70px 0;
    background: linear-gradient(90deg, transparent 0%, transparent 85%, #fffff7 85%, #fffff7 100%);
}

@media (max-width: 1200px) {
.message_inner_wrap {
    padding: 7% 0;
    background: linear-gradient(90deg, transparent 0%, transparent 100%, #fffff7 100%, #fffff7 100%);
}
}

.message_inner {
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
.message_inner {
    display: block;
}
}

.message_text {
    width: 64%;
    color: #fff;
}

.message_photo {
    width: 30%;
}

@media (max-width: 1200px) {
.message_text {
    width: 100%;
    margin: 0 0 30px;
}

.message_photo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
}
/*---------------------------------------------*/


/* grid box
-----------------------------------------------------*/
.box_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 800px) {
.box_wrap {
    display: block;
}
}

.gridbox {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18vw;
}

@media (max-width: 800px) {
.gridbox {
    height: 40vw;
}


}

.box1, .box2, .box3 {
    background-size: cover;
    background-position: center center;
}

.box1 {background-image: url(https://kkk-s.jp/image/banner_kumiai.jpg);}
.box2 {background-image: url(https://kkk-s.jp/image/banner_allbanner.jpg);}
.box3 {background-image: url(https://kkk-s.jp/image/banner_menber.jpg);}

.grid_title {
    color: #fff;
    font-size: 17px;
}

@media (max-width: 1200px) {
.grid_title {
    font-size: 14px;
}
}

.arrow {
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 22px;
}

.box_wrap a:hover {
    letter-spacing: 4px;
}

@media (max-width: 1200px) {
.box_wrap a {
    margin: 0 0 30px;
    display: block;
}

.box_wrap a:last-child {
    margin: 0;
}
}
/*---------------------------------------------*/


/* access area
-----------------------------------------------------*/
.map {
    margin: 0 0 50px;
}

.tel_area {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 10px auto 30px;
    text-align: center;
}

.tel {
    width: 50%;
    float: left;
}

.fax {
    width: 50%;
    float: right;
}

.tel a, .fax a {
    color: #798742;
}

@media (max-width: 800px) {
.tel, .fax {
    width: 100%;
    float: none;
}
}

.tel_area a {
    font-weight: 700;
    font-size: 20px;
}

.goolglemap {
    margin: 0 0 50px;
}

.map_pin {
    display: block;
    width: 25px;
    margin: 0 auto;
}

.map_text {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
    font-size: 14px;
}

.mail-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    padding: 20px 0;
    background-color: #96986d;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

@media (max-width: 1200px) {
.mail-button {
    width: 280px;
    padding: 15px 0;
    font-size: 20px;
}
}

.mail-button:hover {
    background-color: #747651;
    color: #fff;
}

.mail-button i {
    font-size: 28px;
    margin: 3px 15px 0 0;
}

@media (max-width: 1200px) {
.mail-button i {
    font-size: 24px;
}
}
/*---------------------------------------------*/


/* footer area
-----------------------------------------------------*/
footer {
    background-color: #b9ba9b;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #545631;
}

.foot_menu_wrap {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 30px;
    overflow: hidden;
}

@media (max-width: 1200px) {
.foot_menu_wrap {
    max-width: 690px;
}
}

.foot_menu_wrap li a {
    display: block;
    float: left;
    margin: 0 15px;
}

@media (max-width: 1200px) {
.foot_menu_wrap li a {
    margin: 0 8px;
}
}

@media (max-width: 800px) {
.foot_menu_wrap li a {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
}
}

.copy {
    text-align: center;
    font-size: 12px;
    margin: 50px 0 0;
    color: #fff;
}

@media (max-width: 800px) {
.copy {
    text-align: left;
}
}

.pagetop {
    height: 70px;
    width: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #96986d;
    border: solid 2px #96986d;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 1200px) {
.pagetop {
    height: 60px;
    width: 60px;
    right: 20px;
    bottom: 20px;
}
}

.pagetop__arrow {
    display: block;
    height: 15px;
    width: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/*---------------------------------------------*/


/* banner page
-----------------------------------------------------*/
.banner_list_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

@media (max-width: 1200px) {
.banner_list_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
}
}

.banner_list_img {
    border: 1px solid #b7c0a0;
}

.banner_url a {
    display: block;
    text-align: center;
    background-color: #b9ba9b;
    border: 1px solid #b9ba9b;
    color: #fff;
    margin: 5px 0 0;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.banner_url a:hover {
    background-color: #dfe0d2;
    color: #747647;
}
/*---------------------------------------------*/


/* kumiai & menber page
-----------------------------------------------------*/
.green_list_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1200px) {
.green_list_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
}

.link-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #747736;
    color: #fff;
    text-decoration: none;
    padding: 30px 80px 30px 30px;
    border-radius: 5px;
    height: 100px;
    box-sizing: border-box;
    background-image: url(https://kkk-s.jp/image/icon_pdf.png);
    background-size: 40px;
    background-position: right 30px center;
    background-repeat: no-repeat;
}

.link-button .navy_list_title {
    flex-grow: 1;
    text-align: left;
}

.link-button:hover {
    background-color: #96986d;
    color: #fff;
}
/*---------------------------------------------*/


/* contact page
-----------------------------------------------------*/
#formWrap {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 1px;
}

input#formbutton {
    cursor: pointer;
    -webkit-appearance: none;
    width: 140px;
    padding: 15px 0;
    margin: 0 5px;
    background-color: #96986d;
    border: 1px solid #96986d;
    border-radius: 50px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    transition: .2s;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#formbutton:hover {
    background-color: #b9ba9b;
    border: 1px solid #b9ba9b;
    color: #fff;
}

.input_area {
    width:100%;
    background-color: #fff;
    border: none;
    height: 60px;
    padding: 10px 20px;
    margin: 5px 0 40px;
    -webkit-appearance: none;
    border-radius: 10px;
    border: 1px solid #b9ba9b;
}

.input_area2 {
    width:100%;
    background-color: #fff;
    border: none;
    padding: 20px 20px;
    -webkit-appearance: none;
    border-radius: 10px;
    border: 1px solid #b9ba9b;
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #96986d;
}

textarea:focus {
    outline: none;
    border: 1px solid #96986d;
}

::placeholder {
    letter-spacing: 2px;
    color: #4f483b;
    font-family: "Noto Sans JP";
}

.hissu {
    color: #cf4e0e;
    font-size: 14px;
}

.radio_area {
    margin: 4px 0 30px;
}

.radio_waku {
    cursor: pointer;
    display: inline-block;
    padding: 15px 25px 15px 15px;
    margin: 0 5px 5px 0;
    font-size: 90%;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.radio_waku:hover {
    background-color: #efefef;
}

.policy {
    margin-top: 50px;
}

.policy1 {
    margin-bottom: 10px;
    text-align: center;
}

.policy2 {
    font-size: 90%;
    text-align: center;
}

.error_messe {
    margin:5px 0;
    color:#d79555;
    font-weight: 600;
}

.contact_message {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 800px) {
#formWrap {
    padding-bottom: 0;
}

::placeholder {
    font-size: 14px;
}

.hissu {
    font-size: 13px;
}

.radio_waku {
    width: 100%;
    margin: 0 0 12px;
}

.policy {
    margin-top: 30px;
}

.policy2 {
    text-align: left;
}
}
/*---------------------------------------------*/


/* archive page
-----------------------------------------------------*/
.archive_pagenavi {
    margin: 70px 0 0;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #d7d8c0;
    border: solid 1px #d7d8c0;
    padding: 15px 22px;
    margin: 0 8px;
    white-space: nowrap;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration:none;
    display: inline-block;
}

.wp-pagenavi a:hover{
    color:#fff; 
    background-color:#96986d; 
    border-color:#96986d;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #96986d;
    border-color: #96986d;
    font-weight: bold;
}

@media (max-width: 800px) {
.archive_pagenavi {
    margin: 30px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 9px 15px 10px 16px;
    margin: 10px 4px 0!important;
}
}
/*---------------------------------------------*/


/* single page
-----------------------------------------------------*/
.single_title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 50px;
}

.single_pegenavi {
    overflow: hidden;
    margin: 100px 0 40px;
}

.pagenavi_prev {
    width: 50%;
    float: left;
}

.pagenavi_next {
    width: 50%;
    float: right;
}

.pagenavi_inner {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.navi_title_prev {
    flex: 1;
}

.navi_title_next {
    flex: 1;
    text-align: right;
}

@media (max-width: 800px) {
.single_title {
    font-size: 18px;
    margin: 0 0 30px;
}

.single_pegenavi {
    margin: 70px 0 40px;
}

.pagenavi_prev, .pagenavi_next {
    width: 100%;
    float: none;
}

.pagenavi_next {
    margin-top: 20px;
}
}


/* other
-----------------------------------------------------*/
.sawarabi {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.block_title_wrap {
    margin: 0 0 30px;
}

.block_title_en {
    font-size: 45px;
    color: #6e6f5d;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 65px;
    margin: -17px 0 0;
}

@media (max-width: 1200px) {
.block_title_en {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 50px;
    margin: -13px 0 0;
}
}

.block_title_ja {
    font-size: 13px;
    color: #6e6f5d;
}

span.smoothText {
    overflow: hidden;
    display: block;
}

span.smoothTextTrigger {
    transition: 1.4s ease-in-out;
    transform: translate3d(0,100%,0) skewY(12deg);
    transform-origin: left;
    display: block;
}
span.smoothTextTrigger.smoothTextAppear {
    transform: translate3d(0,0,0) skewY(0);
}

.btn {
    position: relative;
    overflow: hidden;
    width: 250px;
    text-decoration: none;
    display: inline-block;
    background-color: #96986d;
    padding: 20px 0;
    text-align: center;
    outline: none;
    transition: ease .2s;
    border-radius: 5px;
    letter-spacing: 3px;
    text-indent: 3px;
    font-size: 18px;
}

@media (max-width: 1200px) {
.btn {
    padding: 15px 0;
    font-size: 16px;
}
}

.btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.btn:hover span {
    color: #fff;
}

.bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #b9ba9b;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.center, .center2 {
    text-align: center;
}

@media (max-width: 800px) {
.center2 {
    text-align: left;
}
}

.bg_white {
    background-color: #fff;
}

.anc {
    padding-top: 130px;
    margin-top: -130px;
}

.insta_banner a {
    display: block;
    margin: 30px auto 0;
    width: 250px;
}

.insta_banner img {
    width: 250px;
    border-radius: 50px;
    display: block;
}
/*---------------------------------------------*/


/* under 1200
-----------------------------------------------------*/
@media (max-width: 1200px) {
.tablet {
    display: none;
}
}

/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
.pc {
    display: none;
}
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
    display: none;
}
}



