@charset "UTF-8";
#webc_con {
	padding-top: 90px;
}
@media (max-width: 480px) {
	#webc_con {
		padding-top: 80px;
	}
}

/* ----------------------------------------
	reset
------------------------------------------*/
.reset {
	--f-cri: 'Crimson Text', serif;
	--f-ari: Arial, Helvetica, sans-serif;

  letter-spacing: 0;
  text-size-adjust: 100%;
  color: #333;
  font-weight: 400;
	font-family: var(--f-cri);
	font-size: 1.231rem;
	line-height: 1.75;
}

.reset h1,
.reset h2 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: initial;
}


.reset ul {
	padding: initial;
	margin: initial;
	line-height: inherit;
}
.reset li {
	font-weight: inherit;
	line-height: inherit;
	list-style: none;
}
.reset a {
	color: inherit;
	display: inline-block;
	transition: all 0.28s ease;
}
.reset a:hover {
	text-decoration: initial;
}
.reset a:focus {
	outline: initial;
	outline-offset: initial;
	text-decoration: initial;
}
.reset a img{
	transition: 0.28s;
}
.reset p {
	margin: initial;
}
.reset address {
	font-style: inherit;
	line-height: inherit;
	margin-bottom: initial;
}
.reset dl {
	margin: initial;
}
.reset dt {
	line-height: inherit;
	font-weight: inherit;
}
.reset dd {
	line-height: inherit;
	margin: initial;
}

.reset .btn {
	background-image: initial;
	border: initial;
	border-radius: initial;
	cursor: initial;
	display: initial;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: initial;
	padding: initial;
	text-align: inherit;
	touch-action: initial;
	-webkit-user-select: initial;
	-moz-user-select: initial;
	user-select: initial;
	vertical-align: inherit;
	white-space: inherit;
}

@media (min-width: 769px) {
	.site-header, .site-footer {
		min-width: 1100px;
	}
}

/* ----------------------------------------
   header
------------------------------------------*/
/* .site-header */
.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
	height: 60px;
}

@media (max-width: 480px) {
	.site-header {
		height: 50px;
	}
}

/* header-logo --------------------------*/
.site-header .header-logo {
	width: 260px;
	padding-left: 10px;
}
.site-header .header-logo .h-logo a {
	display: flex;
	align-items: center;
}
.site-header .header-logo .h-logo img {
	width: 80px;
	height: 30px;
	margin-right: 10px;
}
.site-header .header-logo .h-logo .f-wht {
	line-height: 1;
	font-size: 1.154rem;
	color: #fff;
}
@media (max-width: 767px) {
	.site-header .header-logo {
		width: 250px;
		padding-left: 5px;
	}
}


/* .site-header .h-right --------------------------*/
.site-header .h-right {
	width: calc(100% - 260px); /* 100% - ロゴの領域 */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.site-header .h-right {
		width: calc(100% - 250px);
	}
}

