@charset "utf-8";
#uwasano{
    background: #f4f4f4;
    margin: 0 auto;
    width: 100%;
}
#uwasano #main_bg{
    max-width: 1280px;
    margin: 0 auto;
    background: #f3e2d1;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 1%;
}
#uwasano #main_bg>.inner{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#uwasano #main_bg .header{
    background: url("../images/header_pc.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 34.68%;
    margin: 0 auto;
}
/*ここから帯*/
#uwasano .description{
	background: #2ca236;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#uwasano .icon{
	display: flex;
	align-items: center;
}
#uwasano .logo{
	padding:5px;
	width: 60px;
	height: 60px;
}
#uwasano .name{
	font-size:30px;
	color:#ffffff;	
}
#uwasano .oa{
	margin-left: 30px;
}
#uwasano .oadate{
    position:relative;
    background:#ffffff;
    padding: 8px 15px;
    text-align:center;
    color: #2ca236;
	font-size:16px;
    font-weight:bold;
}
#uwasano .oadate:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:17px;
    border-right-width:17px;
    margin-top: -10px;
    border-right-color:#ffffff;
    right:100%;
    top:50%;
}
/*ここまで*/

#uwasano #next{
    margin: 3% auto;
}
#uwasano #next .inner{
    background: #fff;
    border: 2px solid #cf406c;
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2%;
}
#uwasano #next .ttl{
    background: url("../images/next.png") no-repeat top center;
    position: relative;
    height: 51px;
    text-align: center;
    margin: 1% auto;
}
#uwasano #next .ttl h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    padding: 0.4%;
    font-family: 'Kosugi Maru', sans-serif;
    color: #000000;
}
#uwasano .wrap .ttl{
    background: url("../images/oa.png") no-repeat top center;
    position: relative;
    height: 51px;
    text-align: center;
    margin: 1% auto;
}
#uwasano .wrap .ttl h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    padding: 0.4%;
    font-family: 'Kosugi Maru', sans-serif;
    color: #000000;
}
#uwasano #next .flex h2{
    text-align: center;
    color: #cf406c;
    font-size: 28px;
    border-bottom: 2px solid #cf406c;
}
#uwasano #next .flex>div>p{
    text-align: start;
    font-size: 20px;
}
#uwasano #next .comingsoon{
    width: 47%;
}
/*------ 動画 ------*/
.movie{
    display: block;
    width: 47%;
    padding-top: 26.5%;
    position: relative;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
@media screen and (max-width:1100px) {
    #uwasano #next{
    }
    #uwasano #next .inner{
    }
    #uwasano #next .ttl{
    }
    #uwasano #next .ttl h3{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        padding: 0.6%;
        font-family: 'Kosugi Maru', sans-serif;
        color: #000;
    }
    #uwasano .wrap .ttl{
        background: url("../images/oa.png") no-repeat top center;
        position: relative;
        height: 51px;
        text-align: center;
        margin: 1% auto;
    }
    #uwasano .wrap .ttl h3{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 24px;
        padding: 0.6%;
        font-family: 'Kosugi Maru', sans-serif;
        color: #000000;
    }
    #uwasano #next .flex{
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    #uwasano #next .flex p{
        width: 100%;
        padding: 2%;
        text-align: left;
        font-size: 18px;
        line-height: 2em;
    }
    #uwasano #next .flex div:nth-child(2){
    width: 100%;
    /* padding: 2%; */
    text-align: left;
    font-size: 21px;
    line-height: 2em;
    }
    #uwasano #next .flex h2{
        text-align: center;
        color: #cf406c;
        font-size: 25px;
        border-bottom: 2px solid #cf406c;
        /* margin: 4% auto 0; */
    }
    /*------ 動画 ------*/
    .movie{
        display: block;
        width: 80%;
        padding-top: 45.2%;
        position: relative;
        margin: 0 auto;
    }
    .movie .movieCon{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
        -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    #uwasano #next .comingsoon{
        width: 95%;
        margin: 0 auto;
    }
}
/*バックナンバー*/
#uwasano .wrap{
    margin: 0 auto;
    width: 90%;
}
#uwasano #sanpoBody{
	display: flex;
	border: 2px solid #2ca236;
	position: relative;
}
#uwasano #sanpoBody .oaDate {
	width: calc(16% - 2px);
	min-width: 150px;
	padding: 15px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	background: #2ca236;
	position: absolute;
	top: 0;
	left: 0;
}
#uwasano #sanpoBody .oaDate .year {
	font-size: 14px;
}
#uwasano #sanpoBody #mainCont {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	width: 85%;
}
#uwasano #sanpoBody #mainCont .mainTit {
	font-size: 18px;
	line-height:1.3;
	font-weight: bold;
	margin-bottom: 10px;
	color:#2ca236;
}
#uwasano #sanpoBody #mainCont .left,
#uwasano #sanpoBody #mainCont .right {
	width: 320px;
}
#uwasano #sanpoBody #mainCont .left {
	float: left;
	margin: 0 10px 5px 0;
}
#uwasano #sanpoBody #mainCont .right {
	float: right;
	margin: 0 0 10px 10px;
}
#uwasano #sanpoBody #mainCont .section {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	padding-bottom: 30px;
}
#uwasano #sanpoBody #mainCont .section div.cel33,
#uwasano #sanpoBody #mainCont .section div.cel66
{
	display: table-cell;
	vertical-align: top;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}
#uwasano #sanpoBody #mainCont .section div.cel33
{
	padding-left: 10px;
	width: 33%;
}
#uwasano #sanpoBody #mainCont .section div.cel66
{
	width: 66%;
}
#uwasano #sanpoBody #mainCont h4 {
	font-weight: bold;
	line-height:1.3;
}
#uwasano #sanpoBody #mainCont .section .pub,
#uwasano #sanpoBody #mainCont .section .pub img{
	width:320px;
}

#uwasano #sanpoBody #sideCont {
	width: 16%;
	min-width: 150px;
	background: #fbfbfb;
	border-right: 2px solid #2ca236;
}
#uwasano #sanpoBody #sideCont .backNum {
	padding: 15% 5% 5%;
	margin-top: 90px;
}
#uwasano #sanpoBody #sideCont .backNum h4 {
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
#uwasano #sanpoBody #sideCont .backNum h4:before {
	content: "";
	display: inline-block;
	border: 7px solid transparent;
	border-left-color: #2ca236;
}
#uwasano #sanpoBody #sideCont .backNum h4 a {
	text-decoration: none;
	color:#333;
}
#uwasano #sanpoBody #sideCont .backNum h4 a:hover {
	color:#999;
}
#uwasano #sanpoBody #sideCont .backNum ul.loglist {
	margin-left: 14px;
}
#uwasano #sanpoBody #sideCont .backNum li {
	border-bottom: 1px dotted #2ca236;
	padding: 3px 0;
}
#uwasano #sanpoBody #sideCont .backNum li:last-child {
    border: none;
}
#uwasano #sanpoBody #sideCont .backNum li a {
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 14px;
	line-height: 18px;
}
#uwasano #sanpoBody #sideCont .backNum li a:hover {
	color:#999;
}

#uwasano .btn{
    display: block;
    text-align: center;
    margin: 2% auto;
    width: 17%;
}
#uwasano .btn:hover{
    opacity: 0.8;
}
