@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    visibility: hidden;
}
html.preload {
    overflow: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #222;
    letter-spacing: 0.02em;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
.sml01 {
    font-size: 16px;
    line-height: 160%;
}
.sml02 {
    font-size: 15px;
    line-height: 150%;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
a {
    color: #222;
	text-decoration: none;
    transition: all 0.2s ease;
}
a img {
	border: none;
}
img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
@media screen and (min-width: 1000px){ 
a.link_pic:hover {
    opacity: 0.85;
}
}
.no_link {
    pointer-events: none;
}
.underline {
    text-decoration: underline;
}
.black {
    color: #222;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #64b414;
}
.clr_sub {
    color:#fa8796;
}
.bg_wt {
    background-color: #fff;
}
.clear {
    opacity: 0;
}
.no_link {
    pointer-events: none;
}
@media (hover: hover) and (pointer: fine){
.no_tel_link {
    pointer-events: none;
}
}


/* 小技 */
.usa {
    text-indent: -1em;
    padding-left: 1em;
}
.label_tag {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    background-color: #64b414;
    padding: 1px 3px 2px;
    margin-right: 7px;
}


/* ulolまわり */
ul.rectangle_bkclr {
    list-style: url(../img/ul_rectangle_bkclr.svg);
    padding-left: 18px;
}
ul.rectangle_mainclr {
    list-style: url(../img/ul_rectangle_mainclr.svg);
    padding-left: 18px;
}
ul.rectangle_subclr {
    list-style: url(../img/ul_rectangle_subclr.svg);
    padding-left: 18px;
}
ul.circle_mainclr  {
    list-style: url(../img/ul_circle_mainclr.svg);
    padding-left: 40px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul_donuts_mainclr.svg);
    padding-left: 25px;
}
ul.dot_bkclr {
    list-style: url(../img/ul_dot_bkclr.svg);
    padding-left: 15px;
    text-indent: -3px;
}
ul.checkbox_mainclr {
    list-style: url(../img/ul_checkbox_mainclr.svg);
    padding-left: 25px;
}
ul.ul_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline00 {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 1000px){
ul.ul_inline {
    gap: 0 40px;
}
}
ul.ul_inline02 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
ul.ul_inline03 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 50px;
}
/* iosのための新しいol */
ol.num {
    list-style: none; /* デフォルトのリストスタイルを消す */
    counter-reset: list-counter; /* カウンターをリセット */
}
ol.num li {
    counter-increment: list-counter; /* カウンターを増やす */
    position: relative;
    padding-left: 25px; /* 番号の分だけ余白を確保 */
}
ol.num li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 4px; /* 番号を左端に固定 */
}

