/* CSS Document */
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* -----共通項目----- */
html {
	font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #000;
    font-family:  游ゴシック,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3,  "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    max-width: 1600px;
    margin:  0 auto;
}
.uppercase {
    text-transform: uppercase;
}
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
ul {
    list-style-type: none;
}
.center {
    text-align: center;
}
.emphasis {
    font-weight:bold;
    color:#000;
}

.subtitle {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom:20px;
}
.subtitle_under {
    display: block;
    color: #ff6a7d;
    font-size: 1.2rem;
}
.subtitle_border {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #ccc;
}
.index_title {
	text-align:center;
	font-weight:bold;
    color: #ff6a7d;
    font-size: 2rem;
    margin-top:30px;
}
.branch_wrapper {
    width: 100%;
    max-width:900px;
    margin: 20px auto;
}
.branch_image {
    text-align: center;
}
.branch_image img {
    width: 80%;
    max-width: 650px;
    margin-bottom: 10px;
}
.branch_sentence {
    margin: 0 auto;
    
    font-size: 1.5rem;
}


/* ----- ヘッダー ----- */

.header_subtitle {
    color: #48E0C2;
    line-height: 1.2em;
    font-size: 1.2rem;
}
.sp_header {
    height: 80px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 6fr 1fr;
    background-color: rgba(255,255,255,0.9);
    align-items: center;
}
.sp_header img {
    width: 80%;
    
}
.sp_header_inner {
    display: flex;
    align-items: flex-end;
}
.insta_icon img {
    width: 28px;
    margin-bottom: 5px;
}
.pc_header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 8px 16px;
}
.pc_header_center {
    color: #444;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 1.6rem;
}
.pc_header_right {
    display: flex;
    justify-content: space-between;
    height: 100%;
    place-items: center;
}
.pc_header_right img {
    height: 100px;
}
.phr_text {
    margin-right: 20px;
    color: #666;
    font-size: 1.6rem;
}
.phc_tell {
    color: #ff6a7d;
    font-weight: bold;
    font-size: 1.8rem;
}

/* ----- ヘッダーイラストナビ ----- */
.phr_list {
    display: flex;
    justify-content: flex-end;
}
.phr_list img {
    max-width: 100px;
}
.phr_list a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.phr_item {
    margin-left: 10px;
}

