@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
 font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
overflow-x: hidden;
}
section{
width: 100%;
line-height: 1.8;
font-size: 14px;
}
.w1000{
padding: 10% 8%;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}

.slider{
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider{
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider.second{
height: 100vh;
background-position: bottom center;
}
.slider-wrap.pc{
display: none;
}
.main-title{
position: absolute;
display: block;
left: 5%;
top: 15%;
height: 50vh;
width: auto;
}


.scroll{
position: absolute;
bottom: 5px;
left: calc(50% - 19.6px);
writing-mode: vertical-rl;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.2em;
line-height: 1;
animation: 3s fuwafuwa infinite;
z-index: 100;
}
.scroll::after{
position: absolute;
bottom: -50px;
left: calc(50% - .5px);
display: block;
content: "";
height: 50px;
width: 1px;
background-color: #fff;
}
@keyframes fuwafuwa {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-50px);
}
}

h2{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
text-align: center;
letter-spacing: 2px;
font-size: 1.2em;
margin-bottom: 5%;
}
h2 + hr{
position: relative;
border: none;
border-bottom: #d4b92f solid 2px;
width: 50px;
height: 0;
margin: 7% auto 10%;
}
/*--------------------------------------------------------------
#introduce:
----------------------------------------------------------------
*/
#introduce{
background-color: #dad1cb;
}
.caption{
text-align: justify;
}
.swiper {
padding-bottom: 5%!important;
}
/* スライドの動き等速 */
.swiper-slide {
transition-timing-function: linear;
}
.swiper-slide{
padding: 0 10px;
}
/* 画像のサイズ調整 */
.swiper-slide img {
height: auto;
width: 100%;
border-radius: 0 15px 15px 15px;

}
.swiper{
  display: none;
}
.swiper.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}


/*--------------------------------------------------------------
#situation:
----------------------------------------------------------------
*/

#situation li{
display: flow-root;
position: relative;
}
#situation li .header-cat-img{
display: block;
width: 50%;
max-width: 480px;
}
#situation li .header-cat{
display: table;
position: absolute;
padding-bottom: 5%;
border-bottom: #d3b82f 2px solid;
}
#situation li .header-cat strong{
display: table-cell;
width: 1em;
font-family: "Balthazar", serif;
font-size: 1.5em;
font-weight: 400;
vertical-align: middle;
}
#situation li .header-cat span{
display: table-cell;
vertical-align: middle;
}

#situation li img{
display: block;
width: 100%;
}

#situation li:nth-child(1) .header-cat,
#situation li:nth-child(3) .header-cat{
top: 0;
left: 45%;
padding-left: 5%;
width: 60%;
}

#situation li:nth-child(2) .header-cat-img{
float:right;
}
#situation li:nth-child(2) .header-cat{
top:10%;
left:-10%;
width: 55%;
padding-left: 10%;
}
#situation li:nth-child(3) .header-cat{
top:10%;
}
#situation .check{
position: absolute;
font-family: "Balthazar", serif;
font-size: 1.2em;
color: #d3b82f;
}
#situation li:nth-child(1) .check{
bottom:30%;
right: 3%;
}
#situation li:nth-child(2) .check{
bottom:20%;
left: 3%;
}
#situation li:nth-child(3) .check{
bottom:20%;
right: 3%;
}

/*--------------------------------------------------------------
#lineup:
----------------------------------------------------------------
*/

#lineup {
background-color: #dad1cb;
}

#lineup ul li a p{
border-bottom: #d4b92f solid 2px;
}
.h3-wrap{
text-align: center;
padding-bottom: 5%;
}
.h3-wrap strong{
font-family: "Balthazar", serif;
font-size: 2em;
line-height: 1;
color: #69194b;
}
.h3-wrap h3{
font-size: 1.2em;
}
.lineup-header {
width: 100%;
margin: 0 auto;
}
.lineup-header .image-box img{
border-radius: 0 15px 15px 15px;
}
.lineup-header .text-box{
padding-top: 5%;
}
.lineup-header .text-box span{
padding-bottom: 1%;
line-height: 2.4;
border-bottom: 1px dotted #d3b82f;
}
.check-point{
padding: 10% 0;
width: 100%;
margin: 0 auto;
}
.check-point li{
display: table;
line-height: 1.2;
padding-bottom: 5%;
}
.check-point img{
display: table-cell;
width: 30px;
vertical-align: middle;
}
.check-point span{
display: table-cell;
vertical-align: middle;
}

