@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  media.css
 style info :  BM側メディア用cssの定義
=================================================================== */
/*LAYOUT*/
body{
	background: #FFFFE5;
}
#subnav_bottom{
	display: none;
}
#contents01 #pagetitle_area{
	background-size: auto auto;
	background-color: rgba(64, 144, 209, 1);
	/*background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(140, 193, 235, 1) 10px, rgba(140, 193, 235, 1) 11px );*/
}
#contents01 #pagetitle_area, 
 #contents01 #pagetitle{
/*	height: 150px;
	height: 15vh;*/
}
#contents01 #pagetitle {

}
.subtitle02{
	color: #FFF;
	text-align: center;
}


/*TITLE*/
.mediaTopArea{
	text-align: center;
}
.mediaTopArea .mediaTitl {
    font-size: 33px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 70px;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    display: inline-block;
    color: #4090d1;
    font-weight: bold;
    margin-top: 30px;
}
.mediaSubtitlArea {
    margin-bottom: 50px;
    background-size: auto auto;
    background-color: rgb(226, 241, 253);
    /*background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(140, 193, 235, 1) 10px, rgba(140, 193, 235, 1) 11px );*/
    padding: 2.3em 0;
}
.mediaSubtitlArea .inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mediaSubtitlArea .Titl{    color: #4090D1;

	font-size: 33px;
	text-align: center;
	line-height: 1.2;
	color: #4090D1;
}
.mediaSubtitlArea .icon{
	margin-right: 25px;
}
@media only screen and (max-width: 690px) {
	.mediaSubtitlArea{
		padding: 1em 0;
	}
	.mediaTopArea .mediaTitl{
		margin-bottom: 40px;
	}
	.mediaSubtitlArea{
		margin-bottom: 20px;
	}
	.mediaTopArea .mediaTitl, 
	.mediaSubtitlArea .Titl{
		font-size: 24px;
	}
	.mediaSubtitlArea .icon {
	    margin-right: 10px;
	    width: auto;
	    height: 30px;
	}
}

/*CONTENTS BLOCK*/
.mediablocks{
	margin-bottom: 100px;
}
.mediablocks .fl{
	display: flex;
	flex-wrap: wrap;
}
.mediablocks .fl .col {
    width: calc(100% / 4 - 1.5em);
    margin-right: 2em;
    margin-bottom: 2em;
    background-color: #FFF;
    box-shadow: 0 0 14px -7px #B59F58;
    transition: .6s;
}
.mediablocks .fl .col.bl-hover{
	box-shadow: 0 0 30px -5px #C8B67D;
}
.mediablocks .fl .col:nth-child(4n){
	margin-right: 0;
}
.mediablocks .titl{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.mediablocks .inn_ {
    padding: 1.5em;
}
.mediablocks .foto{
	position: relative;
	height: 150px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mediablocks .time{
	font-size: 12px;
}
.mediablocks img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
@media only screen and (max-width: 979px) {
	.mediablocks .fl .col {
	    width: calc(100% / 3 - 1.5em);
	    margin-right: 2em;
	}
	.mediablocks .fl .col:nth-child(3n){
		margin-right: 0;
	}
	.mediablocks .fl .col:nth-child(4n){
		margin-right: 2em;
	}
}
@media only screen and (max-width: 690px) {
	.mediablocks{
		margin-bottom: 40px;
	}
	.mediablocks .inn_{
		padding: 1em;
	}
	.mediablocks .fl .col {
	    width: calc(100% / 2 - 1em);
	    margin-right: 2em;
	    margin-bottom: 1em;
	}
	.mediablocks .fl .col:nth-child(even){
		margin-right: 0;
	}
	.mediablocks .fl .col:nth-child(odd){
		margin-right: 2em;
	}
	.mediablocks .foto{
		height: 200px;
	}
}
@media only screen and (max-width: 480px) {
	.mediablocks .fl .col {
	    width: 100%;
	    margin-right: 0;
	}
	.mediablocks .fl .col:nth-child(odd){
		margin-right: 0;
	}
	.undercol .mediablocks .fl .col {
	    display: flex;
	}
	.undercol .mediablocks .foto {
	    width: 30%;
	    height: 100%;
	}
	.undercol .mediablocks .fl .inn_{
		width: 70%;
	}
	.undercol .mediablocks .titl{
		line-height: 1.2;
		margin-bottom: 10pX;
	}
}







/*BTTN*/
.btn{text-align: center; }
.btn a {
    max-width: 380px;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 16px 2em;
    color: currentColor;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    transition: all .8s ease;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
}
.btn a::before {
    content: '';
    display: block;
    right: 12px;
    z-index: 3;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.btn a:hover {
    text-decoration: none;
}
.btn a::after {
    content: "";
    display: inline-block;
    transform: scaleX(0);
    position: absolute;
    left: 0rem;
    right: 0rem;
    top: 0;
    height: 100%;
    transform-origin: center right;
    transition: .8s ease transform;
    z-index: -1;
}
.btn a:hover::after {
    transform: scaleX(1);
    transform-origin: center left;
}

/*ボタン左*/
.btn.lt{text-align: left; }
/*ボタン右*/
.btn.rt{text-align: right; }


.btn-blue a{
    color: #FFF;
    background-color: #4090D1;
    border-color: #4090D1;
}
.btn-blue a::after {
    color: #4090D1;
    background-color: #FFF;
}
.btn-blue a:hover {
    color: #4090D1;
}
@media only screen and (max-width: 690px) {
	.btn a {
	    max-width: 300px;
	}
}