/*----------------
■〇grep　name:tie-up-design-css
■〇タイアップ特集マスターCSS
■〇特集名：県民の日特集
----------------*/

/*〇------list用（基本改変不可）------〇*/
/*〇リスト見出し帯設定*/
.feature .feature-type-t .home-list h2{
	margin: 15px 0 15px;
}
@media screen and (max-width: 693px){
	.feature .feature-type-t .home-list h2{
		margin: 15px -10px 15px;
	}
}


/*〇------home用（共通設定）------〇*/
/*〇大見出しブロックマージン調整*/
.feature .content .feature-list .layout80{
	margin: 0 0 5px;
}

/*〇大見出し　スポット情報　イベント情報　病院情報　連絡先　プレゼントの帯*/
.feature .content .feature-list h3.fl-ttl, 
.feature .content .feature-list .layout53 h3,
.feature .content .feature-list .layout80 h3{
	padding: 10px 10px 10px 20px;
	margin: 25px 15px 25px 0;
	border-top: none;
	background: #C6E3F7;
	color: #333;
	border-left: 15px solid #18ADCF;
	border-bottom: none;
}
@media screen and (max-width: 693px){
	.feature .content .feature-list h3.fl-ttl, 
	.feature .content .feature-list .layout53 h3,
	.feature .content .feature-list .layout80 h3{
		padding: 10px;
		line-height: 20px;
		width: 100%;
	}
}

/*〇ブロックマージン調整*/
.feature .content .list-column{
	margin: 0 15px 40px 0;
}

/*〇ブロックの見出し帯*/
.feature .content .list-column h3{
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0 0 8px 0;
	border-bottom: #cdcf1f solid 3px;
	font-weight: normal;
}

/*〇サイドナビ*/
.feature .content .feature-list .sidenav a{
	color: #18ADCF;
}
.feature .content .feature-list .sidenav h2{
	padding: 0;
	background: #c6e3f7;
	margin: 1px 0;
}
.feature .content .feature-list .sidenav h2 a{
	display: block;
	padding: 10px;
	color: #000d2a;
}
.feature .content .feature-list .sidenav h2.active{
	padding: 10px;
    color: #000d2a;
    background: #c6e3f7;
    border-left: 15px solid #18ADCF;
}
.feature .content .feature-list .sidenav h2 a:hover{
	opacity: 0.5;
	text-decoration: none;
}

/*各ブロック本文後共通ボタン対応*/
.feature .content .feature-list .B-btn .list-column .text-list a{
	display: block;
	text-align: center;
	background: #18adcf;
    border: solid 2px #000d2a;
	color: #000d2a;
	font-weight: normal;
	margin: 10px 0 15px;
	padding: 3px 4px;
	border-radius: 20px;
}
.feature .content .feature-list .B-btn .layout1 .text-list a,
.feature .content .feature-list .B-btn .layout2 .text-list a,
.feature .content .feature-list .B-btn .layout4 .text-list a,
.feature .content .feature-list .B-btn .layout12 .text-list a{
	margin: 10px 20% 30px;
}
@media screen and (max-width: 693px){
.feature .content .feature-list .B-btn .list-column .text-list a{
	display: block;
	text-align: center;
	background: #18adcf;
    border: solid 2px #000d2a;
	color: #000d2a;
	font-weight: normal;
	margin: 5px 20px;
    padding: 5px 4px;
	border-radius: 20px;
}
.feature .content .feature-list .B-btn .layout1 .text-list a,
.feature .content .feature-list .B-btn .layout2 .text-list a,
.feature .content .feature-list .B-btn .layout4 .text-list a,
.feature .content .feature-list .B-btn .layout12 .text-list a{
	margin: 10px 0 30px;
	}
}
.feature .content .feature-list .B-btn .list-column .text-list a:hover{
	text-decoration: none;
	background: #18adcf;
	border: solid 2px #18adcf;
	color: #fff;
}


/*------home用（個別設定）------*/
/*レイアウト3 レイアウト5　ボタン並列化*/
.feature .content .feature-list .B-line-btn .layout3 .photo-box,
.feature .content .feature-list .B-line-btn .layout5 .photo-box {
	position: relative;
	padding: 0 0 6rem;
}
.feature .content .feature-list .B-line-btn .layout3 .text-list a,
.feature .content .feature-list .B-line-btn .layout5 .text-list a {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 693px){
	.feature .content .feature-list .B-line-btn .layout3 .photo-box,
	.feature .content .feature-list .B-line-btn .layout5 .photo-box{
		padding: 0;
	}
	.feature .content .feature-list .B-line-btn .layout3 .text-list a,
	.feature .content .feature-list .B-line-btn .layout5 .text-list a{
		position: relative;
		width: 100%;
	}
}