/* -----ハンバーガーメニュー----- */
/*　ハンバーガーボタン　*/
.hamburger {
    z-index: 9999;
	display : block;
	position: fixed;
	right : 13px;
	top   : 28px;
	width : 42px;
	height: 36px;
	cursor: pointer;
	text-align: center;
    background-color: #ff6a7d;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 8px;
}
.hamburger span:nth-child(2) {
    top: 16px;
}
.hamburger span:nth-child(3) {
    top: 24px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #000;
    /* background: #fff; */
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    font-size: 1.6rem;
}
nav.globalMenuSp ul {
    background-color: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li:hover{
    background :#ddd;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 2em 0;
    text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.slide_padding {
	padding-top: 5px;
}


/* ----- SPアイコンナビ ----- */
.top_list {
    position: sticky;
    margin-top: calc(60% + 100px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 0 20px;
    text-align: center;
}
.top_list img {
    width: 100%;
}
.top_item a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.recruit_icon {
    text-align: center;
    margin-top: 20px;
}
.recruit_icon img {
    width: 90%;
}

.contents_wrapper {
    position: relative;
    width: 90%;
    margin: 0px auto;
    background-color: #fff;
}

/* ----- サービス一覧 ----- */
/* sp */
.block_wrapper_sp {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 8px;
    margin: 10px auto 0;
    margin-bottom:40px;
}
.service_block_sp {
    /* display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 4px;
    padding: 8px 4px; */
    padding: 6px 8px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px #ccc;
}

.service_block_flex_sp {
    display: grid;
    grid-template-columns: 1fr;
    margin: 20px auto;
}

.service_block_sp img {
    width: 100%;
}
.sb_title_sp {
    font-weight: bold;
    text-align:center;
    color: #ff6a7d;
    font-size: 1.8rem;
}
.sb_title_sp {
    padding: 0.2em;
    border-bottom: 1px solid #ff6a7d;
}
.sb_text_sp {
    font-size: 1.4rem;
}
/* pc */
.block_wrapper_pc {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 20px auto 0;
    margin-bottom:40px;
}
.block_wrapper_pc a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.service_block_pc {
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 4px 4px 4px #ccc;
    height: auto;
}
.service_block_flex {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 0 10px;
    margin: 20px auto;
}

.block_wrapper_pc img {
    width: 100%;
}
.sb_title_pc {
    padding: 0.2em;
    font-weight: bold;
    text-align:center;
    color: #ff6a7d;
    font-size: 2.0rem;
}
.sb_title_pc {
    border-bottom: 1px solid #ff6a7d;
}
.sb_text_pc {
    /* padding: 1em; */
    font-size: 1.8rem;
}


@media screen and (min-width: 920px) {
.service_block_pc {
    height: auto;
}
}


/* ----- バナー ----- */
.bn_wrapper {
    max-width: 1200px;
    margin:30px auto;
    text-align:center;
}

.bn_img01{
    width: 800px;
}

@media screen and (max-width: 599px) {
    .bn_img01 {
        width: 95%;
    }
}


/* ----- トップメッセージ ----- */
.top_message {
    max-width: 1000px;
    margin: 20px auto;
}
.tm_title {
    color: #6a3906;
    margin: 10px auto;
    font-weight:bold;
    font-size: 1.8rem;
}
.tm_text {
    font-size: 1.4rem;
}

/* ----- お知らせ ----- */
.news_list {
    max-width: 850px;
    height: 300px;
    margin: 10px auto 0;
    overflow-y: scroll;
}
.news_item {
    max-width: 800px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin-bottom: 8px;
    padding: 12px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 1px #ddd;
}
.news_item img {
    width: 100%;
}
.news_insta {
    z-index: 1000;
    position: absolute;
    top: 12px;
    right: 12px;
    /* top: 50%;
    transform: translate(0, -50%); */
}
.news_insta img {
    width: 30px;
}
.news_date {
    color: #ff6a7d;
    font-size: 1.6rem;
}
.news_title {
    line-height: 1.5;
    font-size: 1.6rem;
}
.news_detail {
    width: 60%;
    margin: 0.5em auto 0;
    text-align: center;
    background-color: #ff6a7d;
    color: #fff;
    font-size: 1.2rem;
}

/* ----- バナー ----- */
.banner {
    margin-bottom: 20px;
}
.banner img:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.schedule_emphasis {
    color: #ff9d26;
    font-weight: bold;
    font-size: 2rem;
}
.banner_schedule {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.6rem;
}
.banner_schedule img {
    width: 90%;
}
.recruit_emphasis {
    color: #e83399;
    font-weight: bold;
    font-size: 2rem;
}
/* ----- 祝い金バナー ----- */
.banner_recruit {
    text-align: center;
    font-size: 1.6rem;
}
.banner_recruit img {
    width: 90%;
}


/* ----- メニュー ----- */
.menu_wrapper {
    padding: 20px 10px;
    background-color: #E9FFEC;
}
.menu_title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 2rem;
}
.menu_grid a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.menu_button {
    width: 95%;
    display: grid;
    grid-template-columns: 2fr 5fr 1fr;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #afebb7;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #afebb7;
    align-items: center;
}
.menu_button img {
    width: 100%;
}
.menu_icon {
    padding: 16px;
}
.mb_title {
    margin-bottom: 8px;
    font-size: 2rem;
}
.mb_text {
    font-size: 1.2rem;
}
.menu_arrow {
    padding: 6px;
}



/* ----- 施設内装 ----- */
.gallery_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 10px;
    margin: 5px auto 0;
    text-align: center;
}
.gallery_grid img {
    width: 100%;
}
.gallery_grid img:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.gallery_index {
    margin-top: 0.25em;
    font-weight: 500;
    font-size: 1.4rem;
}


/* -----アコーディオン----- */
.accordion_area{
    list-style: none;
    width: 95%;
    max-width: 1200px;
    margin: 20px auto 0;
}
.accordion_area li{
    margin: 10px 0;
}
.accordion_area section {
	box-shadow: 3px 3px 3px #aaa;
    border: 1px solid #ddd;
}
/*アコーディオンタイトル*/
.accordion_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    padding: 12px 50px;
    transition: all .5s ease;
    color: #00A0E9;
    font-size: 2rem;
}
.accordion_title:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #000;
}

.accordion_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    transition: 0.2s;
}
.accordion_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
    transition: 0.2s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion_title.close::before{
	transform: rotate(225deg);
    transition: 0.2s;
}

.accordion_title.close::after{
	transform: rotate(-45deg);
    transition: 0.2s;
}