li {
    margin-bottom: 5px;
}
ul.slim li, 
ol.slim li, 
li.slim {
    margin-bottom: 0;
}
ul.wide li, 
ol.wide li, 
li.wide {
    margin-bottom: 10px;
}
ul.wide02 li, 
ol.wide02 li, 
li.wide02 {
    margin-bottom: 15px;
}
ul.ul_inline li, 
ul.ul_inline02 li {
    text-align: left;
    margin-bottom: 0;
}
ul.ul_palt li {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
li:last-of-type, 
ul.wide02 li:last-of-type, 
ol.wide02 li:last-of-type {
    margin-bottom: 0;
}


/* マーカー */
.marker {
    background: linear-gradient(transparent 70%, #ffff00aa 70%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #cdefba 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #D9DEFF 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker.on, 
.marker_mainclr.on, 
.marker_subclr.on {
    background-size: 100% 100%;
}



.container {
	width: 100%;
	margin: 0 auto;
}


/* SPヘッダー */
.SP_header {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: solid 5px #64b414;
    z-index: 100;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.SP_header_in {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.SP_top_logobox{
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.SP_top_logobox a img {
    height: 45px;
    object-fit: contain;
}
.SP_top_box_sns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.SP_top_box_sns a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tbt_sns_icon:first-of-type {
    margin-right: 15px;
}
.tbt_sns_icon img {
    width: 30px;
}
@media screen and (min-width: 600px){
.tbt_sns_icon:first-of-type {
    margin-right: 20px;
}
.tbt_sns_icon img {
    width: 35px;
}
}
/* PAD・PCヘッダー */
@media screen and (min-width: 768px){
.PC_header  {
    width: 100%;
    background-color: #fff;
    border-bottom: solid 5px #64b414;
    z-index: 1000;
    box-shadow: (0 0 5px rgba(0,0,0,0.3));
}
.PC_header_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.PC_header_in {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}
.top_logobox {
    display: flex;
    align-items: center;
}
.top_logobox img {
    width: auto;
    height: 50px;
}

.top_box {
    height: 80px;
    padding: 12px 0 8px;
}
.top_box p {
    line-height: 100%;
	text-align: right;
}
p.tb_ad {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
p.tb_ad:after  {
    border-top: solid 1px #222;
    margin-left: 7px;
    content: "";
    flex-grow: 1;
}
.top_box_tel {
    display: flex;
    align-items: center;
}
.tbt_sns_icon {
    margin-left: 15px;
}
.tbt_sns_icon img {
    width: 24px;
}
a.tbt_tel {
	font-size: 30px;
    line-height: 100%;
	font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #fa8796;
    pointer-events: none;
    letter-spacing: 0.01em;
}
a.tbt_tel i {
	font-size: 22px;
	margin-right: 5px;
    vertical-align: 2px;
}
p.ttt_recept {
    font-size: 12px;
    background-color: #fae6eb;
    border: solid 1px #222;
    width: 35px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.ttt_time {
    font-size: 13px;
    line-height: 120%;
}
}

/* PCヘッダー */
@media screen and (min-width: 1000px){
.PC_header  {
    border-bottom: 0;
}
.top_logobox img {
    height: 60px;
}
p.tb_ad {
    font-size: 17px;
}
.tbt_sns_icon {
    margin-left: 25px;
}
.tbt_sns_icon:last-child {
    margin-right: 15px;
}
.tbt_sns_icon:hover {
    opacity: 0.8;
}
.tbt_sns_icon img {
    width: 26px;
}
a.tbt_tel {
	font-size: 32px;
    letter-spacing: 0.03em;
}
a.tbt_tel i {
	font-size: 24px;
	vertical-align: 2px;
}
p.ttt_time {
    font-size: 13.5px;
}

/* グローバルナビゲーション */
.global_PCnav {
	width: 100%;
    height: 60px;
	/* background: linear-gradient(180deg, #fff, #f1ffee); */
    background-color: #64b414;
    display: flex;
    align-items: center;
    position: relative;
}
.global_PCnav ul.nav_list {
    max-width: 1200px;
    height: 60px;
	padding: 15px 0;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.global_PCnav li.nav_item {
    width: 100%;
    height: 30px;
    border-left: 1px solid #fff;

}
.global_PCnav li.nav_item:last-child {
	border-right: 1px solid #fff;
}
.global_PCnav a.nav_a {
    line-height: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.global_PCnav a.nav_a:hover {
    color: #ff0;
    padding-bottom: 10px;
    border-bottom: solid 5px #ff0;
}
.global_PCnav a.nav_now {
    color: #ff0;
    padding-bottom: 10px;
    border-bottom: solid 5px #ff0;
}

/* メガメニュー */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(180deg, #e5ebde, #f1ffee);
    border: solid 1px #64b414;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1001;
}

/* メガメニューがhoverされたときも表示されるようにする */
.has-megamenu:hover .megamenu,
.megamenu:hover {
    opacity: 1;
    visibility: visible;
    top: calc(100%);
}

.has-megamenu:hover > a,
.megamenu:hover > a {
    color: #ff0;
    padding-bottom: 10px;
    border-bottom: solid 10px #ff0;
}

/* メガメニュー内部 */
.megamenu_in {
    display: flex;
    padding: 40px;
    position: relative;
}
.megamenu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.megamenu li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 0;
}
.megamenu li a {
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #64b414;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #64b414;
    position: relative;
    gap: 10px;
}
.megamenu li a i {
    position: absolute;
    top: calc(25px - 8.5px);
    right: 10px;
    transition: all 0.3s ease;
}
.megamenu li a:hover i {
    transform: translateX(5px);
}
.megamenu li a:hover {
    color: #fff;
    background: #4caa0a;
}
}
@media screen and (min-width: 1100px){
.megamenu li a {
    font-size: 17.5px;
}
.megamenu li a i {
    right: 20px;
}
}


/* あとから固定ヘッダー */
@media screen and (min-width: 1000px){
.later_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.4));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.later_header.visible {
  opacity: 1;
  visibility: visible;
}
}


/* トップメインスライド */
.mainimg {
	width: 100%;
    height: calc(100vh - 300px);
    background-color: #fff;
    position: relative;
    z-index: -1;
}
.img-box {
    width: 100%;
    height: calc(100vh - 300px);
    overflow: hidden;
    position: relative;
}
.img-box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 300px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
0%{
    opacity: 0;
}
20%{
    opacity: 1;
}
80%{
    opacity: 0;
    transform: scale(1.1);
}
100%{
    z-index: 0;
    opacity: 0;
}
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_0784_SP.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_0877_SP.avif);
    animation-delay: 4s;
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_0918_SP.avif);
    animation-delay: 8s;
}
@media screen and (min-width: 1000px){
.mainimg {
    height: 72vh;
}
.img-box {
    height: 72vh;
}
.img-box div {
    height: 72vh;
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_0784_PC.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_0877_PC.avif);
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_0918_PC.avif);
}
}

.maintext {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 999;
}
h1.top_h1 {
    overflow: hidden;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
    z-index: 1000;
}
h1.top_h1 span {
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
    line-height: 160%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    text-align: right;
    color: #fff;
    background-color: #64b414bb;
    border-radius: 10px 0 0 10px;
    padding: 10px 0px 10px 15px;
    display: inline-block;
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h1.top_h1.-visible,
h1.top_h1.-visible span {
  transform: translate(0, 0);
}
@media screen and (min-width: 768px){
h1.top_h1 span {
    font-weight: 600;
    padding: 15px 5px 15px 20px;
}
}
@media screen and (min-width: 1000px){
.maintext {
    bottom: 125px;
}
h1.top_h1 span {
    font-size: 32px;
    border-radius: 20px 0 0 20px;
    padding: 15px 20px 15px 40px;
}
}
  


/* 各ブロック */
.box {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.contents {
    background: url(../img/bg_round_top_SP.svg) 
        no-repeat top center;
    background-size: cover;
    padding-top: 100px;
    margin-top: -75px;
}
.rehab {
    /* background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg_rehab_1999.avif);
    background-position: center; */
}
.news {
    background-color: #fce6eb;
}
.bg_space {
    height: 300px;
}
.about {
    background-color: #ebfadc;
}
.contact {
    padding: 50px 0 80px;
}
.link {
    background-color: #fff;
    padding: 50px 0 150px;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1000px){
.box {
    padding: 100px 0;
}
.contents {
    padding-top: 125px;
    margin-top: -100px;
}
.bg_space {
    height: 400px;
}
.link {
    padding: 100px 0 200px;
}
}
@media screen and (min-width: 1100px){
.contents {
    background: url(../img/bg_round_top_PC.svg) 
        no-repeat top center;
    background-size: cover;
}
}

/* インナー */
.s_inner, .m_inner, .l_inner, .n_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 15px;
}
@media screen and (min-width: 1000px){
.s_inner, .m_inner, .l_inner, .n_inner {
    margin: 0 50px; 
}
.s_inner {
    max-width: 800px;
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.n_inner {
    max-width: 1000px;
    border: solid 1px #bbb;
}
}


/* 背景固定 */
.back-img-a, .back-img-b, .back-img-c {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    max-height: 0;
    overflow: visible;
    z-index: -15;
}
.back-img-a::after, 
.back-img-b::after, 
.back-img-c::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-a::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg_rehab_1999.avif);
}
.back-img-b::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg_1708.avif);
}
.back-img-c::after {
    background-image: url(../img/bg_round_foot_SP.svg);
}

