@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
html {
  scroll-behavior: smooth;
}

body {
    font-family: "hiragino-mincho-pron", sans-serif;
}
.ff_hiragino {
    font-family: "hiragino-mincho-pron", sans-serif;
}

.subhead.loc{
    background-image: url(../img/location/subhead.jpg);
}


/* common_start */
.bg_ac {
    background-image: url(../img/location/ac_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* common_end */

.img_cap_ttl {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    font-size: 14px;
    color: #000;
}
.cap_inner {
    font-size: 10px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 0.5em;
}
.img_cap.img_cap_out {
    bottom: -0.5em;
}
.cap_right {
    text-align: right;
}
.kome {
    font-size: 10px;
}
.kome.mg {
    margin: 0 0.5% 0 -1%;
}
.soon {
    opacity: 0.6;
    pointer-events: none;
}

.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}
.pd80{
    padding: 80px 0;
}
.pd60{
    padding: 60px 0 60px;
}
.mb40{
    margin: 0 auto 40px;
}
.mb20{
    margin-bottom: 20px;
}
.mt_m160 {
    margin-top: -160px;
}
.mb60_sp160 {
    margin: 0px auto 160px;
}
.mg0 {
    margin: 0;
}

.db1000_dn650 {
    display: none;
}
.db1000 {
    display: none;
}
.db750 {
    display: none;
}
.db500 {
    display: none;
}
.dn500 {
    display: block;
}
.dn750 {
    display: block;
}
.dn650 {
    display: block;
}

.ls_0 {
    letter-spacing: initial;
}
.ta_c {
    text-align: center;
}
.ta_r {
    text-align: right;
}
.txt_blk {
    color: #000;
}
.txt_wht {
    color: #fff;
}
.txt_yellow {
    color: #c7b15e;
}
.subhead_ttl .ja.txt_sdw_wht {
    font-size: 24px;
    margin-top: 0.5em;
    /* line-height: 1.2; */
    line-height: 1.7;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
}
.sec_lead {
    line-height: 2.5;
    font-size: 14px;
    font-feature-settings: "palt";
}


.inner_max1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.inner_max800 {
    max-width: 800px;
    margin: 0 auto;
}
.inner_max750 {
    max-width: 750px;
    margin: 0 auto;
}
.com_inner750 {
    max-width: 790px;
    margin: 0 auto;
    padding: 0 20px;
}
.inner_max650 {
    max-width: 650px;
    margin: 0 auto;
}


.bg_green {
    background: #e0ece3;
}
.main_ttl {
    font-size: 46px;
    letter-spacing: 0.2em;
    margin: 0 auto 1.2em;
    line-height: 1.5;
    font-weight: 500;
    font-family: "adobe-garamond-pro", serif;
    text-transform: uppercase;
}
.z_in1{
    position: relative;
    z-index: 1;
}
.z_in2{
    position: relative;
    z-index: 2;
}

.under_line {
    font-weight: bold;
}
.wd_max150 {
    max-width: 150px;
    margin: 0 auto;
}
.inner_max650.mb40 {
    max-width: 650px;
    margin: 0 auto 40px;
}


/* shopping */
.sec_subhead {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    position: relative;
}
.sec_subhead.shopping{
    background-image: url(../img/location/shopping_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subhead_ttl.shopping,.subhead_ttl.education  {
    transform: translate(-50%, -50%);
}
.bg_blue.shopping {
    margin-top: 500px;
}

.col2_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col2_flex.jc_sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2_flex.jc_sb::before {
    content: "";
    width: 100vw;
    height: 30%;
    background: #fff;
    position: absolute;
    top: -22%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.col2_flex.wd48 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
    align-items: flex-end;
}

.col2_flex_item.wd48 {
    width: 48%;
}
.col2_flex_item.wd48.min {
    width: 48%;
    max-width: 161px;
}
.col2_flex_item.wd70 {
    width: 70%;
    padding: 0 0 40px;
}
.col2_flex_item.wd250 {
    max-width: 220px;
    margin-top: 180px;
    width: 30%;
    padding: 0 0 40px;
}
.col2_flex_item.wd250::after {
    content: "";
    width: 100vw;
    width: 50vw;
    height: 500px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -23%;
}
.col2_flex_item.pos_ab_r {
    width: 51.1%;
    position: absolute;
    bottom: 62%;
    right: 0;
    z-index: 2;
    max-width: 981px;
}
.shop_name {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.shop_name span {
    font-size: 10px;
}
.shop_lead {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    line-height: 2.5;
}
.inner_1920 {
    max-width: 1920px;
    margin: 0 auto;
}
.db1200 {
    display: none;
}
.of_hid {
    overflow: hidden;
}



/* LIFESTYLE */
.sec_subhead.lifestyle{
    background-image: url(../img/location/ls_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_beige {
    background: #f1edeb;
}
.sec_ls_ttl .en {
    font-family: "adobe-garamond-pro", serif;
    font-size: 64px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #000;
}
.wd_max200 {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.wd_max200 img {
    width: 48%;
}
.wd_max200.time_line_r {
    position: relative;
}
.wd_max200.time_line_r.week_r_01::before {
    content: "学校から帰宅";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 30px;
    left: 48%;
    font-size: min(1.6vw, 16px);
}
.wd_max200.time_line_r.week_r_02::before {
    content: "駅前の塾へ";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 30px;
    left: 48%;
    font-size: min(1.6vw, 16px);
}
.wd_max200.time_line_r.week_r_03::before {
    content: "駅前の塾へお迎え";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 30px;
    left: 48%;
    font-size: min(1.6vw, 16px);
}
.wd_max200.time_line_r::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 3%;
    background: #c7b15e;
    position: relative;
    bottom: 21px;
}

.wd_max200.time_line_l {
    position: relative;
}
.wd_max200.time_line_l::before {
    content: "";
    width: 100%;
    height: 1px;
    margin-right: 3%;
    background: #c7b15e;
    position: relative;
    bottom: 19px;
}
.wd_max200.time_line_l.week_r_01::after {
    content: "目の前の公園に集合!";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 28px;
    left: 5%;
    font-size: min(1.6vw, 16px);
}
.wd_max200.time_line_l.week_r_02::after {
    content: "仕事から帰宅";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 30px;
    left: 5%;
    font-size: min(1.6vw, 16px);
}
.wd_max200.time_line_l.week_r_03::after {
    content: "家族3人で晩ごはん";
    margin-left: 3%;
    color: #c7b15e;
    position: absolute;
    bottom: 30px;
    left: 5%;
    font-size: min(1.6vw, 16px);
}
.wd_max320 {
    max-width: 320px;
}
.week_ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}
.week_lead {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.5;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mr40 {
    margin-right: 40px;
}
.ml40 {
    margin-left: 40px;
}
.col2_flex.jc_c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}
.flex_end {
    display: flex;
    justify-content: flex-end;
}
.col2_flex_item.wd49 {
    width: 49.3%;
}
.col2_flex_item.wd24 {
    width: 24%;
}
.shop_name02 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.shop_name02 span {
    font-size: 10px;
    color: #595757;
}
.shisetsu_area .col2_flex_item:nth-child(n+3) {
    margin-top: 20px;
}
.ls_lead {
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-size: 18px;
}
.bdr_box {
    border: solid 1px #000;
    max-width: 300px;
    margin: 20px auto 0;
}
.bdr_box_inner {
    padding: 10px;
}
.bdr_box_ttl {
    font-size: 16px;
    text-align: center;
}
.sec_ttl.weekdays {
    margin: 0 auto 20px;
}


/* EDUCATION */
.sec_subhead.education{
    background-image: url(../img/location/edu_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_blue01 {
    background: #eaf4f9;
}
.col2_flex_item.wd100 {
    width: 100%;
}
.col2_flex_item.wd32 {
    width: 32%;
}
.col2_flex_item.wd32:nth-child(n+2) {
    margin-top: 20px;
}
.col2_flex.ali_c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.col2_flex_item.wd54 {
    width: 54%;
}
.col2_flex_item.wd46 {
    width: 46%;
}
.edu_ttl {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}
.edu_lead {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 40px;
    line-height: 2.5;
}
.col2_flex_item.pos_ab_l {
    width: 51.1%;
    position: absolute;
    bottom: 62%;
    left: 0;
    z-index: 2;
    max-width: 981px;
}
.col2_flex_item.wd250_l::after {
    content: "";
    width: 100vw;
    width: 50vw;
    height: 500px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    bottom: -63%;
    right: -320px;
}
.edu_lead.mg0 {
    margin: 0;
}
.bg_blue.education{
    margin-top: 470px;
}
.lifeinfo_area{
    background: url(../img/location/lifeinfo_bg.jpg)no-repeat;
    background-size: cover;
}
.lifeinfo_area .sec_ttl{
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
}


/* 20260206_start */
.bg_green03 {
    background: #edf4ef; 
}
.circle_img {
    /* max-width: 128px;
    width: 18%;
    position: absolute;
    top: 0%;
    left: -1%;
    padding-left: 0.5em; */
    max-width: 168px;
    width: 21%;
    position: absolute;
    top: 1.5%;
    left: -3%;
    padding-left: 0.5em;
}
.pf_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.pf_flex_box:last-child {
    margin-top: 40px;
}
.pf_item_img {
    width: 40%;
}
.pf_item_txt {
    width: 56%;
}
.pf_ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}
.pf_lead {
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.pf_item_green {
    max-width: 100px;
    position: absolute;
    top: -32%;
    right: 0;
    width: 28%;
}

/* topics */
.topics_border {
    border-top: solid 3px #13175b;
    border-bottom: solid 3px #13175b;
}
.topics_border_r_l {
    margin: 10px 0;
    padding: 35px;
    border-right: solid 1px #13175b;
    border-left: solid 1px #13175b;
}
.topics {
    background: #fff;
    padding: 20px;
    margin-top: 80px;
}
.topics_ttl_img {
    max-width: 100px;
    margin: 0 auto;
}
.topics_ttl {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    color: #13175b;
    margin: 10px auto 1.5em;
}
.topics_lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}
.topics_flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.topics_item_txt {
    width: 52%;
}
.topics_item_ttl {
    color: #13175b;
    font-size: 20px;
    margin-bottom: 20px;
}
.topics_item_img {
    width: 46%;
    max-width: 408px;
}
.topics_time {
    border: solid 1px #13175b;
    margin-bottom: 20px;
}
.topics_time p{
    color: #13175b;
    text-align: center;
    padding: 10px;
}
.topics_time_underline {
    border-bottom: 1px solid #13175b;
    font-size: 15px;
}
.topics_color_box {
    display: flex;
    justify-content: space-between;
}
.topics_color_box li {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: #13175b;
    width: 32%;
    border-radius: 5px;
    font-size: 18px;
}
.topics_btn {
    background: #d8ca8f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    max-width: 380px;
    text-align: center;
}
.topics_btn a {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    display: inline-block;
    padding: 15px 10px;
}
.topics_btn a:hover {
    transition: 0.5s;
    opacity: 0.5;
}

/* btn_area */
.btn_area{
    background: url(../img/location/lifeinfo_bg.jpg)no-repeat;
    background-size: cover;
}
.btn_area {
    padding: 80px 0 80px;
}
.btn_box {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btn_box_list {
    width: 30%;
    /* width: 48%; */
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "adobe-garamond-pro", serif;
    font-size: 16px;
}
.btn_box_list.shopping {
    background: #11193d;
}
.btn_box_list.education {
    background: #8487b1;
}
.btn_box_list.lifestyle {
    background: #b8b6c2;
}
.btn_box_list a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 10px 13px;
    transition: 0.5s;
}
.btn_box_list a:hover{
    transition: 0.5s;
    opacity: 0.5;
}

#shopping {
    margin-top: -60px;
    padding-top: 60px;
}
#education {
    margin-top: -60px;
    padding-top: 60px;
}
#lifestyle {
    margin-top: -60px;
    padding-top: 60px;
}
/* 20260206_end */

.loc_img01 .img_cap{
    right: 2em;
    bottom: 2em;
}

/* yokoku */
.yokoku_box {
    border: 1px solid #000;
    padding: 15px 20px;
}
.yokoku_ttl {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
.com_inner750.pd100 {
    padding: 100px 20px 20px;
}


@media screen and (max-width: 1920px) {
.bg_blue.shopping{
    margin-top: 25%;
}
.bg_blue.education {
    margin-top: 25%;
}
}


@media screen and (max-width: 1200px) {
.db1200 {
    display: block;
}
}

@media screen and (max-width: 1000px) {
.db1000_dn650 {
    display: block;
}
.db1000 {
    display: block;
}
.dn1000{
    display: none;
}

.pt100 {
    padding-top: 80px;
}
.pb100 {
    padding-bottom: 80px;
}

.sec_subhead {
    height: 350px;
}
.subhead_ttl .ja.txt_sdw_wht {
    font-size: 20px;
}

.col2_flex_item.wd70 {
    padding: 60px 0 40px;
}
.col2_flex_item.wd250::after {
    left: -20%;
}

.main_ttl {
    font-size: 34px;
    line-height: 1;
}
.sec_ls_ttl .en {
    font-size: 50px;
}

.week_ttl {
    font-size: 15px;
}
.week_lead {
    font-size: 13px;
}

.col2_flex_item.wd54 {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
}
.col2_flex_item.wd46 {
    width: 100%;
    margin: 0 auto;
}
.edu_txt_box {
    width: 48%;
}
.edu_lead {
    text-align: justify;
}
.wd_max320 {
    width: 48%;
}
.col2_flex_item.wd46 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.bg_blue.shopping {
    margin-top: 20%;
}
.bg_blue.education {
    margin-top: 20%;
}
.edu_ttl {
    font-size: 16px;
}
.ls_lead {
    font-size: 16px;
}
.col2_flex.jc_sb::before {
    height: calc(30% + 60px);
}
.bdr_box_ttl {
    font-size: 14px;
}
.bdr_box {
    max-width: 250px;
}

.wd_max200.time_line_l::before {
    bottom: 2vw;
}
.wd_max200.time_line_l.week_r_03::after {
    bottom: 3vw;
}
.wd_max200.time_line_l.week_r_02::after {
    bottom: 3vw;
}
.wd_max200.time_line_r::after {
    bottom: 2vw;
}
.wd_max200.time_line_r.week_r_01::before {
    bottom: 3vw;
}
.wd_max200.time_line_l.week_r_01::after {
    bottom: 3vw;
}
.wd_max200.time_line_r.week_r_02::before {
    bottom: 3vw;
}
.wd_max200.time_line_r.week_r_03::before {
    bottom: 3vw;
}

/* 20260206_start */
.pf_ttl {
    font-size: 15px;
}
.pf_lead {
    font-size: 13px;
}
.topics_ttl {
    font-size: 24px;
}
.topics_item_ttl {
    font-size: 18px;
}
.topics_time_underline {
    font-size: 14px;
}
.topics_time_eigyo {
    font-size: 15px;
}
.topics_lead {
    font-size: 13px;
}
.topics_color_box li {
    font-size: 16px;
}
.topics_btn {
    font-size: 15px;
}
.topics_border_r_l {
    padding: 30px 25px;
}

/* btn_area */
.btn_area {
    padding: 60px 0 60px;
}
.btn_box_list {
    font-size: 15px;
}
/* #shopping {
    margin-top: -80px;
    padding-top: 80px;
}
#education {
    margin-top: -80px;
    padding-top: 80px;
}
#lifestyle {
    margin-top: -80px;
    padding-top: 80px;
} */
/* 20260206_end */

/* yokoku */
.com_inner750.pd100 {
    padding: 80px 20px 80px;
}
.yokoku_ttl {
    font-size: 16px;
}
}



@media screen and (max-width: 750px) {
.db750 {
    display: block;
}
.dn750 {
    display: none;
}

.subhead_ttl .ja.txt_sdw_wht {
    font-size: 16px;
}

.bg_blue.shopping.mb60 {
    margin: 40px auto 40px;
}
.col2_flex_item.wd70 {
    width: 100%;
        padding: 24px 0 0;
}
.col2_flex_item.wd250::after {
    content: initial;
}
.col2_flex_item.pos_ab_r {
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50px);
}
.col2_flex.jc_sb::before {
    height: 10%;
    top: 0;
}
.col2_flex.wd48.sp_750 {
    margin: 0 auto 20px;
    width: 68%;
}
.shop_lead{
    font-size: 11px;
    text-align: center;
    margin-top: 0;
}
.col2_flex_item.wd250 {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 280px;
    width: 100%;
}
.col2_flex.sp750_jc_c {
    justify-content: center;
}
.bg_blue.education {
    margin-top: 0;
}

/* 20260209_start */
.topics_flex_box {
    max-width: 550px;
    margin: 0 auto 30px;
}
.topics_item_txt {
    width: 100%;
    margin-bottom: 30px;
}
.topics_item_img {
    width: 100%;
    max-width: initial;
}
.topics {
    padding: 25px 20px;
}
/* 20260209_end */
}



@media screen and (max-width: 650px) {
.db1000_dn650 {
    display: none;
}
.img_cap_ttl {
    font-size: 13px;
}
.dn650 {
    display: none;
}
.pt100 {
    padding-top: 60px;
}
.pb100 {
    padding-bottom: 60px;
}
.mb60_sp100 {
    margin: 0 auto 100px;
}
.sec_subhead {
    height: 120px;
}
.col2_flex.jc_sb::before {
    height: 40px;
    top: 0;
}
.main_ttl {
    font-size: 28px;
}
.sec_ls_ttl .en {
    font-size: 32px;
}
.col2_flex.jc_c{
    justify-content: space-between;
}

.week_area .col2_flex_item.wd48 {
    max-width: 480px;
}
.od01 {
    order: 1;
}
.od02 {
    order: 2;
}
.wd_max200 {
    width: 100%;
    margin-top: 65px;
    margin: 30px 0 20px;
}
.wd_max200.time_line_l::before {
    content: "";
    margin-right: 3%;
    background: #c7b15e;
}
.ttl_line_flex {
    display: flex;
    justify-content: flex-start;
    margin-left: 5%;
}
.ttl_line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #ceb077;;
}

.bg_blue.shopping.mb60 {
    margin: 0 auto 40px;
}
.shop_lead{
    text-align: left;
}
.juku_sp{
    margin-top: 40px !important;
    order: 2;
}
.mr40 {
    margin-right: 0;
}
.ml40 {
    margin-left: 0;
}

.col2_flex{
    max-width: 450px;
    margin: 0 auto;
}
.col2_flex.jc_c,.inner_max750,.inner_max800{
    max-width: 450px;
}
.col2_flex_item.wd49 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.col2_flex_item.wd49:nth-child(n+2) {
    margin: 20px auto 0;
}
.col2_flex_item.wd24 {
    width: 48%;
}
.col2_flex_item.wd32 {
    width: 48%;
}
.col2_flex_item.wd32:last-of-type {
    margin: 20px auto 0;
}
.shop_name02 {
    letter-spacing: 0.02em;
}
.wd_max320 {
    width: 100%;
}
.edu_txt_box {
    width: 100%;
}
.col2_flex_item.wd46 .week_ttl {
    text-align: center;
}
.edu_lead {
    text-align: center;
}
.col2_flex_item.wd46 {
    gap: 0;
}
.ta_c {
    text-align: center;
}
.sp_mt0{
    margin-top: 0 !important;
}
.sp_mb0{
    margin-bottom: 0;
}
.sp_mt40{
    margin:40px auto 0;
}
.sp_mb20{
    margin-bottom: 20px;
}
.week_ttl{
    text-align: center;
}
.week_img04b{
    position: relative;
    right: 40%;
}
.bdr_box {
    max-width: 230px;
}

.wd_max200.time_line_r.week_r_01::before {
    font-size: min(3vw, 16px);
}
.wd_max200.time_line_r.week_r_02::before {
    font-size: min(3vw, 16px);
}
.wd_max200.time_line_r.week_r_03::before {
    font-size: min(3vw, 16px);
}
.wd_max200.time_line_l.week_r_01::after {
    font-size: min(3vw, 16px);
    left: initial;
    right: 51%;
}
.wd_max200.time_line_l.week_r_02::after {
    font-size: min(3vw, 16px);
    left: initial;
    right: 51%;
}
.wd_max200.time_line_l.week_r_03::after {
    font-size: min(3vw, 16px);
    left: initial;
    right: 51%;
}

.wd_max200.time_line_l::before {
    bottom: 4vw;
}
.wd_max200.time_line_l.week_r_03::after {
    bottom: 5vw;
}
.wd_max200.time_line_l.week_r_02::after {
    bottom: 5vw;
}
.wd_max200.time_line_r::after {
    bottom: 4vw;
}
.wd_max200.time_line_r.week_r_01::before {
    bottom: 5vw;
}
.wd_max200.time_line_l.week_r_01::after {
    bottom: 5vw;
}
.wd_max200.time_line_r.week_r_02::before {
    bottom: 5vw;
}
.wd_max200.time_line_r.week_r_03::before {
    bottom: 5vw;
}

.pf_item_img {
    width: 100%;
}
.pf_item_txt {
    width: 100%;
}

/* 20260206_start */
.circle_img {
    /* top: -1%;
    left: -5%; */
    padding-left: 0;
}
.inner_max800.pf {
    max-width: 500px;
}
.pf_flex_box.inner_max650 {
    max-width: 400px;
}
.pf_flex_box:last-child {
    margin-top: 100px;
}
.pf_item_green {
    top: -52%;
}
.pf_lead {
    margin-bottom: 20px;
}
.topics {
    padding: 20px 15px;
    margin-top: 60px;
}
.topics_ttl {
    font-size: 20px;
}
.topics_time_underline {
    font-size: 13px;
}
.topics_time_eigyo {
    font-size: 14px;
}
.topics_color_box li {
    font-size: 15px;
    letter-spacing: 0;
}
.topics_btn {
    width: 100%;
}
.topics_border_r_l {
    padding: 20px 15px;
}

/* btn_area */
.btn_area {
    padding: 40px 0 40px;
}
.btn_box_list {
    width: 100%;
}
.btn_box_list:nth-child(n+2) {
    margin-top: 15px;
}
/* 20260206_end */
.loc_img01 .img_cap{
    right: 1em;
    bottom: 1em;
}

/* yokoku */
.yokoku_box {
    padding: 10px 20px;
}
.yokoku_ttl {
    font-size: 15px;
}
.com_inner750.pd100 {
    padding: 60px 20px 60px;
}
}


@media screen and (max-width: 500px) {
.db500 {
    display: block;
}
.dn500 {
    display: none;
}
.ttl_line::after {
    height: 40px;
}

/* 20260209_start */
.topics_btn {
    line-height: 1.5;
}
.topics_btn a {
    padding: 10px 10px;
}
/* 20260209_end */
}

@media screen and (max-width: 430px) {
.pf_item_green.pf_item_green02 {
    top: -43%;
}
}

@media screen and (max-width: 420px) {
.pf_item_green {
    top: -48%;
}
}

@media screen and (max-width: 380px) {
.pf_item_green.pf_item_green01 {
    top: -42%;
}
.pf_item_green.pf_item_green02 {
    top: -42%;
}
}

/*---- lifeinfo ----*/
  .p-contents-location-map__inner {
	margin: auto;
	}
  .p-location-map__h2 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: .1em;
  }
  .p-location-map__h2-brackets {
	display: inline-block;
	width: 672px;
	max-width: 100%;
	padding: 15px 30px;
	position: relative;
  }
  .p-location-map__h2-brackets-before, .p-location-map__h2-brackets-after {
	position: absolute;
	display: block;
	width: .77em;
	height: 1.5em;
  }
  .p-location-map__h2-brackets-before {
	top: 0;
	left: 0;
  }
  .p-location-map__h2-brackets-after {
	bottom: 0;
	right: 0;
  }
  .p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-before::after, .p-location-map__h2-brackets-after::before, .p-location-map__h2-brackets-after::after {
	content: "";
	display: block;
	position: absolute;
  }
  .p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-after::before {
	width: 100%;
	height: 1px;
  }
  .p-location-map__h2-brackets-before::after, .p-location-map__h2-brackets-after::after {
	width: 1px;
	height: 100%;
  }
  .p-location-map__h2-brackets-before::before, .p-location-map__h2-brackets-before::after {
	top: 0;
	left: 0;
  }
  .p-location-map__h2-brackets-after::before, .p-location-map__h2-brackets-after::after {
	bottom: 0;
	right: 0;
  }
  .p-location-map__h2-brackets-before::before {
	background: linear-gradient(to right, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0) 100%);
  }
  .p-location-map__h2-brackets-before::after {
	background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, rgba(170, 170, 170, 0) 100%);
  }
  .p-location-map__h2-brackets-after::before {
	background: linear-gradient(to right, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
  }
  .p-location-map__h2-brackets-after::after {
	background: linear-gradient(to bottom, rgba(170, 170, 170, 0) 0%, rgba(170, 170, 170, 1) 100%);
  }
  .p-location-map__map-wrap {
	margin-bottom: 0px;
	}
  .p-location-map__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto 30px;
	}
	.p-location-map__nav > div p{
			font-size: 40px;
	}

	.p-location-map__nav-group {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
		/* border-top: 1px solid #a48067;
		border-left: 1px solid #a48067; */

        /* border-top: 1px solid #000;
		border-left: 1px solid #000; */
	}
    .p-location-map__nav-item {
        /* width: 12.28%; */
        width: 19%;
        background: #fff;
        position: relative;
        transition: .3s;
        box-sizing: border-box;
        /* border-right: 1px solid #a48067;
        border-bottom: 1px solid #a48067; */

        /* border-right: 1px solid #000;
	    border-bottom: 1px solid #000; */
    }

