@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  top.css
// style info :  スタイル指定
=================================================================== */
/* --------------------------------------------------------------------------------
    common
--------------------------------------------------------------------------------*/
/* column base*/
.column {
    border: none;
    padding: 74px 30px 50px;
    margin-top: 200px;
    margin-bottom: 80px;
    position: relative;
    background-color: #F2F6F9;
}
#runking.column {
	margin:0 auto 80px;
	padding: 20px 0;
    background-color: transparent;
}
.column .pickup {
    position: absolute;
    top: -.5em;
    left: 0;
    right: 0;
    transform: translateY(0);
    width: auto;
    margin: 0 auto;
    font-weight: bold !important;
    font-family: "Times New Roman", serif;
    color: #BC9C59;
    font-size: 52px;
    line-height: 1;
}
.column .pickup.under-line::before {
    height: 70%;
    left: -20%;
    right: -20%;
}
.column .sub-title + p {
    margin-bottom: 30px;
}
.column .row > .caption {
    text-align: center;
    margin-bottom: 20px;
}
/* column ranking */
.column .ranking-img {
    max-width: 890px;
    margin: 0 auto;
}
.column .ranking-img li {
    display: inline-block;
    width: 26%;
    padding: 2%; /*cursor: pointer;*/
}
@media only screen and (max-width: 768px) {
    .column {
        margin-top: 26vw;
    }
    #runking.column {
		margin-bottom: 40px;
    }
    .column .pickup {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .column .ranking-img li {
        width: 33.33333333%;
    }
}
/* column popup */
.column .popup-wrap {
    position: fixed;
    top: 40%;
    left: 40%;
    right: 40%;
    bottom: 40%;
    background: rgba(255, 255, 255, .8);
    z-index: 10000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.column .popup-wrap li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 780px;
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: #003470 8px solid;
    padding: 24px 30px 30px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.column .popup-wrap li figure {
    display: inline-block;
    vertical-align: middle;
    width: 27.4%;
}
.column .popup-wrap li p {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
    margin-left: 4.6%;
    line-height: 1.8;
}
.column .popup-wrap li strong {
    display: block;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
}
.column .popup-wrap li .caption {
    display: block;
    margin-top: 10px;
}
.column .popup-wrap .close-btn {
    position: fixed;
    top: 18px;
    right: 0;
    left: 0;
    font-size: 15px;
    color: #000;
    opacity: 0;
    text-decoration: underline;
}
.column .popup-wrap.active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.column .popup-wrap.active li.active {
    opacity: 1;
}
.column .popup-wrap.active .close-btn {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .column .popup-wrap {
        top: 0%;
        left: 0%;
        right: 0%;
        bottom: 0%;
    }
    .column .popup-wrap li figure {
        width: 100%;
        text-align: center;
    }
    .column .popup-wrap li p {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .column .popup-wrap li p strong {
        font-size: 120%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 640px) {
    .column .popup-wrap li {
        padding: 24px 20px 20px;
    }
    .column .popup-wrap li figure img {
        max-width: 120px !important;
    }
}
/* --------------------------------------------------------------------------------
    kvWrap
--------------------------------------------------------------------------------*/
/*body#location-page .contents-property-innerWrap {padding-top: 150px;}
.contents-property-innerWrap .kvWrap {
}*/
.contents-property-innerWrap .kvWrap figure {
    position: absolute;
    top: 0;
    left: 0;
}
.contents-property-innerWrap .kvWrap .title-wrap {
    margin: 10px auto 50px;
}
.contents-property-innerWrap .kvWrap::before { /* content: ''; */ background: url(../../../img/pages/location/bg01.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 50vw;
    background-size: contain;
    z-index: -1;
}
.contents-property-innerWrap .kvWrap::after { /* content: ''; */ background: url(../../../img/pages/location/bg02.png) top right no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
    height: 50vw;
    background-size: contain;
    z-index: -1;
}
.contents-property-innerWrap figcaption {
    bottom: 0;
}
.contents-property-innerWrap .kvWrap figcaption {
    bottom: inherit;
    top: 0;
}
/*@media only screen and (max-width: 1520px) {
	.contents-property-innerWrap .kvWrap figcaption {    
		bottom: inherit;
		top: 0;
	}
}*/
@media only screen and (max-width: 1200px) {
    .contents-property-innerWrap .kvWrap figcaption {
        /*top: 35vw;*/
        top: 24vw;
    }
}
@media only screen and (max-width: 768px) {
    .contents-property-innerWrap .kvWrap .title-wrap {
        margin: 10px auto 6.5vw;
    }
}
@media only screen and (max-width: 767px) {
    body#location-page .contents-property-innerWrap {
        padding-top: 0;
    }
    .contents-property-innerWrap .kvWrap figure {
        position: relative;
    }
    .contents-property-innerWrap .kvWrap::before, .contents-property-innerWrap .kvWrap::after {
        content: none;
    }
    .contents-property-innerWrap .kvWrap figcaption {
        top: auto;
        bottom: 0;
    }
    .contents-property-innerWrap .kvWrap figure {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 736px) {
    .contents-property-innerWrap figcaption { /* top: 0; */
    }
}
/* --------------------------------------------------------------------------------
    minamiyama
--------------------------------------------------------------------------------*/
.shop-list li .inner {
    position: relative;
}
.shop-list li p small {
    font-size: 15px;
    letter-spacing: .01em;
}
.shop-list li p .alphabet {
    display: inline-block;
    background: #000;
    color: #fff;
    font-family: noto-sans;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    margin-right: 10px;
}
/*.shop-list li p .minute { display: block; line-height: 1; font-size: 14px; margin: 0 0 40px 20px;}*/
.shop-list li p .minute {
    display: block;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 40px 0;
}
/*.shop-list .minute { display: block; line-height: 1; font-size: 14px; margin: 0 0 40px 20px;}*/
.shop-list .minute {
    display: block;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 40px 0;
}
.shop-list .eye-chatcher-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 84px;
    height: 84px;
    z-index: 10;
}
.shop-list .eye-chatcher-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 1;
}
.shop-list .eye-chatcher-icon::after {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    background: #003470;
    width: 84px;
    height: 84px;
    z-index: 0;
    text-align: right;
    color: #fff;
    padding-right: 4px;
}
.shop-list .eye-chatcher-icon::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: #fff830;
    width: 84px;
    height: 84px;
    z-index: -1;
}
.contents-property .new {
    width: 67px;
    margin-right: 15px;
    padding: 0 10px;
    background: darkred;
    color: #ffffff;
    font-size: 22px;
    font-family: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode", "Noto SansJapanese", “游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN, sans-serif;
    letter-spacing: 0;
}
/* interview */
.interview {
    background: #eae3d5;
    padding: 60px 10px;
}
.interview h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.interview .text-wrap {
    text-align: left;
}
.interview .text-wrap .inner {
    background: #fff;
    padding: 30px;
}
.interview .profile {
    border: #aaa 1px solid;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 12px;
}
.interview .profile strong {
    font-size: 14px;
    display: block;
    font-weight: bold;
}
/* --------------------------------------------------------------------------------
    lifeinfo
--------------------------------------------------------------------------------*/
.bg-gray {
    background: #efefef;
    padding: 60px 10px;
}
.bg-beige > .sub-title:first-child {
    margin-bottom: 50px;
}
.bg-beige .row .inner {
    position: relative;
}
.bg-beige .eye-chatcher-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 104px;
    height: 104px;
    z-index: 10;
}
.bg-beige .eye-chatcher-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 1;
}
.bg-beige .eye-chatcher-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /*background: #003470;*/
    background:#3d764d;
    width: 104px;
    height: 104px;
    z-index: 0;
}
.bg-beige .eye-chatcher-icon::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: url("../../../img/pages/location/248/location_icon_dec01.jpg");
    width: 104px;
    height: 104px;
    z-index: -1;
}
/* coachandfour */
.coachandfour ul {
    max-width: 300px;
    margin: 20px auto;
    background: #efefef;
    padding: 6px;
}
.coachandfour ul li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    line-height: 2.2;
}
/* medical */
.medical .list-wrap {
    margin-top: 20px;
    font-size: 13px;
    border-top: #ddd 1px solid;
    padding: 10px 0;
    text-align: left;
}
.medical dl {
    margin-bottom: 10px;
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px;
}
.medical dl dt {
    display: inline-block;
    width: 100%;
}
.medical dl dt span {
    display: inline-block;
    background: #BC9C59;
    color: #fff;
    padding: 0 5px;
}
.medical dl dt + dd {
    display: inline-block;
    width: 70%;
}
/*.medical  dl dt+dd+dd { display: inline-block; width: 30%; text-align: right; margin-top: -5px;}*/
.medical dl dt + dd + dd {
    display: inline-block;
    width: 70%;
    text-align: right;
    margin-top: -5px;
}
.medical dl dd .num {
    font-size: 200%;
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
}
@media only screen and (max-width: 1099px) {
    .medical dl dt {
        width: 100%;
    }
    .medical dl dt + dd {
        width: 70%;
    }
    /*.medical  dl dt+dd+dd { width: 30%;}*/
    .medical dl dt + dd + dd {
        width: 70%;
    }
}
@media only screen and (max-width: 400px) {
    .medical dl dt + dd + dd {
        width: 100%;
    }
}
/* natural-environment */
.natural-environment .container .row > div {
    position: relative;
}
.natural-environment .container .row li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.natural-environment .container .row li:first-child + * {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* oblique-layout */
/*.oblique-layout > div{ position: relative;}
.oblique-layout figure:first-child { position: absolute; top: 0; left: 0; z-index: 2;}
.oblique-layout figure:first-child+* { position: absolute; bottom: 0; right: 0; z-index: 1;}
*/
@media only screen and (max-width: 767px) {
    .oblique-layout > div > img {
        display: none;
    }
    .oblique-layout figure {
        position: relative !important;
        display: block;
        max-width: 470px;
        margin: 0 auto;
    }
}
/* ------------------------------
 mapWrapper
------------------------------ */
.mapWrapper {
    max-width: 1170px;
    margin: 60px auto;
}
.mapWrapper h3 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: .1em;
}
.mapWrapper > ul > li {
    display: inline-block;
    width: 16.66666666666667%;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    cursor: pointer;
}
.mapWrapper > ul > li.bank {
    background: #7b658e;
}
.mapWrapper > ul > li.education {
    background: #8d8e63;
}
.mapWrapper > ul > li.park {
    background: #6d9071;
}
.mapWrapper > ul > li.hospital {
    background: #60858B;
}
.mapWrapper > ul > li.leisure {
    background: #a78267;
}
.mapWrapper > ul > li.shopping {
    background: #b7757e;
}
.mapWrap {
    position: relative;
    height: 550px;
}
.mapWrap > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mapWrap > div iframe {
    border: none;
}
.mapWrap > div.bank {
    z-index: 10;
}
.mapWrap > div.education {
    z-index: 9;
}
.mapWrap > div.park {
    z-index: 8;
}
.mapWrap > div.hospital {
    z-index: 7;
}
.mapWrap > div.leisure {
    z-index: 6;
}
.mapWrap > div.shopping {
    z-index: 5;
}
@media only screen and (max-width: 1041px) {
    .mapWrapper > ul > li {
        letter-spacing: .01em;
    }
    .mapWrap, .mapWrap > div.bank iframe, .mapWrap > div.education iframe, .mapWrap > div.park iframe, .mapWrap > div.hospital iframe, .mapWrap > div.leisure iframe, .mapWrap > div.shopping iframe {
        height: 1050px;
    }
}
@media only screen and (max-width: 767px) {
    .mapWrapper > ul > li {
        display: inline-block;
        width: 33.33333333333334%;
        font-size: 120%;
    }
    .mapWrap, .mapWrap > div.bank iframe, .mapWrap > div.education iframe, .mapWrap > div.park iframe, .mapWrap > div.hospital iframe, .mapWrap > div.leisure iframe, .mapWrap > div.shopping iframe {
        height: 950px;
    }
}
/* スマホ文字揃え調整 */
@media only screen and (max-width: 767px) {
    section .container .row .al {
        text-align: center !important;
    }
}
.remake01 .eye-chatcher-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 104px;
    height: 104px;
    z-index: 10;
}
.remake01 .eye-chatcher-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    z-index: 1;
}
.remake01 .eye-chatcher-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #003470;
    width: 104px;
    height: 104px;
    z-index: 0;
}
.remake01 .eye-chatcher-icon::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: #fff830;
    width: 104px;
    height: 104px;
    z-index: -1;
}
.bg-beige {
    position: relative;
    padding: 60px 0 90px;
}
.bg-beige::before {
    position: absolute;
    content: "";
    display: block;
    background: #F5F5F5;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.stationbuilding, .coachandfour, .medical, .natural-environment {
    margin-top: 100px;
}
#minamiyama, .life-info {
    margin-top: -30px;
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    .stationbuilding, .coachandfour, .medical, .natural-environment {
        margin-top: 30px;
    }
}
/* menu
---------------------------------*/
#menu {
    padding: 0px;
    width: 25%;
    height: 550px;
    overflow: auto;
    float: right;
    background: #fff;
}
.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 ul {
    margin: 0;
    padding: 0;
    background: #fff;
    border-left: 1px solid #e9e4d3;
    border-right: 1px solid #e9e4d3;
    overflow: hidden;
}
.accordion ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #e9e4d3;
}
.accordion ul li a {
    display: inline-block;
    padding: 5px 5px;
    color: #4d4013;
    position: relative;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    width: 100%;
    text-decoration: none;
}
.accordion ul li a .line2 {
    display: inline-block;
    margin: 0 0 5px 30px;
}
.accordion ul li a .min {
    display: block;
    text-align: right;
}
.accordion ul li:hover {
    background: #eee;
}
.accordion ul li .num {
    display: inline-block;
    margin: 5px;
    letter-spacing: -0.1em;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    z-index: 50;
    font-size: 1.2em;
    vertical-align: middle;
    line-height: 1.1;
}
*:first-child + html .accordion ul li a {
    z-index: 1;
    width: 197px;
    float: left;
}
.accordion .caption {
    font-size: 11px;
    padding: 10px;
    color: #333;
    line-height: 1.4;
}
.shopping_list ul li .num {
    background: #b7757e;
}
.culture_list ul li .num {
    background: #a78267;
}
.bank_list ul li .num {
    background: #7b658e;
}
.hospital_list ul li .num {
    background: #60858B;
}
.park_list ul li .num {
    background: #6d9071;
}
.education_list ul li .num {
    background: #8d8e63;
}
.kichijoji_list ul li .num {
    background: #b7757e;
}
.leisure_list ul li .num {
    background: #a78267;
}
.shopping_list ul li .num.proud, .culture_list ul li .num.proud, .bank_list ul li .num.proud, .hospital_list ul li .num.proud, .park_list ul li .num.proud, .education_list ul li .num.proud, .kichijoji_list ul li .num.proud, .leisure_list ul li .num.proud {
    /*width: 100%;
	height: 34px;*/
    /*background: url(../../img/marker/logo.png) 0 0 no-repeat;*/
    background: none;
    height: auto;
    width: auto;
    padding: 14px 0 4px;
}
/* map
---------------------------------*/
#maparea {
    width: 75%;
    height: 550px;
    float: left;
}
#map {
    height: 550px;
    background: #fff;
}
@media only screen and (max-width: 1024px) {
    #maparea {
        width: 100%;
        height: 600px;
    }
    #map {
        height: 600px;
    }
    #menu {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #maparea {
        height: 500px;
    }
    #map {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    #maparea {
        height: 340px;
    }
    #map {
        height: 340px;
    }
}
.infowin_container h4 {
    padding: 6px 0 4px;
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
    font-size: 110%;
    letter-spacing: .1em;
    text-align: left;
    font-family: "Times New Roman", Times, NotoSerifCJKjp, "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
}
.infowin_container p {
    margin: 0 0 5px;
    padding-left: 0px;
    background: transparent none no-repeat top left;
    text-align: left;
    clear: left;
}
/*
.infowin_container p span {color:#FFF; padding:0px 2px; text-align:center; margin-right:5px; width:65px; display:block; float:left; font-size:10px; }
.infowin_leisure span {background:#e88419;}
.infowin_shopping span {background:#d988ae;}
.infowin_food span {background:#ff6e57;}
.infowin_living span {background:#6ab131;}*/
p.comment {
    line-height: 1.3;
    text-align: right;
}
.infowin_leisure p.comment a {
    color: #e88419;
    text-decoration: underline;
}
.infowin_shopping p.comment a {
    color: #d988ae;
    text-decoration: underline;
}
.infowin_food p.comment a {
    color: #ff6e57;
    text-decoration: underline;
}
.infowin_living p.comment a {
    color: #6ab131;
    text-decoration: underline;
}
.infowin_leisure p.comment a:hover, .infowin_shopping p.comment a:hover, .infowin_p.comment a:hover, .infowin_living p.comment a:hover {
    text-decoration: none;
}
/* ------------------------------
 mapWrapper
------------------------------ */
.mapWrapper {
    max-width: 1170px;
    margin: 60px auto;
}
.mapWrapper h3 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: .1em;
}
.mapWrapper > ul > li {
    display: inline-block;
    width: 16.66666666666667%;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    cursor: pointer;
}
.mapWrapper > ul > li.bank {
    background: #7b658e;
}
.mapWrapper > ul > li.education {
    background: #8d8e63;
}
.mapWrapper > ul > li.park {
    background: #6d9071;
}
.mapWrapper > ul > li.hospital {
    background: #60858B;
}
.mapWrapper > ul > li.leisure {
    background: #a78267;
}
.mapWrapper > ul > li.shopping {
    background: #b7757e;
}
.mapWrap {
    position: relative;
    height: 550px;
}
.mapWrap > div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mapWrap > div iframe {
    border: none;
}
.mapWrap > div.bank {
    z-index: 10;
}
.mapWrap > div.education {
    z-index: 9;
}
.mapWrap > div.park {
    z-index: 8;
}
.mapWrap > div.hospital {
    z-index: 7;
}
.mapWrap > div.leisure {
    z-index: 6;
}
.mapWrap > div.shopping {
    z-index: 5;
}
@media only screen and (max-width: 1041px) {
    .mapWrapper > ul > li {
        letter-spacing: .01em;
    }
    .mapWrap, .mapWrap > div.bank iframe, .mapWrap > div.education iframe, .mapWrap > div.park iframe, .mapWrap > div.hospital iframe, .mapWrap > div.leisure iframe, .mapWrap > div.shopping iframe {
        height: 1050px;
    }
}
@media only screen and (max-width: 767px) {
    .mapWrapper > ul > li {
        display: inline-block;
        width: 33.33333333333334%;
        font-size: 120%;
    }
    .mapWrap, .mapWrap > div.bank iframe, .mapWrap > div.education iframe, .mapWrap > div.park iframe, .mapWrap > div.hospital iframe, .mapWrap > div.leisure iframe, .mapWrap > div.shopping iframe {
        height: 950px;
    }
}
.under-line02 em {
    background: linear-gradient(transparent 60%, #fff830 40%);
    display: inline;
}
/*課題236*/
.convenience figcaption, .stationbuilding figcaption, .stationbuilding figcaption, .medical figcaption, .natural-environment figcaption {
    position: static !important;
    background: transparent !important;
    color: #000 !important;
    text-align: left !important;
}
.task236_02 {
    display: flex;
    justify-content: center;
}
.task236_01 {
    display: flex;
    flex-flow: column;
}
.task236_01 figure {
    width: 100%;
    flex-shrink: 0;
}
.task236_01 figure:first-of-type {
    margin: 0 0 16px;
}
.task236_01 figure:first-child, .task236_01 figure:first-child + * {
    position: static !important;
}
@media only screen and (max-width: 767px) {
    .task236_01 {
        flex-flow: wrap;
    }
    .task236_02 {
        flex-flow: wrap;
    }
    .task236_01 figure:first-of-type {
        margin: 16px auto;
    }
    .task236_01 figure {
        width: 100%;
    }
}
/*課題248*/
#location-page .sub-title {
    font-size: 26px;
    margin-bottom: 59px;
}
#location-page .convenience .container .sub-title {
    font-size: 23px;
}
@media only screen and (max-width: 991px) {
    #location-page .convenience .container .sub-title {
        text-align: center;
        font-size: 26px;
    }
}
@media only screen and (max-width: 500px) {
    #location-page .sub-title, #location-page .convenience .container .sub-title {
        font-size: 5vw;
        margin-bottom: 11.3vw;
    }
}
.tab-menu {
    margin: 0 auto 90px;
}
@media only screen and (max-width: 768px) {
    .title-wrap .title-copy {
        font-size: clamp(18px, 3.9vw, 30px);
    }
}
.box_mv {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    /*margin-top:-80px;*/
    margin-bottom: 100px;
}
.box_mv::before {
    content: "";
    display: block;
    position: absolute;
    /*background-image: url("../../../img/pages/location/248/mv248_05.jpg");*/
    background-image: url("../../../img/pages/location/mv296.jpg");
    background-size: cover;
    background-position: bottom center;
    top: 0;
    right: 0;
    width: calc(100% - 400px);
    height: 100%;
    z-index: -2;
}
.box_mv.act02::before {
    background-image: url("../../../img/pages/location/248/mv248_02.jpg");
}
.box_mv::after {
    content: "";
    display: block;
    position: absolute;
   /* background: linear-gradient(90deg, #f2f5f8 400px, transparent 50%);*/
     background: linear-gradient(90deg, #f2f8f3 480px, transparent 50%);
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    z-index: -1;
}
.box_mv h2 {
    color: #0B3B76;
    color: #3d764d;
    font-size: 60px;
    letter-spacing: .1em;
    line-height: 1;
    position: relative;
    z-index: 2;
    margin-left: 2%;
    font-family: 'Cinzel', serif;
}
.box_mv span {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    padding: 0 4px;
}
@media screen and (max-width:1200px) {
    .box_mv::after {
        background: linear-gradient(90deg, #f2f5f8 400px, transparent 50%);
    }
}
@media screen and (max-width:991px) {
    .box_mv::after {
        background: linear-gradient(to top, #f2f5f8 5%, transparent 50%);
    }
    .box_mv::before {
        width: 100%;
        background-position: center center;
    }
    .box_mv {
        align-items: flex-start;
    }
    .box_mv h2 {
        /*margin:0 0 0 5%;
	padding-top:calc(8% + 50px);*/
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 2%;
    }
}
@media screen and (max-width:768px) {
    .box_mv {
        /*height:330px;*/
        height: clamp(330px, 65vw, 500px);
        margin-bottom: 13vw;
    }
}
@media screen and (max-width:660px) {
    .box_mv span {
        bottom: -18.7px;
    }
}
@media screen and (max-width:480px) {
    .box_mv h2 {
        font-size: 12.5vw;
    }
}
.title-copy-text {
    line-height: 1.7 !important;
    font-size: 20px !important;
    letter-spacing: .1em !important;
}
@media screen and (max-width:768px) {
    #container .title-copy-text {
        font-size: clamp(16px, 2.6vw, 20px) !important;
    }
}
/*課題269*/
.btn_pickup {
    display: block;
    width: fit-content;
    /*border: #0B3B76 2px solid;
    color: #0B3B76 !important;*/
    border: #3d764d 2px solid;
    color: #3d764d !important;
    background-color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    transition: all .3s;
    margin: 60px auto 0;
}
.btn_pickup:hover {
   /* background: #0B3B76;*/
    background: #3d764d;
    color: #fff !important;
}
@media screen and (max-width:768px) {
    .btn_pickup {
        margin: 30px auto 0;
    }
}
.slide_g {
    width: 900px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 2em;
}
.slide_g figure {
    margin-bottom: 24px
}
.slide_g p {
    font-size: 1.6em;
    font-weight: 400;
    color: #353535;
    letter-spacing: .1em;
    line-height: 2.4;
}
.slide_g .dec01 {
    font-size: .7em;
    display: inline-block;
}
@media screen and (max-width:768px) {
    .slide_g p {
        text-align: left;
        line-height: 2;
    }
}
.slick-dots li button {
    background: #dedddd;
}
.slick-dots li.slick-active button {
   /* background: #003470;*/
    background: #3d764d;
}
.slick-dots li button:hover {
    background: #A48D12;
}
.slick-dots {
    bottom: 0;
}
.slider_g .prev-arrow, .slider_g .next-arrow {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, 0);
    background-color: #fff;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_g .next-arrow {
    left: 60px;
    border-left: 1px solid #f0f0f0;
}
.slider_g .prev-arrow::before, .slider_g .next-arrow::before {
    content: "";
    display: block;
    background-color: #003470;
    width: 70%;
    height: 5px;
    clip-path: polygon(84% 80%, 84% 0, 100% 100%, 0 100%, 0 80%);
}
.slider_g .prev-arrow::before {
    transform: scale(-1, 1);
}
@media screen and (max-width:768px) {
    .slider_g .prev-arrow, .slider_g .next-arrow {
        top: 0;
        left: 0;
    }
    .slider_g .next-arrow {
        left: 40px;
    }
}
/*.slider_g .slide-arrow {
	position: absolute;
	top:calc(50% - 60px);
	transform: translateY(-50%);
	width:30px;
	height:60px;
	background-color:#5E88BB;
	z-index: 2;
	opacity: 9;
}
.slider_g .slide-arrow.prev-arrow {
	left:-15px;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.slider_g .slide-arrow.next-arrow {
	right:-15px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width:768px) {
.slider_g .slide-arrow {
	top:calc(50% - 40px);
  width: 20px;
  height: 40px;
}
.slider_g .slide-arrow.prev-arrow {
	left:-10px;
}
.slider_g .slide-arrow.next-arrow {
	right:-10px;

}
}*/