@charset "Shift_JIS";

/*==============================

		東京特集
		/tourism/tokyo/

==============================*/


/*--------------------------------------------------

		common

--------------------------------------------------*/

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img {
	vertical-align: top;
}
#wrapper {
	width: 100%;
	margin: 0;
	position: static;
    background-color: #000000!important;
    
}
.mincho{font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
.article_inner {
  width: 1100px;
  margin: 0 auto;
}




@media (max-width: 1200px) {
  .article_inner {
    width: calc(94vw - 90px); 
  }
}
@media (max-width: 768px) {
  .article_inner {
    width: 92vw;
  }
}
@media (min-width: 769px) {
  .spview {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pcview {
    display: none !important;
  }
}

.l-content-body {
  padding: 0;
  max-width: calc(100vw - 90px); 
}
@media screen and (max-width: 767px){
    .l-content-body{
        max-width: calc(100vw - 0px);
    }
}
/*--------------------------------------------------
		mainVisual
--------------------------------------------------*/
#mainVisual {
	width: auto;
	height: 550px;
	background: url(../img/bg_main_pc.jpg) no-repeat center center;
}
#mainVisual .inner {
	height: 550px;
	position: relative;
}
#mainVisual .inner h1 {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 1040px;
	height: 236px;
	background: url(../img/h1.png) no-repeat 0 0;
    background-size: cover;
	position: absolute;
    top: 115px;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 20;
}
@media (max-width: 1100px) {
    #mainVisual {
        height: 45.8333333333vw;
    }
    #mainVisual .inner {
        height: 45.8333333333vw;
    }
    #mainVisual .inner h1 {
      width: 86.6666666667vw;
      height: 19.6666666667vw;
      top: 9.5833333333vw;
  }
}
@media (max-width: 768px) {
    #mainVisual {
        height: 45.8333333333vw;
        background: url(../img/bg_main_sp.jpg) no-repeat center center;
        background-size: cover
    }
    #mainVisual .inner h1 {
        width: 100vw;
        height: 31.4666666667vw;
        top: 8.1333333333vw;
    }
}

/*--------------------------------------------------
		menu
--------------------------------------------------*/
#menu {
  background-color: #FFFFFF;
}
#menu .article_inner {
  padding: 40px 0 50px 0;
}
#menu .article_inner .m-hdg-lv1{
    text-align: center;
}
#menu .article_inner .m-hdg-lv1 h2{
    font-size: 3.8rem;
    letter-spacing: 0.08rem;
    position: relative;
    display: inline-block;
    padding: 0 90px;
    line-height: 0;
}
#menu .article_inner .m-hdg-lv1 h2:before,
#menu .article_inner .m-hdg-lv1 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #666;
}
#menu .article_inner .m-hdg-lv1 h2:before {
    left: 0;
}
#menu .article_inner .m-hdg-lv1 h2:after {
    right: 0;
}
.m-list-menu {
  display: flex;
  margin-left: -32px;
  flex-wrap: wrap;
  justify-content: center;
}
.m-list-menu li {
  width: 25%;
  margin-bottom: 25px;  
  padding-left: 32px;
}
.m-list-menu li[data-type="wide"] {
  width: 33.3%;

  min-width: 344px;
}
.m-list-menu li a {
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  padding: 20px 0 30px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  letter-spacing: 0.02rem;
  position: relative;
  font-size: 2.0rem;
}
.m-list-menu li a:hover,.m-list-menu li a:active,.m-list-menu li a:visited{
  text-decoration: none;
}
.m-list-menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
}
@media (max-width: 1200px) {
    #menu .article_inner .m-hdg-lv1 h2{
        font-size: 2.6rem;
    }
    .m-list-menu {
      margin-left: -2.6666666667vw;
    }
    .m-list-menu li {
      padding-left: -2.6666666667vw;
    }

    .m-list-menu li[data-type=wide] {
      width: 33.3%;
      min-width: 28.6666666667vw;
    }
    .m-list-menu li a {
      font-size: 1.2rem;
    }
}
@media (max-width: 850px) {
    .m-list-menu li[data-type=wide] {
      width: 33.3%;
      min-width: 25vw;
    }
}
@media (max-width: 768px) {
    #menu .article_inner {
      padding: 6vw 0 6vw 0;
    }
    #menu .article_inner .m-hdg-lv1{
        margin: 10px 0;
    }
    #menu .article_inner .m-hdg-lv1 h2{
        font-size: 4.2vw;
        padding: 0 5vw;
        letter-spacing: 0;
    }
    #menu .article_inner .m-hdg-lv1 h2:before,
    #menu .article_inner .m-hdg-lv1 h2:after {
        width: 3vw;
    }
}