/*アコーディオンで現れるエリア*/
.accordion_box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:3%;
    font-size: 1.4rem;
}
.accordion_block {
    margin-bottom: 8px;
}
.detail_index {
    margin-bottom: 4px;
    padding: 0 0 4px;
    border-bottom: 1px solid #00A0E9;
    line-height: 24px;
    font-size: 1.6rem;
}
.accordion_text {
    font-size: 1.6rem;
}
.at_border {
    display: block;
    width: fit-content;
}
.at_border  {
    display: block;
    border-bottom: 1px solid #000;
}

/* -----FAQアコーディオン----- */
.faq_accordion_area {
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
}
.faq_accordion_area li{
    margin: 0 0 10px;
}
.faq_accordion_area section {
	box-shadow: 3px 3px 3px #aaa;
    border: 1px solid #ddd;
}
/*FAQアコーディオンタイトル*/
.faq_accordion_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1em;
    transition: all .5s ease;
    color: #00A0E9;
    font-size: 1.2rem;
}

/*FAQアコーディオンで現れるエリア*/
.faq_accordion_box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:1% 3% 3%;
}
.faq_accordion_text {
    padding: 0.5em;
    background-color: #fff6f6;
    /* background-color: #f6fcff; */
    font-size: 1.2rem;
}

/* ----- 地図 ----- */
.access_wrapper {
    margin: 30px auto;
    text-align: center;
}
.map {
    margin-top: 10px;
}
.access_title {
    margin-bottom: 0.5em;
    font-size: 2rem;
}
.access_list {
    list-style: square;
    padding: 10px 1em;
    text-align: left;
    font-size: 1.4rem;
}
.access_block {
    padding: 0.5em 0 0;
    text-align: left;
    font-size: 1.6rem;
}
.tel_emphasis {
    color: #ff6a7d;
    font-weight: bold;
    font-size: 1.4rem;
}

.map_grid {
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
}
.map_grid img {
    width: 100%; 
    max-width: 500px;
}
.map_left {
    text-align: center;
    color: #00A0E9;
    font-size: 1.2rem;
}
.map_left img {
    margin-bottom: 0.5em ;
}

/* ----- フッター ----- */
.footer {
    background-color: #eee;
}
.footer_block {
    padding: 20px;
}
.footer_name {
    font-size: 1.6rem;
}
.footer_text {
    font-size: 1.4rem;
}
.footer_nav {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    font-size: 1.2rem;
}
.copy {
    text-align: center;
}


/* ----- 形態別 ----- */
.space_block {
    height: 100px;
}

.branch_top_image {
    position: relative;
    text-align: center;
}
.branch_top_image img {
    z-index: 1000;
    width: 90%;
}
.branch_top_block {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #43D256;
    text-align: center;
    place-items: center;
}
.branch_main_title {
    font-weight: normal;
    font-size: 2.4rem;
}
.branch_about {
    position: relative;
    margin-top: 20px;
    padding: 1em;
    border: solid 2px #43D256;
    border-radius: 3px 0 3px 0;
    line-height: 1.8;
    font-size: 1.6rem;
}
.branch_about:before, .branch_about:after {
    content: '';
    position: absolute;
    width:12px;
    height: 12px;
    border: solid 2px #43D256;
    border-radius: 50%;
}
.branch_about:after {
    top:-10px;
    left:-10px;
}
.branch_about:before {
    bottom:-10px;
    right:-10px;
}

.branch_table {
    margin: 20px auto;
    font-size: 1.4rem;
}
.ht_th {
    width: 100px;
    padding: 6px;
    border: 1px solid #ddd;
    border-left: none;
    background-color: #E9FFEC;
}
.ht_td {
    padding: 6px;
    border: 1px solid #ddd;
    border-right: none;
}
.branch_schedule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    align-items: center;
    font-size: 1.4rem;
}
.branch_schedule img {
    width: 100%;
}
.bs_fs1 {
    font-size: 1rem;
}
.branch_title {
    font-size: 1.6rem;
}
.schedule_list {
    width: fit-content;
    margin: 0 auto;
}
.schedule_item {
    border-bottom:1px dotted #ccc;
}

.ls_025em {
    letter-spacing: 0.25em;
}
.ls_06em {
    letter-spacing: calc(2em / 3);
}
.ls_15em {
    letter-spacing: 1.5em;
}
.ls_4em {
    letter-spacing: 4em;
}


/* ----- 料金表 ----- */
.price_wrapper {
    width: 100%;
    margin: 30pt auto;
}

