@charset "UTF-8";

/* ! CSSの構成 トップページ ================================================== 
  
トップページA
トップページB
トップページC
  
-------------------------------------------------- */

a.toTop{
	display: none !important;
}

/* ! スライダー ================================================== */
.swiper-container{
    width: 100%;
    height: 440px;
}
.swiper-slide:before,.swiper-slide > a{
	content: '';
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.swiper-slide > a{
	background: none;
	z-index: 3;
}
.swiper-slide > div{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  z-index: 2;
}
.swiper-slide > div.img{
	height: 100%;
	z-index: 0;
	background-size: cover !important;
}
.swiper-slide  div.bg_black{
	background: rgba(0, 0, 0, 0.5);
}
.swiper-slide div h2{
	color: white;
	margin: 0 0 15px;
	line-height: 1.5;
	-webkit-text-shadow: 0px 1px 3px rgba(0,0,0,.3);
		  text-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
.swiper-slide div h2:before{
	content: 'pickup';
	width: auto; height: auto;
	background: white;
	font-size: 10px;
	color: #216698;
	border-radius: 3px;
  line-height: 1;
  padding: 5px 6px 6px;
  text-shadow: none;
}
.swiper-slide div p{
	color: white;
	padding: 10px 20px;
}
.article_new{
  padding: 20px 0 35px;
  background: #F5F5F5;
  border-bottom: solid 1px #CCCCCC;
}
.article_new h2{
	margin: 0 0 20px;
  font-size: 17px;
}
.article_new ul{
	margin: -20px;
	display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.article_new li{
	position: relative;
	padding: 20px;
	width: 16.66%;
}

.article_new li div{
  cursor: pointer;
  width: 100%;
  padding-top: 52.63%;
  border-radius: 4px;
  margin: 0 0 10px;
  background-size: cover !important;
  background-repeat:no-repeat;
  background-position:center;
}
.article_new li a{
	cursor: pointer;
/*
	z-index: 2;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%; height: 100%;
*/
}

.article_new li p{
  cursor: pointer;
  font-weight: 400;
  position: relative;
  color: #555555;
  z-index: 1;
  font-size: 12px;
  line-height: 1.4;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(cmn/img/icon_arrow.svg)no-repeat center !important;
	background-size: 70% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(cmn/img/icon_arrow.svg)no-repeat center !important;
	background-size: 70% !important;
	transform: scaleX(-1);
}

.article_new .container + .google-auto-placed{
	display: none;
}

@media screen and (max-width: 1030px){
	.article_new ul{
	  margin: -10px;
	}
	.article_new li{
		padding: 10px;
	}
}
@media screen and (max-width: 768px){
	.article_new ul{
		margin: -20px;
	}
	.article_new li{
		width: 33.33%;
		padding: 20px;
	}
}

@media screen and (max-width: 640px){
	.article_new{
		background: white;
		padding: 35px 0 25px;
    margin: 40px 0 0;
	}
	.article_new ul{
		margin: -10px;
	}
	.article_new li{
		width: 50%;
		padding: 10px;
	}
	.swiper-container{
		height: 300px;
	}
	.swiper-button-prev,.swiper-button-next{
		display: none;
	}
	.article_new li div{
		border: solid thin #eee;
	}
	.article_new li p{
		font-weight: 600;
    color: #333;
    font-size: 13px;
	}
}

/* ! 記事一覧 ================================================== */
.top_article{
	margin: 40px 0 0;
}
.tab_btn li p{
	height: 60px;
	color: #666666;
	background: #EAEAEA;
   font-size: 15px;
  cursor: pointer;
  font-weight: 500;
	border-radius: 6px 6px 0 0;
	text-align: center;
	 display: -webkit-flex; display: flex;
	  -webkit-flex-wrap: wrap; flex-wrap: wrap;
	  -webkit-align-items: center; align-items: center;
	  -webkit-justify-content: center; justify-content: center;
}
.tab_btn li.active p{
	background: #58AEDD;
	color: white;
}
ul[class^="article_"] {
	display: none;
}
ul#article_oversea + .no_archive{
	display: none;
}
ul[class^="article_"].active {
	display: block;
}
ul[class^="article_"].active + .no_archive{
	display: none;
}

@media screen and (max-width: 768px){
	.top_article .tab_btn + .google-auto-placed{
		display: none;
	}
}
@media screen and (max-width: 640px){
	.tab_btn li p{
		border-radius: 0;
		cursor: pointer;
	}	
	.top_article{
		margin: 0px 0 0;
	}
	.article_new{
		border-bottom: none;
	}
}
@media screen and (max-width: 460px){
	.tab_btn li.area_japan,.tab_btn li.area_oversea{
		width: 50%;
	}
	.tab_btn li.area_press{
		width: 100%;
		border-top: solid 1px #dbdde0;
	}
}

/* ! 地域選択 ================================================== */
.place_area li{
  
}
.place_area li > div{
	position: relative;
	padding-top: 100%;
}
.place_area li > div > div,
.place_area li > div > div > a{
	width: 100%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	background: #555;
	height: 100%;
	border-radius: 4px;
	 display: -webkit-flex; display: flex;
	  -webkit-flex-wrap: wrap; flex-wrap: wrap;
	  -webkit-align-items: center; align-items: center;
	  -webkit-justify-content: center; justify-content: center;
	  flex-direction: column; -webkit-flex-direction: column;
}
.place_area li > div > div > a{
	background: none;
	z-index: 2;
}
div#hokkaido{
	background: url(cmn/img/img_place01.webp)no-repeat center;
}
div#hokkaido.no_webp{
	background: url(cmn/img/img_place01.png)no-repeat center;
}
div#tohoku{
	background: url(cmn/img/img_place02.webp)no-repeat center;
}
div#tohoku.no_webp{
	background: url(cmn/img/img_place02.png)no-repeat center;
}
div#kanto{
	background: url(cmn/img/img_place03.webp)no-repeat center;
}
div#kanto.no_webp{
	background: url(cmn/img/img_place03.png)no-repeat center;
}
div#kansai{
	background: url(cmn/img/img_place04.webp)no-repeat center;
}
div#kansai.no_webp{
	background: url(cmn/img/img_place04.png)no-repeat center;
}
div#kyushu_okinawa{
	background: url(cmn/img/img_place05.webp)no-repeat center;
}
div#kyushu_okinawa.no_webp{
	background: url(cmn/img/img_place05.png)no-repeat center;
}
div#oversea{
	background: url(cmn/img/img_place06.webp)no-repeat center;
}
div#oversea.no_webp{
	background: url(cmn/img/img_place06.png)no-repeat center;
}
div#chubu{
	background: url(cmn/img/img_place07.webp)no-repeat center;
}
div#chubu.no_webp{
	background: url(cmn/img/img_place07.png)no-repeat center;
}
div#chugoku{
	background: url(cmn/img/img_place08.webp)no-repeat center;
}
div#chugoku.no_webp{
	background: url(cmn/img/img_place08.png)no-repeat center;
}
div#shikoku{
	background: url(cmn/img/img_place09.webp)no-repeat center;
}
div#shikoku.no_webp{
	background: url(cmn/img/img_place09.png)no-repeat center;
}
.place_area li p,
.place_area li span{
	color: white;
	font-size: 15px;
	font-weight: 600;
}
.place_area li #kyushu_okinawa p{
	font-size: 13px;
}
.place_area li span{
	font-size: 10px;
  opacity: .8;
  font-weight: 400;
  letter-spacing: -.5px;
  margin: 10px 0 0;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1000px){
	.place_area li{
		width: 20%;
	}
	.place_area li span{
		display: block;
	}
}
@media screen and (max-width: 790px){
	.place_area li{
		width: 20%;
	}
}
@media screen and (max-width: 768px){
	.place_area li > div{
		padding-top: 90%;
	}
}

@media screen and (max-width: 640px){
	.place_area{
		margin: 20px;
	}
	.main_contents > .container{
		margin: 0px auto 0;
	}
	.sp_only_advertisement > ul{
		padding: 10px 20px 30px;
	}
}

@media screen and (max-width: 470px){
	.place_area li{
		width: 33.33%;
	}
}

@media screen and (max-width: 350px){
	.place_area{
		margin: 20px 10px;
	}
	.place_area li{
		width: 33.33%;
		
	}
}

body.customize-support aside{
	top: 136px !important;
}

section + .btnarea.center{
	margin: 40px auto 0;
}

/* ! 引用 ================================================== */

blockquote{
    position:relative;
    border:1px solid #8BC0B8;
    border-radius:10px;
    padding:20px;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#8BC0B8;
    top:10px;
    left:10px;
}
blockquote:after{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10e';
    font-size: 20px;
    color:#8BC0B8;
    right:10px;
    bottom:10px;
}
blockquote cite {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    color: #D4DED7;
    padding-right:20px;
}

/* RTOC */
