/* サブページトップ画像とタイトル */
.subimg {
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subimg_box {
    width: calc(100% - 15px);
    max-width: 1200px;
    height: 220px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
}
.subtext {
    background-color: #00aa14dd;
    min-width: 220px;
    padding: 20px 25px 20px 15px;
    display: inline-flex;
    align-items: center;
}
h1.sub_page_title {
    font-size: 24px;
    line-height: 100%;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
h1.sub_page_title span {
    font-size: 15px;
    line-height: 100%;
    color: #e9fbeb;
    margin-left: 2px;
    margin-bottom: 8px;
    display: block;
}
h1.sub_page_title span.slash {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: 1px;
    display: inline-block;
}
@media screen and (min-width: 768px){ 
.subtext {
    min-width: 300px;
    padding: 35px 40px;
}
h1.sub_page_title {
    font-size: 26px;
}
h1.sub_page_title span {
    font-size: 17px;
    margin-bottom: 10px;
}
h1.sub_page_title span.slash {
    font-size: 14px;
    margin-left: 1px;
    vertical-align: 2px;
}
}
@media screen and (min-width: 1000px){ 
.subimg {
    height: 300px;
}
.subimg_box {
    max-width: 1200px;
    height: 300px;
}
.subtext {
    margin-top: 50px;
}
h1.sub_page_title {
    font-size: 30px;
}
h1.sub_page_title span {
    font-size: 18px;
}
}

/* サブページメイン画像 */
.si_sv {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_sv_0825_SP.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_4844_SP.avif);
    background-position: center;
    background-size: cover;
}
.si_dc {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_dc_9753_SP.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_1199_SP.avif);
    background-position: center;
    background-size: cover;
}
.si_rc {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_rc_1338_SP.avif);
    background-position: center;
    background-size: cover;
}
.si_fm {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_fm_1130_SP.avif);
    background-position: center;
    background-size: cover;
}
.si_ns {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_ns_0981_SP.avif);
    background-position: center;
    background-size: cover;
}
@media screen and (min-width: 1000px){ 
.si_sv {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_sv_0825_PC.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_4844_PC.avif);
    background-position: center;
    background-size: cover;
}
.si_dc {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_dc_9753_PC.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_1199_PC.avif);
    background-position: center;
    background-size: cover;
}
.si_rc {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_rc_1338_PC.avif);
    background-position: center;
    background-size: cover;
}
.si_fm {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_fm_1130_PC.avif);
    background-position: center;
    background-size: cover;
}
.si_ns {
    background: linear-gradient(-45deg, 
    rgba(175, 175, 175, 0.4), 
    rgba(225, 225, 225, 0.6)), 
    url(../img/sub_head_ns_0981_PC.avif);
    background-position: center;
    background-size: cover;
}
}


/* サブボックス */
.subbox {
    padding: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px){
.subbox {
    padding: 50px 0 80px;
}
}
@media screen and (min-width: 1000px){
.subbox {
    padding: 80px 0 100px;
}
}
@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 {
    background: #fff;
    border-bottom: 5px solid #00aa14;
    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: 100%;
    color: #fff;
    background-color: #00aa14;
    padding: 15px 15px 20px;
}
ul.clm_list li {
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
a.clm_title {
    font-size: 18px;
    line-height: 120%;
    border-bottom: solid 1px #00aa14;
    background-color: #fff;
    padding: 15px;
    display: block;
    position: relative;
}
a.clm_title i {
    color: #00aa14;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
}
ul.clm_list li:last-of-type {
    margin-bottom: 0;
}
ul li:last-of-type a.clm_title {
    border-bottom: 0;
    margin-bottom: 0;
}
a.clm_title.tit_now {
    background-color: #e9fbeb;
}
@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: #e9fbeb;
}
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: #e9fbeb;
}
}


/* 右カラム */
.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;
}
}


