/*
Theme Name: kousotsu
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: kousotsu
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
	:where(html) {
		block-size: 100%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}

:where(body) {
	block-size: 100%;
	block-size: 100dvb;
	line-height: 2;
	font-family:'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size:16px;
    font-weight:400;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border-style: solid;
}

:where(a) {
	text-underline-offset: 0.2ex;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

:where(:focus-visible) {
	outline: 2px solid var(--focus-color, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Zen+Maru+Gothic:wght@400;500&display=swap');

.grecaptcha-badge { visibility: hidden; }


html
{
    background: white;
    color:#111;
    font-size: 1.11111vw;
    width: 100%;
}
a{
    color: #111;
    
}
.top-page a,header a,footer a{
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6{
    font-size:1em;
    font-weight: 400;
}



  


/*----------HEADER---------*/
/*----------HEADER---------*/


header{
    position: relative;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo img{
    width:7.25rem ;
    height:3.75rem;
    margin-left: 2.5rem;
}
header .menu-items{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .menu-items a{
    text-decoration: none;
}

header .menu-item{
    font-size: 0.875rem;
    padding:0 0.937rem ;
    height: 3rem;
    display: flex;
    align-items: center;
    transition: 0.1s;
} 
header .menu-item .sub-menu{
    display: none;
    background-color:rgba(255,192,203,0.8);
    width:90rem;
    position: absolute;
    top:5rem;
    left:0;
}
header .menu-item .sub-menu-inner{
    padding:2rem;
    display: flex;
    justify-content: center;
    align-items: start;
    gap:0.125rem;
}

header .menu-item .sub-menu-inner .left{
    background-color: white;
    padding:1.5rem;
    border-radius: 0.125rem;
}
header .menu-item .sub-menu-inner .left img{
    width: 15rem;
    height: 8.75rem;
    margin-bottom: 0.75rem;
}

header .menu-item .sub-menu-inner .right .sub-menu-item{
    background-color: white;
    margin-bottom: 0.125rem;
    padding:0.7rem 2.8rem 0.7rem 1.4rem;
    border-radius: 0.125rem;
}
header .menu-item .sub-menu .sub-menu-item{
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size:0.8125rem;
    width:15rem;
}
header .outline .sub-menu-inner .right .sub-menu-item{
    width:24rem;
}
header .menu-items .kihu{
    height: auto;
    border:solid 0.125rem #F27B86;
    border-radius: 4rem;
    padding:0.4375rem 1.625rem; 
    font-size:0.8125rem;
    margin-left: 0.937rem;
    margin-right: 1.875em;;
}
header .menu-item:hover{
    background-color: rgba(255,192,203,0.8);
}
header .menu-item .sub-menu .sub-menu-item:hover{
    background-color: #FFF3F5 ;
}
header .sub-menu-inner .left:hover{
    background-color:#FFF3F5 ;
}
header .menu-items .kihu:hover{
    background-color:#FFF3F5 ;
}


/*----------HERO---------*/
/*----------HERO---------*/


section.hero{
    height: 35rem;
    display:flex;
}
.herotxt{
    width:40rem;
}
.herotxt .herotxt-inner{
    width:28.125rem;
    margin: 0 auto;
}
.herotxt .title{
    font-family: 'GenJyuuGothic';
    font-size: 2.125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top:3.75rem;
    text-align: center;
}
.herotxt .title .color{
    color: #F27B86;
}
.herotxt .title2{
    font-family: 'GenJyuuGothic';
    font-size: 1.4375rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
    text-align: center;
    line-height:2.5625rem;
}
.tel{
    margin-top: 6.25rem;
    width:28.125rem;
    border: solid 0.0625rem #aaa; 
    border-radius:0.25rem ;
    padding: 0.6875rem 0;
}
.tel .telinner{
    display: flex;
    align-items: center;
}
.tel .tel-head{
    font-size:0.75rem ;
    padding:0 1.375rem;
    border-right:solid 0.0625rem #aaa;
    height: 3.75rem;
    display: flex;
    align-items: center;
}
.tel .tel-content{
    padding:0 2rem
}
.tel .tel-number{
    display: flex;
    align-items: center;
    font-size: 1.3125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.tel-number img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    margin-top: 0.125rem;
}
.tel .tel-reception{
    margin-top:0.375rem ;
    font-size:0.75rem;
    letter-spacing: 0.05em;
}
.soudan{
    margin-top:1.25rem;
    width:28.125rem;
    height: 4.25rem;
    background-color: #F27B86; 
    border-radius:10rem;
    padding: 0.6875rem 0;
    color:white;
    display: flex;
    align-items: center;
    padding-left: 6.875rem;
    position: relative;
}
.soudan img{
    width: 1.875rem;
    position: absolute;
    right: 1.75rem;
}
.heroimg{
    width:calc(100% - 40rem);
    height: 34.875rem;
    display: flex;
    gap:0.125rem;
    flex-wrap: wrap;
}
.heroimg-item{
    width:calc(50% - 0.125rem);
    height: 17.375rem;
}
.heroimg-item img{
    width:100%;
    height: 17.375rem;
    object-fit: cover;
}


/*----------お知らせ・イベント-----------*/
/*----------お知らせ・イベント-----------*/


section.news-event{
    margin: 5rem 6.25rem 0 6.25rem;
    display: flex;
}

.news-event-head{
    display: flex;
    align-items: center;
    font-weight: 500;
}
.news-event-head img{
    margin-right:1.25rem;
    width:1rem;
    height:1rem;
}
.news-event-content{
    margin-top: 2.5rem;
}
.news-item-top{
    display: flex;
    font-size: 0.75rem;
}
.news-item-top .genre{
    margin-left:1.25rem ;
}
.news-title{
margin-top: 0.625rem;
font-size:0.875rem;
text-decoration:underline;
margin-bottom: 1.25rem;
}
.top-page .news-event .news{
    width: 26.875rem;
    margin-right: 1rem;
}
.event-content{
    display: flex;

}
.event-item{
    width:24.5rem;
    height: 10rem;
    border: solid #aaa 0.0625rem;
    margin-right:0.625rem ;
    display: flex;
    position: relative;
    padding: 0.625rem;
}
.event-item .img img{
    width:10rem;
    height: 8.75rem;
    object-fit: cover;
}
.event-item .title{
    margin:0 1.25rem;
    width:11.4375rem;
    font-size:0.875rem;
    line-height:1.5rem;
}
.event-item .arrow{
    position: absolute;
    right:1.25rem ;
    bottom:1.25rem ;
    width: 1.25rem;
    height: 1.25rem;
}
.soudan:hover{
    background-color:#f4959e;
}

/*----------イントロダクション-----------*/
/*----------イントロダクション-----------*/


section.intro{
    display: flex;
    gap:8.125rem;
    justify-content: center;
    margin-top: 8rem;
}
.intro-img{
    width: 30rem;

}
.intro-img img{
    width: 30rem;
    height:18.125rem;
    margin-bottom: 0.125rem;
}

.intro-txt{
    width:31.875rem;
}
.policy-head{
    font-size:1.125rem ;
}
.policy{
    margin-top:1.25rem ;
    font-size:1.75rem ;
    line-height: 3rem;
}


.intro-content{
    margin-top:2.5rem;
    line-height:2.375rem;
}
.button{
    width:20rem;
    height: 3.625rem;
    border:solid #111 ;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.button span{
    margin-right: 1rem;
}
.button img{
    width:1.875rem;
    height: 1rem;
    display: flex;
    position:absolute;
    right: 1.75rem;
}
.intro-button{
margin-top: 5rem;
}
.button:hover{
background-color: #eee;
}

/*----------イントロダクション2-----------*/
/*----------イントロダクション2-----------*/


.intro2{
    display: flex;  
    margin-top: 8.75rem;
}
.intro2-item{
    border: solid #aaa 0.0625rem;
    width:33vw;
    height: 27.5rem;
    position: relative;
}
.intro2 .houmon{
border-width: 0.0625rem 0  0.0625rem 0;
}
.intro2-item .img{
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}
.intro2-item .img img{
    width:20rem;
    height: 13.125rem;

}
.intro2-item .title{
    margin-top: 1.5rem;
    font-size:1.25rem;
    font-weight: 500;
    text-align: center;
}
.intro2-item .exp{
    width: 15.625rem;
    margin-top: 1.25rem;
    margin: 1.25rem auto 0 auto;
    font-size: 0.9375rem;
    line-height:1.875rem ;
}
.intro2-item .arrow{
    position: absolute;
    bottom: -1rem;
    width:2rem;
    height: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background:white;
}


/*----------ブログ-----------*/
/*----------ブログ-----------*/


section.blog{
width:68.75rem ;
margin: 7.5rem auto 0 auto;
}
.blog .headline{
    font-size: 2.125rem;
    margin-bottom: 3.75rem;
    letter-spacing: 0.05em;
}

.blog-list .top,.blog-list .bottom{
    display: flex;
}
.blog-list .bottom{
    margin-top:3.75rem ;
}
.blog-list-item{
width:18.375rem;
margin-right: 7.125rem;
}
.latest{
    border:solid 0.0625rem #aaa;
    width:18.375rem;
    height:22.1875rem;
    font-size: 0.9375rem;
}
.latest .img img{
    width:18.375rem;
    height:13.75rem;
}
.latest .title{
    margin-top:1.5rem;
    line-height: 1.5rem;
    width:15rem;
    margin:1.5rem auto 0 auto;
}
.latest .date{
    width:15rem;
    margin: 0.75rem auto 0 auto;
}
.blog-list-item .head{
    border-bottom:solid 0.0625rem #aaa;
    display: flex;
    justify-content: space-between;
    padding: 1.875rem 0;
}
.blog-list-item .head img{
    width: 1.5rem;
    height: 1.5rem;
}


/*----------YOUTUBE-----------*/
/*----------YOUTUBE-----------*/


section.youtube{
    width:68.75rem ;
    margin: 7.5rem auto 0 auto;
}
.youtube .headline{
    font-size: 2.125rem;
    margin-bottom: 3.75rem;
    letter-spacing: 0.05em;
}
.youtube .content{
display: flex;
}
.youtube .youtube-play iframe{
    width:36.375rem;
    height: 20rem;
    margin-right: 0.25rem;
}
.youtube .youtube-link{
    display: flex;
    flex-wrap: wrap;
    gap:0.25rem;
}
.youtube .youtube-link .link-item img{
    width:15.875rem;
    height: 9.875rem;
}
.youtube .youtube-link .link-item img:hover{
    opacity: 0.8;
}

/*----------FOOTER-----------*/
/*----------FOOTER-----------*/


footer{
    margin-top: 15rem;
    background-color: #F7F5F2;
    padding-top: 4rem;
    z-index: -1;
    position: absolute;a
}
.contact-all{
    display: flex;
    justify-content: center;
    align-items: center;
    width:67.5rem;
    background-color: white;
    margin: 0 auto;
    padding:3.375rem 0;
}
.contact-all .left{
    width: 22rem;
    margin-right: 4rem;
}
.contact-all .left .head{
    font-size:1.5rem;
    line-height:2.625rem ;
}

.contact-all .left .exp{
    margin-top: 1.5rem;
    line-height: 2rem;
}
.contact-all .tel{
    margin: 0;
    width:30.5rem;
}
.contact-all .tel .tel-head{
    font-size:0.8125rem;
}
.contact-all .siryou-contact{
    margin-top: 1.25rem;
    display: flex;
    gap:1.25rem
}
.contact-all .right .shiryou-contact{
    width:14.625rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 0.0625rem #aaa;
    border-radius: 0.25rem;
    font-size:0.8125rem;
    padding-left:1.25rem
}
.contact-all .right .shiryou-contact img{
    position: absolute;
    left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.contact-all .right .soudan{
    width:30.5rem;
}
.contact-all .right .shiryou-contact:hover{
    background-color: #eee;
}
    



.footer-menu{
    padding-top:6.25rem;
    width:71.25rem;
    margin: 0 auto;
}
.footer-menu .top{
    display: flex;
    align-items: center;
}
.footer-menu .top .logo img{
    width:8.375rem;
    height:4.25rem;
    margin-right: 2.5rem;
}
.footer-menu .top .sns{
    display: flex;
    align-items: center;
    gap:0.625rem;
}
.footer-menu .top .sns img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.1875rem;
}
.teikei{
    margin-left: auto;
}
.teikei .head{
    font-size:0.9375rem;
    display: flex;
    align-items: center;
    gap:2.5rem;
    margin-bottom: 1rem;
}
.teikei .head .line{
    width:11.875rem;
    height: 0.0625rem;
    background-color: #aaa;
}
.teikei .content{
    display: flex;
    gap:0.625rem;
}
.teikei .content .item{
    background: white;
    width:17.375rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.teikei .content .item img{
    width:15rem;
    height: 3.5rem;
}
.footer-menu .bottom{
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}
.footer-menu .address{
    font-size: 0.875rem;
    width:18.75rem;
    margin-right: 11.25rem;
}
.footer-menu .address .item{
    margin-bottom: 1rem;
}
.footer-menu .bottom .menu{
}
.footer-menu .bottom .menu nav ul{
    display: flex;
    gap:6.25rem
}
.footer-menu .bottom .menu .menu-item{
    font-size:0.9375rem;
    margin-bottom: 1.5rem;
}
.footer-menu .bottom .menu .sub-menu-item{
    font-size:0.875rem;
    margin-bottom: 0.625rem;
    color:#777;
}
.sub-menu-last{
    margin-bottom: 1.5rem!important;
}
.copyright{
    text-align: center;
    margin-top: 5rem;
    font-size: 0.8125rem;
    color:#777;
    padding-bottom: 2.5rem;
}



/*----------スマホ-------------*/


.sp-nav{
    display: none;
    position: relative;
    background:#F27B86;
    cursor: pointer;
      width: 44px;
      height:44px;
    border-radius: 5px;
    right: 12px;
    position: absolute;
  }
  .sp-nav span{
      display: inline-block;
      transition: all .2s;
      position: absolute;
      left: 12px;
      height: 3px;
      border-radius: 2px;
    background: #fff;
      width: 20px;
    }
  .sp-nav span:nth-of-type(1) {
    top:14px; 
  }
  .sp-nav span:nth-of-type(2) {
    top:22px;
  }
  .sp-nav span:nth-of-type(3) {
    top:30px;
  }
  .sp-nav.active span:nth-of-type(1) {
      top: 16px;
      left: 16px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  .sp-nav.active span:nth-of-type(2) {
    opacity: 0;
}
  .sp-nav.active span:nth-of-type(3){
      top: 28px;
      left: 16px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
  .sp-nav-m{
    display: none;
  }


@media screen and (max-width:768px){
    #wpadminbar{
        display: none;
    }

    html{
        width: 100%;
        font-size:16px
    }
    body{
        font-size: 16px;
    }
    header .pc-nav{
        display:none;
    }
    header .sp-nav{
        display: block;
    }

    header{
        width: 100%;
        height: 64px;
        position: fixed;
        top:0;
        background-color: white;
        justify-content: center;
        z-index: 10;
    }
    header .logo img{
        height: 40px;
        width: 80px;
        object-fit: contain;
        margin: 0;
    }

/*----------hero-----------*/

    section.hero{
        margin-top: 64px;
        height: auto;
        flex-direction: column-reverse;
    }
    section.hero .heroimg{
        width: 100%;
        height: auto;
    }
    section.hero .heroimg-item{
        height: auto;
        width:calc(50% - 1px)

    }
    section.hero .heroimg img{
        width:100%;
        height: auto;
    }
    
    .herotxt .herotxt-inner{
        width: 100%;
    }
    .hero .herotxt {
        width:100%
    }
    .hero .herotxt .title{
        margin-top: 3.125rem;
        font-size: 1.5rem;
    }
    .hero .herotxt .title2{
        margin-top: 1.25rem;
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .tel{
        margin:3.125rem auto 0 auto;
        padding:1.25rem 0;
        width:calc(100% - 1.25rem);
        max-width:500px;
    }
    .tel .telinner{
        justify-content: center;
    }
    .tel .tel-head{
        height: 2.6875rem;
        font-size: 10px;
        padding:0 1.25rem;
    }
    .tel .tel-content{
        height: auto;
        padding:0 1.25rem;
        min-width:12.5rem;
    }
    .tel .tel-content .tel-number{
        font-size: 18px;
       
    }
    .tel .tel-content .tel-number img{
        width:1rem;
        height: 1rem;
        margin-right: 0.4rem;
    }
    .tel .tel-content .tel-reception{
        font-size: 10px;
    }
.soudan{
    margin: 1.25rem auto 0 auto;
    width:calc(100% - 1.25rem);
    max-width:500px;
    height: 3.125rem;
    font-size:14px;
    padding:0;
    justify-content: center;
}
.soudan img{
    width:1.25rem;
    right:1.25rem;
}


/*----------イベント・お知らせ-----------*/

section.news-event{
    width:calc(100% - 2.5rem);
    max-width:500px;
    margin: 80px auto 0 auto;
    display: block;
}
.news{
    width: 100%;
    margin-bottom: 5rem;
}
.event-content{
    display: block;
}
.event-item{
    width:100%;
    margin-bottom: 1rem;
    height: auto;
}
.event-item .img{
    width:8rem;
    height: 8rem;
}
.event-item .img img{
    width:8rem;
    height: 8rem;
}
.news-event-head {
    margin-bottom: 1rem;
}

/*----------イントロダクション-----------*/

    section.intro{
        width: 100%;
        max-width:500px;
        display: block;
        margin-right:auto;
        margin-left: auto;
    }
    .intro-img{
        width: 100%;
        
        gap:2px;
        margin-bottom: 5rem;
    }
    .intro-img img{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .intro-img1,.intro-img2{
        width:80%;
        max-width:400px;
        margin: 0 auto 2px auto;
    }
  
    .intro-txt{
        width: calc(100% - 2.5rem);
        max-width:400px;
        margin: 0 auto;
    }
    .policy-head{
        text-align: center;
    }
    .policy{
        font-size: 20px;
        text-align: center;
    }
    .intro-button{
        margin-right:auto ;
        margin-left: auto;
    }

/*----------イントロダクション２-----------*/

    .intro2{
        display: block;
    }
    .intro2-item{
        width: 100%;
        height: auto;
        margin-bottom: 2.5rem;
        padding-bottom:2.5rem
    }


/*----------ブログ-----------*/

    section.blog{
        width: calc(100% - 2.5rem);
    }
    .blog-list .top{
        display: block;
    }
    .blog-list .bottom{
        display: block;
    }
    .blog-list-item{
        margin: 0 auto;
    }


/*----------YOUTUBE-----------*/

    section.youtube{
        width: calc(100% - 2.5rem);
    }
    .youtube .content{
        display: block;
    }
    .youtube .youtube-play iframe{
        width:100%;
        height:200px;
        margin-bottom: 1.25rem;
    }
    .youtube .youtube-link{
        gap:2px;
    }
    .youtube .youtube-link a{
        width: calc(50% - 2px);
       
    }
    .youtube .youtube-link .link-item img{
        width: 100%;
        height: auto;
    }


/*----------FOOTER-----------*/

    footer{
        margin-top: 10rem;
        width: 100%;
    }
    .contact-all{
        width: calc(100% - 1.25rem);
        max-width:500px;
        display: block;
        padding:2.5rem 1.25rem 2.5rem 1.25rem;
    }
    .contact-all .left{
        width: 100%;
    }
    .contact-all .left .head{
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
    .contact-all .left .exp{
        font-size: 0.875rem;
        margin-bottom: 2.5rem;
    }
    .contact-all .tel{
        width:100%;
    }
    .contact-all .tel .tel-head{
        font-size: 10px;
    }
    .contact-all .siryou-contact{
        display: block;
        margin-top: 0.75rem;
        margin-bottom: 2.5rem;
    }
    .contact-all .right .shiryou-contact{
        width: 100%;
        margin-bottom: 0.75rem;
        height: 3rem;
    }
    .contact-all .right .soudan{
        width:100%;
    }
    .footer-menu .top .sns{
        margin-top: 1.25rem;
        margin-bottom: 2.5rem;
    }
    .teikei .head .line{
    display: none;
    }
    .teikei .content .item{
        margin-bottom: 0.35rem;
    }

    .footer-menu{
        padding-top: 5rem;
        width: calc(100% - 2.5rem);
        max-width:500px;
        display: block;
    }

    .footer-menu .top .logo img{
       margin: 0 auto;
    }
    .footer-menu .top .sns{
        justify-content: center;
    }
    .footer-menu .address{
        width: 100%;
        margin-bottom: 6rem;
    }
    .footer-menu .address .item{
        margin-bottom: 1.25rem;
    }
    .footer-menu .top{
        display: block;
    }
    .teikei .content .item{
        margin: 10px auto;
    }
    .teikei .head{
        margin-top: 5rem;
        justify-content: center;
    }
    .teikei .content{
        display: block;
        text-align: center;
    }
    .footer-menu .bottom{
        display: block;
    }
    .footer-menu .bottom .menu nav ul{
        display: none;
    }
    .footer-menu .bottom .menu .menu-item{
        margin-top: 40px;
    }
    .headline{
        text-align: center;
    }



.sp-nav-m{
    width: 100%;
    position: fixed;
    height: auto;
    overflow: auto;
    z-index: 10;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding-bottom: 10rem;
    display: none;
}
.sp-nav-m .sp-menu-items .sp-menu-item .inner{
    display: flex;
    align-items: center;
    padding:1.625rem;
    border-top: 1px solid #aaa;  
}
.sp-nav-m .sp-sub-menu{
    display: none;
}
.sp-nav-m .sp-menu-items .sp-menu-item .inner img{
    width:1rem;
    height: 1rem;
    margin-right: 1.25rem;
}
.sp-nav-m .sp-sub-menu-inner{
    background-color:#FFF3F5 ;
}
.sp-nav-m .sp-sub-menu-inner{
    padding: 2rem 2.25rem 1rem 2.25rem;
}
.sp-nav-m .sub-menu-item{
    font-size:0.875rem;
    margin-bottom: 1.5rem;
}
.sp-kihu{
    border-bottom: 1px solid #aaa;
}
.sp-nav-m .soudan{
    margin-top: 2.5rem;
}


body.no_scroll{
    overflow: hidden;
 }

  }