@charset "utf-8";
/*
Theme Name: dwe-kaitori
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: 'Noto Sans JP', "メイリオ", 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 60px;
	padding: 0;
	clear: both;
}
.lp #container {
    max-width: 100%;
	width: 100%;
	min-width: 100px;
    margin: 0 auto 0px;
}
#main {
	width: 100%;
}
/*#side {
	width: 260px;
	float: right;
}*/
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:999px) {
    #container {
        min-width: 100px;
        width: 100%;
        padding: 0 15px;
    }
    .lp #container {
        padding:0;
    }
    /*#main {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }*/
    /*#side {
        width: 100%;
        float: none;
    }*/
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

#header {
	height: 200px;
	width: 100%;
	background: #fff;
}
.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 140px;
}
.headerTitle {
	display: flex;
	align-items: center;
}
.headerAnniv {
	width: 70px;
	margin: 0 25px;
}
.logoTxt {
	font-size: 1.3rem;
}
.logo {
	width: 240px;
	height: 110px;
}
.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;
}
.headerInfo {
	display: flex;
}
.headerLine,
.headerPhone {
	height: 110px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.headerLine {
	background: #e7f8e5;
	border-top: 3px solid #38a838;
	width: 210px;
	margin-right: 10px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.headerLine > div:nth-of-type(1) {
	width: 60px;
}
.headerLine > div:nth-of-type(1) img {
	display: block;
	margin: 0 auto;
}
.headerLine > div:nth-of-type(2) {
	width: calc(100% - 60px);
	padding-left: 20px;
	color: #026202;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.headerPhone {
	background: #fff9cf;
	border-top: 3px solid #ff6600;
	width: 260px;
	text-align: center;
	justify-content: center;
}
.headerPhoneInner {
	width: 100%;
}
.headerPhoneInner > div:nth-of-type(1) {
	font-weight: 900;
	font-size: 2.2rem;
}
/*.headerPhoneInner > div:nth-of-type(1) span {
	position: relative;
	padding-left: 48px;
}*/
/*.headerPhoneInner > div:nth-of-type(1) span::before {
	content: "";
	display: block;
	width: 45px;
	height: 26px;
	background: url("images/freedial1.png") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}*/
.headerPhoneInner > div:nth-of-type(2) {
	background: #ff6600;
	font-size: 1.3rem;
	color: #fff;
	margin: 5px 0;
}
.headerPhoneInner > div:nth-of-type(3) {
	font-size: 1.3rem;
}
/*202303追加*/
.logoTxt > div {
	color: #fa5e5e;
}
/*202303追加ここまで*/
@media only screen and (max-width:999px) {
	#header {
		height: auto;
	}
	.headerInner {
		min-width: auto;
		min-width: initial;
		width: 100%;
		padding-right: 70px;
	}
	#top {
		display: block;
		height: auto;
	}
	.headerTitle {
		flex-wrap: wrap;
		padding: 0 5px 5px 5px;
	}
	.headerAnniv {
		width: 50px;
		margin: 0 0 0 10px;
		order: 3;
	}
	.logoTxt {
		font-size: 1.0rem;
		width: 100%;
		order: 1;
		margin-bottom: 5px;
	}
	.logoTxt br { display: none;}
	.logo {
		width: 130px;
		height: 60px;
		order: 2;
	}
	.headerInfo {
		display: none;
	}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
	/*border-top: 1px solid #aac8a6;*/
	background: #56914d;
	font-size: 1.4rem;
	color: #fff;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 70px 0 40px;
}
.footerInfo {
	text-align: center;
}
.footerLogo {
	margin: 20px auto 40px;
}
.footerLogo img {
	display: block;
	margin: 0 auto;
}
.footerAddress {
	margin: 20px 0;
}
.footerAddress span {
	display: block;
}
.footerAddress > div:nth-of-type(1) {margin-bottom: 20px;}
.footerMenu ul {
	display: flex;
	flex-wrap: wrap;
}
.footerMenu ul li {
	width: calc((100% - 30px) / 3);
	margin: 0 14.9px 15px 0;
}
.footerMenu ul li:nth-of-type(3n) {margin-right: 0;}
.footerMenu ul li a {
	display: block;
	text-align: center;
	padding: 15px 10px;
	background: #346e2d;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
}
.footerText{
    font-size:10px;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 0 0 30px 0;
}

