@charset "utf-8";
/*
    body {
        padding-bottom: 110px;
    }
    body #hNav {
        display: none;
    }
    #gNav {
        display: none;

        top: -60px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(255,255,255,0.9);
        -webkit-transition-property: top;
        -webkit-transition-duration: 0.25s;
        -webkit-transition-timing-function: linear;
    }
    #gNav ul {
        margin-left: 210px;
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    #gNav ul li {
        float: left;
        width: -webkit-calc(100% / 8);
        width: calc(100% /8);
    }
    #gNav ul li a {
        position: relative;
        display: block;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
    }
    #gNav ul li a:after {
        content: "V";
        position: absolute;
        bottom: -60px;
        left: 50%;
        width: 15px;
        padding: 13px 0 10px;
        width: 14px;
        margin-left: -7px;
        font-size: 10px;
        transform: scale(1,0.4);
        color: #fff;
        background-color: #333;
        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    #gNav ul li a:hover:after,
    #gNav ul li a.current:after {
        bottom: -12px;
    }
    #gNav ul li.off a {
        color: #ccc;
        cursor: default;
        display: none;
    }
    #gNav ul li.off a:after {
        content: "";
        display: none;
    }
    #gNav ul.spOnly {
        display: none;
    }
    #gNav.FIXED {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        z-index: 1000;
        border-bottom: #ddd solid 1px;
    }
    #gNav.FIXED ul {
        width: 100%;
        margin-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
*/

    .location_box {
        background: #fafafa;
        padding: 0;
        margin: 0;
    }
    .box {
        padding: 0;
    }
    .box .row {
        padding: 0;
		}
    .box.bukken {
        padding: 0 0 20px;
    }
    .box.bukken .row {
        padding-top: 0;
    }
    .box.bukken #anc_TOKYO.row {
	    padding-top: 10px;
	}
    .sec3m {
     margin-bottom: 0px; 
    }

    .bukkenList p {
        position: relative;
        margin-bottom: 0;
    }
    .bukkenList > div {
        margin-bottom: 30px;
    }
    .bukkenList a:hover {
        text-decoration: none;
    }

    .bukkenList em {
/*        right: 5px;
        bottom: 3px;
        position: absolute;
        color: #fff;
        font-style: normal;*/


        display: block;
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 10px;
    }
    .bukkenList .image {
        position: relative;
    }
    .bukkenList span {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.4);
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        padding-top: 50px;
        box-sizing: border-box;
        -webkit-transition: all .25s ease-out;
           -moz-transition: all .25s ease-out;
            -ms-transition: all .25s ease-out;
             -o-transition: all .25s ease-out;
                transition: all .25s ease-out;
    }
    .bukkenList span::before {
        content: '';
        position: absolute;
        top: 7px;
        right: 7px;
        width: 18px;
        height: 18px;
        background: url(../imgs/icn-link.png) no-repeat left top;
    }

    .bukkenList > div:hover span {
        opacity: 1;
    }

    .annotation {
        width: 1100px;
        margin: 20px auto 0;
    }