/* h-tel */
.h-tel{
	display: table;
	table-layout: auto;
}
.h-tel dt,
.h-tel dd {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.h-tel dt {
	font-size: 1.154rem;
}
.h-tel dd span {
	display: block;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 1.846rem;
}
.h-tel dd .call {
	font-size: 1.846rem;
}
.h-tel dd .time {
	letter-spacing: 0.075em;
	font-size: 0.923rem;
}
.h-tel dt,
.h-tel span {
	color: #fff;
}

@media (max-width: 575px) {
	.h-tel {
		display: none;
	}
}


/* ----------------------------------------
	footer
------------------------------------------*/
.site-footer {
	background: url(https://www.mimatu.net/en/img/common/bg-footer.jpg) center center no-repeat;
	background-size: cover;
	letter-spacing: 0;
}
.site-footer .f-wrap {
	box-sizing: border-box;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}
.site-footer .f-content {
	padding-top: 60px;
	padding-bottom: 30px;
}
.site-footer .fcont-left {
	width: calc(100% - 160px);
	margin-bottom: 30px;
}
.site-footer .fcont-right {
	width: 160px;
}
@media (max-width: 640px) {
	.site-footer .fcont-left {
		width: 100%;
		order: 2;
	}
	.site-footer .fcont-right {
		order: 1;
        width: 100%;
	}
    .site-footer .fcont-right #tripad .TA_cdsratingsonlynarrow .cdsROW {
        width: 100%;
    }
}

/* 会社情報 */
.site-footer .f-info {
}
.site-footer .f-info > * {
	display: block;
}
.site-footer .f-info .fbox-cname > * {
	display: block;
	line-height: 1;
}
.site-footer .f-info .fbox-cname .flogo-img {
	padding-bottom: 20px;
}
.site-footer .f-info .fbox-cname .flogo-img img {
	width: 151px;
	height: 58px;
}


/* f-add */
.site-footer .f-info .f-add {
	padding-bottom: 10px;
}
.site-footer .f-info .f-add > * {
	display: inline-block;
	vertical-align: middle;
}
.site-footer .f-info .f-add address {
	margin-right: 10px;
}

/* MAP */
.site-footer .to-gmap {
	font-family: var(--f-ari);
}
.site-footer .to-gmap a {
	padding: 2px 15px;
	background-color: #000;
	color: #fff;
	line-height: 1;
	font-size: 1.077rem;
}
.site-footer .to-gmap a:hover {
	background-color: #333;
}

/* f-telfax */
.site-footer .f-info .f-telfax > * {
	display: inline-block;
	vertical-align: bottom;
}
.site-footer .f-info .f-telfax .btn {
	max-width: 430px;
	color: #fff;
	background-color: #024503;
	line-height: 1.2;
	cursor: auto;
	height: 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 2px;

}

.site-footer .f-info .f-telfax .btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity ease 0.28s, visibility ease 0.28s;
}
.site-footer .f-info .f-telfax .btn .sp-tel {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.site-footer .f-info .f-telfax .btn .f-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.site-footer .f-info .f-telfax .btn .btn-txt {
	display: block;
	white-space: nowrap;
	font-size: 1.846rem;
}
.site-footer .f-info .f-telfax .btn .btn-txt .txt {
	font-size: 1.077rem;
}
.site-footer .f-info .f-telfax .btn .btn-icon-tel img {
	display: block;
	width: 14px;
	height: 17px;
	margin-right: 5px;
}
.site-footer .f-info .f-telfax .btn .btn-txt span {
	display: inline-block;
	vertical-align: baseline;
	padding-left: 20px;
}
@media (max-width: 480px) {
	.site-footer .f-info .f-telfax .btn {
		margin-right: 0;
		max-width: none;
		height: 50px;
	}
	.site-footer .f-info .f-telfax .btn .btn-txt {
		font-size: 1.9rem;
		line-height: 1;
	}
	.site-footer .f-info .f-telfax .btn .btn-txt span {
		display: block;
		padding-left: 0;
		text-align: center;
	}
}

/* SNSアイコン */
.site-footer .f-SNS {
	display: table;
	table-layout: auto;
	margin-left: -7px;
	padding: 13px 0;
}
.site-footer .f-SNS .sns-icon {
	display: table-cell;
	vertical-align: middle;
}
.site-footer .f-SNS .sns-icon a {
	display: block;
	padding: 7px;
	line-height: 1;
}
.site-footer .f-SNS .sns-icon a:hover {
	opacity: 0.8;
}
.site-footer .f-SNS .sns-icon img {
	width: 30px;
	height: 30px;
}
.site-footer .f-SNS .ico-facebook {

}
.site-footer .f-SNS .ico-instagram{

}
.site-footer .f-SNS .ico-twitter{

}

/* ナビゲーション */
.site-footer .f-nav.nav-center {
	text-align: center;
}
.site-footer .f-nav.nav-right {
	text-align: right;
}
.site-footer .f-nav .list {
	letter-spacing: -0.4em;
}
.site-footer .f-nav .list li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0em;
	line-height: 1;
	border-right: 1px solid #333;
}
.site-footer .f-nav .list li:first-child {
	border-left: 1px solid #333;
}
.site-footer .f-nav .list li a {
	white-space: nowrap;
	padding: 0 15px;
	color: #333;
}
.site-footer .f-nav .list li a:hover {
	color: #000;
}
@media (max-width: 640px) {
	.site-footer .f-nav {
		display: block;
	}
	.site-footer .f-nav.nav-center,
	.site-footer .f-nav.nav-right {
		text-align: left;
	}
	.site-footer .f-nav .list li {
		width: 50%;
		margin-bottom: 3px;
	}
	.site-footer .f-nav .list li:nth-child(odd) {
		border-left: 1px solid #333;
	}
	.site-footer .f-nav .list li a {
		display: block;
		padding: 10px;
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.site-footer .f-nav .list li {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #333;
		border-right: none;
	}
	.site-footer .f-nav .list li:nth-child(odd) {
		border-left: none;
	}
	.site-footer .f-nav .list li:first-child {
		border-top: 1px solid #333;
	}
}

/* コピーライト */
.site-footer .copyright {
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-footer .copyright .txt {
	font-family: var(--f-ari);
	font-size: 0.846rem;
}
