@charset "utf-8";
/*
Theme Name: plain
Theme URI: https://www.dik.co.jp/
Version: 2.0.1
Author: DIK
*/
:root{ --header-h-pc:90px; }
:root{ --header-h-sp:58px; }
:root{ --sns-ft-size:40px; } /*ここでフッターsnsアイコンサイズ指定(Instagramロゴ規定最小値29px)*/
:root{ --main-color:#172c53; }
:root{ --sub-color:#cee3c6;}
#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: #fffff;
	font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
    font-weight:400;
    letter-spacing: 0.03em;
}
/*img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}*/

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
}
.index #container{
    min-width: 100px;
    width: 100%;
    max-width:100%;
    padding: 0 ;
    margin:0;
}
#main {
	width: 100%;
}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:999px) {
    #container {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
    .index #container {
        padding: 0 0px 0 0px;
    }
    #main {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    .index #main {
        margin: 0 0 0px 0;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */
body.index{
    position:relative;
}
#header {
	width:100%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
    height: var(--header-h-pc);
    position: fixed;
    z-index: 10;
    top: 0;
	left: 0;
    background-color:#fff;
}
.index #header{
    background-color:transparent;
    box-shadow:none;
    width: 380px;
    height:auto;
}
.index #header.compact{
    width:100%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
    height: var(--header-h-pc);
    background-color:#fff;
}
.headerWrap {    
	max-width: 1115px;
    height: var(--header-h-pc);
    min-width:1000px;
    margin:0 auto;
	background-color: #fff;
    display:flex;
    justify-content: space-between;
}
.index .headerWrap {
    width: 380px;
    min-width:100px;
    flex-direction: column;
    background-color:transparent;
}
.index .compact .headerWrap {
    max-width: 1115px;
    min-width:1000px;
    flex-direction: row;
    background-color:#fff;
    width:100%;
}
.headerInner {
	/*max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;*/
    width:190px;
}
.index .headerInner{
    width:380px;
    height:220px;
}
.index .compact .headerInner{
    width:190px;
    height:auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTitle {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.index .headerTitle{
    width:440px;
    height:440px;
    background-color:var(--main-color);
    border-radius: 50%;
    position:absolute;
    align-items: flex-start;
    left:-60px;
    top:-220px;
    overflow: hidden;
    padding:0;
}
.index .compact .headerTitle{
    width:auto;
    height:auto;
    background-color:transparent;
    border-radius: 0;
    position:static;
    align-items: center;
    left:auto;
    top:auto;
    padding: 15px 0;
}
.logoTxt {
	font-size: 1.3rem;
	padding-left: 20px;
}
.logo {
    width: 188px;
	height: 58px;
	/*width: 220px;
	height: 79px;*/
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(../images/base/logo-navy.svg) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;    
}
.index .logo{
    position:absolute;
    right:115px;
    bottom:100px;
}
.index .compact .logo{
    position:static;
    right:auto;
    bottom:auto;
}
.index .logo a {
    background: url(../images/base/logo-white.svg) no-repeat;
}
.index .compact .logo a {
    background: url(../images/base/logo-navy.svg) no-repeat;
}
.headerMenu li {
    display: inline-block;
    margin-left: 15px;
}
.headerMenu li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}
@media only screen and (max-width:999px) {
    #header{
        position:static
    }
	#header,.headerWrap {
		height: var(--header-h-sp);
	}
    .index #header{
        box-shadow:none;
        width: 100%;
        height:auto;
        position:absolute;
    }
    .headerWrap {    
        width: 100%;
		min-width: 100px;
		padding: 0px;
        background-color: #fff;
        display:block;
    }
    .index .headerWrap {
        width: 100%;
        min-width:100px;
        display:block;
        background-color:transparent;
    }
    .index .compact .headerWrap {
        max-width: 100%;
        min-width:100px;
        flex-direction: row;
        background-color:#fff;
        width:100%;
    }
	.headerInner{
		width: 100%;
		min-width: 100px;
		padding: 0px;
	}
    .index .headerInner{
        width:100%;
        height:auto;
    }
    .headerWrap{padding:10px;}
    #top {display: block;}
	/*.logoTxt {
		width: 100%;
		font-size: 1.2rem;
		padding-left: 0;
        order: 1;
	}*/
    .headerTitle {
        padding: 0;
    }
    .index .headerTitle{
        width:33.85vw;
        height:33.85vw;
        top:-16.9vw;
    }
    .logo {
        width: 120px;
		height: 37px;
		margin-bottom: 0px;
        /*width: 220px;
        height: 79px;*/
    }
    .logo a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/base/logo-navy.svg) no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;    
    }
    .index .logo{
        position:absolute;
        width: 16.16vw;
		height: 5.15vw;
        right:7.5vw;
        bottom:7vw;
    }
    .headerMenu {display: none;}
}
@media only screen and (max-width:767px) {
    .index .headerTitle{
        width:220px;
        height:220px;
        top:-110px;
    }
    .index .logo{
        position:absolute;
        width: 100px;
		height: 32px;
        right:45px;
        bottom:45px;
    }
}
/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
	background-color:var(--main-color);
    color:#fff;
    font-weight:300;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.footerInfo{width: 60%;}
.footerMenu{width: 40%;}
.footerInfo {
    order: 0;
    text-align: left;
    padding-right: 25px;
}
.ftLicence{
    order:2;
    width:100%;
}
.SNSWrap{
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.SNSWrap {
    margin-bottom:10px;
}
.SNSWrap > div{
    width:var(--sns-ft-size);
    height:var(--sns-ft-size);
    margin-left:calc( var(--sns-ft-size) / 2);
}
.SNSWrap > div:first-child{
    margin-left:0;
}
.SNSWrap > div > a{
    width:100%;
    height:100%;
    text-indent: 100%;
    overflow: hidden;
    display:block;    
    white-space:nowrap;
    background-size:var(--sns-ft-size);
    background-repeat:no-repeat;
    background-position: center;
}
.SNSWrap > div:nth-child(1) > a{
    background-image:url("../images/base/sns/instagram_white.svg");    
}
.SNSWrap > div:nth-child(2) > a{
    background-image:url("../images/base/sns/fb_white.svg");
}
.SNSWrap > div:nth-child(3) > a{
    background-image:url("../images/base/sns/line.svg");
}
.footerMenu {
    order: 1;
    text-align: right;
    margin-bottom:25px;
}
.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;
}
.footerMenu ul li a{
    text-decoration:none;
    color:#fff;
}
.footerInfo{
    margin-bottom:25px;
    display:flex;
    align-items: center;
}
.ftLogo{width:180px}
.footerInfo address{
    margin-left:30px;
}
.footerInfo address dt{
    font-size:1.9rem;
    font-weight:500;
}
.ftLicence{
}
.ftLicence ul{
    display:inline-flex;
    flex-wrap:wrap;
    /*justify-content: center;*/
}
.ftLicence ul > li{
    list-style-type:disc;
    margin-left:23px;
    margin-right:25px;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
	font-family: Verdana, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width:999px) {
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    .footerInfo,
    .footerMenu {width: 100%;}
    .footerInfo {
        text-align: left;
        padding-right: 0;
    }
    .footerMenu {
        text-align: center;
        margin-bottom: 15px;
    }
    .SNSWrap{
        justify-content: center;
    }
    .footerInfo{
        margin-bottom:15px;
        flex-direction: column;
    }
    .ftLogo{margin-bottom:15px;}
    .ftLicence ul > li{
        margin-right:0px;
    }
}

/* ------------------------------------------------------- */
/* 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); }
}*/