#footerLINE {
	display: none;
	width: 90px;
	height: 130px;
	position: fixed;
	right: 0;
	bottom: 80px;
	z-index: 6;
}
#footerLINE a {
	display: block;
	width: 90px;
	height: 130px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	position: relative;
	line-height: 1.5;
	border: 2px solid #56914d;
	border-radius: 5px 0 0 5px;
	border-right: none;
	background: #fff;
	color: #56914d;
	text-decoration: none;
}
#footerLINE a > i {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	font-size: 2.3rem;
}

@media only screen and (max-width:999px) {
	.footerInner {
		min-width: auto;
		min-width: initial;
		width: 100%;
		padding: 45px 15px 30px;
	}
	.footerInfo {
		text-align: center;
	}
	.footerLogo {
		margin: 20px 0 30px;
	}
	.footerLogo img {
		width: 170px;
	}
	.footerAddress {
		margin: 10px 0;
	}
	.footerAddress span {
		display: block;
	}
	.footerAddress > div:nth-of-type(1) {margin-bottom: 20px;}
	.footerMenu ul {
		display: block;
	}
	.footerMenu ul li {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#copyright {
		font-size: 1.2rem;
	}
    footer{
        margin-bottom:60px;
    }
	#footerLINE {
		width: 60px;
		height: 120px;
		bottom: 105px;
	}
	#footerLINE a {
		width: 60px;
		height: 100px;
		padding-top: 30px;
		line-height: 1.5;
		font-size: 1.3rem;
	}
	#footerLINE a > i {
		top: 10px;
		font-size: 1.8rem;
	}
}
.footerFixMenu ul{display: none;}
@media only screen and (max-width:768px) {
    .footerFixMenu ul{
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #666;
        padding: 5px;
		z-index:10;
    }
    .footerFixMenu li:nth-child(1){
        width: 50%;
    }
    .footerFixMenu li:nth-child(2),
    .footerFixMenu li:nth-child(3){
        width:calc((50% - 10px) /2);
        margin-left:4.9px
    }    
    .footerFixMenu li:nth-of-type(1) a {background: #e7f8e5;}
    .footerFixMenu li:nth-of-type(2) a {background: #ffeded;}
    .footerFixMenu li:nth-of-type(3) a {background: #ddf1ff;}
    .footerFixMenu li a {
        display: flex;
        align-items: center;
        width: 100%;
        height:50px;
        padding: 2px;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        font-size: 1.2rem;
        position:relative;
        border-radius: 5px;
    }
    .footerFixMenu li:nth-of-type(1) a p{
        display: block;
        bottom:5px;
        left:0;
        text-decoration: none;
        position: static;
        text-align: left;
        line-height: 1.4;
        font-size: 2rem;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight:700;
        color: #00b900;
    }
    .footerFixMenu li:nth-of-type(1) a p > span{
        font-size: 1.2rem;
    }
    .footerFixMenu li:nth-of-type(2) a span{
        color: #fa5e5e;
    }
    .footerFixMenu li:nth-of-type(3) a span{
        color: #0781d5;
    }
    .footerFixMenu li:nth-of-type(2) a span,
    .footerFixMenu li:nth-of-type(3) a span{
        display: block;
        position:absolute;
        bottom:2px;
        font-size: 1.1rem;
        text-decoration: none;
    }
    .footerFixMenu li:nth-of-type(1) a::before{
        content: "";
        font-size: 3.0rem;
        line-height: 1;
        display: block;
        padding:0;
        margin: 0 10px 0 0;
    }
    .footerFixMenu li:nth-of-type(2) a::before,
    .footerFixMenu li:nth-of-type(3) a::before {
        content: "";
        font-size: 2.5rem;
        line-height: 1;
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 27px;
        position: absolute;
        left:0;
        right:0;
        bottom:19px;
    }
    .footerFixMenu li:nth-of-type(1) a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f075";
        color: #00b900;
    }
    .footerFixMenu li:nth-of-type(2) a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f3cd";
        color: #fa5e5e;
    }
    .footerFixMenu li:nth-of-type(3) a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f0e0";
        color: #0781d5;
    }
}
/* ------------------------------------------------------- */
/* 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;
    }
}

/* ------------------------------------------------------- */
/* dark mode --------------------------------------------- */
/* ------------------------------------------------------- */

/*@media (prefers-color-scheme: dark) {
	html { filter: invert(1) hue-rotate(180deg); }
	html img { filter: invert(1) hue-rotate(180deg); }
}*/