/*--------------------------------------------------------------
recommend:
----------------------------------------------------------------
*/

.recommend{
position: relative;
background-color: #fff;
border-radius: 0 30px 30px 30px;
margin-top: 10%;
padding-top: 0.5%;
padding-bottom: 8%;
}

.recommend h4{
position: absolute;
top: -1%;
left: calc(50% - 100px);
display: block;
padding: 3% 0;
color: #69194a;
font-size: 1.2em;
letter-spacing: 2px;
background-color: #d3b82f;
border-radius: 0 10px 10px 10px;
z-index: 10;
width: 200px;
text-align: center;
}
.item-pick-up-wrap{
position: relative;
margin: 3% 4% 4%;
padding: 8%;
border: #d3b82f 1px solid;
border-radius: 0 20px 20px 20px;
}

.pick-up{
position: absolute;
display: table;
top: 1%;
right: -2%;
width: 60px;
height: 60px;

}
.pick-up span{
display: table-cell;
background-color: #69194a;
color: #d3b82f;
line-height: 1.2;
font-weight: 700;
border-radius: 40px;
text-align: center;
vertical-align: middle;
}
.item-pick-up-wrap .item-box .image-box img{
display: block;
margin: 8% auto 5%;
border-radius: 0 15px 15px 15px;
}
.item-copy{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
font-size: 1.2em;
line-height: 1.4;
margin-bottom: 5%;
}
.item-name,
.item-price{
font-weight: 700;
line-height: 1.4;
}
.item-caption{
margin: 5% 0 10%;
line-height: 1.4;
}
.point-title-wrap{
text-align: center;
}
.point-title-wrap span{
text-align: center;
font-size: 80%;
color: #d3b82f;
font-weight: 700;
}
.point-title-wrap h5{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
font-size: 1.2em;
text-align: center;
margin-bottom: 5%;
}
.point-wrap .image-box img{
border-radius: 0 15px 15px 15px;
}
.in-caption-link{
text-decoration: underline;
}
.voice-heading-wrap{
position: relative;
padding-top: 5%;
padding-bottom: 10%;
}
.voice-heading-wrap img{
display: block;
margin: 0 auto 5%;
width: 30px;
border-radius: 0 15px 15px 15px;
}
.voice-heading{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
font-size: 1.2em;
line-height: 1;
text-align: center;
}
.voice-heading-sub{
font-size: 80%;
text-align: center;
}
.voice-box li{
padding: 8%;
border: #69194b 1px solid;
border-radius: 0 15px 15px 15px;
margin-bottom: 10%;
}
.voice-box li h5{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
margin-bottom: 5%;
font-size: 1.2em;
}
.voice-box li .caption{
line-height: 1.4;
}
.voice-box li .caption span{
display: block;
padding-top: 5%;
text-align: right;
}
.item-link{
background-color: #69194b;
border-radius: 0 15px 15px 15px;
display: block;
margin: 10% auto 5%;
color: #fff;
font-weight: 700;
text-align: center;
padding: 5% 0;
width: 200px;
}
.item-pick-up-wrap + hr{
position: relative;
border: none;
border-bottom: #d4b92f solid 1px;
width: 50%;
height: 0;
margin: 15% auto 7%;
}
.more-title{
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #69194b;
font-weight: 400;
font-size: 1.2em;
line-height: 1;
padding: 8% 0;
}
.more-title + hr{
border-top: 1px solid #d3b82f;
margin: 0 auto;
padding: 0;
width: 50px;
}
.item-box.other-item {
padding: 8% 12%;
}
.item-box.other-item .image-box img {
display: block;
width: 100%;
margin: 0 auto 5%;
border-radius: 0 15px 15px 15px;
}

.item-box.other-item a{
background-color: #69194b;
border-radius: 0 15px 15px 15px;
display: block;
margin: 10% auto 5%;
color: #fff;
font-weight: 700;
text-align: center;
padding: 5% 0;
width: 100%;
}
.item-box.other-item .text-box a{
display: none;
}
.box{
margin-bottom: 15%;
}
#bedtime.box{
margin-bottom: 0;
}
#map{
background-color: #dad1cb;
}
#map .pc{
display: none;
}
#map .w1000{
padding: 5% 8% 10%;
}

#map .voice-heading,
#ranking .voice-heading{
font-size: 1.8em;
}
#map .voice-heading-wrap hr,
#ranking .voice-heading-wrap hr{
border-top: 1px solid #d3b82f;
margin: 5% auto 0;
padding: 0;
width: 50px;
}

