@charset "utf-8";
/*
Theme Name: honjo catv
Theme URI: https://www.dik.co.jp/
Version: 1
Author: DIK
*/

#humberger {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
* { box-sizing: border-box; }
html { font-size: 62.5%; /* 15px x 0.625 = 10px(=1rem) */ }
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
}
#main {
	width: calc(100% - 285px);
	float: left;
}
.front #main, .home #main {
	width: 100%;
	float: none;
}
#side {
	width: 260px;
	float: right;
}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:768px) {
    #container {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
    #main {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    #side {
        width: 100%;
        float: none;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

.seo {
	background: #ed7d31;
	padding: 2px 0;
	color: #fff;
	font-size: 1.3rem;
}
.seoInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#header {
	box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.5);
	height: 117px; /**/
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
}
.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTitle {
	display: flex;
	align-items: center;
	padding: 10px 0; /**/
}
.logoTxt {
	font-size: 1.3rem;
	padding-left: 20px;
}
.logo {
	width: 274px;
	height: 40px;
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(images/base/logo.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.headerMenu li a {
	text-decoration: none;
}
.headerMenu li a:hover {
	text-decoration: underline;
}
.headerMenu li {
    display: inline-block;
    margin-left: 15px;
	float: right;
	font-size: 1.4rem;
	position: relative;
}
.headerMenu li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
	position: relative;
	top: 1px;
	font-size: 2.0rem;
}
.headerMenu li.tel::before {
	content: "\f87b";
	font-size: 2.0rem;
	position: relative;
	top: 2px;
}
.headerMenu li.contact::before {
	content: "\f0e0";
	font-size: 2.0rem;
	position: relative;
	top: 3px;
}
@media only screen and (max-width:768px) {
	.seo {
		display: none;
	}
	#header {
		height: 70px;
	}
	.headerInner {
		width: 100%;
		min-width: 100px;
		padding: 10px;
	}
    #top {display: block;}
	.headerTitle {
		flex-wrap: wrap;
		padding: 0;
	}
	.logoTxt {
		width: 100%;
		font-size: 1.2rem;
		padding-left: 0;
        order: 1;
	}
	.logo {
		width: 300px;
		height: 44px;
		margin-top: 3px;
        order: 2;
	}
	.logo a {
		background: url(images/base/logo.png) no-repeat;
		background-size: 100%;
	}
    .headerMenu {display: none;}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
	background: #ed7d31;
	color: #fff;
	font-size: 1.4rem;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
    display: flex;
}
.footerInfo,
.footerMenu {width: 50%;}
.footerInfo {
    order: 1;
    text-align: left;
    padding-right: 25px;
}
.footerInfo div {
	font-size: 1.6rem;
	font-weight: bold;
}
.footerMenu {
    order: 2;
    text-align: right;
}
.footerMenu ul li {
    display: inline-block;
    margin-left: 15px;
}
.footerMenu ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
}
@media only screen and (max-width:768px) {
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    .footerInfo,
    .footerMenu {width: 100%;}
    .footerInfo {
        text-align: center;
        padding-right: 0;
    }
    .footerMenu {
        text-align: center;
        margin-bottom: 15px;
    }
}

/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

#side {}

/* Widget */
.widget ul li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem;
}
.widget ul li a {
	display: block;
}
.tagcloud a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem !important;
	display: block;
}
.archive_month select {
	width: 96%;
	margin: 0 2%;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
    #humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
        display: none!important;
    }
    #container {
        padding: 0!important;
    }
    #header {
        position: static!important;
    }
    .topContents {
        min-width: 1000px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
}