/* タイトル */
h2.h2_title, h2.h2_title_sub {
    font-size: 27px;
    line-height: 100%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.02em;
}
h2.h2_title:before, h2.h2_title_sub:before {
    display: inline-block;
    width: 60px;
    height: 6px;
    border-radius: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h2.h2_title:before {
    background-color: #64b414;
}
h2.h2_title_sub:before {
    background-color: #fa8796;
}

.title01 {
    font-size: 19px;
    line-height: 150%;
    font-weight: bold;
    color: #64b414;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1000px){
h2.h2_title, h2.h2_title_sub {
    font-size: 33px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    letter-spacing: 0.07em;
}
.title01 {
    font-size: 21px;
}
}



/* コンテンツ */
.contents_box {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}
.card {
    background: #fff;
    border: 2px solid #64b414;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
h2.card_title {
    font-size: 28px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    color: #fff;
    background: #64b414;
    border-radius: 6px 6px 0 0;
    padding: 15px 0 20px;
    letter-spacing: 0.07em;
}
p.card_txt {
    font-size: 18px;
    line-height: 160%;
    padding: 15px;
}
.spacer {
    flex-grow: 1;
}
.card_btn {
    font-weight: bold;  
    color: #fff;
    background: #64b414;
    border-radius: 999px;
    padding: 15px 35px 17px;
    margin: 25px auto;
    display: inline-flex;
    gap: 10px;
}


/* レスポンシブ：2列→4列 */
@media screen and (min-width: 768px) {
.contents_box {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 1000px) {
.card_btn i {
    transition: all 0.3s ease;
}
.card_btn:hover i {
    transform: translateX(5px);
}
.card_btn:hover {
    color: #ff0;
    background: #4caa0a;
}
}
@media screen and (min-width: 1100px) {
.contents_box {
    grid-template-columns: repeat(4, 1fr);
}
}



/* リハビリについて */
.reha_pic01_L, .reha_pic01_R {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
.reha_picbox {
    position: relative;
    margin-bottom: 100px;
}
.reha_pic01_L {
    width: 75%;
    height: 300px;
    margin-bottom: 0;
}
.reha_pic01_R {
    width: 40%;
    height: 250px;
    margin-bottom: 0;
    position: absolute;
    bottom: -80px;
    right: 0;
}
}
@media screen and (min-width: 1000px){
.reha_picbox {
    position: relative;
    margin-bottom: 80px;
}
.reha_pic01_L {
    height: 450px;
    border-radius: 20px;
}
.reha_pic01_R {
    height: 400px;
    border-radius: 20px;
    position: absolute;
    bottom: -350px;
    right: 0;
}
.reha_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reha_R {
    width: 45%;
}
.reha_L {
    width: 55%;
}
}
@media screen and (min-width: 1100px){
.reha_picbox {
    margin-bottom: 100px;
}
.reha_L {
    width: calc(55% - 50px);
    margin-left: 50px;
}
}
@media screen and (min-width: 1200px){
.reha_R {
    width: 50%;
}
.reha_L {
    width: calc(50% - 100px);
    margin-left: 100px;
}
}

/* 当施設について */
.ab_L {
     margin-bottom: 25px;
}
.ab_title01 {
    font-size: 22px;
    line-height: 150%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    color: #64b414;
    margin-bottom: 15px;
}
.ab_pic01_L, .ab_pic01_R {
    height: 250px;
    border-radius: 10px;
}
@media screen and (min-width: 768px){
.ab_L {
     margin-bottom: 30px;
}
.ab_title01 {
    font-size: 24px;
}
.ab_pic01_R, .ab_pic01_L {
    height: 300px;
}
}
@media screen and (min-width: 1000px){
.ab_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ab_L {
    width: calc(50% - 50px);
    margin-bottom: 0;
}
.ab_R {
    width: 50%;
    margin-bottom: 0;
}
.ab_title01 {
    margin-bottom: 20px;
}
.ab_pic01_L {
    border-radius: 20px;
}
}
@media screen and (min-width: 1100px){
.ab_L {
    width: calc(50% - 70px);
}
.ab_R {
    width: 50%;
}
}

/* 当施設についてリンクボタン */
.ab_link_btn_box a:first-of-type {
    margin-bottom: 20px;
}
.ab_link_btn01 {
    width: 100%;
    max-width: 250px;
    height: 50px;
    color: #fff;
    background-color: #fa8796;
    border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ab_link_btn01:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}

@media screen and (min-width: 768px){
.ab_link_btn01 {
    max-width: 300px;
}
}
@media screen and (min-width: 1000px){
.ab_link_btn01:hover {
    background-color: #f67b8a;
}
.ab_link_btn01:hover:after {
    transform: translateX(5px);
}
}




/* おしらせ */
.tablebox {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}
.tb_news {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px){
.tablebox {
    padding: 40px 50px;
}
}
@media screen and (min-width: 1000px){
.news_box {
    display: flex;
    justify-content: space-between;
}
.tablebox {
    width: calc(50% - 20px);
    border-radius: 20px;
    padding: 50px;
}
.tb_news {
    margin-bottom: 0;
}
}


/* 一覧へ戻るボタン（おしらせ詳細にもあるよ） */
.go_news {
    color: #222;
    margin: 30px auto 0;
    display: inline-block;
}
.go_news i {
    color: #fa8796;
    margin-left: 5px;
}
@media screen and (min-width: 1000px) {
.go_news {
    margin: 40px auto 0;
}
.go_news:hover {
    color: #fa8796;
}
.go_news i {
    transition: all 0.2s ease;
}
.go_news:hover i {
    transform: translateX(3px);
}
}


/*タブ切り替え全体のスタイル*/
.tabs {
}

/*タブのスタイル*/
.tab_item {
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    height: 50px;
    background-color: #fce6eb;
    border-bottom: 3px solid #fa8796;
    border-radius: 10px 10px 0 0;
    display: block;
    float: left;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.8;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#notice:checked ~ #notice_content,
#topics:checked ~ #topics_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #fff;
    background-color: #fa8796;
}




/* おしらせのテーブル（ここはプログラム化したら不必要） */
.table_information_news th {
	font-size: 16px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #fa8796;
	display: block;
	padding: 20px 10px 0;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    font-size: 16px;
    line-height: 160%;
	display: block;
	padding: 7px 10px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
	font-size: 16px;
    line-height: 180%;
    color: #222;
    border-bottom: solid 1px #fa8796;
    display: inline;
}
.table_information_news td a i {
	margin-right: 5px
}
@media screen and (min-width: 1000px){
.table_information_news th {
	padding: 15px 15px 0;
}
.table_information_news td {
	padding: 7px 15px 15px;
}
.table_information_news a:hover {
    color: #fa8796;
}
}

/* NEWアイコン */
.tit_new {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fa8796;
    background-color: #fff;
    border: solid 1px #fa8796;
    padding: 1px 7px;
    margin-left: 10px;
    display: inline-block;
}

/* 空床情報のテーブル（ここはプログラム化したら不必要） */
.table_information_availability th {
	font-size: 15px;
    line-height: 150%;
    font-weight: bold;
	text-align: center;
	padding: 10px 5px;
    color: #fa8796;
    background-color: #fef0f5;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_availability th.th01 {
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    color: #222;
    background-color: #fff;
    padding: 0 0 15px;
    border: 0;
}
.table_information_availability th.th02 {
    background-color: #fce6eb;
}
.table_information_availability td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 22%;
	padding: 10px 5px;
    border: solid 1px #ddd;
    font-feature-settings: "palt";
}
.table_information_availability td.td01 {
    font-size: 15px;
    line-height: 130%;
    background-color: #fce6eb;
}
@media screen and (min-width: 768px){
.table_information_availability th {
	font-size: 16px;
}
.table_information_availability td {
    font-size: 19px;
}
.table_information_availability td.td01 {
    font-size: 16px;
    line-height: 140%;
}
}





/* 採用情報 */
.rec_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
a.rec_boxL {
    margin: 0 auto 25px;
}
a.rec_boxR {
    margin: 0 auto;
}
.rec_box a {
    width: 100%;
    max-width: 470px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}

@media screen and (min-width: 1000px){
.rec_box {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
}
.rec_box a {
    width: calc(50% - 30px);
    margin: 0;
    transition: all 0.2s ease-in-out;
}
a.rec_boxL:hover, a.rec_boxR:hover {
    opacity: 0.8;
}
}


/* リンクボタン */
.big_pic {
    width: 80%;
}
.lil_pic {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 50%;
}
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 100%;
    max-width: 450px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.link_btn01 {
    color: #fa8796;
    border: solid 1px #fa8796;
}
.link_btn02 {
    color: #64b414;
    border: solid 1px #64b414;
}
.link_btn01 i, .link_btn02 i {
    font-size: 17px;
    margin-left: 10px;
    margin-top: 3px;
}
.link_btn01 img, .link_btn02 img {
    width: 20px;
    margin-right: 15px;
    object-fit: contain;
    display: inline-block;
}
@media screen and (min-width: 768px){
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 300px;
    height: 50px;
}
}
@media screen and (min-width: 1000px){
.link_btn01, .link_btn02 {
    width: 280px;

    &:before {
        content: "\f054";
        font-family: FontAwesome;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 30px;
        color: #fa8796;
        background-color: #fff;
        border-radius: 0 50% 50% 0;
        transform: scale(0,1);
        transform-origin: left center;
        transition: all 0.2s ease 0s;
      }
      
    &:hover {
        color: #fff;
        background-color: #fa8796;
        
        &:before {
            transform: scale(1,1);
            text-indent: 0;
        }
    }
}
.link_btn01:before {
    color: #fa8796;
}
.link_btn01:hover {
    background-color: #fa8796;
}
.link_btn02:before {
    color: #64b414;
}
.link_btn02:hover {
    background-color: #64b414;
}
}


/* リンクボタンたち */
.link_box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.link_box a {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.link_box a:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px){
.link_box a {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}
.link_box a:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
}
@media screen and (min-width: 1000px){
.link_box a {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}
.link_box a:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}
.link_box a:hover {
    opacity: 0.8;
}
}