/*
@media screen and (max-width: 1254px) {
    #gNav ul {
        margin-left: 25%;
        padding-left: 0;
    }
}
*/
@media screen and (max-width: 1100px) {
    .annotation {
        width: auto;
        margin: 20px 15px 0;
    }
}
@media screen and (max-width: 1024px) {
     .bukkenList span {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    #headerArea {
        margin: 0 auto;
    }
    .read_top {
        margin-top: 0;
        margin-bottom: 40px;
        background: url('../imgs/read_bg.png') no-repeat;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .read_top {
        background: url('../imgs/read_bg_tab.png') no-repeat;
    }
}
@media screen and (max-width: 1023px) {
    .sp-slides-container {
/*
        padding-top: 76px;
*/
    }
/*
    header {
        width: 100%;
        position: fixed;
        z-index: 2000;
    }
    #headerArea .xshead_inner {
        padding: 20px 20px 20px 15px;
        overflow: hidden;
    }
    #gNav {
        width: 100%;
        position: fixed;
        top: 76px;
        display: none;
        z-index: 2100;
    }
    #gNav ul {
        margin-left: 0px;
    }
    #gNav ul.spOnly {
        display: block;
    }

    #gNav ul li {
        width: 50%;
    }
    #gNav ul li a {
        position: relative;
        display: block;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        background-color: #5a5756;
        color: #fff;
    }
    #gNav ul li a.current {
        color: #000;
        background-color: #94a3ab;
    }
    #gNav ul li a:after {
        display: none;
    }
    #gNav ul li a:hover:after,
    #gNav ul li a.current:after {
        bottom: -12px;
    }
    #gNav ul li.off a {
        color: #888;
        cursor: default;
    }
    #gNav ul li.off a:after {
        content: "";
        display: none;
    }
    .bukken_h1 {
        display: none;
    }
*/
  /* #hNav */
/*
    body #hNav {
        width: 100%;
        position: fixed;
        display: block;
        z-index: 99999;
        float: right;
        height: 0;
    }
    body #hNav li {
        float: left;
    }
    body #hNav li img {
        vertical-align: top;
    }
    body #hNav #pull {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 0;
        width: 50px;
        height: 60px;
        padding: 15px 8px;
        color: #d6d6d6;
        font-size: 26px;
        line-height: 26px;
        box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
    }
    body #hNav #pull span.icon-batsu {
        display: none;
    }
    body #hNav #pull span.icon-sp {
        display: block;
        background-color: transparent;
        background-image: url(../imgs/icon-sp.png);
        background-repeat: no-repeat;
        background-position: right top;
        width: 28px;
        height: 38px;
    }
    body #hNav #pull.on span.icon-sp {
        display: none;
    }
    body #hNav #pull.on span.icon-batsu {
        display: block;
        font-size: 44px;
    }

    body #hNav #pull p {
        position: absolute;
        bottom: -1.8rem;
        left: 7px;
        text-align: center;
        font-size: .8rem;
        letter-spacing: .2rem;
    }
*/
     .box.bukken .row {
        padding-top: 0;
    }
    .box {
        padding: 0;
    }
    .box.bukken {
        padding: 0;
    }
    .location_box {
        padding: 0;
        margin: 0;
    }

    .bukkenList .image::before {
        content: '';
        position: absolute;
        top: 7px;
        right: 7px;
        width: 9px;
        height: 9px;
        background: url(../imgs/icn-link.png) no-repeat left top;
        background-size: 9px 9px;
    }
}
@media only screen and (max-width:767px) {

    .annotation {
        margin: 1em 15px;
    }

    #mbFtr .inBox {
        display: none;
    }
    #mbFtr .sup__h3 {
        position: relative;
        display: block;
    }
    #mbFtr .sup__h3:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 26px;
        color: #666;
    }
    #mbFtr .sup__h3.ACTIVE:after {
        content: "ー";
        font-size: 20px;
        color: #666;
    }
}




    .btnBox {
        text-align: center;
        letter-spacing: -.40em;
    }
    .btnBox li {
        display: inline-block;
        width: 345px;
        margin: 0 15px;
        letter-spacing: normal;
    }

    .btnBox li a {
        position: relative;
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 18px 10px;
        background: #b9a55e; /* Old browsers */
        background: -moz-linear-gradient(top,  #b9a55e 0%, #ae9643 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #b9a55e 0%,#ae9643 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #b9a55e 0%,#ae9643 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
    }
    .btnBox li a::before {
        content: '▶︎';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -6px;
    }

    .btnBox li a:hover {
        text-decoration: none;
        background: #b9a55e; /* Old browsers */
        background: -moz-linear-gradient(top,  #ae9643 0%, #b9a55e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ae9643 0%,#b9a55e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ae9643 0%,#b9a55e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
    }

@media only screen and (max-width:767px) {
    .btnBox li {
        display: block;
        width: 345px;
        margin: 10px auto;
    }
}
@media only screen and (max-width:480px) {
    .btnBox li {
        width: 100%;
    }
}




    #anc_SUPPLY .col-md-12 {
        position: relative;
				margin-top: 40px;
    }

    .btn_supply {
        position: absolute;
        top: 0;
        right: 15px;
        width: 155px;
        text-align: center;
    }
    .btn_supply a {
        position: relative;
        display: block;
        border: 1px solid #c3c3c3;
        padding: 8px 0;
    }
    .btn_supply a::before {
        content: '＞';
        position: absolute;
        top: 50%;
        left: 8px;
        margin-top: -6px;
        font-size: 10px;
    }

    .btn_supply a:hover {
        color: #fff;
        text-decoration: none;
        border-color: #7B7B7B;
        background-color: #7B7B7B;
    }
@media only screen and (max-width:767px) {
    .btn_supply {
        top: 0;
        right: 0;
        width: 120px;
    }
    .btn_supply a {
        font-size: 10px;
        line-height: 15px;
    }
    .btn_supply a::before {
        line-height: 12px;
    }
}

/*
    .ftrBnr {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 30px 0;
        background-color: #e2e2e2;
        box-sizing: border-box;
        z-index: 9999;
    }
    .pagetop {
        bottom: 110px;
    }

@media only screen and (max-width:767px) {
    .ftrBnr {
        padding: 10px 10px;
        -webkit-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
        box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.2);
    }
    .ftrBnr ul li {
        float: left;
        width: 48%;
    }
    .ftrBnr ul li:first-child {
        margin-right: 2%;
    }
    .ftrBnr ul li a {
        font-size: 12px;
    }
    .ftrBnr ul li a::before {
        right: 8px;
        font-size: .6rem;
        margin-top: -.3rem;
    }
    .pagetop {
        bottom: 90px;
    }
}
*/
.supply_wrap {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.sup_list li:before {
    content: "・";
    margin-right: 4px;
		color: #363636;
}
.sup_list li {
		color: #a5a5a5;
}
.sup_list li a {
		color: #333;
}

/* position */
	.relative {
		position: relative;
	}
	.absolute {
		position: absolute;
	}

	.breadArea {
		position: absolute;
		top: -40px;
		left: 0;
		width: 100%;
		padding-left: 120px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.breadArea li {
		display: inline-block;
		margin-right: 5px;
	}
	.breadArea li.home {
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		margin-right: 0;
		padding-left: 30px;
		background: url(../imgs/icn-home.png) no-repeat left center;
	}

	.w1160 {
		max-width: 1160px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
@media only screen and (max-width:1254px) {
/*
	.breadArea {
		padding-left: 190px;
	}
*/
}
@media only screen and (max-width:1100px) {
#anc_SUPPLY .col-md-12 {
	margin-bottom: 40px;
}
}
@media only screen and (max-width:767px) {
#anc_SUPPLY .col-md-12 {
	margin-top: -35px;
}
/*
	.breadArea {
		position: static;
		margin-top: 100px;
	}
*/
}

/*  */

    .sp-button {
        margin: 4px 10px!important;
    }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .sp-button {
        width: 10px!important;
        height: 10px!important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 568px) {
    .sp-button {
        width: 10px!important;
        height: 10px!important;
    }
}
@media only screen and (max-width: 568px) and (min-width: 320px) {
    .sp-button {
        width: 10px!important;
        height: 10px!important;
        margin: 4px 6px!important;
    }
}


    #mainSlide {
        width: 1100px;
        padding: 0;
    }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #mainSlide {
        width: 100%;
    }
}