.p-location-map__btn[data-href="info01"].is-active .p-location-map__nav-item{
	border:1px solid #000;
}
.p-location-map__btn[data-href="info02"].is-active{

}
.p-location-map__btn[data-href="info03"].is-active{

}
.p-location-map__btn[data-href="info04"].is-active{

}
.p-location-map__btn[data-href="info05"].is-active{

}
.p-location-map__btn[data-href="info06"].is-active{

}
.p-location-map__btn[data-href="info07"].is-active{
	
}
.p-location-map__btn[data-href="info08"].is-active{
	
}
  .p-location-map__btn {
	border: 0;
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    background: #878689;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #fff;
	}
.p-location-map__btn{
	
}
.p-location-map__btn:hover, .p-location-map__btn.is-active{
	/* background-color: #a48067; */
	background-color: #11193d;
}
	
/* .p-location-map__btn[data-href="info01"]:hover, .p-location-map__btn[data-href="info01"].is-active{
	background-color: #a48067;
}
.p-location-map__btn[data-href="info02"]:hover, .p-location-map__btn[data-href="info02"].is-active{
	background-color: #033a68;	
}
.p-location-map__btn[data-href="info03"]:hover, .p-location-map__btn[data-href="info03"].is-active{
	background-color: #006094;	
}
.p-location-map__btn[data-href="info04"]:hover, .p-location-map__btn[data-href="info04"].is-active{
	background-color: #7c0e16;	
}
.p-location-map__btn[data-href="info05"]:hover, .p-location-map__btn[data-href="info05"].is-active{
	background-color: #0E7C3D;	
}
.p-location-map__btn[data-href="info06"]:hover, .p-location-map__btn[data-href="info06"].is-active{
	background-color: #5f3913;
}
.p-location-map__btn[data-href="info07"]:hover, .p-location-map__btn[data-href="info07"].is-active{
	background-color: #3A3A3A;
} */


