@charset "utf-8";
/*
Theme Name: tokyobraze
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;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto 70px;
	padding: 0;
	clear: both;
}
#main {
    width: 100%;
/*	width: calc(100% - 285px);
	float: left;*/
}
#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;
        margin: 0 auto 40px;
    }
    #main {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    #side {
        width: 100%;
        float: none;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */
#header {
	height: 155px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
}
.en-US #header {
	height: 105px;
}
.headerInner {
    position: relative;
    box-shadow: 0 0 5px 0 rgba(150,150,150,0.5);
    z-index: 11;
    padding-top: 35px;
}
#top {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.headerTitle {
	display: flex;
	align-items: center;
}
.logo {
	width: 235px;
	height: 35px;
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(images/base/logo.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100.1%;
	white-space: nowrap;
}
.logoTxt {
	font-size: 1.5rem;
	/*padding-left: 20px;*/
	padding-left: 240px;
	font-weight: bold;
}
.header-mail {
    font-size: 1.5rem;
}
@media only screen and (max-width:768px) {
	#header {
		height: auto;
        position: static;
	}
    .en-US #header {
        height: 35px;
    }
	.headerInner {
		width: 100%;
		min-width: 100px;
        padding-top: 35px;
	}
    #top {
        display: block;
        min-width: auto;
        min-width: initial;
        height: auto;
    }
	.headerTitle {
		flex-wrap: wrap;
		padding: 0;
		position: absolute;
		top:0;
		left:5px;
		z-index: 1;
		height: 35px;
	}
	.logo {
		width: 140px;
		height: 21px;
		margin: 0 auto;
	}
	.logo a {
		background: url(images/base/logoSp.png) no-repeat;
		background-size: 100%;
	}
    .logoTxt {
		display: none;
	}
    .header-mail {
        display: none;
    }
}

/*headerUpside*/
.headerUpside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
}
.headerUpsideInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
    height: 35px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerUpsideTxt {
    color: #f2f2f2;
    font-size: 1.2rem;
    width: calc(100% - 161px);
}
.headerLang ul {
    display: flex;
}
.headerLang ul li {
    margin-left: 1px;
}
.headerLang a {
    display: flex;
    width: 80px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: #71a9d8;
}
.headerLang a:hover {color: #fff;}
@media only screen and (max-width:768px) {
    .headerUpside {
        background: #000;
    }
    .headerUpsideInner {
        width: 100%;
        min-width: auto;
        min-width: initial;
        padding-right: 61px;
    }
    .headerUpsideTxt {
        display: none;
    }
    .headerLang a {
        background: #0b518c;
        font-size: 1.2rem;
        width: 60px;
    }
}
@media only screen and (max-width:320px) {
    .headerLang a {
        font-size: 1.0rem;
        width: 50px;
    }
}

/*headerInfo*/
.headerInfo ul {
    display: flex;
    align-items: center;
}
.headerInfo ul li {
    margin-left: 4px;
    padding: 5px 5px 5px 5px;
}
.headerInfo ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0b518c;
    margin-right: 5px;
}
.headerInfo ul li:nth-of-type(3) a {
    color: #3b8f00;
}
.headerInfo ul li.hdContactBtn{
    overflow: hidden;
    padding:0;
    margin-left:15px;
}
.headerInfo ul li.hdContactBtn a {
    color: #fff;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width:155px;
    height:55px;
    text-decoration:none;
    overflow: hidden;
    background: #eb6100;
    position: relative;
    border-radius: 3px;
    font-weight:bold;
    /*text-shadow: 2px 2px 0px rgba(100, 100, 100, 1);*/
    letter-spacing: 0.03em;
}
.headerInfo ul li.hdContactBtn a:hover{color:#fff;}
.headerInfo ul li.hdContactBtn a span{
    position: relative;
}
.headerInfo ul li:nth-of-type(1)::before {content: "\f0e0"; font-weight: 400;}
.headerInfo ul li:nth-of-type(2)::before {content: "\f044";}
.headerInfo ul li:nth-of-type(3)::before {content: "\f249"; color: #3b8f00;}
.headerInfo ul li:nth-of-type(4)::before {content: "\f303";}
.headerInfo ul li:nth-of-type(5)::before {content: "\f0c5";}
.headerInfo ul li.hdContactBtn::before{display:none;}
.headerInfo ul li.hdContactBtn a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    content: '';
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
    background: #000;
}
.headerInfo ul li.hdContactBtn a:hover::before {
    transform: translateX(0%);
}
@media only screen and (max-width:768px) {
    .headerInfo {display: none;}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */
#footer {
    background: #333;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.4rem;
    flex-wrap: wrap;
}

.footerMenu {
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
}
.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 a, .footerMenu a:hover {color: #fff;}
.footerInfo {
    display: flex;
    width: 100%;
}
.footerInfo > div {
    width: calc((100% - 75px) / 4);
    margin-right: 24.9px;
}
.footerInfo > div:nth-of-type(4) {margin-right: 0;}
.footerInfo > div a {
    display: flex;
    background: #fff;
    text-decoration:none;
    margin-top: 5px;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    border-radius: 4px;
    position: relative;
}
.footerInfo > div a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 100%;
}
.footerInfo span[data-action="call"] {
    display: block;
}
.footerInfo i {margin-right: 5px;}
.footerCorp {
    font-size: 1.7rem;
}
#copyright {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 20px 0;;
    color: #fff;
}
.footerInfo div:nth-child(2) {
    position: relative;
}
.contact-pl {
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px 2px 10px;
    color: #000;
    display: inline-block;
    position: absolute;
    top: -35px;
}
.spFixMenu{display:none}
@media only screen and (max-width:768px) {
    #footer{
        margin-bottom:45px;
    }
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    .footerMenu {
        text-align: center;
        margin-bottom: 15px;
    }
    .footerInfo {
        display: block;
        width: 100%;
    }
    .footerInfo > div {
        width: 100%;
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #666;
        text-align: center;
    }
    .footerInfo > div a {
        margin-bottom: 10px;
    }
    .footerCorp {
        font-size: 1.6rem;
    }
    .contact-pl {
        position: unset;
        margin-bottom: 10px;
    }
    .spFixMenu{
        display:block;
        height:45px;
        width:100%;
        background-color:#000;
        padding:5px;
        position:fixed;
        bottom:0;
    }
    .spFixMenu a{
        display:flex;
        justify-content: center;
        align-items: center;
        background-color:#eb6100;
        text-decoration: none;
        height:100%;
        width:100%;
        color:#fff;
    }
}

.footer-en-US .footerInner {
    display: block;
}
.footer-en-US .footerInner .footerMenu {
    width: 50%;
    float: right;
}
.footer-en-US .footerInner .footerInfo-en {
    width: 50%;
    float: left;
}
.footer-en-US .footerInner .footerCorp {
    font-size: 1.8rem;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    .footer-en-US .footerInner .footerMenu {
        width: 100%;
        float: none;
    }
    .footer-en-US .footerInner .footerInfo-en {
        width: 100%;
        float: none;
    }
    .footer-en-US .footerInner .footerCorp {
        text-align: center;
    }
    .footer-en-US .footerInner .footerAddress {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width:768px) {
    #cookie-law-info-bar{
        margin:0 auto 45px;
        z-index:4;
    }
}
/* ------------------------------------------------------- */
/* 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;
    }
}