/*
Theme Name:æ ªå¼ä¼šç¤¾ãƒŸãƒ„ã‚«ãƒ«
Description: æ ªå¼ä¼šç¤¾ãƒŸãƒ„ã‚«ãƒ« theme for WordPress
Author: yuki izawa
Version:1.0
*/

html {
    font-size: 62.5% !important;
    box-sizing: border-box !important;
}


body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500!important;
    font-style: normal!important;
    line-height: 1 !important;
    background-color: unset !important;
    position: unset !important;
    color: #000 !important;
}

ul {
    list-style: none;
}

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

p {
    font-size: 1.8rem;
}

a {
    font-size: 1.8rem;
    color: #000!important;
    cursor: pointer;
}

footer {
    background-color: #000;
    color: #fff;
}

.footer_inner {
    max-width: 1300px;
    margin: auto;
    padding: 2rem 4rem;
}

.footer_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_list li {
    width:28%;
    margin-right: 4%;
}

.footer_list li:nth-child(2n) {
}

.footer_list li:last-child {
    width:20%;
    margin: 0;
    padding-top: 85px;
}

.footer_list li:last-child a{
    border: solid 1px #fff;
    width: auto;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}

.footer_list li h2 {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.footer_list li h2 a{
    margin: 0;
}

.footer_list li a {
    font-size: 1.4rem;
    display: block;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: #fff!important;
    text-decoration: none;
}

.footer_list li h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.footer_list li:nth-child(3) h3 {
    margin-top: 4rem;
}

.footer_list li:nth-child(4) h3 {
    margin-top: 4rem;
}

.footer_list li:nth-child(5) {
    width: 10%;
}

.footer_icon {
    margin-left: 1rem;
}

.footer_flex{
    display: flex;
    flex-direction: column;
}

.footer_flex a{
    width: 50%;
}

.footer_list li a.footer_link-small{
    font-size: 1rem;
    margin-top: -1rem;
}

.sns_box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 2rem;
}

.sns_box ul {
    display: flex;
    align-items: center;
}

.sns_box ul li:nth-child(2) {
    margin: 0 1rem;
}

.sns_box p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 2rem;
}

.copy_box{
    padding:25px 0 37px;
    background: #696969;
}

.copy_box_inner{
    max-width: 1300px;
    margin: 0 auto;
}

.copy_box img {
    width: 200px;
    margin-bottom: 10px;
    padding-left: 4rem;
}

.copy_box ul {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}

.copy_box ul li {
    color: #fff!important;
}

.copy_box ul li a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff!important;
}

#js-header.m_fixed {
	left: 0;
    right: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 100;
    padding: 1.5rem 0;
    border-bottom: 1px solid #c1c1c1;
    animation-name:fadeInAnime_header;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}

.pc_footer {
    display: block;
}

.sp_footer {
    display: none;
}


/* --------èª¿æ•´--------- */

@media screen and (width <= 1300px) {
.footer_list li h2 {
    font-size: 1.4rem;
}

.footer_list li h3 {
    font-size: 1.4rem;
}

.footer_list li a {
    font-size: 1.2rem;
}

}


/* --------ã‚¹ãƒžãƒ›å¯¾å¿œ--------- */
@media screen and (width <= 980px)   {
.pc_none {
    display: block!important;
}

.sp_none {
    display: none!important;
}

.accordion ul {
  list-style: none;
  margin:0;
  padding: 0;
}

label{
  cursor: pointer;
}

.toggle{
  display: none;
}

.toggle + ul{
  max-height: 0;
  overflow: hidden;
  transition: all .5s ease;
}

.toggle:checked + ul{
  max-height: 500px;
  transition: all 1s ease-in;
}

.toggle:checked + label::after {
	transform: rotate(-45deg) !important;
}

.pc_footer {
    display: none;
}

.sp_footer {
    display: block;
    background: #000;
}

footer {
    background-color:unset;
}

.sp_footer_inner {
    padding: 4rem 2rem 3rem;
}

.footer_logo {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    width: 70%;
}

.accordion label {
    font-size: 1.3rem;
    padding: 2rem 0;
    display: block;
    color: #fff;
    border-top: 2px solid #fff;
    position: relative;
}

.accordion label::after {
    content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.acc_no_list:nth-child(2) a {
    display: block;
    padding: 2rem 0;
    border-top: 2px solid #fff;
    font-size: 1.3rem;
}

.acc_no_list:nth-child(3) a {
    display: block;
    padding: 2rem 0;
    border-top: 2px solid #fff;
    font-size: 1.3rem;
}

.copy_box ul li a {
    display: block;
    font-size: 1.2rem;
}

.copy_box p {
    font-size: 1rem;
    margin-top: 1rem;
}

.accordion ul li a {
    font-size: 1.3rem;
    padding: 2rem 0;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.sns_link_img {
    border-top:unset!important;
    padding:unset!important;
    margin-left: 1rem;
} 

.copy_box{
    padding:15px 0 12px;
}

.copy_box img {
    width: 200px;
    margin:0;
    padding-left: 2rem;
}

.copy_box ul{
    display: block;
    padding:0 20px;
}

.copy_box ul li{
    margin-bottom: 20px;
}


.acc_no_list li:nth-child(1) {
    display: flex;
    align-items: center;
}

.acc_no_list li:nth-child(1) div:nth-of-type(2) {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.acc_no_list li:nth-child(1) div:nth-of-type(1) p {
    border-top: unset;
    font-size: 1.3rem;
    padding: 1rem 0;
}

.acc_no_list li:nth-child(1) {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}

.sp-footer-news{
    border: solid 1px #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.sp-footer-contact{
    border: solid 1px #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-bottom: 1px;
}

.acc_no_list li:nth-child(1) div:nth-of-type(2) img:nth-of-type(1) {
    width: 100%;
}

.acc_no_list li:nth-child(1) div:nth-of-type(2) img:nth-of-type(2) {
    width: 16%;
    margin: 0 1.5rem;
}

.acc_no_list li:nth-child(1) div:nth-of-type(2) img:nth-of-type(3) {
    width: 25%;
}

}