.infowin_container h4{
	font-feature-settings: "palt";
    font-family: "kozuka-mincho-pro", serif;
    font-weight: 400;
    font-style: normal;
}

  .p-location-map__btn::before {
	/* content: ""; */
	/* display: block; */
	/* width: 100%; */
	/* height: 100%; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* z-index: 1; */
	/* transition: .3s; */
	}
  .p-location-map__btn span {
	position: relative;
	z-index: 2;
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“", "Yu Mincho", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  Pro", "Hiragino Mincho Pro", "MS PÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ", "MS PMincho", serif;
	}
  .p-location-map__btn[data-href="store"] span{	
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
  }
  .p-location-map__btn:hover, .p-location-map__btn.is-active {
	color: #fff;
	  transition: .3s;
	}

    .p-location-map__btn > span > img{
       height: 25px;
    }
    .p-location-map__btn > .btn_life{
        display: block;
    }
    .p-location-map__btn:hover > .btn_life{
        display: none;
    }
    .p-location-map__btn:hover > .btn_life_on{
        display: block;
    }
    .p-location-map__btn.is-active > .btn_life{
        display: none;
    }
    .p-location-map__btn > .btn_life_on{
        display: none;
    }
    .p-location-map__btn.is-active > .btn_life_on{
        display: block;
    }
    
  .p-location-map__map {
	}
  .p-location-map__map-inner {
	display: flex;
	flex-wrap: wrap;
	/* background-color: #FFF; */
	justify-content: space-between;
	}
  .p-location-map__map-area {
	width: 62.5%;
	}
  .p-location-map__menu {
	width: 37.5%;
	/* background-color: #fff; */
	/* background-color: #f3f3f3; */
	overflow-y: scroll;
	height: 615px;
	}
  .p-location-map__annotation {
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
  }
  /* menu
  ---------------------------------*/
  .accordion h3, .accordion h3 a {
	height: 36px;
	text-indent: -9999px;
  }
  .accordion h3.leisure_title a {
	background-position: 0 0;
  }
  .accordion h3.shopping_title a {
	background-position: 0 -36px;
  }
  .accordion h3.food_title a {
	background-position: 0 -72px;
  }
  .accordion h3.living_title a {
	background-position: 0 -108px;
  }
  .ui-state-active a {
	display: none;
  }
  .accordion ol {
	counter-reset: number;
	margin: 0;
	padding: 0;
	/* background: #fff; */
	/* border-left: 1px solid #fff; */
	/* border-right: 1px solid #fff; */
	/* overflow-y: scroll; */
	}
  .accordion ol li {
	display: block;
	position: relative;
	/* background: #e5e3e1; */
	/* background: #f3f3f3; */
	border-top: 1px solid #333;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 13px 10px 13px 13px;
	box-sizing: border-box;
	}
    .accordion ol li:last-of-type{
        border-bottom: 1px solid #333;
    }
  .accordion ol li a:hover {
	opacity: 0.5;
	transition: all .5s ease;
	}
  .accordion ol li a::before {
	content: counter(number);
	counter-increment: number;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	z-index: 50;
	display: flex;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	padding-right: 4px;
	text-align: center;
	align-items: center;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: italic;
	background:#000;
	justify-content: center;
	}

	.accordion ol li .map_ttl{
		font-size: 15px;
		line-height: 1;
	}

  .accordion ol li a {
	display: inline-block;
	color: #333;
	position: relative;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	font-feature-settings: "palt";
	padding-left: 50px;
	}

