@charset "UTF-8";
/* CSS Document */
/*=====pc・sp　on/off===========================*/
.pc {
    display: block;
}
.sp {
    display: none;
}
.tb {
    display: none;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
/*=====共通===========================*/
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #46220E;
}
p {
    margin: 0;
    padding: 0;
    line-height: 200%;
}
a {
    transition: 0.3s;
}
.pagetop {
    width: 60px;
    height: 65px;
    padding: 11px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: 0.3s;
    z-index: 10;
}
.pagetop img {
    width: 100%;
    height: 100%;
}
.pagetop:hover {
    transition: 0.3s;
    transform: scale(1.3);
}
/*TOP & mainボタン*/
.top_link-btn-w, .top_link-btn-oren, .sub_link-btn-oren {
    width: 100%;
    max-width: 300px;
    margin: 32px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 2px 2px 5px 1px rgba(224, 203, 191, 0.3);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
}
.top_link-btn-w, .sub_link-btn-w {
    color: #FC6813;
    background-color: #FFF5EF;
}
.top_link-btn-oren, .sub_link-btn-oren {
    color: #fff;
    background-color: #FC6813;
}
.top_link-btn-w:hover, .sub_link-btn-w:hover {
    background-color: #FFDD90;
    transition: 0.2s;
}
.top_link-btn-oren:hover, .sub_link-btn-oren:hover {
    color: #FC6813;
    background-color: #FFDD90;
    transition: 0.2s;
}
.top_link-btn-w:hover .arrow-link_w, .top_link-btn-oren:hover .arrow-link_w, .sub_link-btn-w:hover .arrow-link_w, .sub_link-btn-oren:hover .arrow-link_w {
    transform: translateX(10px);
}
/*--------------------下のボタン*/
.sub_link-btn {
    width: 100%;
    max-width: 300px;
    margin: 150px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    box-sizing: border-box;
    color: #FC6813;
    align-items: center;
    background-color: #FFF5EF;
    box-shadow: 2px 2px 5px 1px rgba(224, 203, 191, 0.3);
    border-radius: 30px;
    text-decoration: none;
    transition: 0.2s;
}
.sub_link-btn:hover {
    color: #fff;
    background-color: #FC6813;
    transition: 0.2s;
}
/*--------------------矢印*/
.arrow, .w-arrow {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    margin: 0px 0.5% 0px 0.2%;
}
.arrow::before, .arrow::after {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #FC6813;
    position: absolute;
    right: 0px;
}
.w-arrow::before, .w-arrow::after {
    content: "";
    width: 10px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: 0px;
}
.arrow::before, .w-arrow::before {
    top: calc(40% - 1px);
    transform: rotate(45deg);
}
.arrow::after, .w-arrow::after {
    bottom: calc(63% - 8px);
    transform: rotate(-45deg);
}
/******************************************ヘッダー*/
.header {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    position: sticky;
    overflow: visible;
    top: 0;
    left: 0;
    z-index: 10;
    line-height: 100%;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 3px 5px rgba(224, 203, 191, 0.3);
    -moz-box-shadow: 0px 0px 3px 5px rgba(224, 203, 191, 0.3);
    box-shadow: 0px 0px 3px 5px rgba(224, 203, 191, 0.3);
}
.header a {
    text-decoration: none;
    color: #46220E;
}
.header .hdr-top, .header .hdr-btm {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 8px 0 0;
    overflow: visible;
    line-height: 70%;
    display: flex;
    align-items: center;
}
.header .hdr-wrap {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    align-items: center;
}
.header .hdr-logo {
    width: 100%;
    padding-top: 20px;
    max-width: 250px;
}
.header .hdr-logo a {
    width: 100%;
    display: block;
}
.header .hdr-right {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}
.lang-dropdown {
    width: 15%;
    max-width: 120px;
    margin: 0;
    padding: 0;
    position: relative;
}
.lang-dropdown .lang-btn {
    width: 100%;
    margin: 0 auto;
    padding: 10px 8%;
    position: relative;
    /*    overflow: hidden;*/
    z-index: 6;
    text-align: left;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.lang-dropdown .lang-btn:after {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.lang-dropdown .lang-dropdown-list {
    width: 100%;
    height: 0%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 0;
    overflow: hidden;
    font-size: 80%;
    background-color: #F5F4EA;
    display: block;
    opacity: 0;
    transition: all 0.2s;
}
.lang-dropdown.active .lang-dropdown-list {
    height: auto;
    opacity: 1.0;
    transition: all 0.2s;
}
.header .lang-dropdown .lang-dropdown-list a {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5%;
    display: block;
    transition: all 0.2s;
}
.header .lang-dropdown .lang-dropdown-list a:hover {
    color: #FFF;
    background-color: #000;
}
.header .lang-dropdown .lang-dropdown-list .korean {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
}
.main-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    line-height: 90%;
}
.header ul.nav-list {
    width: 70%;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.1em;
}
.hdr-sub_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hdr-sub {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: anchor-center;
    gap: 32px;
}
.hdr-sub li {
    list-style: none;
}
.hdr-sub a {
    color: #FC6813;
    display: flex;
    align-items: anchor-center;
    transition: 0.2s;
}
.hdr-sub a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
@media screen and (min-width: 700px) and (max-width: 960px) {
    .header ul.nav-list, .hdr-sub a, .dropdown .dd-wrap .dd-list ul.dd-nav li a, .sub-nav-list li a {
        font-size: 0.9em;
    }
}
.header ul.nav-list > li.nav-expand {
    text-align: center;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
li.nav-expand input.expand-check[type=checkbox] {
    display: none;
}
.nav-expand label {
    position: relative;
    background-color: #fff;
}
.nav-expand label::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0;
    z-index: -1;
    background-image: url(../img/hand-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.nav-expand label.active::after {
    opacity: 1;
    visibility: visible;
    top: -19px;
}
li.nav-expand a, .nav-expand .nav-only {
    padding: 0px 0 15px;
    display: block;
    transition: 0.2s;
    background-color: #fff;
    position: relative;
}
.nav-expand .nav-only::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(../img/hand-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.nav-expand .nav-only:hover::after {
    top: -19px;
    transition: 0.3s;
}

li.nav-expand .dropbtn {
    width: 100% !important;
    padding: 0 0 15px;
    display: block;
    cursor: pointer;
    transition: 0.3s;
}
li.nav-expand:hover .dropbtn {
    color: #46220E;
}
.header ul.nav-list > li.no-ex {
    display: none;
}
li.nav-expand .dropdown {
    width: 100%;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    color: #46220E;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 0;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
}
/* --- スクロールした時：白の半透明に変える --- */
li.nav-expand.scrolled .dropdown {
    background-color: rgba(255, 255, 255, 0.7);
}
li.nav-expand .dropdown a {
    color: #46220E;
}
.dropdown .dd-wrap {
    width: 97%;
    margin: 0 auto;
    padding: 0;
}
.dropdown .dd-wrap .dd-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.dropdown .dd-wrap .dd-list ul.dd-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.dropdown .dd-wrap .dd-list ul.dd-nav li {
    width: calc(25% - 10px);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #FFF5EF;
    text-align: center;
    border-radius: 5px;
}
.dropdown .dd-wrap .dd-list ul.dd-nav li a {
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    box-sizing: border-box;
    transition: all 0.3s;
    display: flex;
    line-height: 150%;
    text-align: left;
    align-items: anchor-center;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #FFDCC7;
}
.dropdown .dd-wrap .dd-list ul.dd-nav p {
    width: 80%;
    font-size: 100%;
}
.dropdown .dd-wrap .dd-list ul.dd-nav li:hover a {
    background-color: #fff;
}
.sp-nav {
    display: none;
}
/*=====周辺サブボタンメニュー===========================*/
#around-nav_btn .contact-area {
    width: 50px;
    height: 100%;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 1000;
    transition: 0.3s;
}
#around-nav_btn .contact-list {
    width: 50px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    gap: 20px;
}
#around-nav_btn .contact-list li {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.2s;
}
#around-nav_btn .contact-list li .outpatient-link, #around-nav_btn .contact-list li .contact-link {
    width: 100%;
    height: 240px;
    padding: 5px 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
    writing-mode: vertical-rl;
    box-shadow: 0px 1px 7px 0px rgba(70, 34, 14, 0.5);
    background-color: #fff;
    letter-spacing: 17%;
    gap: 8px;
    border-radius: 5px 0 0 5px;
    position: relative;
}
#around-nav_btn .contact-list li .outpatient-link {
    color: #46220E;
    background-color: #FFDD90;
}
#around-nav_btn .contact-list li .contact-link {
    color: #fff;
    background-color: #FC6813;
}
#around-nav_btn .contact-list li a img {
    width: 30px;
}
#around-nav_btn .contact-list li a:hover {
    width: 100%;
}
#around-nav_btn .contact-list li:hover {
    width: 120%;
    transform: translateX(-5px);
    transition: 0.2s;
}
/******************************************サブ共通*/
.sub-top_wrap img {
    width: 100%;
}
.sub-top_wrap {
    width: 100%;
    position: relative;
    margin: 40px auto 0;
}
.sub-top_title_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    position: absolute;
}
.sub-top_title {
    margin: 0;
    padding: 0;
    font-size: 180%;
    color: #FC6813;
    font-weight: 700;
}
.sub-top_title_wrap img {
    width: 50%;
    height: 50px;
}
.sub-img_box {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}
.sub-img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}
.content-wrap {
    width: 98%;
    margin: 0 auto;
}
.oren {
    color: #FC6813;
    display: inline-block;
}
.sub-link {
    color: #FC6813;
}
/*-------------------h4,h5*/
.four-title {
    width: 100%;
    padding: 10px;
    font-size: 110%;
    font-weight: 700;
    box-sizing: border-box;
    color: #FC6813;
    text-align: center;
    border-radius: 5px;
    background-color: #FFF5EF;
}
.five-title_wrap {
    width: 98%;
    margin: 32px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.five-title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 0 32px;
    color: #FC6813;
    font-weight: 700;
    font-size: 100%;
    background-color: #fff;
}
.five-title_wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
    border-top: solid 1.5px #FC6813;
    z-index: -1;
}
.five-title_wrap::before {
    right: 0;
}
/*-------------------パンクズ*/
.breadcrumbs {
    margin: 20px auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-size: 100%;
}
.breadcrumbs a {
    text-decoration: none;
    transition: all .3s;
}
.breadcrumbs a {
    color: #46220E;
    transition: all 0.2s;
}
.breadcrumbs a:hover {
    color: #FFDD90;
    transition: all 0.2s;
}
.open-page {
    color: #FC6813;
}
/*-----------------サブナビ*/
.sub-btn_wrap {
    width: 100%;
    margin: 0 0 32px 0;
    display: flex;
}
.sub-nav-list p {
    width: 80%;
}
.sub-nav-list_sp-wrap {
    display: none;
}
.sub-nav-list {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.sub-nav-list li {
    width: calc(25% - 10px);
    min-width: 210px;
    box-sizing: border-box;
    list-style: none;
}
.sub-nav-list_sp li {
    width: calc(25% - 10px);
    min-width: 210px;
    box-sizing: border-box;
    list-style: none;
}
.sub-nav-list li a, .sub-nav-list_sp li a {
    width: 100%;
    height:3vw;
    min-height: 90px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
    background-color: #FC6813;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    align-items: center;
    justify-content: space-between;
}
.sub-nav-list li a:hover, .sub-nav-list_sp li a:hover {
    color: #46220E;
    background-color: #FFDD90;
    transition: all 0.2s;
}
.arrow-link_w, .arrow-link_o, .arrow-link_f {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.arrow-link_w {
    background-color: #fff;
}
.arrow-link_o {
    background-color: transparent;
}
.arrow-link_f {
    background-color: #FC6813;
}
.arrow-link, .arrow-link-w, .arrow-link-f {
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    margin: 0px 0.5% 0px 0.2%;
}
.arrow-link::before, .arrow-link::after {
    content: "";
    width: 7px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #FC6813;
    position: absolute;
    right: 3px;
}
.arrow-link-w::before, .arrow-link-w::after {
    content: "";
    width: 9px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
}
.arrow-link-f::before, .arrow-link-f::after {
    content: "";
    width: 7px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: 3px;
}
.arrow-link::before, .arrow-link-f::before {
    top: calc(40% - 1px);
    transform: rotate(45deg);
}
.arrow-link::after, .arrow-link-f::after {
    bottom: calc(77% - 8px);
    transform: rotate(-45deg);
}
.arrow-link-w::before {
    left: calc(100% - 9px);
    transform: rotate(-44deg);
}
.arrow-link-w::after {
    right: calc(100% - 10px);
    transform: rotate(44deg);
}
.sub-nav-list li a:hover .arrow-link_w {
    background: #FC6813;
    transition: all 0.2s;
}
.sub-nav-list_sp li a:hover .arrow-link_w {
    background: #FC6813;
    transition: all 0.2s;
}
.sub-nav-list li a:hover .arrow-link-w::before, .sub-nav-list li a:hover .arrow-link-w::after {
    background: #FC6813;
    transition: all 0.2s;
}
.sub-nav-list li a:hover .arrow-link::before, .sub-nav-list li a:hover .arrow-link::after {
    background: #fff;
    transition: all 0.2s;
}
.sub-nav-list_sp li a:hover .arrow-link-w::before, .sub-nav-list_sp li a:hover .arrow-link-w::after {
    background: #FC6813;
    transition: all 0.2s;
}
.sub-nav-list_sp li a:hover .arrow-link::before, .sub-nav-list_sp li a:hover .arrow-link::after {
    background: #fff;
    transition: all 0.2s;
}
/*-----------------見出し1*/
.one-title {
    width: 100%;
    margin: 100px auto 40px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FC6813;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 175%;
}
/*-----------------見出し2*/
.two-title {
    width: 100%;
    margin: 80px auto 40px;
    padding-bottom: 12px;
    display: flex;
    position: relative;
    align-items: anchor-center;
}
.two-title img {
    max-width: 32px;
    width: 100%;
}
.two-title p {
    margin: 0;
    padding: 0px 0 0 20px;
    font-size: 108%;
    font-weight: 700;
    text-align: left;
}
.two-title::before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FC6813;
}
/*-----------------サブコンテンツ説明*/
.cap-txt {
    text-align: left;
}
.cap-imgtxt {
    justify-content: space-between;
    text-align: left;
    display: flex;
    gap: 30px;
}
.cap-imgtxt img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}
/*-----------------見出し3*/
.three-title {
    margin: 60px auto 40px;
    position: relative;
}
.three-title p {
    padding-left: 20px;
    font-size: 120%;
    color: #FC6813;
}
.three-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background-color: #FC6813;
}
/*-----------------オレンジドットリスト*/
.list_ore-dot {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_ore-dot li {
    margin: 10px 0 0 0;
    padding-left: 16px;
    position: relative;
}
.list_ore-dot li:first-child {
    margin: 0;
}
.list_ore-dot li::before {
    content: '・';
    position: absolute;
    color: #FC6813;
    left: 0;
    top: 3px;
}
.list_ore-dot a {
    color: #FC6813;
    transition: 0.2s;
}
.list_ore-dot a:hover {
    color: #FFDD90;
    transition: 0.2s;
}
/*-----------------オレンジナンバーリスト*/
.list_ore-number {
    margin: 0;
    padding: 0;
    counter-reset: li;
}
.list_ore-number li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px;
    list-style: none;
}
.list_ore-number li:before {
    content: counter(li);
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 80%;
    line-height: 180%;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    font-weight: bold;
    color: #fff;
    counter-increment: li;
    background-color: #FC6813;
    text-align: center;
}
/*-----------------ボックスメイン*/
.list_box {
    margin: 0;
    padding: 0;
}
.list_box li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
}
.list_box li:last-child {
    margin: 0;
}
.box-title {
    width: 10%;
    border-radius: 5px;
    background-color: #FFF5EF;
    font-size: 104%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 0.3em;
}
.box-wrap_content {
    width: 90%;
}
.box-txt {
    width: 80%;
    margin: 0;
    padding: 0;
    line-height: 200%;
    display: flex;
    align-items: anchor-center;
}
/*-----------------テーブル*/
.table-main {
    width: 100%;
    border-collapse: collapse;
}
.table-main td {
    padding: 1rem;
    border: 2px solid #FC6813;
    position: relative;
}
.table-main tr:nth-child(odd) td {
    background-color: #FFF5EF;
}
.table-main .head-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 1;
}
.table-main th {
    padding: 1rem 2rem;
    text-align: center;
    position: relative;
}
.table-main .heading {
    color: #fff;
    background: #FC6813;
    border: 2px solid #FC6813;
}
.head-title {
    border-right: 2px solid #fff;
}
.head-title:nth-child(2) {
    border: none;
}
.tb-title {
    text-align: center;
}
.tb-txt {
    text-align: left;
}
@media (max-width: 500px) {
    .table-main td {
        padding: 8px;
    }
    .table-main th {
        padding: 1rem 1rem;
    }
    .sp-title {
        padding: 0.5rem;
    }
}
/******************************************フッター*/
.footer {
    width: 100%;
    margin: 150px auto 0;
    padding: 100px 0 0;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 228, 213, 1) 0%, rgba(255, 245, 239, 1) 65%);
    border-radius: 20px 20px 0 0;
}
.ftr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 60px;
}
.ftr-left, .ftr-right {
    width: 50%;
}
.ftr-logo {
    margin-bottom: 32px;
}
.ftr-logo img {
    width: 100%;
    max-width: 480px;
}
/*アクセスリスト*/
.ftr-access_list {
    margin: 0;
    padding: 0;
}
.ftr-access_list li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
}
.ftr-access_list li:last-child {
    margin: 0;
}
.ftr-access_list .box-title {
    width: 50%;
    max-width: 120px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 104%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
.ftr-access_list .box-txt {
    width: 80%;
    margin: 0;
    padding: 0;
    line-height: 200%;
    display: flex;
    align-items: anchor-center;
}
.ftr_access-btn {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.ftr_access-btn a {
    width: 100%;
    margin: 30px 0 20px;
    padding: 8px;
    box-sizing: border-box;
    color: #fff;
    background-color: #FC6813;
    border-radius: 60px;
    display: flex;
    text-decoration: none;
    align-items: anchor-center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 120%;
    transition: 0.2s;
}
.ftr_access-btn a:hover {
    background-color: #FFDD90;
    color: #FC6813;
}
.ftr_access-btn .tel-tap {
    pointer-events: none;
}
.ftr-access_flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.googlemap-wrap {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.googlemap-wrap iframe {
    inset: -150px;
    width: calc(100% + 300px);
    height: calc(100% + 300px);
    position: absolute;
}
.catchcopy {
    margin: 0 auto;
    padding: 60px 0 80px;
    display: block;
    color: #FC6813;
    text-align: center;
}
.ftr-nav_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ftr-nav_list li {
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FFDCC7;
}
.ftr-nav_list li a {
    width: 100%;
    padding: 20px 5px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    text-decoration: none;
    color: #46220E;
    align-items: center;
    font-size: 110%;
    transition: 0.3s;
}
.ftr-nav_list li a:hover {
    color: #FC6813;
}
.ftr-nav_list li a:hover .arrow-link_w {
    transform: translateX(-10px);
    transition: 0.5s;
}
.nav-link_btm {
    display: flex;
    margin: 10px auto;
    justify-content: end;
    gap: 20px;
}
.nav-link_btm a {
    text-decoration: none;
    color: #FC6813;
    display: flex;
    align-items: center;
    transition: 0.2s;
}
.nav-link_btm a:hover {
    transition: 0.2s;
    color: #FFDD90;
}