/*フッター*/
.footer {
    background: url(../img/bg_round_foot_SP.svg) no-repeat top center;
    background-size: cover;
    padding: 60px 0 35px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url('../img/top_bg_footer.svg') bottom left repeat-x;
  background-size: auto 120px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
footer .l_inner {
    position: relative;
    z-index: 2;
}
.f_info, .f_info p {
    text-align: center;
}
.f_logo {
    display: inline-block;
}
.f_logo img {
    max-width: 400px;
    margin-bottom: 30px;
}
.f_ad_box {
    display: inline-block;
    margin-bottom: 30px;
}
p.f_ad {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}
p.f_tel a {
    color: #64b414;
}
p.f_tel i {
    font-size: 29px;
    margin-right: 5px;
    vertical-align: 1px;
}
p.f_fax {
    font-size: 25px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}
p.f_fax a {
    color: #64b414;
}
a.f_link {
    color: #fff;
    background-color: #64b414;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
a.f_link:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}
.f_sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.f_sns_icon img {
    width: 35px;
    display: inline-block;
}
.f_sns_icon:last-child img {
    margin-left: 25px;
}

.footmap iframe {
    width: 100%;
    height: 250px;
    max-width: 500px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 50px;
}
p.copyright {
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}
@media screen and (min-width: 768px){
.footer {
    background: url(../img/bg_round_foot_PC.svg) no-repeat top center;
    padding: 80px 0 35px;
}
.footmap iframe {
    height: 300px;
    max-width: 700px;
}
}
@media screen and (min-width: 1000px){
.footer {
    padding: 120px 0 35px;
}
.f_box {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.f_info {
    width: calc(50% - 75px);
    margin-bottom: 80px;
}
.f_info p {
    text-align: left;
}
.f_logo img {
    margin-bottom: 35px;
}
.f_ad_box {
    margin-bottom: 35px;
}
.f_info {
    text-align: left;
}
p.f_ad {
    font-size: 18px;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
    margin-bottom: 15px;
}
p.f_fax {
    font-size: 25px;
}
a.f_link:hover {
    background-color: #4caa0a;
}
a.f_link:hover:after {
    transform: translateX(5px);
}
.footmap iframe {
    height: 250px;
    border-radius: 20px;
    margin-bottom: 0;
}
.footer_menu {
    width: 50%;
}
.fm_box {
    display: flex;
	justify-content: flex-end;
    position: relative;
}
.fm_box ul {
    width: auto;
}
.fm_box ul:first-child {
    margin-right: 50px;
}
.fm_box li a {
    font-size: 17px;
}
ul.fm_child {
    padding-left: 20px;
}
ul.fm_child li {
    margin-bottom: 10px;
}
.fm01 {
    font-weight: 600;
}
.fm02 {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.fm02:after {
    border-top: solid 1px #222;
    margin-left: 10px;
    content: "";
    flex-grow: 1;
}
ul.fm_child li.mfirst {
    margin-top: 12px;
}
ul.fm_child li.fm_sv_last {
    margin-bottom: 20px;
}
.fm_box i {
    margin-right: 5px;
    color: #64b414;

}
.fm_box li a:hover {
    color: #64b414;
}
.fm_box li a.fm02:hover {
    color: #222;
}

.f_sns_box {
    margin-top: 30px;
}
.f_sns_box a:hover {
    opacity: 0.8;
}
}


/* ページトップへ */
.page_top a {
    background-color: #f67b8a;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.page_top a i {
    font-size: 22px;
	color: #fff;
    margin-bottom: 15px;
}
.page_top a p {
    font-size: 12px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px){
.page_top a {
    left: auto;
    right: 10px;
}
}

/* SPメニュー */
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.header__trigger {
    background-color: #fa8796;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
    pointer-events: initial;
    z-index: 9000;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.header__trigger span {
    display: block;
    position: absolute;
    right: 19px;
    width: 22px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
}
.header__trigger span:first-child {
    bottom: 46px;
}
.header__trigger span:nth-child(2) {
    bottom: 38px;
}
.header__trigger span:nth-child(3) {
    bottom: 30px;
}
.header__trigger.active span:first-child {
    transform: translate(-0%, 8px) rotate(-135deg);
    transition: transform 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(3) {
    transform: translate(-0%, -8px) rotate(135deg);
    transition: transform 0.3s ease-in-out;
}
p.SP_foot_menutxt {
    font-size: 12px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}


/* SPメニューコンテンツ */
.SP_contents_box {
    margin-bottom: 30px;
}
.SP_contents_box_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.c_box {
    background-color: #64b414;
    width: calc(50% - 7.5px);
    height: 70px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
h2.h2_top, h2.h2_top_tight {
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
h2.h2_top_tight {
    letter-spacing: 0;
}
.c_box i {
    font-size: 16px;
    color: #ff0;
    position: absolute;
    top: calc((70px - 16px) / 2);
    right: 10px;
}
@media screen and (min-width: 499px){
h2.h2_top, h2.h2_top_tight {
    margin-right: 0;
    letter-spacing: 0.07em;
}
.c_box i {
    font-size: 18px;
    top: calc((70px - 18px) / 2);
    right: 15px;
}
}
@media screen and (min-width: 768px){
.SP_contents_box {
    margin-bottom: 40px;
}
.SP_contents_box_in {
    gap: 30px;
}
.c_box {
    width: calc(50% - 15px);
    height: 80px;
}
.c_box i {
    top: calc((80px - 18px) / 2);
}
}

/* メニューのデザイン */
.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(180deg, #f5fee4, #e1f6d4);
    transition: all 0.2s ease-in-out;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 500px;
    margin: 40px auto 80px;
    padding: 0 15px;
}
.global-SPnav_box {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
.global-SPnav_in {
    max-width: 600px;
}
}
.SPnav_mother {
    border-bottom: solid 1px #bbb;
}
.SPnav_mother:first-of-type {
    border-top: solid 2px #bbb;
}
.SPnav_mother a {
    font-size: 17px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: solid 1px #bbb;
    padding: 0 15px;
    display: block;
    position: relative;
}
.SPnav_mother span.p_m {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #64b414;
    border-radius: 1px;
}
.SPnav_mother span.p_m:last-child {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.SPnav_mother.active span.p_m:last-child {
    transform: rotate(0deg);
}

a.SPnav_child {
    line-height: 55px;
}
.child_menu li i {
    color: #64b414;
    margin-right: 8px;
}

/*下の階層を持っているulの指定*/
.global-SPnav li.has-child ul {
    z-index: 4;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
/*hoverしたら表示*/
.global-SPnav li.has-child:hover > ul,
.global-SPnav li.has-child ul li:hover > ul,
.global-SPnav li.has-child:active > ul,
.global-SPnav li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}
.global-SPnav li.has-child ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}
.global-SPnav li.has-child ul li {
    margin: 0;
}
ul.child_menu li {

}
.child_menu li:last-child {
    border: 0;
}


.SPnav_sns_box {
    display: inline-flex;
    margin: 20px 0;
}
.SPnav_sns_icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SPnav_sns_icon:last-child {
    margin-left: 30px;
}
.SPnav_sns_icon img {
    width: 30px;
}



/* お電話でのお問い合わせ */
.g_info {
    background-color: #fff;
    border: solid 2px #64b414;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 30px;
}
p.g_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    color: #64b414;
    border-bottom: solid 2px #64b414;
    margin: 0 auto 25px;
    padding-bottom: 20px;
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.g_link {
    color: #fff;
    background-color: #64b414;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-block;
}
.g_link i {
    margin-left: 10px;
}
a.g_tel {
    font-size: 34px;
    line-height: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #64b414;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.03em;
}
a.g_tel i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: 2px;
}
/* .g_time_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
p.g_recept {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    background-color: #d6c6af;
    border: solid 1px #241a08;
    border-radius: 5px;
    width: 55px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.g_time {
    font-size: 17px;
    line-height: 140%;
    text-align: right;
} */
a.g_fax {
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #64b414;
    letter-spacing: 0.03em;
}