.price_table {
    width: 100%;
    margin: 10px auto;
    font-size: 1.7rem;
}
.price_table th, .price_table td {
    border: 1px solid #333;
    padding: 10px;
}
.price_table th {
    background-color: #eee;
    width: 45%;
}
.price_table td {
    text-align:center;
    padding-right:20px;
}
.annotation {
    width: 100%;
    margin: 10px auto;
    margin-bottom: 10px;
    font-size: 1.5rem;
}


/*24時間体制だからできること*/

.guide_24 {
    margin:0 auto 20px;
    width:90%;
    max-width:1100px;
}

.guide_24 h3 {
    font-size: 180%;
    /*文字サイズ*/
    color: #49A631;
    /*文字色*/
    line-height:1.6em;
    margin-bottom:10px;
}

.guide_24 h4 {
    clear: both;
    margin-bottom: 10px;
    /*下に空けるボックスの外側への余白*/
    text-align: center;
    /*文字を中央に*/
    font-size: 200%;
    /*文字サイズ*/
    border-radius: 50px;
    /*角丸のサイズ。この行を削除すれば通常の長方形になります。*/
    border: 1px solid #666;
    /*枠線の幅、線種、色*/
    padding: 10px;
    /*上下、左右へのボックス内の余白*/
}


@media screen and (max-width: 599px) {
.guide_24 {
    margin:0 auto 20px;
    width:100%;
    max-width:1100px;
}


	.guide_24 h4 {
	    font-size: 180%;
	    /*文字サイズ*/
	}
}

/* ----- お知らせ 個別 ----- */
.individual_news_wrapper {
    width: 97%;
    max-width: 1000px;
}

.individual_news_wrapper img{
    max-width: 100%;
}

.individual_news_title {
    margin-top: 1em;
    font-weight: bold;
    font-size: 2rem;
}
.individual_news_date {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.individual_news_text {
    font-size: 1.6rem;
}
.individual_index {
    font-weight: bold;
    font-size: 1.6rem;
}
.rules_list {
    list-style: disc;
    margin-bottom: 1em;
}
.rules_item {
    margin: 0.5em 0 0 1.5em;
}
.rules_emphasis {
    color: #fc7e00;
    font-weight: 500;
}
.food_list {
    width: fit-content;
    margin: 0.5em auto;
    padding: 0.5em;
    border: 1px dashed #dd0101;
}
.food_item {
    list-style: square;
    margin-left: 1em;
    font-weight: 500;
}


/* ----- 料金表ボタン ----- */
/* .charge_button {
    width: fit-content;
    margin: 0 auto;
    padding: 0.5em 1em;
    border: 1px solid #666;
    box-shadow: 3px 3px 3px #aaa;
    font-size: 2rem;
}
.charge_button_flex {
    display: flex;
    align-items: center;
}
.charge_button_flex img {
    width: 30px;
    margin-left: 0.5em;
} */
.charge_button {
    display: block;
    width: 220px;
    margin: 20px auto 30px;
    color: #ff9d26;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.4rem;
}
.charge_button a {
    display: block;
}
.charge_button:hover {
    color: #fff;
    background-color: #ff9d26;
    transition: 0.2s;
}
.charge_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
/* ジャンプボタン（別ver.） */
.charge_button_ano {
    width: 300px;
    border-radius: 0px;
}


/* ----- ショートステイ ----- */
.fit_content .ht_th {
    width: fit-content;
}
.or_emphasis {
    color: #ff9d26;
    font-weight: bold;
}

/* ----- デイサービス ----- */
.bs_pc {
    margin: 20px auto;
}
.flowchart {
    text-align: center;
}
.flowchart img {
    width: 80%;
}
.rec_title {
    color: #6ec495;
    font-weight: bold;
    font-size: 1.4rem;
}
.rec_list {
    width: fit-content;
    margin: 0.5em auto 1em;
}
.rec_item {
    border-bottom: 1px dotted #6ec495;
    line-height: 2rem;
    font-size: 1.2rem;
}


/* ----- 問合せページ ----- */
.inq_title {
    margin-bottom: 0.5em;
    text-align: center;
    color: #43D256;
    font-weight: bold;
    font-size: 2.4rem;
}

.inq_subtitle {
    z-index: 100;
    display: block;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;

    border-bottom: double 5px #FFC778;
}
.inq_subtitle2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}