/* タイトル */
/* hタグ */
h2.h2_sub_title01 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    text-align: left;
    color: #00aa14;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h2.h2_sub_title01:before,
h2.h2_sub_title01:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
}
h2.h2_sub_title01:before {
    border-bottom: 3px solid #00aa14;
    border-radius: 1px 0 0 1px;
}
h2.h2_sub_title01:after {
    border-bottom: 3px solid #e9fbeb;
}
h2.h2_sub_title02 {
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    font-weight: 500;
    color: #ff8232;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
h2.h2_sub_title02:before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #ff8232;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
@media screen and (min-width: 768px){
h2.h2_sub_title01 {
    font-size: 26px;
    margin-bottom: 40px;
}
}

/* pタグ */
.sub_title01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 8px;
}
.sub_title01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 8px;
}
.sub_title02 {
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 8px;
}

.pic_cap01 {
    text-align: right;
    margin-top: 5px;
}
.boss_name {
    line-height: 150%;
    text-align: right;
    margin-top: 10px;
}
.boss_name span {
    font-size: 18px;
}
@media screen and (min-width: 768px){
.sub_title02 {
    font-size: 20px;
}
}
@media screen and (min-width: 1000px){
.h2_sub_t01 {
    font-size: 27px;
}
}


.pic_bd01 {
    border: solid 1px #bbb;;
}



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

/* table01一生横並び */
.tbl01 {
	border: solid 1px #00aa14;
}
.tbl01 th, .tbl01 td {
    padding: 10px;
    border-bottom: solid 1px #00aa14;
    font-feature-settings: "palt";
}
.tbl01 tr:last-of-type th, 
.tbl01 tr:last-of-type td {
    border-bottom: 0;
}

.tbl01 th {
    font-weight: 700;
    text-align: center;
    color: #00aa14;
    background-color: #e9fbeb;
    border-right: solid 1px #00aa14;
    white-space: nowrap;
}
.tbl01 th.th00 {
}
.tbl01 th.th01 {
    color: #fff;
    background-color: #00aa14;
    border-right: solid 1px #00aa14;
    border-bottom: solid 1px #e9fbeb;
}
.tbl01 tr:last-of-type .th01 {
    border-bottom: 0;
}
.tbl01 th.th02 {
    color: #fff;
    background-color: #00aa14;
    border-right: solid 1px #00aa14;
    border-bottom: solid 1px #00aa14;
}
.tbl01 th.th03 {
}

.tbl01 td {
    line-height: 140%;
    text-align: justify;
    background-color: #fff;
}
.tbl01 td.td01 {
    text-align: center;
    color: #00aa14;
    background-color: #e9fbeb;
    border-right: solid 1px #00aa14;
    border-bottom: solid 1px #00aa14;
}
a.tbl_tel {
	font-size: 28px;
    line-height: 100%;
	font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #00aa14;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
.tbl01 th, .tbl01 td {
    padding: 15px;
}
}

/* table02 */
.tbl02 tr {
    border: solid 1px #bbb;
}
.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;
}
}

/* リンクボタン */
.sub_link_btn01, 
.sub_link_btn02, 
.sub_link_btn03, 
.sub_link_btn04 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.sub_link_btn01 {
    max-width: 250px;
    color: #fff;
    background-color: #ff8232;
    border-radius: 25px;
}
.sub_link_btn02 {
    max-width: 400px;
    color: #00aa14;
    background-color: #fff;
    border: solid 1px #00aa14;
    border-radius: 5px;
}
.sub_link_btn03 {
    max-width: 320px;
    color: #fff;
    background-color: #ff8232;
    border-radius: 25px;
}
.sub_link_btn04 {
    max-width: 300px;
    color: #fff;
    background-color: #ff8232;
    border-radius: 25px;
}
.sub_link_btn01:after, 
.sub_link_btn02:after, 
.sub_link_btn04:after {
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}
.sub_link_btn01:after {
     color: #fff;
}
.sub_link_btn02:after {
     color: #00aa14;
}
@media screen and (min-width: 768px){
.sub_link_btn01 {
    width: 350px;
}
.sub_link_btn03 {
    width: 320px;
}
}
@media screen and (min-width: 1000px){
.sub_link_btn01:hover {
    background-color: #ff6e1e;
}
.sub_link_btn02:hover {
    background-color: #e9fbeb;
}
.sub_link_btn04:hover {
    background-color: #ff6e1e;
}
.sub_link_btn01:hover:after, 
.sub_link_btn02:hover:after, 
.sub_link_btn04:hover:after {
    transform: translateX(5px);
}
}
@media screen and (min-width: 1300px){
.sub_link_btn04 {
    width: 250px;
}
}

