<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/plusinc/kaizokuou.net/public_html/wp-content/plugins/revslider/includes/operations.class.php</b> on line <b>2758</b><br />
<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/plusinc/kaizokuou.net/public_html/wp-content/plugins/revslider/includes/operations.class.php</b> on line <b>2762</b><br />
<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/plusinc/kaizokuou.net/public_html/wp-content/plugins/revslider/includes/output.class.php</b> on line <b>3706</b><br />
/*＝＝＝＝＝＝＝＝＝
 * ---全般設定---*
 ＝＝＝＝＝＝＝＝＝*/

/*フォント*/
h2,h3,h4{
	font-weight:800!important;
}

body,h1,h2,h3,h4,p,span,th,td{
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium" !important;
}



/*背景*/
#main, .fusion-page-title-bar {
	background-color:#efefef!important;
}



/*-----スマホ-------*/

/*段落無視*/
@media screen and (max-width: 480px) {
  br{
	display : none ; 
	} 
	
/*スマホ文字サイズ調整*/
	body,p,span,th,td{
		font-size:14px;
		line-height:1.5rem
	}
	
	H1,H2{
		font-size:20px!important;
	}

	H3,H4{
		font-size:16px!important;
	}
}


/*トップへ戻るボタン*/
@media screen and (max-width: 800px){
#toTop{
	display:block;
	position:fixed;
	bottom:10px !important;
	right:5px!important;
}
}





/*＝＝＝＝＝＝＝＝＝
 * ----TOP-------*
 ＝＝＝＝＝＝＝＝*/

/*ボタン*/

.button{
  display: inline-block;
	margin-top:8%;
}


/*タイトル画像*/
.title-image{
	margin-bottom:3%;
}




/*★海賊とは*/
.about-kaizoku-contents{
	margin-top:3%;
	line-height:2.5rem;
	letter-spacing: 0.06em;
}






/*★ACTIVITY*/

/*画像ホバー*/
.post-content p {
    margin-top: 0;
    margin-bottom: 0px;
}

div .activity-box :hover{
	color:#e94829;
}

div .activity-box  img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
 transition-duration: 0.5s;
}

div .activity-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

div .modal-body{
	padding-left:13%;
	padding-right:13%;
}


.title-activity{
	margin-top:0px!important;
	margin-bottom:5px!important;
	
}

/*モーダル綴じた位置*/
.modal-dialog{
	overflow: visible!important;
 position: static!important;
}

.pad-20{
	padding: 20px;
}

.mar-bo-20{
	margin-bottom: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝
 * ----お問い合わせ-------*
 ＝＝＝＝＝＝＝＝＝＝＝*/


.wpcf7{
	width:70%;
	margin:0 auto!important;
}


.wpcf7 p{
	padding-bottom:20px;
}


/*---メッセージ---*/

.wpcf7 textarea[name="your-message"]{
	height:80px;
	margin-bottom:2%;
}


/*---送信ボタン---*/

div .submit{
	text-align:center;
	margin-bottom:10%;
}










/*＝＝＝＝＝＝＝＝＝
 * ----ブログ-------*
 ＝＝＝＝＝＝＝＝*/

/*トップ画像サイズ*/

.attachment-full{
 max-width:100% !important;
 max-height:420px!important;
 object-fit: cover;
  }


/*ブログ記事内のtable調整*/


.table-1 th,
.table-1 td{
	padding:1em 1em!important;
	line-height:1.5;
	}
	.table-1 td{
		white-space:normal!important;
	}


@media screen and (max-width: 500px){
	.table-1 {
		width:100%;
		margin: 0px 0px;
	}
	
.table-1 th,
.table-1 td,.table-1 p{
	font-size:95%!important;
	padding:1em 0.5em!important;
	line-height:1.6;
	}
	.table-1 td{
		white-space:normal!important;
	}
	
}

.midokoro li {
	padding-bottom: 30px;
}

.table-1{
	margin-bottom: 30px;
}

.width100 img{
	width: 100% !important;
}