/* サブページトップ画像とタイトル */
.subimg {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.subimg_box {
    width: calc(100% - 30px);
    max-width: 1400px;
    height: 150px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}
.subtext {
    background-color: #007dffdd;
    border-radius: 999px;
    min-width: 220px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h1.sub_page_title {
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
h1.spt_sml {
    font-size: 19px;
}
.spt_dots {
    font-size: 8px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 768px){ 
.subimg_box {
    height: 200px;
    border-radius: 50px;
}
.subtext {
    min-width: 300px;
    padding: 20px 30px;
}
h1.sub_page_title, 
h1.spt_sml {
    font-size: 24px;
}
.spt_dots {
    font-size: 9px;
}
}
@media screen and (min-width: 1000px){ 
.subimg {
    height: 300px;
}
.subimg_box {
    width: calc(100% - 60px);
    height: 250px;
    border-radius: 70px;
}
.subtext {
    min-width: 350px;
    padding: 25px 30px;
}
h1.sub_page_title, 
h1.spt_sml {
    font-size: 26px;
}
.spt_dots {
    font-size: 10px;
}
}

/* サブページメイン画像 */
.si_ot {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_ot_6512.avif);
    background-position: center;
    background-size: cover;
}
.si_if {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_if_6634.avif);
    background-position: center;
    background-size: cover;
}
.si_co {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_co_7931.avif);
    background-position: center;
    background-size: cover;
}
.si_psy {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_psy_6412.avif);
    background-position: center;
    background-size: cover;
}
.si_ac {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_ac_6847.avif);
    background-position: center;
    background-size: cover;
}
.si_nw {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(.././img/sub_head_nw_6578.avif);
    background-position: center;
    background-size: cover;
}



/* サブボックス */
.subbox {
    padding: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subbox02 {
    border: solid 3px #ff7355;
    background: #fdf0ed;
    border-radius: 30px;
    padding: 20px 30px 20px;
}

.sub_pic_box02 {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 768px){
.subbox {
    padding: 50px 0 80px;
}
.subbox02 {
    border-radius: 35px;
    padding: 20px 30px 20px;
}
}
@media screen and (min-width: 1000px){
.subbox {
    padding: 80px 0 100px;
}
.subbox02 {
    border: solid 4px #ff7355;
    border-radius: 60px;
    padding: 40px 60px;
}
}
@media screen and (min-width: 1200px){
.subbox {
    padding: 100px 0 120px;
}
}


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

/* 左カラム */
/* メニューリスト */
.stick_in {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.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: 100%;
    text-align: center;
    color: #fff;
    background-color: #007dff;
    border-radius: 20px 20px 0 0;
    padding: 15px 15px 20px;
}
ul.clm_list li {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
a.clm_title {
    font-size: 18px;
    line-height: 120%;
    background-color: #fff;
    padding: 15px;
    display: block;
    position: relative;
}
a.clm_title::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 2px; /* 線の太さ */
    background-color: #007dff;
    border-radius: 1px;
    transition: width 0.3s ease;
}
.clm_list li:last-child .clm_title::after {
    display: none;
}
a.clm_title i {
    color: #007dff;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
}
ul.clm_list li:last-of-type a.clm_title {
    border-radius: 0 0 20px 20px;
    border-bottom: 0;
}
a.clm_title.tit_now {
    background-color: #ebf7ff;
}
@media screen and (min-width: 1000px){
.clm_article {
    font-size: 18px;
}
a.clm_title {
    transition: all 0.2s ease;
}
a.clm_title:hover {
    background-color: #ebf7ff;
}
a.clm_title:hover::after {
    width: calc(100% - 25px);
}
a.clm_title i {
    transition: all 0.3s ease;
}
a.clm_title:hover i {
    transform: translateX(5px);
}
ul.clm_list .clm_title {
    padding: 17px 15px;
}
.clm_box.yesPC1000 .clm_list a.active {
    background-color: #ebf7ff;
}
}


/* 右カラム */
.sb01 {
    padding: 0 0 60px;
}
.sb01:last-of-type {
    padding: 0;
}
@media screen and (min-width: 1000px){
.sb01 {
    padding: 0 0 100px;
}
.sb01:last-of-type {
    padding: 0;
}
}


/* サブタイトルボックス */
.sub_title_box {
    margin-bottom: 25px;
}
.h2_sub_title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    text-align: left;
    color: #007dff;
    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 #007dff;
    border-radius: 999px;
    /* display: block; */
}

.sub_title01 {
    font-size: 20px;
    color: #007dff;
    margin-bottom: 10px;
}

li.sub_li_title02 {
    color: #ff7355;
}

p.stt_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #007dff;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

p.stt_title:after {
    border-top: solid 2px #007dff;
    border-radius: 1px;
    margin-left: 5px;
    content: "";
    flex-grow: 1;
}

