@charset "utf-8";

body {
	min-width: inherit;
	font-size: 14px;
	background: #ffffff;
}
.innerWrap{
	width: auto;
}
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover{
	color: rgba(0,0,0,1);
}
.white a,
a.white,
.white a:hover,
a.white:hover{
	color: rgba(255,255,255,1);
}
a:hover img,
.ro:hover,
.ro:hover img{
	opacity:1;
}
.sp,
.spCont,
#spMenuOverlay,
#spMenu{
	display: block;
}
.pcCont{
	display: none!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	padding: 0 0 11% 0;
}
header img{
	width: 100%;
}
header .logoArea{
	padding: 5% 0 5% 33.75%;
}
header .logoArea .mark{
	width: 25%;
	top: -8px;
	left: 3.5%;
}
header .logoArea .txt{
	width: 66.8%;
}
header .logoArea .copy{
	font-size: 12px;
	margin: 0;
	position: absolute;
	bottom: -25px;
	left: 33.75%;
}
header .menuBtn{
	width:8.25%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	margin-top: 40px;
	padding: 25px 0 0 0;
	background: #f9f9e8;
}
/* pageTop */
footer .pageTop{
	width: 54px;
	bottom: 30px;
	right: 20px;
	-webkit-transform: tlanslate3d(0,0,0);
}
/* snsIcon */
footer .snsIcon{
	position: static;
	text-align: center;
}
footer .snsIcon li{
	width: 38px;
	margin: 0 6px;
}
/* footLogo */
footer .footLogo{
	width: 81.25%;
	margin: 20px auto 0;
}
/* copyright */
footer .copyright{
	padding: 10px 0;
	margin-top: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■spMenu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#spMenuOverlay {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9998;
}
#spMenu {
	display: block;
	position: fixed;
	width: 76%;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	opacity: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#spMenu.open {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
#spMenu .inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#spMenu .hd{
	font-family: helvetica, arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
	background: #000 url(../../img/sp/btn_menu.png) 20px center no-repeat;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	padding: 17px 15px 17px 55px;
}
#spMenu .hd.info{
	font-size: 16px;
	background:#000 url(../../img/ico_about.png) 30px center no-repeat;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
#spMenu ul.menu li{
	border-bottom: 1px solid #d8d8d8;
}
#spMenu ul.menu li a{
	display: block;
	font-size: 17px;
	padding: 15px 30px;
	position: relative;
	text-decoration: none;
}
#spMenu ul.menu li a:after{
	content: "";
	border-right: 1px solid #00b0da;
	border-top: 1px solid #00b0da;
	height: 8px;
	width: 8px;
	right: 15px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -4px 0 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main,
#side{
	width: auto;
	float: none;
}
section.block{
	padding: 17px 7.5% 28px!important;
	margin-bottom: 0!important;
	border-radius: 0!important;
	box-shadow: none!important;
}
section.block .description{
	margin-bottom: 18px;
}
/*-------------------------
	hd
-------------------------*/
/* hd01 */
.hd01{
	font-size: 21px!important;
	margin-bottom: 19px!important;
	/* text-align: center!important; */
}
.hd01 span{
	font-size: 13px!important;
	margin-left: 10px!important;
}

/*-------------------------
	btn
-------------------------*/
/* btn01 */
.btn01{
	display: block;
	text-align: center;
	margin-top: 24px!important;
}
.btn01 a{
	width: 100%!important;
	max-width: 320px;
	font-size: 17px;
	padding: 11px;
}
.btn01 a span{
	padding-right: 35px;
	-webkit-background-size: auto 9px;
	background-size: auto 9px;
}
.hd01 span.spBreak{
	display: block;
	margin: 2px 0 0 0;
}