#ranking{
background-color: #dad1cb;
}
#ranking .w1000{
padding: 0 8% 10%;
}
#ranking .lead-copy{
padding-bottom: 10%;
text-align: justify;
}
#ranking .image-box img{
display: block;
width: 100%;
margin: 0 auto 8%;
border-radius: 0 15px 15px 15px;
}
#ranking .pick-up span{
background-color: #d3b82f;
color: #69194a;
}
#ranking .item-box{
padding-bottom: 10%;
}
#ranking .item-box:last-child{
padding-bottom: 0;
}
#ranking .item-box a {
background-color: #69194b;
border-radius: 0 15px 15px 15px;
display: block;
margin: 8% auto;
color: #fff;
font-weight: 700;
text-align: center;
padding: 5% 0;
width: 100%;
}
#ranking .text-box{
position: relative;
}
#ranking .pick-up.pc{
display: none;
}
 #ranking .text-box .pick-up{
top:auto; 
bottom: calc(54px + 7%);
}
.rink-btn{
background-color: #dad1cb
}
.rink-btn .w1000{
padding-top: 0;
}
.rink-btn .w1000 a{
position: relative;
border-radius: 0 15px 15px 15px;
display: block;
margin: 0 auto 8%;
text-align: center;
padding: 5% 0;
width: 100%;
background-color: #d3b82f;
color: #69194b;
}
.rink-btn .w1000 a::after{
position: absolute;
display: block;
line-height: 1;
top:calc(50% - .5em);
right: 5%;
content: '>>';
}
.rink-btn .w1000 a:nth-child(2) span{
display: block;
font-size: .8em;
}
.rink-btn .w1000 a:nth-child(2) strong{
display: block;
font-size: 1.2em;
font-weight: 400;
}

/*--------------------------------------------------------------
footer:
----------------------------------------------------------------
*/

footer{
position: relative;
background-color: #69194a;
color: #fff;
text-align: center;
}

footer h1{
width:  80%;
margin: 10% auto;
max-width: 360px;
}

footer nav p{
display: block;
/*border-bottom: #fff 1px solid;*/
}
footer nav ul{
display: table;
margin: 3% auto 7%;
}
footer nav li{
float: left;
width: 40px;
margin-right: 10px;
}
footer nav li:last-child{
margin-right: 0;
}
footer nav a{
display: block;
}
.copyright{
font-size: 10px;
line-height: 1.6;
margin: 10% 0;
}
.page-top {
position: fixed;
bottom: 10%;
right: 10px;
width: 40px;
height: 40px;
border-radius: 0 8px 8px 8px;
background-color: #69194a;
opacity: 0.8;
z-index: 101;
}
.page-top::after {
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom: #dad1cb 2px solid;
border-right: #dad1cb 2px solid;
top: 15px;
left: 11px;
}

.pop-up.sp{
width: 100%;
position: fixed;
bottom:0;
}
.pop-up.sp a{
display: block;
}
.pop-up{
line-height: 0;
z-index: 100;
}

@media screen and (min-width:480px) {
#situation li .header-cat-img{
width: 55%;
}
#situation li:nth-child(1) .header-cat-img{
margin-left: -5%;
}
#situation li:nth-child(2){
margin-right: -5%;
margin-top: -5%;
}
#situation li:nth-child(3) .header-cat-img{
margin-left: -5%;
margin-top: -5%;
}
#situation li .header-cat {
padding-bottom: 2%;
}
#situation li:nth-child(1) .header-cat{
left: 40%;
padding-left: 10%;
}
#situation li:nth-child(2) .header-cat{
top: 20%;
}
#situation li:nth-child(3) .header-cat{
top: 20%;
left: 45%;
padding-left: 10%;
}
#situation li .header-cat span br{
display: none;
}
#situation .check{
font-size: 1.4em;
}
#situation li:nth-child(1) .check {
bottom: 60%;
right: -1%;
}
#situation li:nth-child(2) .check {
bottom: 40%;
left: 0;
}
#situation li:nth-child(3) .check {
    bottom: 32%;
    right: 0;
}
.item-box.other-item {
padding: 8%;
}
.item-box.other-item .be-two-column {
padding:4% 0 0;
display: flex;
column-gap: 4%;
align-items: center;
}
.item-box.other-item + .item-box.other-item .be-two-column{
flex-direction : row-reverse;
}
.item-box.other-item + .item-box.other-item + .item-box.other-item .be-two-column{
flex-direction : row;
}
.item-box.other-item .image-box{
width: 48%;
}
.item-box.other-item .image-box img{
padding: 0;
margin: 0;
width: 100%;
}
.item-box.other-item .text-box{
width: 48%;
}
.item-box.other-item a {
margin-top: 10%;
margin-bottom: 0;
width: 64%;
max-width: 400px;
}
#lineup .w1000{
padding-bottom: 5%;
}
#map .voice-heading,
#ranking .voice-heading {
font-size: 2.4em;
letter-spacing: 5px;
margin-bottom: 2%;
}
#ranking .be-two-column {
padding:4% 0 0;
display: flex;
column-gap: 4%;
align-items: center;
}
#ranking .image-box{
width: 48%;
}
#ranking .image-box img{
padding: 0;
margin: 0;
width: 100%;
}
#ranking .text-box{
width: 48%;
}
#ranking .item-box.no-02 .be-two-column{
flex-direction : row-reverse;
}