/* ご利用までの流れ */
.at_ano {
    display: block;
    color: #43D256;
}
.application_wrapper {
    max-width: 1000px;
    margin: 0 auto 50px;
}
.application_grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    padding-top: 8px;
}
.ag_left {
    margin-top: 10px;
    background-image: url(../images/dotted.png);
    background-size: contain;
    background-repeat: repeat-y;
    text-align: center;
}
.ag_left img {
    width: 80%;
}
.ag_right {
    
}
.application_title {
    padding: 15px 0 10px 10px ;
    border-top: 1px dashed #ff6a7d;
    /* font-weight: bold; */
    font-size: 2rem;
}
.application_image {
    text-align: center;
}
.application_image img {
    width: 90%;
}
.application_block {
    padding: 0 0 12px;
}
.application_sentence {
    padding: 0 0 0 10px ;
    font-size: 14px;
}
.sb_pd {
    padding: 0;
}
.border_none {
    border: none;
}
.application_grid_period {
    padding: 0;
}
.agl_period {
    margin: 0;
}
.agl_period img {
    width: 30%;
}

/* サイトマップ */
.sitemap_title {
    font-size: 2.4rem;
}
.sitemap_list {
    width: fit-content;
    margin: 50px auto;
    font-size: 2rem;
}
.sitemap_item {
    margin-bottom: 8px;
    border-bottom: 1px dotted #000;
}
.sitemap_item a:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* 個人情報保護方針 */
.privacy_title {
    font-size: 2.4rem;
}
.privacy_sentence {
    margin: 2em 0 0 0;
    font-size: 1.4rem;
}
.privacy_list {
    margin: 1em 0 0 1em;
}
.privacy_item {
    margin-bottom: 0.5em;
}
.privacy_space {
    margin: 1em 0 0.5em 0;
}

/* スマホ用fixedボタン */
.fixed_nav {
    width: 100%;
    max-width: 1400px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
	transform: translateX(-50%) translateY(0);
}

/* ----- 施設案内 ----- */
.philosophy {
    font-size: 1.2rem;
}
.philosophy_emphasis {
    font-weight: bold;
    font-size: 1.2rem;
}
.floor_map {
    width: 80%;
    margin: 10px auto;
    display:grid;
    grid-template-columns: 1fr;
}
.floor_map img {
    width: 100%;
}
.floor_map_title {
    font-weight: bold;
    font-size: 1.6rem;
}
.overview_table {
	width: 100%;
    margin: 10px auto;
    font-size: 1.2rem;
}
.overview_table th, .overview_table td {
    border: 1px solid #333;
    padding: 4px;
}
.overview_table th {
    background-color: #eee;
    width:25%;
}

.deta_list {
    list-style-type: disc;
    margin: 10px 0 0 20px;
}
.deta_item {
    width: fit-content;
    position: relative;
    margin-bottom: 1em;
    font-size: 1.6rem;
}
.deta_item a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.border_hover {
    border-bottom: 1px solid #fff;
}
.border_hover:hover {
    border-bottom: 1px solid #666;
    transition: 0.2s;
}
.deta_item img {
    width: 30px;
}
.pdf_icon {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateX(0) translateY(-50%);
}

/* サービス紹介 */
.conditions_wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #ff9d26;
}
.conditions_title {
    position: absolute;
    top: -15px;
    left: 20px;
    font-weight:bold;
    color: #ff9d26;
    font-size: 2.0rem;
}
.ct_space {
    padding: 0.5em;
    background-color: #fff;
}
.conditions_sentence {
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom:10px;
}
.conditions_emphasis {
    color: #ff9d26;
    font-weight: bold;
}
.blocksp_add_margin {
    margin: 20px auto 40px;
}
.blockpc_add_margin {
    margin: 30px auto 80px;
}
.conditions_list {
    list-style-type: disc;
    margin-left: 1em;
}
.thanks_wrapper {
    margin: 20px auto;
    text-align: center;
}

.thanks_title {
    font-weight: bold;
    font-size: 2rem;
}
.thanks_sentence {
    margin-top: 20px;
    font-size: 1.4rem;
}