/*--------------------------------------------------

		section

--------------------------------------------------*/
.section .article_inner{
    padding: 100px 0 80px 0;
}
.m-hdg-lv2{
    text-align: center;
    margin: 0;
    padding: 0;
}
.m-hdg-lv2 h2{
    font-size: 5.0rem;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px 0;
    color: #FFFFFF;
}
.m-hdg-lv3{
    text-align: center;
    margin: 0;
    padding: 0;
}
.m-hdg-lv3 h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	text-align: center;
    font-weight: bold;
}
.m-hdg-lv3 h3::before,
.m-hdg-lv3 h3::after {
	content: '';
	width: 2px;
	height: 60px;
	background-color: #000000;
}
.m-hdg-lv3 h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.m-hdg-lv3 h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.m-txt-lead{
    color: #FFFFFF;
    font-size: 2.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.1rem;
}
.section .block01{
    padding: 40px 0;
}
.section .block02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section .block02 .box {
  width: 31%;
  color: #FFFFFF;
  margin-right: 3.5%;
}
.section .block02 .box:last-child{
    margin-right: 0;
}
.section .block02 .box02 {
  width: 44.5%;
  color: #FFFFFF;
  margin-right: 11%;  
}
.section .block02 .box02:last-child{
    margin-right: 0;
}
.section .block02 .box h3,.section .block02 .box02 h3{
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: 10px;
}
.section .block02 .box h3 span,.section .block02 .box02 h3 span{
    border-bottom: solid 2px #FFFFFF;
    padding-bottom: 6px;
}
.section .block02 .box .m-img,.section .block02 .box02 .m-img{
    padding-bottom: 10px;
}
.section .m-img{
    margin-top: 0;
}
.section .block02 .box p,.section .block02 .box02 p{
    font-size: 1.8rem;
}
.section .block03{
    background-color: #FFFFFF;
    margin-top: 70px;
    padding-bottom: 50px;
}
.section .block03 .inner{
    width: 980px;
    padding: 50px 0 20px;
    margin: 0 auto;
}
.section .block03 .box01{
    display: flex;
}
.section .block03 .box{
    width: 45%;
    margin-right: 5%;
}
.section .block03 .box:last-child{
    border-left: 3px solid #c8c8c8;
    margin-right: 0;
    padding-left: 5%;
    width: 50%;
}
.section .block03 .box .m-img{
    margin-bottom: 20px;
}
.section .block03 .box h4{
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: bold;
}
.section .block03 .box p{
    font-size: 1.7rem;
}
.section .m-list-btn > a {
    display: inline-block;
    width: 100%;
    max-width: 750px;
    padding: 20px 20px 20px;
    font-size: 2.6rem;
    letter-spacing: 0.05rem;
    border-radius: 10px;
    color: #FFFFFF;
    background: #000000;
    position: relative;
    text-align: center;
}
.section .m-list-btn > a:hover {
  text-decoration: none;
}
.section .m-list-btn > a::before {
    content:' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section .m-list-btn > a::after {
    content:' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
 }