/* ただの箱系 */
.bd_box {
    border: solid 1px #00aa14;
    width: 100%;
    padding: 15px 10px;
}
@media screen and (min-width: 768px){
.bd_box {
    padding: 20px;
}
}
@media screen and (min-width: 1000px){
}

/* サービス内容 */
h3.h3_sub_sc {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    text-align: left;
    color: #00aa14;
    padding-left: 16px;
    margin-bottom: 10px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h3.h3_sub_sc:before {
    content: '';
    width: 10px;
    height: 20px;
    background-color: #00aa14;
    position: absolute;
    top: 4px;
    left: 0;
}
h3.h3_sub {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    text-align: left;
    color: #00aa14;
    margin-bottom: 10px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.sc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc_box {
    border: solid 1px #00aa14;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.sc_box:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
h3.h3_sub_sc {
    font-size: 21px;
}
h3.h3_sub {
    font-size: 21px;
}
.sc_box {
    padding: 20px;
}
}
@media screen and (min-width: 768px) {
.sc_box {
    margin-bottom: 40px;
}
}

/* h3.h3_sub_sc {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    text-align: left;
    color: #00aa14;
    padding-left: 16px;
    margin-bottom: 10px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h3.h3_sub_sc:before {
    content: '';
    width: 10px;
    height: 20px;
    background-color: #00aa14;
    position: absolute;
    top: 4px;
    left: 0;
}
.sc_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc_box {
    border: solid 1px #00aa14;
    width: 100%;
    padding: 20px 15px;
}
.sc_box:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
h3.h3_sub_sc {
    font-size: 21px;
}
.sc_box {
    width: calc(50% - 10px);
    padding: 20px;
}
} */

/* ご利用までの流れ */
.flow_wrap {
    background-color: #ebf5e6;
    padding: 20px 15px;
}
.flow_box {
    /* background-color: #fff; */
    /* border-bottom: solid 1px #00aa14; */
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.flow_box:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow_num {
    font-size: 24px;
    font-weight: bold;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #00aa14;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_text {
    width: calc(100% - 90px);
}
.h3_sub_flow {
    font-size: 20px;
    text-align: left;
    color: #00aa14;
    margin-bottom: 10px;
}
/* Vの罫線 */
.flow_border {
    margin-bottom: 35px;
    height: 30px;
    position: relative;
    overflow: hidden;
}
.flow_border::before,
.flow_border::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #00aa14;
}
.flow_border::before {
  right: 0;
  transform: rotate(-3deg);
  transform-origin: left bottom;
}
.flow_border::after {
  left: 0;
  transform: rotate(3deg);
  transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
.flow_wrap {
    padding: 40px;
}
.flow_box {
    padding-bottom: 35px;
}
.flow_border {
    margin-bottom: 45px;
}
}
@media screen and (min-width: 1000px) {
.flow_box {
    padding-bottom: 40px;
}
.flow_border {
    margin-bottom: 55px;
    height: 40px;
}
.flow_border::before {
  right: 0;
  transform: rotate(-5deg);
  transform-origin: left bottom;
}
.flow_border::after {
  left: 0;
  transform: rotate(5deg);
  transform-origin: right bottom;
}
}
@media screen and (min-width: 1200px) {
.flow_wrap {
    padding: 60px 50px 70px;
}
.flow_box {
    padding-bottom: 60px;
}
.flow_border {
    margin-bottom: 65px;
}
}


/* サブペのTEL */
p.sub_tel {
    font-size: 35px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}
p.sub_tel a {
    color: #00aa14;
}
p.sub_tel i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: 1px;
}
p.sub_tel span {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 1px;
    font-feature-settings: "palt";
}
.sub_rcpt_time {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    background-color: #00aa14;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 7px 5px;
    margin-right: 8px;
    vertical-align: 1px;
}
@media screen and (min-width: 1000px) {
p.sub_tel {
    font-size: 40px;
    margin-bottom: 15px;
}
}


/* 関連施設 */
.related_box {
    display: grid;
    gap: 20px;
}
.line_box_related {
    background-color: #fff;
    border: solid 1px #241a08;
    padding: 10px 15px 12px;
    display: block;
}
a.related_link {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    text-align: left;
    color: #00aa14;
    border-bottom: solid 1px #00aa14;
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: inline-block;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}
.rlated_ad {
    /* padding: 10px 10px 15px 20px; */
}
@media screen and (min-width: 768px){
.related_box {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (min-width: 1000px){
a.related_link:hover {
    color: #00960a;
    border-bottom: solid 1px #00960a;
}
}

/* 食事紹介 */
.meal_cap_box {
    padding: 10px;
}
.meal_cap {
    line-height: 100%;
    font-weight: bold;
    color: #ff8232;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.meal_cap:after {
    border-top: solid 1px #ff8232;
    margin-left: 10px;
    content: "";
    flex-grow: 1;
}
.meal_cap_menu {
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 5px;
}
.meal_cap_detail {
    font-size: 16px;
    line-height: 160%;
}
.meal_cap_detail i {
    color: #ff8232;
    margin-right: 4px;
    margin-left: 2px;
}
@media screen and (min-width: 1000px) {
.meal_cap_box {
    padding: 15px;
}
}

/* フレックスボックス */
.sub_flex_pic01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.sfp01 {
    background-color: #fdeee1;
}

.sf11_L {
    margin-bottom: 20px
}
.sub_flex11cr {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
}
.sf11cr_L {
    margin-top: 20px;
}

.sf01_L {
    margin-bottom: 20px
}
.sf01_L_boss {
    margin-bottom: 30px
}
.sf01_R_boss img  {
    max-width: 200px;
    margin: 0 0 0 auto;
}
.sf02_L {
    margin-bottom: 20px;
}
.sub_flex03 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.sf03 {
    width: 100%;
}
.sf03_r {
    width: 100%;
}
.sf03_d {
    width: 100%;
}
@media screen and (min-width: 599px){
.sf03_d {
    width: calc(50% - 10px);
}
}
@media screen and (min-width: 768px){
.sub_flex02 {
    display: flex;
    justify-content: flex-start;
}
.sf02_L {
    margin-bottom: 0;
    margin-right: 30px;
}
.sf03 {
    width: auto;
}
.sf03_r {
    width: calc(50% - 10px);
}
.sub_flex_pic01 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.sfp01 {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 1000px){
.sub_flex01 {
    display: flex;
    justify-content: space-between;
}
.sf01_L {
    width: calc(50% - 20px);
    margin-bottom: 0;
}
.sf01_R  {
    width: calc(50% - 20px);
    margin-left: 40px;
}
.sf01_L_boss {
    width: calc(70% - 20px);
    margin-bottom: 0;
}
.sf01_R_boss  {
    width: calc(30% - 20px);
    margin-left: 40px;
}
.sf01_R_boss img  {
    max-width: 250px;
}
.sub_flex03 {
    gap: 30px;
}
.sf03_r {
    width: calc(50% - 15px);
}
.sf03_d {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 1100px){
.sub_flex11 {
    display: flex;
    justify-content: space-between;
}
.sf11_L {
    width: 50%;
    margin-bottom: 0;
}
.sf11_R  {
    width: 50%;
    margin-left: 40px;
}
.sub_flex11cr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.sf11cr_L {
    width: 50%;
    margin-top: 0;
}
.sf11cr_R  {
    width: 50%;
    border-radius: 20px;
    margin-left: 40px;
}
.sf11cr_R img {
    height: 100%;
}
}
@media screen and (min-width: 1300px){
.sf03_d {
    width: calc(100% / 3 - 20px);
}
}

/* 背景色ボックス */
.sub_bg_mainclr_light {
    background-color: #ebf5e6;
    padding: 25px 15px;
}
.sub_bg_subclr_light {
    background-color: #fae6eb;
    padding: 25px 15px;
}
@media screen and (min-width: 768px){
.sub_bg_mainclr_light, 
.sub_bg_subclr_light {
    padding: 30px 40px;
}
}
@media screen and (min-width: 1100px){
.sub_bg_mainclr_light, 
.sub_bg_subclr_light {
    padding: 35px 50px;
}
}
    

/* 入所までの流れページ */
.flow_bg {
    background: linear-gradient(to right, #fff 0%, #fff 10px, #ebf5e6 10px ,#ebf5e6 82px, #fff 82px, #fff 100%);
    padding: 40px 0;
}
.flowchart {
    background-color: #fff;
    border: solid 1px #bbb;
    padding: 40px 15px 25px;
    margin-bottom: 50px;
    position: relative;
}
.flowchart:last-of-type {
    margin-bottom: 0;
}
.fc_step {
    background-color: #00aa14;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 20px;
}
.fc_num {
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
    color: #fff;
    margin-bottom: 3px;
}
.fc_title {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 5px;
}
.fc_txt {
    line-height: 150%;
}
.fc_arrow {
    font-size: 24px;
    color: #bbb;
    position: absolute;
    bottom: -44px;
    left: 33px;
}
.fc_letter_box {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
.flow_bg {
    background: linear-gradient(to right, #fff 0%, #fff 20px, #ebf5e6 20px ,#ebf5e6 202px, #fff 202px, #fff 100%);
    padding: 50px 0 40px;
}
.flowchart {
    padding: 50px 35px 25px;
    margin-bottom: 60px;
}
.flowchart:last-of-type {
    margin-bottom: 0;
}
.fc_step {
    width: 60px;
    height: 60px;
    top: -20px;
    left: 30px;
    /* left: 80px; */
}
.fc_title {
    margin-bottom: 7px;
}
.fc_letter_box {
    margin-bottom: 0;
    margin-right: 20px;
}
}


/* アクセス */
.accsmap iframe {
    width: 100%;
    height: 300px;
    border: 0;
}
.ac_map {
    max-width: 600px;
    border: solid 1px #bbb;
    padding: 15px;
}
.ac_map_vector {
    max-width: 600px;
}
@media screen and (min-width: 768px){
.accsmap iframe {
    height: 400px;
}
.ac_map {
    padding: 25px;
}
}
@media screen and (min-width: 1000px){
.accsmap iframe {
    height: 500px;
}
}

/* 申込書ページ */
#docs01, #docs02 {
    padding-top: 60px;
    margin-top: -60px;
}
@media screen and (min-width: 1000px){
#docs01, #docs02 {
    padding-top: 120px;
    margin-top: -120px;
}
}


/* lightbox01 img-img[画像大量並べlightbox] */
.lightbox01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.lightbox01_img {
    position: relative;
}
.lightbox01_img a {
    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ここまで --- */


  html, body {
    min-height: 100vh;
    overflow: visible;
  }

iframe#iframeID1 {
  display: block;
  width: 100%;
  border: none;
  height: auto !important;
}