#ranking .item-box .pick-up{
right: -2%;
bottom: 54px;
}
#ranking .item-box.no-02 .pick-up{
right: -2%;
left: auto;
}

.page-top {
bottom: 25%;
}
}

@media screen and (min-width:768px) {

.slider-wrap.sp{
display: none;
}
.slider-wrap.pc{
display: block;
}
.main-title{
left: 10%;
}
h2{
letter-spacing: 10px;
font-size: 32px;
}
.w1000 {
padding: 10% 5%;
}
#introduce .caption{
font-size: 1.5em;
line-height: 2.4;
}

#situation li .header-cat{
font-size: 1.5em;
}

.h3-wrap h3{
font-size: 1.5em;
}
.lineup-header{
max-width: none;
display: table;
}
.lineup-header .image-box{
display: table-cell;
width: 48%;
padding-right: 2%;
vertical-align: middle;
}
.lineup-header .text-box{
display: table-cell;
width: 48%;
padding-left: 2%;
padding-top: 0;
vertical-align: middle;
}
#situation li:nth-child(1) .header-cat-img {
margin-left: 0;
}
#situation li:nth-child(1) .header-cat {
left: 45%;
width: 48%;
padding-left: 8%;
}
#situation li:nth-child(2) .header-cat-img{
margin-right: 5%;
}
#situation li:nth-child(2) .header-cat {
left: 0;
width: 40%;
padding-left: 5%;
}
#situation li:nth-child(3) .header-cat-img {
margin-left: 0;
}
#situation li:nth-child(3) .header-cat {
width: 40%;
left: 50%;
}
#situation .check{
font-size: 1.8em;
}
#situation li:nth-child(1) .check {
bottom: 65%;
right: 3%;
}
#situation li:nth-child(2) .check {
left: 9%;
}
#situation li:nth-child(3) .check {
bottom: 35%;
}
.lineup-header .text-box {
font-size: 1.2em;
}
.check-point {
padding: 5% 0;
font-size: 1.2em;
max-width: 400px;
}
.check-point li{
padding-bottom: 2%;
}
.recommend{
padding-bottom: 10%;
}
.recommend h4 {
left: calc(50% - 160px);
font-size: 1.8em;
letter-spacing: 4px;
border-radius: 0 20px 20px 20px;
width: 320px;
}
.item-pick-up-wrap {
padding: 10% 4% 4%;
margin: 2%;
}
.pick-up {
width: 100px;
height: 100px;
top:-.5%;
right:-5%;
}
.pick-up span{
border-radius: 50px;
font-size: 1.5em;
}

.item-pick-up-wrap .be-two-column{
display: flex;
column-gap: 4%;
align-items: center;
}
.item-pick-up-wrap .item-box .image-box{
width: 48%;
padding-right: 2%;
}
.item-pick-up-wrap .item-box .image-box img{
width: 100%;
margin: 0;
padding: 0;
}
.item-pick-up-wrap .item-box .text-box{
width: 48%;
padding-left: 2%;
font-size: 1.2em;
}
.item-pick-up-wrap .item-box .text-box .item-caption{
margin: 10% 0 0;
line-height: 1.6;
}
.item-copy {
margin-bottom: 4%;
}
.item-name br{
display: none;
}
.point-title-wrap {
font-size: 1.5em;
padding-top: 8%;
}
.point-box .image-box,
.point-box .text-box{
width: 48%;
}
.point-box + .point-box .be-two-column{
flex-direction: row-reverse;
}
.more-title {
font-size: 1.8em;
padding: 4% 0;
}