li .sub_li_title01 {
    line-height: 140%;
    color: #005fff;
    margin-bottom: 10px;
    display: block;
}

li .sub_li_title01_last {
    line-height: 140%;
    color: #005fff;
    display: block;
}

.h3_sub_title {
    font-size: 20px;
    color: #ff7355;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px){

p.stt_title {
}
}

/* 下線とドットのコンテナ */
.h2_line_and_dots_wrap {
    height: 5px;
    background-color: #ebf7ff; 
    border-radius: 999px;
    margin-top: -5px; 
    margin-right: 38px;
    display: flex;
    align-items: center;
    position: relative;    
}
/* ドット3つのコンテナ */
.dots_triple_container {
    width: 32px;
    height: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 1px;
    right: -38px;
    z-index: 3;
}
.stb_dot01, .stb_dot02, .stb_dot03 {
    border-radius: 50%;
}
.stb_dot01 {
    width: 7px;
    height: 7px;
    background-color: #e6f4ff;
}
.stb_dot02 {
    width: 8px;
    height: 8px;
    background-color: #e1f1ff;
}
.stb_dot03 {
    width: 9px;
    height: 9px;
    background-color: #dceeff;
}

@media screen and (min-width: 768px){

.h3_sub_title {
    font-size: 23px;
}

}

@media screen and (min-width: 1000px){

.h3_sub_title {
    font-size: 26px;
}

}




/* table */
.tbl500 {
    max-width: 500px;
}
.tbl700 {
    max-width: 700px;
}

/* timetable外来担当医表 */
.timetable {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.timetable th, .timetable td {
    line-height: 100%;
    text-align: center;
    border-right: solid 1px #ddd;
}
.timetable th:last-of-type, 
.timetable td:last-of-type {
    border-right: none;
}
.timetable td:last-of-type.td_bdr {
    border-right: solid 1px #ddd;
}
.timetable th {
    background-color: #dceeff;
    border-bottom: solid 1px #ddd;
    padding: 7px;
}
.timetable th.th01 {
    width: 13%;
}
.timetable td {
    line-height: 140%;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    padding: 3px;
}
.timetable tr:last-child td {
    border-bottom: none;
}
.timetable tr:nth-last-child(2) td {
    border-bottom: none;
}
.timetable tr:nth-last-child(2) td.td_bdb {
    border-bottom: solid 1px #ddd;
}
.timetable tr:nth-last-child(2) td.td_bdr {
    border-right: solid 1px #ddd;
}
.timetable td.td02a, 
.timetable td.td02b {
    font-weight: 700;
    background-color: #f5fdff;
    height: 200px;
}
.timetable td.td01 {
    height: 100px;
}
.timetable td.td02 {
    height: 200px;
}
.timetable td .td_lil {
    font-size: 14px;
    line-height: 150%;
    margin-top: 3px;
    display: block;
}
@media screen and (min-width: 499px){
.timetable td .td_lil {
    font-size: 16px;
}
}
@media screen and (min-width: 768px){
.timetable th {
    padding: 10px;
}
.timetable th.th01 {
    width: 12%;
}
.timetable td.td02a, 
.timetable td.td02b {
    width: 8%;
    height: 150px;
}
.timetable td.td01 {
    height: 75px;
}
.timetable td.td02 {
    height: 150px;
}
}
@media screen and (min-width: 1100px){
.timetable td.td02a, 
.timetable td.td02b {
    width: 10%;
}
}


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


/* table02 */
.tbl02 {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #ddd;
}
.tbl02 th, .tbl02 td {
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px #ddd;
}
.tbl02 tr:last-of-type td {
    border-bottom: none;
}
.tbl02 th {
    line-height: 130%;
    background-color: #dceeff;
    padding: 8px;
    display: block;
}
.tbl02 td {
    line-height: 150%;
    text-align: justify;
    background-color: #fff;
    display: block;
    padding: 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;
}
}

/* table_notice 厚生労働大臣の表で使用 */
.tbl_notice {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #ddd;
}
.tbl_notice th, .tbl_notice td {
    font-size: 16px;
    border-bottom: solid 1px #ddd;
}
.tbl_notice tr:last-of-type th, 
.tbl_notice tr:last-of-type td {
    border-bottom: none;
}
.tbl_notice th {
    line-height: 140%;
    text-align: justify;
    background-color: #ebf7ff;
    border-right: solid 1px #ddd;
    padding: 10px 7px;
}
.tbl_notice th.th01, 
.tbl_notice td.td01 {
    font-weight: bold;
    text-align: center;
    background-color: #dceeff;
}

