@charset "Shift_JIS";

/*==============================================
共通 ここから
================================================*/
main#wrapper {
    margin: 0;
    padding: 0;
    max-width: none;
}
/* 変数上書き */
:root {
    --font-size-text: 2.1cqw;
}
#kaigo .pc_none {
    display: none;
}
#kaigo .smp_none {
    display: block;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
#kaigo 設定 STR
================================================*/
#kaigo * {
    box-sizing: border-box;
}

#kaigo img {
    width: 100%;
    height: auto;
    display: block;
}
#kaigo a {
    display: block;
}
/*==============================================
#kaigo 設定 END
================================================*/

/*==============================================
#kaigo 調節  STR
================================================*/
#kaigo section{
    padding:1.5em;
}
#kaigo .item-list{
    gap: .7em;
}
#kaigo .item-list.col_2 li {
    width: calc(96% / 2);
}
#kaigo .item-list.col_3 li {
    width: calc(96% / 3);
}
#kaigo .item-list.col_4 li {
    width: calc(95% / 4);
}
#kaigo .column-list li{
    padding:1em 2em;
}
#kaigo .item-list h5{
    font-size: .7em;
}
#kaigo .anchor_inner ul{
    grid-template-columns: repeat(4, 1fr);
}
#kaigo .anchor_inner ul li a{
    padding: .5em 0;
    font-size: .8em;
}
#kaigo .comparison-list table tr td {
    width: 180px;
    min-width: auto;
}
#kaigo .comparison-list table tr th{
    width: 110px;
    min-width: 110px;
}
#kaigo .item-list-box ul{
    gap: 1em;
}
#kaigo .item-list-box ul li a{
    display: flex;
    justify-content:  center;
    align-items: center;
    padding: 1em 0;
    gap: .5em;
}
#kaigo .comparison-anchor li a h4{
    font-size: 1em;
}
#kaigo .item-list-btn{
    padding: .3em 0;
}
#kaigo .btn-more{
    width: 70%;
}
/*==============================================
#kaigo 調節  END
================================================*/

/*==============================================
#kaigo ホバー  STR
================================================*/
#kaigo a:hover{
    opacity: .9;
}
#kaigo .item-list li a:hover{
    transform: translateY(-2px);
}
#kaigo a:hover .item-list-btn,
#kaigo .item-list-btn:hover,
#kaigo .anchor_inner ul li a:hover,
#kaigo .btn-more:hover{
    background: #67bf99;
    color: #fff !important;
}
#kaigo .column-list li .column-list-txt a:hover{
    color: #488eaa !important;
    text-decoration: none;
}
#kaigo .anchor_inner ul li a:hover,
#kaigo .comparison-anchor li a:hover{
    transform: translateY(2px);
    box-shadow: none;
}

/*==============================================
#kaigo ホバー  END
================================================*/

/*==============================================
#kaigo ライトナビ  STR
================================================*/
@media screen and (max-width: 1300px){
    #kaigo .nav_wrap {
        display: none !important; 
    }
}
#kaigo .cate_nav_fixed {
    display: none;
}

#kaigo .nav_wrap {
    position:fixed;
    z-index: 11;
	top:30%;
	right:0;
    width: 17em;
    height: 100vh;
    background: transparent;
    box-shadow:none;
}
#kaigo .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 11;
    width: 2030px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#kaigo .nav_wrap ul {
    padding:1em;
    background:#fbfaf3;
    border-radius: 1em;
    overflow: hidden;
    box-shadow:0 0 1em #e4d6c8;
}
#kaigo .nav_wrap ul li a {
    font-size: .8em;
    border-radius: .3em;
    overflow: hidden;
}
#kaigo .nav_wrap ul li a:hover {
    color: #fff !important;
    background:#89bcd2;
}
/*==============================================
#kaigo ライトナビ  END
================================================*/

/*==============================================
#kaigo TOPへ戻る  STR
================================================*/
@media screen and (min-width: 1300px){
    #kaigo .pagetop {
        display: none !important; 
    }
}
#kaigo .pagetop {
    position: fixed;
    bottom: 4.5em;
    right: 1em;
	z-index: 3;
}
#kaigo .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size:.8em;
	font-weight:lighter;
	background-color: #222222c7;
	border-radius: 80px;
	width:5em;
	height:5em;
    line-height: 1.3em;
    transition: 0.3s all;
}
#kaigo .pagetop a:hover{
    color: #fff !important;
    opacity: .8;
    transform: translateY(-2px);
}
/*==============================================
#kaigo TOPへ戻る  END
================================================*/

