/* サブページトップ */
.sub_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -50px;
    z-index: -1;
}
.subimg {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subimg_in {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
@media screen and (min-width: 768px) {
.subimg {
    height: 400px;
}
.subimg_in {
    height: 400px;
}
}
@media screen and (min-width: 1000px) {
.subimg {
    height: 450px;
}
.subimg_in {
    height: 450px;
}
}

/* サブページメイン画像 */
.si_hv {
}
.si_hi {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2)), url(../img/sub_head_hi_0177.avif);
}
.si_rc {
}
.si_ac {
}
.si_fm {
}

/* サブページページタイトル */
.h1_tt_eng {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ff6f83;
    display: block;
}
h1.top_title {
	font-size: 26px;
    line-height: 100%;
    font-weight: 500;
    color: #3f3c3d;
    background-color: #ffffffcc;
    border-radius: 20px;
    padding: 20px 25px 50px;
    position: relative;
}
h1.top_title:before {
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #ff6f83;
    border-radius: 999px;
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px){
.h1_tt_eng {
    font-size: 21px;
}
h1.top_title {
	font-size: 30px;
    padding: 25px 25px 60px;
}
h1.top_title:before {
    bottom: 30px;
}
}
@media screen and (min-width: 1000px){
h1.top_title {
    margin-top: 40px;
}
}