.item-caption{
margin:5% 0 0;
}

.voice-heading-wrap {
font-size: 1.5em;
padding-top: 10%;
padding-bottom: 5%;
}
.voice-heading {
font-size: 1.8em;
}
.voice-heading-wrap img{
position: absolute;
top: 40%;
left: 15%;
width: 40px;
height: 40px;
}
.voice-box ul{
display: flex;
column-gap: 4%;
flex-wrap: wrap;
}
.voice-box li{
width: 39.6%;
padding: 8% 4%;
margin-bottom: 4%;
font-size: 1.2em;
}
.item-link {
width: 280px;
font-size: 1.5em;
}
.voice-box + .item-link{
margin-top: 5%;
}
.item-box.other-item {
padding: 5%;
}
.item-box.other-item .text-box {
font-size: 1.2em;
}
#map .voice-heading,
#ranking .voice-heading {
font-size: 2.8em;
}
#ranking .lead-copy{
font-size: 1.2em;
}

#ranking .item-box .text-box {
font-size: 1.2em;
}
#ranking .item-box a {
max-width: 400px;
}
.rink-btn .w1000{
display: flex;
column-gap: 4%;
align-items: center;
flex-wrap: wrap;
}
.rink-btn .w1000 a{
padding: 3% 0;
width: 48%;
font-size: 120%;
}
footer h1 {
margin: 5% auto 7%;
}
.copyright {
margin: 10% 0 5%;
}
.copyright br{
display: none;
}
.pop-up.pc{
display: block;
width: 180px;
position: fixed;
bottom:5%;
left: 5%;
}
.pop-up.pc a{
display: block;
}
.page-top {
bottom: 20px;
}
}

@media screen and (min-width:1080px) {
.w1000{
padding: 80px 0;
margin: 0 auto;
width: 1000px;
}
h2{
font-size: 36px;
}
h2 + hr {
width: 80px;
height: 0;
margin: 3% auto 5%;
}
.main-title{
left: 10%;
height: 60vh;
}
#introduce .caption{
padding: 0;
margin: 0 auto;
}
#situation ul{
overflow-x: hidden;
}
#situation li:nth-child(1) .header-cat {
padding-left: 5%;
width: 50%;
}
#situation li:nth-child(1) .header-cat-img {
margin-left: 5%;
}
#situation li:nth-child(2) .header-cat {
left: auto;
right: 45%;
width: 45%;
padding-left: 0;
}
#situation li:nth-child(2) .header-cat-img {
margin-right: 5%;
}
#situation li:nth-child(3) .header-cat {
padding-left: 10%;
width: 50%;
left: 45%;
}
#situation li:nth-child(3) .header-cat-img {
margin-left: 5%;
width: 45%;
}
#situation li:nth-child(1) .check {
bottom: 68%;
right: 0;
}
#situation li:nth-child(2) .check {
bottom: 48%;
left: 13%;
}
#situation li:nth-child(3) .check {
bottom: 43%;
}
.h3-wrap strong {
font-size: 50px;
}
.h3-wrap h3 {
font-size: 32px;
}

.check-point {
max-width: none;
width: 600px;
font-size: 1em;
}
.check-point img {
width: 40px;
padding-right: 10px;
}
.check-point span {
font-size: 1.5em;
}
.item-link {
width: 400px;
font-size: 1.5em;
padding: 3% 0;
letter-spacing: 5px;
}
.pick-up {
width: 120px;
height: 120px;
top: 1%;
right: 3%;
}
.pick-up span{
border-radius: 60px;
}
.item-pick-up-wrap + hr {
margin: 10% auto 5%;
}
.voice-heading-wrap img {
position: absolute;
top: 40%;
left: 24%;
width: 60px;
height: 60px;
}
.item-link {
padding: 3% 0;
}
.item-box.other-item .text-box a{
display: block;
margin: 8% 0 0;
padding: 3% 0;
}
.item-box.other-item .be-two-column + a{
display: none;
}
#map .voice-heading-sub,
#ranking .voice-heading-sub {
font-size: 100%;
}
#map .w1000 {
padding: 0;
}
#map .sp{
display: none;
}
#map .pc{
display: block;
}
#ranking .w1000 {
padding: 0 0 5%;
}
#ranking .item-box {
padding-bottom: 0;
}
}