@media (max-width: 1100px) {
    .section .article_inner {
        padding: 8.3333333333vw 0 6.6666666667vw 0;
    }
    .m-hdg-lv2 h2{
        font-size: 3.4rem;
    }
    .m-hdg-lv3 h3{
        font-size: 2.4rem;
    }
    .m-hdg-lv3 h3::before,
    .m-hdg-lv3 h3::after {
        content: '';
        width: 2px;
        height: 60px;
        background-color: #000000;
    }
    .m-hdg-lv3 h3::before {
        margin-right: 30px;
        transform: rotate(-35deg)
    }
    .m-hdg-lv3 h3::after {
        margin-left: 30px;
        transform: rotate(35deg)
    }
    .m-txt-lead{
        font-size: 1.8rem;
        line-height: 3.8rem;
    }
    .section .block02 .box h3,.section .block02 .box02 h3{
        font-size: 2.0rem;
    }
    .section .block02 .box p,.section .block02 .box02 p{
        font-size: 1.4rem;
    }
    .section .block03 {
      margin-top: 5.8333333333vw;
      padding-bottom: 5vw;  
    }
    .section .block03 .inner {
      width: 81.6666666667vw;
      padding: 4.1666666667vw 0 2vw;
    }
    .section .block03 .box h4{
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .section .block03 .box p{
        font-size: 1.4rem;
    }
    .section .m-list-btn > a {
        font-size: 1.8rem;
        width: 90%;
    }
    .section .m-list-btn > a {
        font-size: 2.0rem;
    }
}
@media (max-width: 768px) {
    .m-hdg-lv2 h2{
        font-size: 2.0rem;
    }
    .m-hdg-lv3 h3{
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .m-hdg-lv3 h3::before,
    .m-hdg-lv3 h3::after {
        width: 1px;
        height: 20px;
    }
    .m-hdg-lv3 h3.wide::before,
    .m-hdg-lv3 h3.wide::after {
        height: 40px;
    }
    .m-hdg-lv3 h3::before {
        margin-right: 1.5rem;
    }
    .m-hdg-lv3 h3::after {
        margin-left: 1.5rem;
    }
    .m-txt-lead{
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    .section .block01{
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw;
        margin-left: -4vw;
    }
    .section .block01 .box{
        width: 170vw;
    }
    .section .block02{
        flex-direction: column;
    }
    .section .block02 .box,.section .block02 .box02{
        width: 100%;
        padding-left: 0;
        display: flex;
        margin-bottom: 10px;
    }
    .section .block02 .box .m-img,.section .block02 .box02 .m-img{
      width: 40%;
      margin-right: 3%;
    }
    .section .block02 .box .box-txt__body,.section .block02 .box02 .box-txt__body{
      flex: 1;
    }
    .section .block02 .box h3,.section .block02 .box02 h3{
        font-size: 1.6rem;
        padding-bottom: 0;
        text-align: left;
    }
    .section .block02 .box h3 span,.section .block02 .box02 h3 span{
        border-bottom: solid 2px #FFFFFF;
        padding-bottom: 5px;
        width: 100%;
    }
    .section .block02 .box .m-img,.section .block02 .box02 .m-img{
        padding-bottom: 0;
    }
    .section .block02 .box p,.section .block02 .box02 p{
        font-size: 1.2rem;
    }
    .section .block03 .box01{
        flex-direction: column;
    }
    .section .block03 .box:last-child {
      border-left: 3px solid #c8c8c8;
      margin-right: 0;
      padding-left: 5%;
      width: 50%;
    }
    .section .block03 .inner {
      width: 93.3333333333vw;
      padding: 4.6666666667vw 0 2vw;
    }
    .section .block03 .box {
      width: 92%;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 20px;
    }
    .section .block03 .box:last-child {
      border-left: none;
      border-top: 3px solid #c8c8c8;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-top: 20px;
      width: 92%;
    }
    .section .block03 .box .m-img {
      margin-bottom: 20px;
    }
    .section .block03 .box h4 {
      font-size: 1.6rem;
    }
    .section .block03 .box p {
      font-size: 1.4rem;
    }
    .section .m-list-btn{
        margin: 0 auto;
        width: 92%;
    }
    .section .m-list-btn > a {
        font-size: 1.7rem;
        padding: 10px 20px 10px;
        line-height: 1.2;
        width: 100%;
    }
    .section .m-list-btn > a::before {
        border-width: 6px 0 6px 15px;
        right: 10px;
    }
    .section .m-list-btn > a::after {
        border-width: 6px 0 6px 15px;
        right: 12px;
     }
    .selectbox-003 {
        display: inline-flex;
        align-items: center;
        position: relative;
    }
    .selectbox-003::after {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        width: 12px;
        height: 15px;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
        content: '';
        pointer-events: none;
        right: 15px;
    }
    .selectbox-003 select {
        appearance: none;
        width: 92vw;
        height: 60px;
        padding: .4em calc(.8em + 30px) .4em .8em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        background-color: #FFFFFF;
        cursor: pointer;
        font-size: 1.4rem!important;
        color: #6c6c6c;
    }
}
/*--------------------------------------------------
		area
--------------------------------------------------*/
#ueno{
    background: url(../img/bg_sec_01_pc.jpg) no-repeat #000000;
    background-size: contain;
}
@media (max-width: 768px) {
    #ueno{
        background: url(../img/bg_sec_01_sp.jpg) no-repeat #000000;
        background-size: contain;
    }
}
#ginza{
    background: url(../img/bg_sec_02_pc.jpg) no-repeat #000000;
    background-size: contain;
}
@media (max-width: 768px) {
    #ginza{
        background: url(../img/bg_sec_02_sp.jpg) no-repeat #000000;
        background-size: contain;
    }
}
#shinagawa{
    background: url(../img/bg_sec_03_pc.jpg) no-repeat #000000;
    background-size: contain;
}
@media (max-width: 768px) {
    #shinagawa{
        background: url(../img/bg_sec_03_sp.jpg) no-repeat #000000;
        background-size: contain;
    }
}
#shinjuku{
    background: url(../img/bg_sec_04_pc.jpg) no-repeat #101924;
    background-size: contain;
}
@media (max-width: 768px) {
    #shinjuku{
        background: url(../img/bg_sec_04_sp.jpg) no-repeat #101924;
        background-size: contain;
    }
}
#shibuya{
    background: url(../img/bg_sec_05_pc.jpg) no-repeat #000000;
    background-size: contain;
}
@media (max-width: 768px) {
    #shibuya{
        background: url(../img/bg_sec_05_sp.jpg) no-repeat #000000;
        background-size: contain;
    }
}
#ebisu{
    background: url(../img/bg_sec_06_pc.jpg) no-repeat #000000;
    background-size: contain;
}
@media (max-width: 768px) {
    #ebisu{
        background: url(../img/bg_sec_06_sp.jpg) no-repeat #000000;
        background-size: contain;
    }
}
#shiba{
    background: url(../img/bg_sec_07_pc.jpg) no-repeat #02000B;
    background-size: contain;
}
@media (max-width: 768px) {
    #shiba{
        background: url(../img/bg_sec_07_sp.jpg) no-repeat #02000B;
        background-size: contain;
    }
}
#oshiage{
    background: url(../img/bg_sec_08_pc.jpg) no-repeat #081422;
    background-size: contain;
}
@media (max-width: 768px) {
    #oshiage{
        background: url(../img/bg_sec_08_sp.jpg) no-repeat #081422;
        background-size: contain;
    }
}
#akasaka{
    background: url(../img/bg_sec_09_pc.jpg) no-repeat #081422;
    background-size: contain;
}
@media (max-width: 768px) {
    #akasaka{
        background: url(../img/bg_sec_09_sp.jpg) no-repeat #081422;
        background-size: contain;
    }
}
#yokohama{
    background: url(../img/bg_sec_10_pc.jpg) no-repeat #081422; 
    background-size: contain;
}
@media (max-width: 768px) {
    #yokohama{
        background: url(../img/bg_sec_10_sp.jpg) no-repeat #081422;
        background-size: contain;
    }
}