/* サブページボックス */
.subbox {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox_wave {
    height: 100px;
}
@media screen and (min-width: 768px) {
.subbox_wave {
    height: 150px;
}
}
@media screen and (min-width: 1000px) {
.subbox {
    padding: 30px 0 50px;
}
}
@media screen and (min-width: 1200px) {
.subbox {
    padding: 30px 0 80px;
}
}

/* 2カラム */
.clm_box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
}
.clm_boxR {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
@media screen and (min-width: 768px) {
.clm_boxR {
    gap: 80px;
}
}
@media screen and (min-width: 1000px) {
.clm_box {
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
}
.clm_boxL {
    width: 240px;
    position: sticky;
    top: 100px;
    height: fit-content;
}
.clm_boxR {
    width: calc(100% - 240px - 50px);
}
}
@media screen and (min-width: 1100px) {
.clm_box {
    gap: 60px;
}
.clm_boxL {
    width: 260px;
}
.clm_boxR {
    width: calc(100% - 260px - 60px);
    gap: 100px;
}
}
@media screen and (min-width: 1200px) {
.clm_box {
    gap: 75px;
}
.clm_boxL {
    width: 300px;
}
.clm_boxR {
    width: calc(100% - 300px - 75px);
    gap: 120px;
}
}

/* 左カラム */
/* メニューリスト */
.stick {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.visually_hidden { /* スクリーンリーダー用の魔法のテクニック */
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.clm_article {
    font-size: 17px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #ff6f83;
    border-radius: 20px 20px 0 0;
    padding: 12px;
}
ul.clm_list {
    border: solid 3px #ff6f83;
    border-radius: 0 0 20px 20px;
}
a.clm_title {
    font-size: 17px;
    line-height: 130%;
    border-bottom: solid 2px #ff6f83;
    background-color: #fff;
    padding: 15px 10px 17px;
    display: block;
    position: relative;
}
a.clm_title i {
    color: #ff6f83;
    position: absolute;
    right: 10px;
    top: calc(50% - 8.5px);
}
ul.clm_list li:last-of-type a.clm_title {
    border-bottom: 0;
    border-radius: 0 0 20px 20px;
}
a.clm_title.tit_now {
    background-color: #ffe2ea;
}
@media screen and (min-width: 1000px){
.clm_article {
    font-size: 18px;
}
a.clm_title:hover {
    background-color: #ffe2ea;
}
a.clm_title i {
    transition: all 0.2s ease;
}
a.clm_title:hover i {
    right: 7px;
}
ul.clm_list .clm_title {
    padding: 17px 15px 19px;
}
.clm_box.yesPC1000 .clm_list a.active {
    background-color: #ffe2ea;
}
}

/* サブタイトルボックス */
.h2_sub_title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    text-align: left;
    color: #ff6f83;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.h2_sub_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 5px solid #ff6f83;
    border-radius: 999px;
}
.h2_under_line {
    width: 100%;
    height: 5px;
    background-color: #ddd; 
    border-radius: 999px;
    margin-top: -5px; 
    margin-bottom: 25px;
}
@media screen and (min-width: 768px){
.h2_under_line {
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px){
.h2_under_line {
    margin-bottom: 35px;
}
}

/* サブページテキスト */
p.sub_title01_main, 
p.sub_title01_sub {
    font-size: 18px;
    margin-bottom: 5px;
}
p.sub_title01_main {
    color: #ff6f83;
}
p.sub_title01_sub {
    color: #3296c8;
}
@media screen and (min-width: 768px){
p.sub_title01_main, 
p.sub_title01_sub {
    font-size: 20px;
    margin-bottom: 10px;
}
}

/* 背景色ボックス */
.sub_bg_main, 
.sub_bg_sub,
.sub_bg_sub_2 {
    border-radius: 20px;
    padding: 15px 15px 20px;
}
.sub_bg_main {
    background: linear-gradient(#ffe6ef, #ffdee5);
}
.sub_bg_sub {
    background: linear-gradient(#e1f7fe, #d7effc);
}

.sub_bg_sub_2 {
    background: linear-gradient(#fef6e1, #fceed7);
}



@media screen and (min-width: 768px){
.sub_bg_main, 
.sub_bg_sub,
.sub_bg_sub_2 {
    padding: 15px 25px 20px;
}
}

/* フレックスボックス */
.sub_flex768 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub_flex01, .sub_flex02,
.sub_flex03{ /*01→サブペflex */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub_flex04 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sub_flex01 img{
    border-radius: 20px;
}

@media screen and (min-width: 768px){
.sub_flex768 {
    flex-direction: row;
}

.sub_flex02{ /* サブぺ採用情報flex */
    flex-direction: row;
    gap: 40px;
}

.sub_flex03 { /* サブぺ関連施設flex */
    gap: 40px;
}

.sub_flex04 {
    gap: 30px;
}
}
@media screen and (min-width: 1000px){
.sub_flex768 {
    flex-direction: row;
    gap: 35px;
}
}
@media screen and (min-width: 1100px){
.sub_flex768 {
    flex-direction: row;
    gap: 30px;
}

.sub_flex01 {
    flex-direction: row;
    gap: 40px;
}

.sub_flex01 p, .sub_flex01 picture{
    width: calc((100% - 40px) / 2);
}
.sub_flex03, .sub_flex04 {
    flex-direction: row-reverse;
    gap: 40px;
}
}




/* リンクボタン */
.sub_link_btn01, 
.sub_link_btn02 {
    color: #fff;
    border-radius: 999px;
    width: 100%;
    max-width: 340px;
    height: 55px;
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sub_link_btn01 {
    background: #ff6f83;
    border: solid 1px #ff6f83;
}
.sub_link_btn02 {
    background: #3296c8;
    border: solid 1px #3296c8;
}
.sub_link_btn01 i, 
.sub_link_btn02 i {
    font-size: 18px;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    transition: all 0.2s ease;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1000px){
.sub_link_btn01:hover {
    background: #ff5b6d;
}
.sub_link_btn02:hover {
    background: #23b4ee;
}
.sub_link_btn01:hover i, 
.sub_link_btn02:hover i {
    right: 12px;
}
}

/* 入所について */

.service_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h3.service_title {
    font-size: 19px;
    line-height: 180%;
    font-weight: bold;
    text-align: left;
    border-radius: 20px 20px 0 0;
    color: #ff6f83;
    background: #ffe2ea;
    padding: 5px 15px;
}

.service_txt_box {
    border-left: solid 3px #ddd ;
    border-right: solid 3px #ddd ;
    border-bottom: solid 3px #ddd ;
    border-radius: 0 0 20px 20px; 
    padding: 10px 15px;
}

.pt_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
p.pt, p.ot, p.st {
    font-size: 17px;
    font-weight: bold;
}
p.pt {   
    color: #ff6f83;
}

p.ot {
    color: #3296c8;
}

p.st {
    color: #f09b0f;
}


.info_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h3.info_sub_txt {
    font-size: 18px;
    font-weight: bolder;
    color: #ff6f83;
    text-align: justify;
    line-height: 150%;
}

@media screen and (min-width: 768px){
.service_wrap, .info_wrap {
    gap: 30px;
}

h3.service_title {
    font-size: 20px;
}

h3.service_title, .service_txt_box {
    padding: 15px 20px;
}

p.pt, p.ot, p.st {
    font-size: 18px;
}

h3.info_sub_txt {
    font-size: 19px;
}
}

@media screen and (min-width: 1000px){
.service_wrap, .info_wrap, .pt_wrap {
    gap: 40px;
}

h3.service_title {
    border-radius: 30px 30px 0 0;
}

.service_txt_box {
    border-radius: 0 0 30px 30px; 
}
}

/* 入所までの流れ */
.flow_wrap {
    border: solid 3px #ff6f83;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
} 
.flow_nt01, 
.flow_nt02 {
    position: relative;
    margin-bottom: 15px;
}
.flow_nt01::before, 
.flow_nt02::before {
    content: "";
    background-color: #ffe2ea;
    border-radius: 999px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 15px;
    top: -2px;
    z-index: -1;
}
.flow_nt01::before {
    background-color: #ffe2ea;
}
.flow_nt02::before {
    background-color: #dcf3fd;
}
p.flow_num01, 
p.flow_num02 {
    font-size: 40px;
    line-height: 100%;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
}
p.flow_num01 {
    color: #ff6f83;
} 
p.flow_num02 {
    color: #3296c8;
}
p.flow_title {
    font-size: 21px;
    font-weight: 700;
}
p.flow_txt01, 
p.flow_txt02 {   
    font-weight: 700;
    display: flex;
}
p.flow_txt01 {
    line-height: 140%;
    font-size: 20px;
    align-items: center;
}
p.flow_txt02 {
    font-size: 17px;
    align-items: flex-start;
    line-height: 160%;

}
p.flow_txt01 span, 
p.flow_txt02 span {
    color: #fff;
    background-color: #3296c8;
    border-radius: 5px;
    width: 30px;
    height: 20px;
    margin-right: 5px;
    display: grid;
    place-items: center;
}
p.flow_txt01 span {
    font-size: 12px;
    padding-bottom: 2px;
    margin-top: 2px;
}
p.flow_txt02 span {
    font-size: 11px;
    padding-bottom: 1px;
    margin-top: 3px;
}

@media screen and (min-width: 768px){
.flow_wrap {
    padding: 50px;
    gap: 70px;
} 
.flow_nt01::before, 
.flow_nt02::before {
    width: 100px;
    height: 100px;
    top: -6px;
}
p.flow_num01, 
p.flow_num02 {
    font-size: 45px;
}
p.flow_title {
    font-size: 23px;
}
}
@media screen and (min-width: 1000px){
.flow_wrap {
    border-radius: 30px;
}
}
@media screen and (min-width: 1200px){
.flow_wrap {
    padding: 60px 70px;
}
}
/* 分断線 */
.flow_divide {
    width: 100%;
    height: 3px;
    background-color: #ffe2ea;
    border-radius: 999px;
    position: relative;
}
.flow_divide i {
    font-size: 30px;
    color: #ff6f83;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(90deg);
}
@media screen and (min-width: 768px){
.flow_divide i {
    font-size: 34px;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
}
}

/*関連施設*/

.rela_wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.rela_box02 {
    background: linear-gradient(#ffe6ef, #ffdee5);
    border-top: solid 3px #ff6f83;
    border-right: solid 3px #ff6f83;
    border-left: solid 3px #ff6f83;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;    
}

.pd_02 {
    padding: 20px;
}

.rela_box03 {
    border-right: solid 3px #ff6f83;
    border-left: solid 3px #ff6f83;
    border-bottom: solid 3px #ff6f83;
    border-radius: 0 0 20px 20px;
    padding: 30px 15px;     
}

.rela_box04 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.rela_txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.rela_st03 {
    position: relative;
}

.rela_st03::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: -25px;
    z-index: 0;   
}

.pd_02 .rela_st03::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 0;   
}

p.rela_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    position: relative;
    z-index: 1;  
}

p.rela_txt01 {
    font-size: 15px;
    line-height: 100%;
    border: solid 2px #ff6f83;
    border-radius: 5px;
    color: #ff6f83;
    align-self: flex-start;
    width: fit-content;
    padding: 3px 5px 5px;
    margin-bottom: 5px;
}

.rela_txt02 {
    font-size: 17px;
    line-height: 130%;
}


.rela_txt02_num {
    font-size: 18px;
    line-height: 100%;
}

.rela_txt_line {
    width: 100%;
    height: 2px;
    background-color: #ff6f83;
    border-radius: 999px;
    margin-top: 20px;
}

.rela_pic01, .rela_pic02, .rela_pic03 { /* 1→リンクボタンありimg 2→リンクボタンなしimg 3→法人 */
    border-radius: 20px;  
}

.rela_pic03 {
    margin-bottom: 20px;
}

.rela_box03 .sub_link_btn01 {
   margin: 0 auto;
    
}

@media screen and (min-width: 599px){
.pd_02 {
    padding: 30px 20px;
}
.pd_02 .rela_st03::before {
    top: -25px;  
}
}
@media screen and (min-width: 768px){

.rela_box02, .rela_box03 {
    padding:40px
}

.rela_box04 {
    margin-top: 30px;
    gap: 30px;
}

.rela_txt_wrap {
    gap: 30px; 
}

.rela_st03::before, 
.pd_02 .rela_st03::before {
    width: 85px;
    height: 85px;
    left: -33px;
    top: -33px;
}


p.rela_title {
    font-size: 22px;
}

p.rela_txt01 {
    font-size: 16px;
    padding: 3px 10px 5px;
}

p.rela_txt02 {
    font-size: 18px;
}

p.rela_txt02_num {
    font-size: 20px;
}

.rela_pic03 {
    margin-bottom: 40px;
}

.rela_txt_line {
    margin-top: 30px;
}
}


@media screen and (min-width: 1100px){
.rela_wrap {
    gap: 100px;
}
.rela_txt_wrap {
    width: calc(50% - 20px);
}

.rela_box02 {
    border-radius: 30px 30px 0 0;
}

.rela_box03 {
    border-radius: 0 0 30px 30px;
}
p.rela_txt01 {
    margin-bottom: 8px;
}

.rela_box03 picture {
    width: calc(50% - 20px);
}

.rela_pic01, .rela_pic02, .rela_pic03 {
    margin: auto;
    border-radius: 30px;
}

.rela_pic03 {
    width: 75%;
    height: 300px;
}

.rela_box03 .sub_link_btn01 {
    margin-top: 40px;
}
}




/* サブページtel */
a.sub_tel {
    font-size: 34px;
    line-height: 100%;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    color: #ff6f83;
    display: block;
    letter-spacing: 0.02em;
}
a.sub_tel span {
    font-size: 20px;
    font-weight: 500;
    vertical-align: 1px;
}
@media screen and (min-width: 768px){
a.sub_tel {
    font-size: 36px;
}
a.sub_tel span {
    font-size: 24px;
}
}


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







/* tableのリンクボタン */
.tbllink_btn {
    color: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 100px;
    height: 30px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tlb_01 {
    background-color: #ff6f83;
}
.tbl300 {
    max-width: 300px;
}
.tbl400 {
    max-width: 400px;
}
.tbl500 {
    max-width: 500px;
}
.tbl700 {
    max-width: 700px;
}



/* 受付時間 */
.reception_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    border: solid 3px #ddd;
    overflow: hidden;  
}

.reception_table th {
    font-size: 17px;
    text-align: center;
    background: #eee;
    border-bottom: solid 3px #ddd;
    padding: 5px;
}

.reception_table td.td01 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #ffeaf4;
    border-right: solid 2px #ddd;
    padding: 10px 5px;
    width: 45%;
}

.reception_table td.td02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
    width: 55%;
}

p.rcpt {
    font-size: 21px;
    line-height: 130%;
}
span.rcpt_box {
    font-size: 13px;
    line-height: 100%;
    background-color: #ffe2ea;
    border: solid 2px #ff6f83;
    border-radius: 5px;
    padding: 0px 4px 2px ;
    margin-right: 10px;
    vertical-align: 2px;
}
span.rcpt_days {
    font-size: 16px;
    line-height: 100%;
}

@media screen and (min-width: 1000px){
.reception_table {
    border-radius: 30px;
}
}

/* タイムテーブル */
.time_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    border: solid 3px #ddd;
    margin-top: 10px;
}

.time_table th, .time_table td {
    line-height: 100%;
    text-align: center;
    border-right: solid 2px #ddd;
    padding: 10px 5px;
}

.time_table th {
    background-color: #ffe2ea;
    border-bottom: solid 2px #ddd;
    padding: 7px 5px;
} 

.time_table .th01 {
    background-color: #eeeeee;
} 

.time_table .td01, .time_table .td02 {
    background-color: #ffeaf4;
    font-weight: bold;
}

.time_table .td01,
.time_table .td03 {
    border-bottom: solid 2px #ddd;
}

.time_table .td05 {
    background-color: #ffe2ea;
    border-bottom: solid 2px #ddd;
    font-weight: bold;
}
.time_table .td06 {
    background-color: #ffe2ea;
    font-weight: bold;
}

.time_table th:last-of-type, 
.time_table td:last-of-type {
    border-right: none;
}

.rela_txt_box .tbl01 {
    margin-top: 10px;
}
.rela_txt_box .tbl01 td {
    font-size: 18px;
}
@media screen and (min-width: 768px){
.time_table th, .time_table td {
    padding: 12px;
}

.rela_txt_box .tbl01 td {
    font-size: 19px;
}
}

@media screen and (min-width: 1100px){
.time_table {
    border-radius: 30px;

}
.time_table,
.rela_txt_box .tbl01 {
    margin-top: 15px;
}
.rela_txt_box .tbl01 td {
    font-size: 19px;
}
}



/* table01一生横並び */
.tbl01 {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    border: solid 3px #ddd;
    border-bottom: solid 3px #ddd;
}
.tbl01 th, .tbl01 td {
    line-height: 100%;
    text-align: center;
    border-right: solid 2px #ddd;
}
.tbl01 th:last-of-type, 
.tbl01 td:last-of-type {
    border-right: none;
}
.tbl01 th {
    background-color: #ffe2ea;
    border-bottom: solid 2px #ddd;
    padding: 12px 10px;
}
.tbl01 th.th01 {
    border-right: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
}
.tbl01 th.th02 {
    font-size: 15px;
    border-right: solid 2px #ddd;
    width: 18%;
    white-space: nowrap;
}
.tbl01 th.th03 {
    font-size: 16px;
    border-right: solid 2px #ddd;
}
.tbl01 tr:last-of-type th {
    border-bottom: none;
}
.tbl01 td {
    background-color: #fff;
    border-bottom: solid 2px #ddd;
    padding: 12px;
}
.tbl01 td.td01 {
    background-color: #ffe2ea;
    font-weight: 700;
}
.tbl01 td.td02 {
    padding: 20px;
}
.tbl01 td.td03 {
    line-height: 140%;
    text-align: justify;
}
.tbl01 td.td04 {
    font-size: 18px;
}
.tbl01 tr:last-of-type td {
    border-bottom: none;
}
@media screen and (min-width: 768px) {
.tbl01 th.th02 {
    font-size: 16px;
    padding: 12px;
}
}

@media screen and (min-width: 1100px) {
.tbl01 {
    border-radius: 30px;
}
}


/* table02 */
.tbl02 tr {
    border: solid 1px #1eaaeb;
}
.tbl02 th {
    text-align: center;
    background-color: #ebf5e6;
    display: block;
    padding: 10px;
    white-space: nowrap;
}
.tbl02 th.th02 {
    font-size: 15px;
    line-height: 140%;
    font-weight: 700;
    text-align: left;
    padding: 5px 10px;
}
.tbl02 td {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    background-color: #fff;
    display: block;
    padding: 10px;
}

.tbl02 td.td02 {
    font-size: 16px;
    padding: 5px 10px 10px;
}

@media screen and (min-width: 768px) {
.tbl02 th {
    border-right: solid 1px #bbb;
    display: table-cell;
}
.tbl02 th.th02 {
    text-align: center;
    width: 170px;
    padding: 10px;
}
.tbl02 td {
    display: table-cell;
}
.tbl02 td.td02 {
    padding: 10px;
}
}

/* table03 */
.tbl03 tr {
    border: solid 1px #1eaaeb;
}
.tbl03 th {
    color: #1eaaeb;
    background-color: #ddf2fc;
    border-bottom: solid 1px #1eaaeb;
    display: block;
    padding: 10px;
    white-space: nowrap;
}
.tbl03 th.th01 {

}
.tbl03 td {
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    background-color: #fff;
    display: block;
    padding: 10px;
}

.tbl03 td p.scl {
    line-height: 160%;
    font-weight: bold;
    color: #1eaaeb;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
.tbl03 th {
    padding: 10px 15px;
}
.tbl03 td {
    padding: 15px;
}
.tbl03 th.th02 {
    text-align: center;
    width: 170px;
    padding: 10px;
}

.tbl03 td.td02 {
    padding: 10px;
}
}

/* lightbox01 img-img[画像大量並べlightbox] */
.lightbox01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
}
.lightbox01_img {
    position: relative;
}
.lightbox01_img a {
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.zoom01 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.lightbox01_img i {
    font-size: 22px;
    color: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
p.pic_cap {
    margin-top: 4px;
}
@media screen and (min-width: 768px){
.lightbox01 {
    gap: 30px;
}
}
@media screen and (min-width: 1000px){
.lightbox01 {
    gap: 40px;
}
.lightbox01_img a img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.lightbox01_img a:hover img {
  transform: scale(1.02);
  filter: brightness(0.8);
}
}

/*lightbox内の写真説明文*/
.abo_txt {
   font-size: 15px;
   line-height: 150%;
   margin-top: 2px;
}

@media screen and (min-width: 768px){
.abo_txt {
   font-size: 16px; 
}
}
/* lightbox01ここまで --- */


/* アクセス */
.accsmap iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 20px;
}

.accs_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 768px){
.accsmap iframe {
    height: 400px;
}

.accs_list {
    gap: 30px;
}
}
@media screen and (min-width: 1000px){
.accsmap iframe {
    height: 450px;
    border-radius: 30px;
}
}