.accordion .info01 ol li a::before {
	background-color: #7c770f;
}
.accordion .info02 ol li a::before {
	background-color: #a48067;
}
.accordion .info03 ol li a::before {
	background-color: #006094;
}
.accordion .info04 ol li a::before {
    background-color: #023a68;
}
.accordion .info05 ol li a::before {
    background-color: #7c0e16;	
}

.accordion .info06 ol li a::before {
    background-color: #0f7c3e;
}
.accordion .info07 ol li a::before {
    background-color: #5f3913;	
}
.accordion .info08 ol li a::before {	
    background-color: #000;
}


  .accordion ol li a span {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	margin-left: -6px;
	}
.accordion ol li a::before{
	width: 35px;
	height: 35px;
	line-height: 15px;
}

.accordion ol p.list_ttl{
	position: relative;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0;
	margin-right: 10px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
	padding: 0 5px;
}


.accordion ol p.list_ttl:after {
    content: "";
    right: 0;
    bottom: 50%;
    display: block;
    width: 100%;
    margin-left: 20px;
    transform: translateY(-50%);
    border-bottom: 2px dotted #000;
}
  *:first-child + html .accordion ol li a {
	z-index: 1;
	width: 197px;
	float: left;
  }
	
  .accordion .caption {
	font-size: 11px;
	padding: 10px;
	color: #333;
	line-height: 1.4;
  }
  /* map
  ---------------------------------*/
  #maparea {
	width: 100%;
	height: 600px;
	float: left;
  }
  #map {
	background: #fff;
	height: 615px;
	}
  @media all and (max-width: 900px) {
	.p-location-map__nav-item {
        width: 49%;
        }
	.p-location-map__nav-item:nth-child(n+3) {
		margin-top: 10px
	}
    .accordion ol li a {
        font-size: 14px;
    }
    .accordion ol li .map_ttl{
        font-size: 14px;
    }
    .accordion ol li a span {
        font-size: 12px;
    }
  }
