#MediaTitle {
text-align: center;
position: relative;
overflow: hidden;
height: 400px;
transition: all 0.3s ease;
}

/*=====================================
背景画像
====================================*/
/* 国内観光メディア */
#MediaTitle.Media01 {
background: url(../img/media01_header.jpg) center center;
background-size: cover;
}

/* WEB・スマートフォン */
#MediaTitle.Media02 {
background: url(../img/media02_header.jpg) center center;
background-size: cover;
}

/* インバウンド */
#MediaTitle.Media03 {
background: url(../img/media03_header.jpg) center center;
background-size: cover;
}


#MediaTitle h3 {
text-align: center;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 3em;
font-weight: 100;
color: #FFF;
width: 100%;
text-shadow: 0 2px 8px rgba(0,0,0,0.3);
line-height: 1.4;
}

@media screen and (max-width: 700px) {
#MediaTitle {
height: 300px;
}
#MediaTitle img {
position: absolute;
height: 300px;
max-width: inherit;
opacity: 0.1;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
#MediaTitle h3 {
font-size: 2em;
font-weight: 300;
}
}

#MediaCont {
padding: 20px;
line-height: 1.7;
}

#MediaCont .Lead p {
font-size: 1em;
}

#MediaCont h4 {
font-size: 1.3em;
font-weight: 700;
padding-bottom: 15px;
}

#MediaCont p {
font-size: 0.85em;
font-weight: 500;
}

.MediaIntroImg {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

.MediaIntroImg img {
display: block;
padding-bottom: 10px;
width: 90%;
max-width: 500px;
margin: auto;
}

.MediaIntroImg h5 {
font-size: 1em;
font-weight: 700;
padding-bottom: 20px;
}

.MediaCase {
padding-top: 40px;
clear: both;
overflow: hidden;
}

.MediaCase h5 {
font-size: 1em;
font-weight: 700;
padding-bottom: 40px;
}

.MediaCase h5  .titleBorder {
width: 30px;
border-bottom: 1px solid #999;
padding-top: 20px;
}

.MediaCase h4 {
padding-bottom: 20px;
}

.MediaCase h6 {
font-size: 1.2em;
font-weight: 700;
}

.MediaCase ul {
font-size: 0.85em;
padding-top: 20px;
}

.MediaCase ul a {
color: #222;
}

.MediaCase ul a i.fa-caret-right {
padding-right: 3px;
}

.MediaCase ul a i.fa-external-link {
padding-left: 3px;
opacity: 0.5;
}

.MediaCaseSample {
background: #F1F1F1;
padding: 15px;
font-size: 0.85em;
margin-top: 20px;
width: 100%;
box-sizing: border-box;
}

.MediaCase .flickity-page-dots .dot {
background: #999;
}

.MediaCase .flickity-page-dots .dot.is-selected {
opacity: 1;
background: #F15A24;
}

.MediaCase .flickity-prev-next-button.previous { left: 15px; }
.MediaCase .flickity-prev-next-button.next { right: 15px; }

.MediaBox {
width: 30%;
font-size: 0.9em;
padding-bottom:60px;
position: relative;
}

.MediaBox.fLeft {
float: left;
}

.MediaBox.fCenter {
float: left;
margin-left: 5%;
}

.MediaBox.fRight{
float:right;
}

@media screen and (max-width: 700px) {
.MediaBox {
width: 100%;
padding-bottom:60px;
}

#MediaCont h4 {
font-size: 4.2vw;
}

#MediaCont .Lead p {
font-size: 3vw;
}

.MediaBox img {
height: 300px;
}

.MediaBox.fLeft {
float: none;
}

.MediaBox.fCenter {
float: none;
margin-left: 0;
}

.MediaBox.fRight{
float: none;
}
}

.MediaBox .MediaImg {
border: 2px solid #F1F1F1;
box-sizing: border-box;
padding: 3px;
margin-bottom:5px;
}

.MediaBox .MediaImg img {
display: block;
margin: auto;
}

.MediaBox a {
font-size: 0.8em;
color: #222;
}

.MediaBox p a {
font-size: 1em;
}

.MediaBox .Pickup {
background: #C1272D;
color: #FFF;
margin-top: 10px;
font-size: 0.8em;
position: relative;
z-index: 0;
text-align: center;
}

.MediaBox .Pickup img {
height: inherit;
display: block;
margin: auto;
}

.MediaBox .Pickup .triangleUp {
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 0;
border-color: #a8a8a8 transparent transparent transparent;
position: absolute;
right:0;
bottom:0;
z-index: 1;
}

.MediaBox .Pickup .triangleDown {
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #FFF transparent;
position: absolute;
right:0;
bottom:0;
z-index: 1;
}

.MediaBox .Pickup strong {
display: block;
font-size: 0.8em;
opacity: 0.5;
font-weight: 400;
}

.MediaBox .Pickup em {
font-size: 1.2em;
}

.MediaBox a i {
padding-left: 3px;
opacity: 0.5;
}

.MediaBox h6 span {
display: block;
font-size: 0.7em;
font-weight: 400;
}

.MediaCaseTitle01 {
padding-top: 15px;
font-size: 1.2em;
}

.MediaCaseTitle01 span {
font-size: 0.8em;
}

.MediaCaseTitle02 {
padding-top: 15px;
font-size: 1.2em;
}

.MediaBox.fLeft02 {
float: left;
width: 48%;
box-sizing: border-box;
background: #F1F1F1;
padding: 15px;
margin-bottom: 25px;
}

.MediaBox.fRight02 {
float: right;
width: 48%;
box-sizing: border-box;
background: #F1F1F1;
padding: 15px;
margin-bottom: 25px;
}

.MediaBox .ContactBtn {
clear: both;
position: absolute;
bottom:40px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%;
}

.MediaBox .ContactBtn a {
color: #FFF;
display: block;
}

#ContactBtn {
padding-top: 40px;
}

@media screen and (max-width: 700px) {
.MediaBox .Pickup img {
max-width: 50%;
}
}