/*-------------------------
	casette
-------------------------*/
.casette__item .img{
	margin-bottom: 12px;
}
.casette__item .cat{
	width: 50px;
	padding: 1px 0;
}
.casette__item .view{
	font-size: 11px;
	color: #0088b9;
	padding-left: 20px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.casette__item .ttl{
	font-size: 13px;
	margin-top: 7px;
}

/* 2,3,4column */
.casette--2,
.casette--3,
.casette--4{
	padding-left: 0;
}
.casette--2 .casette__item,
.casette--3 .casette__item,
.casette--4 .casette__item{
	width: 47.5%;
	margin: 23px 5% 0 0!important;
}
.casette--2 .casette__item:nth-child(1),
.casette--3 .casette__item:nth-child(1),
.casette--4 .casette__item:nth-child(1),
.casette--2 .casette__item:nth-child(2),
.casette--3 .casette__item:nth-child(2),
.casette--4 .casette__item:nth-child(2){
	margin-top: 0!important;
}
.casette--2 .casette__item:nth-child(2n),
.casette--3 .casette__item:nth-child(2n),
.casette--4 .casette__item:nth-child(2n){
	margin-right: 0!important;
}
.casette--2 .casette__item:nth-child(2n+1),
.casette--3 .casette__item:nth-child(2n+1),
.casette--4 .casette__item:nth-child(2n+1){
	clear: both;
}
.casette--2 .casette__item .img,
.casette--3 .casette__item .img,
.casette--4 .casette__item .img{
	margin-bottom: 10px;
}
.casette--2 .casette__item .date.spCont,
.casette--3 .casette__item .date.spCont,
.casette--4 .casette__item .date.spCont{
	display: inline-block;
	font-size: 11px;
}
.casette--2 .casette__item .view,
.casette--3 .casette__item .view,
.casette--4 .casette__item .view{
	font-size: 12px;
	padding-left: 20px;
	background-position: left 2px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.casette--2 .casette__item .ttl,
.casette--3 .casette__item .ttl,
.casette--4 .casette__item .ttl{
	font-size: 13px;
	margin-bottom: 1px;
}

/* spot */
.casette--spot  .casette__item .ttl{
	font-size: 15px;
}

/* 2_1column */
.casette--2_1 .casette__item,
.casette--3_1 .casette__item{
	width: 100%;
	float: none;
	margin: 17.5px 0 0 0!important;
}
.casette--2_1 .casette__item:nth-child(2),
.casette--3_1 .casette__item:nth-child(2){
	margin: 17.5px 0 0 0!important;
}
.casette--2_1 .casette__item:first-child,
.casette--3_1 .casette__item:first-child{
	margin-top: 0!important;
}
.casette--2_1 .casette__item:nth-child(n+3){
	display: none;
}
.casette--3_1 .casette__item:nth-child(n+2){
	display: none;
}
.casette--2_1 .casette__item .img{
	margin-bottom: 0;
}
.casette--2_1 .casette__item .data{
	position: relative;
	padding-left: 83px;
}
.casette--2_1 .casette__item .cat,
.casette--3_1 .casette__item .cat{
	font-size: 14px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	position: absolute;
	left: 13px;
	top: 13px;
}
.casette--2_1 .casette__item .ttl,
.casette--3_1 .casette__item .ttl{
	font-size: 17px;
	margin: 0 0 3px 0;
	overflow: hidden;
}
.casette--2_1 .casette__item .date,
.casette--3_1 .casette__item .date{
	margin: 0;
}
.casette--2_1 .casette__item .view,
.casette--3_1 .casette__item .view{
	margin: 0 0 0 25px;
}
/*-------------------------
	side
-------------------------*/
/* bnr */
#side .bnr{
	background: #e0f1fc;
	margin: 0;
	padding: 20px 5%;
}
#side .bnr p{
	font-size: 16px;
	text-align: center;
	margin: 0 0 8px 0;
	padding: 0;
}
/* casette */
#side .casette__item{
	padding-bottom: 12px;
	margin-bottom: 11px;
}
#side .casette__item .img{
	width: 42%;
	margin-top: 0;
}
#side .casette__item .data{
	padding-left: 47%;
}
#side .casette__item .cat{
	font-size: 12px;
}
#side .casette__item .date{
	font-size: 15px;
	margin-left: 1px;
}
#side .casette__item .ttl{
	font-size: 17px;
	line-height: 1.28;
	margin-bottom: 5px;
}
#side .casette__item .view{
	font-size: 15px;
	padding-left: 28px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