@media screen and (min-width: 600px) {
    .pc_hidden {
        display: none;
    }
    .subtitle {
        line-height: 1.5;
        font-weight: normal;
        font-size: 4rem;
    }
    .subtitle_under {
        font-size: 1.6rem;
    }
    .index_title {
        font-size: 3rem;
    }
    .branch_wrapper {
        margin: 40px auto;
    }
    .branch_image img {
        margin-bottom: 20px;
    }
    .branch_sentence {
        margin: 0 auto;
        font-size: 2rem;

    }

    /* ヘッダー */
    .header_subtitle {
        font-size: 1.6rem;
    }
    .title {
        font-size: 3.6rem;
    }

    .nav_item {
        margin: 20px 0;
        font-size: 2rem;
    }
    .phr_list {
        margin: 0 0 0 auto;
    }

    /* ----- ナビブロック ----- */
    .mainnav {
        z-index: 9000;
        width: 100%;
        max-width: 1400px;
        height: 150px;
        position: absolute;
        top: -150px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #fff;
    }
    .mainnav_list {
        max-width: 1400px;
        display: flex;
        margin: 0 auto;
    }
    .mainnav_item {
        width: 25%;
        background-color: #fef6f9;
        line-height: 50px;
        text-align: center;
        line-height: 1.5;
        font-size: 2rem;
    }
    .mainnav_selected {
        position: relative;
        background-color: #6a3906;
        color: #fff;
    }
    .mainnav_selected::after {
        content: "▼";
        color: #6a3906;
        font-size: 20px;
        position: absolute;
        bottom: -22px;
        left: 45%;
    }
    .mainnav_item:nth-child(n + 2) {
        border-left: 1px solid #ccc;
    }
    .mainnav_item a {
        display: block;
        padding: 15px 0;
    }
    .mainnav_eng {
        display: block;
        font-size: 1.4rem;
    }

    /* ----- トップメッセージ ----- */
    .top_message {
        width: 90%;
        display: grid;
        grid-template-columns: 9fr 4fr;
        grid-gap: 50px;
        margin: 60px auto;
        align-items: flex-end;
    }
    .tm_title {
        font-size: 2.8rem;
    }
    .tm_text {
        font-size: 2rem;
    }
    .tm_right img {
        width: 100%;
    }

    /* お知らせ */
    .contents_wrapper {
        margin: 50px auto 40px;
    }
    .news_list {
        height: 300px;
        margin: 20px auto 0;
    }
    .news_item {
        grid-template-columns: 1fr 6fr;
        grid-gap: 40px;
        margin: 0 auto 16px;
        padding: 12px ;
        font-size: 2rem;
    }
    .news_insta img {
        width: 40px;
    }
    .news_date {
        font-size: 2rem;
    }
    .news_title {
        font-size: 2.4rem;
    }
    .news_detail {
        width: 200px;
        margin: 1em 0 0 1em;
        font-size: 2rem;
    }
    /* バナー */
    .banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 100px auto;
    }
    .banner_schedule {
        margin: 0;
        font-size: 2.4rem;
    }
    .schedule_emphasis {
        font-size: 3rem;
    }
    .recruit_emphasis {
        font-size: 3rem;
    }
    .banner_recruit {
        font-size: 2.4rem;
    }
    .bs_pc {
        margin: 50px auto 100px;
    }
    .bs_pc a:hover {
        opacity: 0.8;
        transition: 0.2s;
    }

    /* メニュー */
    .menu_wrapper {
        padding: 40px 10px;
    }
    .menu_title {
        font-size: 3rem;
    }
    .menu_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 20px 0 0;
    }
    .mb_title {
        margin-bottom: 8px;
        font-size: 2.4rem;
    }
    .menu_icon {
        padding: 30px;
    }
    .mb_text {
        font-size: 2rem;
    }
    /* 地図 */
    .access_wrapper {
        margin: 60px auto;
    }
    .map {
        margin-top: 20px;
    }
    .access_title {
        font-size: 3rem;
    }
    .access_list {
        padding: 10px 0.5em;
        font-size: 2rem;
    }
    .access_block {
        padding: 1em 0 0;
        font-size: 2rem;
    }
    .pc_width90 {
        width: 90%;
        margin: 0 auto;
    }
    .tel_emphasis {
        font-size: 2rem;
    }

    .map_grid {
        width: 90%;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin: 20px auto 10px;
    }
    .map_left {
        font-size: 1.6rem;
    }

    /*  施設内装  */
    #tour {
        margin-top: -150px;
        padding-top: 150px ;
    }
    .interior_wrapper {
        width: 80%;
        max-width: 1000px;
        margin: 20px auto 40px;
    }
    .interior_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom: 16px;
    }
    .interior_grid img {
        width: 100%;
    }
    /* アコーディオン */
    .accordion_area {
        margin: 80px auto ;
    }
    .accordion_area section {
        box-shadow: 6px 6px 6px #aaa;
    }
    .accordion_title {
        padding: 40px 50px;
        font-size: 3rem;
    }
    .accordion_block {
        margin-bottom: 24px;
    }
    .detail_index {
        font-size: 2rem;
    }
    .accordion_text {
        font-size: 2rem;
    }

    /* フッター */
    .footer_block {
        padding: 60px 20px;
    }
    .footer_name {
        font-size: 2.4rem;
    }
    .footer_text {
        font-size: 2rem;
    }
    .footer_nav {
        width: 50%;
        font-size: 1.4rem;
    }

    /* デイサービス */
    .flow_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .flowchart img {
        width: 50%;
    }
    .rec_title {
        font-size: 2rem;
    }
    .rec_item {
        line-height: 2;
        font-size:2rem;
    }
    /* アコーディオン */
    .recruit_title {
        padding: 8px 8px 8px 80px;
    }
    .accordion_index {
        font-size: 2.4rem;
    } 
    .detail_index {
        font-size: 2rem;
    }
    .accordion_annotation {
        font-size: 1.6rem;
    }
    /*アイコンの＋と×*/
    .accordion_title::before,
    .accordion_title::after{
        width: 30px;
        height: 4px;
    }

    .accordion_title::before{
        top:48%;
        left: 30px;
    }
    .accordion_title::after{    
        top:48%;
        left: 30px;
    }

    /* -----FAQアコーディオン----- */
    .faq_accordion_area {
        margin: 0 auto 80px;
    }
    .faq_accordion_area li{
        margin: 0 0 12px;
    }
    /*FAQアコーディオンタイトル*/
    .faq_accordion_title {
        padding: 1em 0.5em 1em 1em;
        font-size: 2rem;
    }

    /*FAQアコーディオンで現れるエリア*/
    .faq_accordion_box {
        display: none;/*はじめは非表示*/
    }
    .faq_accordion_text {
        padding: 0.5em;
        font-size: 1.6rem;
    }

    /* サイトマップ */
    .sitemap_title {
        font-size: 3rem;
    }
    .sitemap_list {
        margin: 100px auto;
        font-size: 3rem;
    }
    .sitemap_item {
        margin-bottom: 16px;
    }
    /* 個人情報保護方針 */
    .privacy_title {
        font-size: 3rem;
    }
    .privacy_sentence {
        font-size: 2rem;
    }
    /* ----- 問合せページ ----- */
    .inq_title {
        margin-bottom: 0.5em;
        font-size: 3.6rem;
    }
    .inq_subtitle,.inq_subtitle2 {
        font-size: 3rem;
    }
    /* タイトル装飾 */
    .tour01 {
        z-index: -100;
        top: -30px;
        left: -80px;
        transform: rotate(-25deg);
    }
    .tour01 img {
        width: 100px;
    }

    .meal01 {
        top: -10px;
        left: -120px;
    }
    .meal01 img {
        width: 90px;
    }
    .meal02 {
        top: -10px;
        right: -120px;
    }
    .meal02 img {
        width: 90px;
    }

    .service01 {
        z-index: -100;
        top: -30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .service01 img {
        width: 500px;
    }




/* ----- 施設内装 ----- */
.gallery_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 10px;
    margin: 5px auto 0;
    text-align: center;
}
.gallery_grid img {
    width: 100%;
}
.gallery_grid img:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.gallery_index {
    margin-top: 0.25em;
    font-weight: 500;
    font-size: 1.4rem;
}


    /*  施設内装  */
    .gallery_grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px 10px;
        margin: 10px auto 0;
    }
    .gallery_grid img {
        width: 100%;
    }
    .gallery_index {
        font-size: 1.6rem;
    }





    /* ----- 施設案内 ----- */
    .philosophy {
        text-align: center;
        line-height: 2;
        font-size: 2rem;
    }
    .philosophy_emphasis {
        font-size: 2rem;
    }
    .floor_map {
    	width:60%;
    	display:grid;
    	grid-template-columns: 1fr 1fr;
        grid-gap: 80px;
        margin: 40px auto;
    }
    .floor_map_title {
        font-weight: bold;
        font-size: 3rem;
    }
    .overview_table {
        width: 600px;
        margin: 10px auto;
        font-size: 1.6rem;
    }
    .overview_table th, .overview_table td {
        padding: 8px;
    }
    .deta_list {
        margin: 10px 0 0 20px;
    }
    .deta_item {
        font-size: 2rem;
    }
    .deta_item img {
        width: 40px;
    }
    .pdf_icon {
        top: 50%;
        right: -50px;
        transform: translateX(0) translateY(-50%);
    }

    /* ----- ご利用までの流れ ----- */
    .application_grid {
        grid-template-columns: 1fr 7fr;
    }
    .ag_left img {
        width: 50%;
    }
    .application_image {
        margin: 20px 0;
    }
    .step_title {
        font-size: 30px;
    }
    .application_title{
        line-height: 38px;
        padding: 20px 0;
        font-size: 30px;
    }
    .reversal {
        line-height: 3rem;
        margin-right: 0.1em;
        padding: 3px;
    }
    .accordion_topick {
        font-size: 28px;
    }
    .step_number {
        line-height: 28px;
    }
    .another_at {
        font-size: 28px;
    }
    .another_sn {
        line-height: 28px;
    }
    .another_img {
        width: 30px;
        top: 50%;
        right: 16px;
    }
    .application_sentence {
        font-size: 20px;
    }
    .agl_period img {
        width: 30%;
    }
    /* fixedボタン */
    .fixed_button {
        right: 50px;
        bottom: 30px;
    }
    .fixed_button img {
        width: 100px;
    }

    /* 入居条件 */
    .conditions_wrapper {
        margin: 0 auto 60px;
        padding: 25px 30px 20px 30px;
    }
    .conditions_title {
        top: -20px;
        left: 20px;
        font-size: 2.4rem;
    }
    .conditions_sentence {
        font-size: 2rem;
        margin-bottom:10px;
    }
    .conditions_list {
        margin-left: 2em;
    }

    /* ----- 料金表ボタン ----- */
    /* .charge_button {
        padding: 0.5em 1em;
        font-size: 3rem;
    }
    .charge_button_flex img {
        width: 60px;
        margin-left: 0.5em;
    } */
    .button_flex {
        max-width: 700px;
        display: flex;
        margin: 0 auto;
    }
    /* ジャンプボタン */
    .charge_button {
        width: 310px;
        margin: 30px auto 50px;
        border-radius: 40px;
        box-shadow: 3px 3px 3px #dd871e;
        line-height: 50px;
        font-size: 2rem;
    }
    .charge_button_ano {
        width: 400px;
        padding: 0;
        border-radius: 0;
    }
    .charge_button_ano a {
        line-height: 66px;
    }


    /* ----- お知らせ 個別 ----- */
    .individual_news_wrapper {
        width: 90%;
    }
    .individual_news_title {
        font-size: 3.2rem;
    }
    .individual_news_date {
        font-size: 2rem;
    }
    .individual_news_text {
        font-size: 2rem;
    }
    .individual_index {
        font-size: 2rem;
    }
    .rules_list {
        margin-bottom: 2em;
    }
    .rules_item {
        margin: 1em 0 0 1.5em;
    }