@media all and (max-width: 767px) {
  .p-location-map__menu,.p-location-map__map-area{
	  width:100%;
	  max-width:unset;
  }
	.p-location-map__map-area{
		width: 100%;
		margin-bottom:20px;
	}
	.accordion ol li{
        padding: 8px 10px 13px 10px;
    }
	.accordion ol li a{
        font-size: 12px;
        padding: 10px 10px 0px 25px;
	}
	
	.accordion ol li a::before{
		width: 20px;
		height:20px;
		font-size: 15px;
		padding-left: 2px;
	}
	.accordion ol li .map_ttl{
		font-size:14px;
        padding-top: 5px;
	}
	.accordion ol li a span{font-size: 11px;}
	.p-location-map__menu{
		width: 100%;
		height: 250px;
    }
    .p-location-map__nav{
        flex-wrap: wrap;
    }
    .p-location-map__nav > div{
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }
    .p-location-map__nav-group{
        margin: 0 auto;
    }
    .p-location-map__nav > div p{
        font-size: 28px;
    }

    .p-location-map__nav-item {
      margin-bottom: 0;
      /* border-bottom: 1px solid #a48067; */
      /* border-bottom: 1px solid #000; */
	}
	.p-location-map__btn{
		height:45px;
	}
	.p-location-map__nav-item:last-of-type{
		/* border-bottom: none; */
		/* width:100%; */
}
  
}

  @media all and (max-width: 560px) {
    .loc_nav_text {
  }

	.p-contents-location-map {
	  /* padding: 0px 0 25px; */
	  /* background-image: url("../../img/location/sp/contents-decoration-white@sp.png"); */
	}
	.p-location-map__h2 {
	  margin-bottom: 30px;
	  font-size: 24px;
	  font-size: 2.4rem;
	}
	.p-location-map__h2-brackets {
	  padding: 0 10px;
	}
	.p-location-map__nav {
		/* padding: 0 0 18px; */
		margin: 0 auto 30px;
	}
	.p-location-map__nav::before {
	  /* display: none; */
	}
	.p-location-map__nav-item {
	}
	.p-location-map__btn {
	  /* height: 45px; */
	  font-size: 14px;
	}
	.p-location-map__nav::before {
		height: 102%;
		background-color: #F0ECE9;
	}
	.p-location-map__btn[data-href="store"] span{
        font-size: 11px;
    }
	.p-location-map__map-wrap {
	  margin-bottom: 0px;
	}
	#page-location .content03 .content_inner{
		padding: 60px 20px 0;
	}
	.p-location-map__map {
	  padding: 0;
	}
	.p-location-map__map-inner {
	  padding: 0;
	  margin: auto 0%;
	}
	.p-location-map__map-area {
	  width: 100%;
	}
	#map {
	  height: 320px;
	}
	.p-location-map__menu {
	height: 400px;
	}
	.accordion ol {
	  border: none;
	}
  }
  @media all and (max-width: 375px) {
	.p-location-map__btn{
		font-size: 12px;
	}

  }
  @media all and (max-width: 360px) {
	.p-location-map__btn[data-href="store"] span {
		font-size: 11px;
	}

  }