/* keyword */
#side .tags{
	font-size: 0;
	margin-top: 15px;
	margin-bottom: -9px;
}
#side .tags li{
	font-size: 15px;
	padding: 11px 17px 11px 15px;
	margin-bottom: 9px;
}
#side .tags li:before{
	border-width: 22px 13px 22px 0;
}
/* search */
#side #search input{
	float: none;
	height: 50px;
}
#side #search input#sWord{
	width: 100%;
	padding: 0 10px 0 55px;
	border-radius: 50px;
	background: url(../../img/sp/ico_search.png) 20px center no-repeat;
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
}
#side #search input#sBtn{
	display: none;
}
/* info */
#side #info{
	padding-left: 0!important;
	padding-right: 0!important;
}
#side #info ul li{
	font-size: 17.5px;
	border-bottom: 1px solid #d3d3d3;
	background-position: 7.5% center;
}
#side #info ul li:first-child{
	border-top: 1px solid #d3d3d3;
}
#side #info ul li a{
	display: block;
	position: relative;
	padding: 18px 0 18px 17.5%;
}
#side #info ul li a:after{
	right: 7.5%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■breadcrumb
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#breadcrumb {
    overflow-x: scroll;
    padding-left: 20px;
}
#breadcrumb > .list {
    width: 200%;
}
#breadcrumb > .list li:not(:last-child):after {
    content: ">";
    margin: 0 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pager
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pager {
    margin: 20px 0;
    justify-content: center;
}
#pager li {
    margin-right: 10px;
    font-size: 18px;
}
#pager a {
    width: 35px;
    padding: 4px 0;
}
#pager .next a,
#pager .last a {
    width: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.det_txt {
    font-size: 14px;
}
.det_txt h3 {
    font-size: 16px;
    margin: 1em 0;
}
.det_txt h4 {
    font-size: 15px;
    margin: 1em 0;
}
.det_txt h3 span {
    padding: 10px;
}
.det_txt h4 span {
    padding: 7px 10px;
}
.det_keyword {
    margin-top: 30px;
    padding: 20px 10px 0;
}
.det_keyword > .txt {
	width: 23%;
	font-size: 10px;
}
.det_keyword > .tags {
	width: 77%;
}
.det_keyword > .tags li{
	font-size: 10px;
	padding: 4px 10px 4px 10px;
	margin-bottom: 9px;
	margin-left: 14px;
}
.det_keyword > .tags li:before{
	border-width: 12px 13px 12px 0;
}
.det_sns_btm {
    margin: 40px 0 20px;
}
.det_sns_btm li:not(:last-child) {
    margin-right: 10px;
}
.det_more_ttl {
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■bloglist
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bloglist {
    padding: 6% 7.5%;
}
#bloglist > .ttl {
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
#bloglist > .ttl img {
    margin-right: 0.5em;
    width: auto;
}
#bloglist > .entry li {
    padding-bottom: 20px;
    margin-top: 20px;
}
#bloglist .entry .img {
    width: 40%;
}
#bloglist .box {
    margin-left: 6%;
    width: 54%;
}
#bloglist .head {
    font-size: 14px;
    margin-bottom: 5px;
}
#bloglist .cat {
    min-width: 4em;
    margin-right: 0.5em;
}
#bloglist .entry .ttl {
    font-size: 14px;
}
#bloglist .name {
    padding-left: 1.5em;
    font-size: 12px;
    margin-top: 10px;
    position: static;
}