/* ----- 料金表PC ----- */
.price_wrapper {
    width: 600px;

}
.price_table {
    width: 600px;
    font-size: 1.9rem;
}

.price_table th {
    background-color: #eee;
        width: 45%;
}
.price_table td {
    text-align:center;
    padding-right:20px;

}

.annotation {
    width: 100%;
    font-size: 1.8rem;
}
}

@media screen and (max-width: 599px) {
    .sp_hidden {
        display: none;
    }
    /* .access_list {
        max-width: 350px;
        margin: 0 auto;
    } */
    .access_wrapper {
        max-width: 350px;
    }
}
@media screen and (min-width: 800px) {
    .pc_hidden799 {
        display: none;
    }
}
@media screen and (max-width: 799px) {
    .sp_hidden800 {
        display: none;
    }


}

/* ----- 空室状況 ----- */
.kushitsu_wrapper {
    width: fit-content;
	width:680px;
	background-color: #feefd0;
    margin: 40px auto;
    padding:20px;
}


.kushitsu_txt {
	font-weight:bold;
    font-size:2rem;
    margin-left:25px;
}

.kushitsu {
	color:#191970;
}

.txt_mini {
    font-size:80%;
    
}

.txt_kushitsu_ttl {
    font-size:250%;
     margin-bottom:10px;
    
}

@media screen and (max-width: 599px) {
    .kushitsu_wrapper {
        width:90%;
        margin: 20px auto;
        padding:10px;
    }
    .kushitsu_txt {
    font-size:1.6rem;
    margin-left:25px;
	}

	.txt_kushitsu_ttl {
	    font-size:190%;
	    line-height:1.4em;
	    margin-bottom:10px;
	}

}