.tbl_notice td {
    line-height: 150%;
    text-align: right;
    background-color: #fff;
    padding: 10px 7px;
    width: 47.5%;
}
@media screen and (min-width: 500px) {
.tbl_notice td {
    width: 45%;
}    
}
@media screen and (min-width: 768px) {
.tbl_notice td {
    width: 30%;
}
}
@media screen and (min-width: 1000px) {
.tbl_notice td {
    width: 34%;
}
}
@media screen and (min-width: 1150px) {
.tbl_notice td {
    width: 31%;
}
}

/* リンクボタン */
.sub_tel_link {
    border: solid 3px #ff7355;
    border-radius: 30px;
    max-width: 500px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sub_booking_link {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #ff7355;
    border-radius: 30px;
    max-width: 500px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sub_booking_link::after {
    font-size: 30px;
    font-family: "FontAwesome";
    content: "\f054";
    color: #ffffff99;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    transition: all 0.2s ease;
}
.sub_booking_link i {
    margin-right: 10px;
}
@media screen and (min-width: 1000px){
.sub_booking_link:hover {
    background: #ff5f45;
}
.sub_booking_link:hover::after {
    right: 10px;
}
}

.subbtn_box {
    margin-bottom: 20px;
}
a.subbtn_01, a.subbtn_02 {
    color: #fff;
    background: #ff7355;
    border-radius: 999px;
    font-size: 16px;
    max-width: 320px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.subbtn_02 {
    margin: 0 auto;
}
a.subbtn_01:after, a.subbtn_02: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){
.subbtn_box {
    margin-bottom: 30px;
}
}
@media screen and (min-width: 1000px){
.subbtn_box {
    margin-bottom: 40px;
}
a.subbtn_01:hover, a.subbtn_02:hover {
    background-color: #ff5f45;
}
a.subbtn_01:hover:after, 
a.subbtn_02:hover:after {
    transform: translateX(5px);
}
}




/* ただの箱系 */
.sub_bd_sub {
    border: solid 3px #ff7355;
    border-radius: 30px;
    padding: 20px 30px;
}
.sub_bd_sub_tight {
    border: solid 3px #ff7355;
    border-radius: 30px;
    padding: 10px 20px;
}
.sub_bg_main {
    background-color: #ebf7ff;
    border-radius: 30px;
    padding: 20px 30px;
}
.sub_bgbd_main {
    background-color: #ebf7ff;
    border: solid 3px #007dff;
    border-radius: 30px;
    padding: 20px 30px;
}
.sub_bgbd_sub {
    background-color: #fdf0ed;
    border: solid 3px #ff7355;
    border-radius: 30px;
    padding: 20px 30px;
}
@media screen and (min-width: 768px){
.sub_bgbd_main, .sub_bgbd_sub {
    border-radius: 35px;
    padding: 30px;
}
}
@media screen and (min-width: 1100px){
.sub_bgbd_main {
    border: solid 4px #007dff;
    border-radius: 50px;
    padding: 40px 60px;
}
.sub_bgbd_sub {
    border: solid 4px #ff7355;
    border-radius: 50px;
    padding: 40px 60px;
}
}



/* サブペのTEL */
a.sub_tel {
    font-size: 32px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #ff5f45;
    display: block;
    letter-spacing: 0.03em;
}
.sub_tel i {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: 2px;
}
@media screen and (min-width: 768px){
a.sub_tel {
    font-size: 35px;
}
}

/* 関連施設 */


/* 食事紹介 */


/* フレックスボックス */
.sub_flex_column {
    display: flex;
    flex-direction: column;
}
.sub_flex00 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sf00 img, .sf01 img {
    border-radius: 20px;
}
.sub_flex01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sub_flex02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px){
.sub_flex02 {
    flex-direction: row;
}
.sf02 {
    width: calc(50% - 10px);
}
}
@media screen and (min-width: 1000px){
.sf00 img, .sf01 img {
    border-radius: 45px;
}
}
@media screen and (min-width: 1100px){
.sub_flex00 {
    flex-direction: row;
}
.sf00 {
    width: calc(50% - 20px);
}
.sub_flex01 {
    flex-direction: row-reverse;
    gap: 30px;
}
.sf01 {
    width: calc(50% - 15px);
}
.sub_flex02 {
    gap: 30px;
}
.sf02 {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 1300px){
.sub_flex01 {
    gap: 50px;
}
}


/* 背景色ボックス */


/* 初診の方ページ */
.flow_flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.flow_box {
    font-size: 18px;
    background-color: #ebf7ff;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_num {
    color: #007dff;
    margin-right: 3px;
}
.flow_box::after {
    content: "▼";
    position: absolute;
    bottom: -32px;
    left: calc(50% - 9px);
}
.flow_box:last-of-type::after {
    content: "";
}
@media screen and (min-width: 768px){
.flow_flex {
    gap: 50px;
}
.flow_box {
    border-radius: 30px;
    padding: 30px;
}
.flow_box::after {
    bottom: -38px;
}
}

/* 医師紹介ページ */
.dr_box {
    background-color: #ebf7ff;
    border-radius: 20px;
    padding: 20px 15px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.dr_box {

}
.dr_title {
    text-align: center;
    margin-bottom: 10px;
}
h3.h3_dr_name {
    font-size: 26px;
    margin-bottom: 5px;
}
.dr_ruby {
    text-align: center;
    margin-bottom: 25px;
}
@media screen and (min-width: 768px){
.dr_box {
    padding: 40px 50px;
}
.dr_title {
    margin-bottom: 15px;
}
h3.h3_dr_name {
    font-size: 28px;
    margin-bottom: 7px;
}
.dr_ruby {
    margin-bottom: 35px;
}
}
@media screen and (min-width: 1200px){
.dr_box {
    padding: 50px 150px;
}
h3.h3_dr_name {
    font-size: 30px;
    margin-bottom: 10px;
}
.dr_ruby {
    margin-bottom: 40px;
}
}




/* ごあいさつ */
.boss_box {
    position: relative;
    margin-bottom: 20px;
}
.boss_box img {
    border-radius: 20px;
}
p.boss_sub {
    font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem); /* 16-20px */
    line-height: 100%;
    background-color: #ebf7ff;
    border-radius: 999px;
    padding: 6px 15px 8px;
    position: absolute;
    bottom: 70px;
    left: clamp(3%, 2% + 1.5vw, +6%);
}
p.boss_name {
    font-size: clamp(1.5rem, 1.023rem + 2.04vw, 2rem); /* 24-32px */
    line-height: 100%;
    background-color: #ebf7ff;
    border-radius: 999px;
    padding: 6px 15px 8px;
    position: absolute;
    bottom: 20px;
    left: clamp(3%, 2% + 1.5vw, 6%);
}
@media screen and (min-width: 768px){
.boss_box {
    margin-bottom: 30px;
}
p.boss_sub {
    padding: 8px 20px 11px;
    bottom: 85px;
}
p.boss_name {
    padding: 8px 20px 11px;
    bottom: 25px;
}
}
@media screen and (min-width: 1000px){
.boss_box img {
    border-radius: 45px;
}
}
@media screen and (min-width: 1200px){
p.boss_sub {
    padding: 9px 20px 13px;
    bottom: 105px;
    left: 8%;
}
p.boss_name {
    padding: 10px 20px 14px;
    bottom: 40px;
    left: 8%;
}
}




/* 関連施設 */
.rela_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.rela_wrap {
    border: solid 2px #007dff;
    border-radius: 20px;
    padding: 20px;
}
.rela_flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.rera_pic_box img {
    border-radius: 20px;
}
.rela_txt_box {
    padding: 12px 0 15px;
    position: relative;
}
.rela_txt_box:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px; /* 線の太さ */
    background-color: #007dff;
    border-radius: 1px;
}
.rela_txt_box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* 線の太さ */
    background-color: #007dff;
    border-radius: 1px;
}
.rela_title {
    color: #007dff;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px){
.rela_wrap {
    border-radius: 35px;
    padding: 40px 50px;
}
.rela_flex {
    gap: 40px;
    margin-bottom: 50px;
}
.rela_txt_box {
    padding: 20px 0;
}
}
@media screen and (min-width: 1100px){
.rela_container {
    gap: 70px;
}
.rela_wrap {
    border: solid 4px #007dff;
    border-radius: 40px;
    padding: 30px 25px;
}
.rela_flex {
    flex-direction: row-reverse;
}
.rera_pic_box {
    width: 45%;
}
.rela_box {
    width: calc(55% - 25px);
}
.rela_txt_box {
    padding: 15px 0 20px;
}

}
@media screen and (min-width: 1300px){
.rela_wrap {
    border: solid 4px #007dff;
    border-radius: 40px;
    padding: 40px;
}
.rela_flex {
    gap: 50px;
}
.rela_box {
    width: calc(55% - 50px);
}
}


/* 個人情報保護方針ページ */
.privacy_box p, .privacy_box li, 
.privacy_box span {
    font-size: 16px;
    line-height: 160%;
} 

.list_box {
    border: solid 1px #222;
    border-radius: 10px;
    max-width: 500px;
    padding: 15px 20px 10px;
    display: block;
}


/* lightbox01 img-img[画像大量並べlightbox] */
.lightbox01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 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.p_cap {
    font-feature-settings: "palt";
}
@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);
}
}
/* lightbox01ここまで --- */





/* アクセス */
.accsmap iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 20px;
}
@media screen and (min-width: 768px){
.accsmap iframe {
    height: 400px;
}
}
@media screen and (min-width: 1000px){
.accsmap iframe {
    height: 500px;
    border-radius: 45px;
}
}