@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 0px) and (max-width: 768px) {

.pc-no {
    display: inline;
}

.sp-no {
    display: none;
}
    
h1{
    margin: 0;
    font-size: 30px;
    line-height: 42px;
}

.anchor {
    padding-top: 0px;
    margin-top: 50px;
}
    
.title_section {
    margin: 70px auto 50px;
    width: 160px;
}
 
.l-header {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
}
    
.p-header__title{
    width: 60%;
    z-index: 50;
}
    
.p-header__hamburger {
    display: block;
}

.p-header__title a img{
    width: 100%;
    min-width: 280px;
    max-width: 400px;
}

.p-header__inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    max-width: 1200px;
    padding: 0;
    overflow: visible;
    background-color: #fff;
}
    
.c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    cursor: pointer;
    border: #fff;
    background-color: #fff;
}

.c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 28px;
    height: 2px;
    transform: translateX(-50%);
    background: #75C621;
    transition: all 0.4s;
    border-radius: 50px;
}

.c-hamburger span:nth-of-type(1) {
    top: -11px;
}

.c-hamburger span:nth-of-type(2) {
    top: -6px;
}


.c-hamburger span:nth-of-type(3) {
    top: -1px;
}

.c-hamburger .c-hamburger__text {
    display: block;
    top: 5px;
    padding: 0;
    background: transparent;
    color: #75c621;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
}


.c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
}


.c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
}
    
.p-header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
}

.p-header__nav {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: transparent;
    font-weight: 700;
    opacity: 0;
    transition: 0.6s;
}

.p-header__nav.is-active {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 0.6s;
    background-color: #fff;
}

.p-nav {
    padding-top: 16px;
    padding-bottom: 16px;
}

.p-nav__list {
    margin: 56px 0 0;
    display: block;
    width: 100%;
    padding-right: 20px;
    background: #fff;
}

.p-nav__link{
    width: 400%;
    padding: 10px 0 10px 25px;
    border-bottom: 0.1px solid #76c621;
    text-align: left;
    font-size: 18px;
}
    
.header_tel{
    display: none;
}

.member_link{
	margin: 250px auto;
    width: 210px;
    padding: 3px 0;
}

.member_bottun{
	display: flex;
	width: 100%;
	transition: all 0.5s 0s ease;
}

.member_bottun img{
	margin: 0 10px 0 0;
	width: 20px;
}

.member_bottun span{
	padding: 0 20px 0 0;
	color: #fff;
}

.ichiran-button{
    display: block;
    transition: all 0.3s;
    margin: 0px 0 50px;
    padding: 1px 0 0;
}
  
.ichiran-button:hover{
    opacity: 0.5;
}

ul.newsList {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 0;
}
    

/*****PAGES*****/
.page {
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;   
    background-color: #FFF;
/*    background-color: #FFFAE6;*/
}




/*****NEWS*****/

    
.news_container {
width: 100%;
padding: 0 20px;
}
    
.news_text a {
display: block;
margin-top: 10px;
text-overflow: ellipsis;
overflow: hidden;
}
    
.news_button {
    margin: 60px auto;
    display: block;
    color: #fff;
    font-size: 22px;
    width: 70%;
    background-color: #75C621;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
} 
    
.news_list li {
    display: block;
    padding: 15px 5px;
    border-bottom: 1px solid #C9C9C9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}
   
.news ul li a {
    color: #000;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    flex-grow: 1;
}
  
.category {
    display: inline-block;
    color: #fff;
    width: 85px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    border-radius: 50px;
}

.date_catrgory {
    display: block;
    width: 290px;
    justify-content: flex-start;
}
    
.news_text {
    display: block;
    margin: 5px 0 0 0px;
    width: 100%;
}
    
.member_icon {
    margin: 0px 78px 0 15px;
    font-size: 12px;
    color: #fff;
    background-color: red;
    padding: 3px 12px 4px;
    border-radius: 6px;
    right: 10px;
    z-index: 500;
    position: relative;
    border: 16px #fff;
    white-space: nowrap;
}
   
a[href^="tel:"]{
    color: #000;
    text-decoration: underline;
  }


.sticky {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    z-index: 500;
}

footer{
    width: 100%;
    margin: -65px 0 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

footer small {
    padding: 15px 0;
    line-height: 20px;
}

    
}