/* レイアウト9 */
.feature .content .feature-list .layout9 h3{
	width: 100%;
	float: left;
	padding: 10px;
	background: linear-gradient(0deg, #cdcf1f, #18adcf, #000d2a, #000d2a) fixed;
}

@media screen and (max-width: 693px){
.feature .content .feature-list .layout9 h3{
	width: 100%;
	float: left;
	font-size: 19px;
}
.feature .content .feature-list .layout9 figure img{
	padding: 00;
	width: 100%;
}
.feature .content .feature-list .layout9 .text-list {
    padding: 10px;
    float: none;
    clear: both;
    margin-bottom: 10px;
}
.feature .content .feature-list .bx-wrapper {
    padding-bottom: 10px;
}
}



/*レイアウトブロック　本文テーブル化対応*/
.feature .content .B-table .list-column .text-list br{
	display: none;
}
.feature .content .B-table .list-column .text-list .br-on{
	display: block;
}
.feature .content .B-table .list-column .text-list .block{
	display: table;
	margin: 0;
	width: 100%;
}
.feature .content .B-table .list-column .text-list img{
	margin: 10px 0 8px;
}
.feature .content .B-table .list-column .text-list .ttl {
	padding: 5px 10px;
	background: #18adcf;
	color: #fff;
	width: 20%;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-weight: normal;
	border: 1px #000d2a solid;
}
.feature .content .B-table .list-column .text-list .data {
	padding: 5px 10px;
	background: #e8faff;
	width: 80%;
	color: #333;
	display: table-cell;
	border: 1px #000d2a solid;
}



/* 背景 */
.feature-list.clearfix{
	background-color: #000d2a;
}
.feature .content .feature-list .main {
    width: 530px;
    float: right;
    border-left: 1px solid #ddd;
    /*padding-left: 14px;*/
    background-color: #000d2a;
}
.feature .content .feature-list .fea-unit-area{
	color: #fff;
}
@media screen and (max-width: 693px){
.feature .content .feature-list .main {
    width: 100%;
    float: none;
    border-left: 1px solid #ddd;
    /*padding-left: 14px;*/
    background-color: #000d2a;
}
}


/* レイアウト8　広告枠 */
div.B-ad{
    margin: 40px 15px 40px 0;
    background-color: #c6e3f7;
    padding: 20px 10px 0;
	color: #000d2a;
}
div.B-ad h3{
	border-bottom: #e12aa6 solid 3px!important;
}
div.B-ad h3 span{
	display: inline-block;
    vertical-align: middle;
    background-color: #000d2a;
    color: #fff;
    padding: 0.5% 3%;
    font-size: 80%;
    border-radius: 3px;
    margin: 0 0 0 8px;
}
div.B-ad a {
    background-color: #000d2a;
    color: #fff;
    display: block;
    padding: 6px 4px;
    margin: 5px 0;
    text-align: center;
    border-radius: 6px;
}
div.B-ad a:hover {
 	text-decoration:none; 
 	background-color:#18adcf;
}
div.B-ad span.txt-ad{
	margin: 0 0 10px;
    text-align: right;
	display: block;
}
div.B-ad .caption,
div.B-ad .caption2{
	font-size: 12px;
    color: #333!important;
}
@media screen and (max-width: 693px){
div.B-ad {
    margin: 40px 10px;
    background-color: #c6e3f7;
    padding: 20px 10px 0;
    color: #000d2a;
}
div.B-ad a {
    background-color: #000d2a;
    color: #fff;
    display: block;
    padding: 10px 4px;
    margin: 5px 0;
    text-align: center;
    border-radius: 6px;
}
}


/*フッター枠*/
section.caution p{
	color: #fff;
}
section.foot-nav a:link,
section.foot-nav a:visited {
    color: #ffffff;
    text-decoration: none;
}
.foot-nav a:hover,
.foot-nav a:active {
	text-decoration: underline;
}
@media screen and (max-width: 693px){
.feature .content .feature-list .list-column .text-list {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10px;
	padding: 0 10px;
}
.feature .content .feature-list .layout70 {
    line-height: 1;
    padding: 0 10px;
}
.feature .content .feature-list .foot-nav ul {
    width: 100%;
    display: table;
    margin-top: 40px;
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
}