@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-WYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap; justify-content: center;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Roboto', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1140px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}


/*------------------------------------------------------------
	container
------------------------------------------------------------*/
#container {
	width: 100%;
	height: 100vh;
	background-image: url(../image/bk-pc.jpg);
	background-size: cover;
	position: relative;
}
.news-box {
	position: absolute;
	width: 78%;
	max-width: 550px;
	background: rgb(255 255 255 / 89%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	padding: 5% 4% 0 4%;
	font-size: 1.5rem;
	line-height: 2.6rem;
	text-align: center;
}

.news-box {
	box-shadow: 0px 7px 20px -9px #386e7b;
}

.news-box img.deco {
	width: 240px;
	position: absolute;
    top: 3px;
    left: 4px;
    transform: rotate(-20deg);
}

.news-box img.logo {
	width: 220px;
}

.news-box p{
	margin: 20px 0;
}
.news-box span{
	display: block;
	color: #666666;
}
.news-box a{
	color: #26acd0;
	text-decoration: underline;
}
.news-box img.phone {
	vertical-align: top;
	max-width: 450px;
    height: auto;
}


@media all and (max-width: 896px) {
	#container {
		background-image: url(../image/bk-sp.jpg);
		background-size:cover;
	}
	.news-box {
		position: absolute;
        width: 78%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        padding: 10% 6% 0 6%;
        font-size: 1.22rem;
        line-height: 2rem;
        text-align: center;
	}

	.news-box img.phone {
		vertical-align: top;
		width: 80%;
	    height: auto;
	}

	.news-box img.deco {
		width: 140px;
		position: absolute;
        top: 3px;
        left: 4px;
        transform: rotate(-20deg);
	}

	.news-box img.logo {
		width: 170px;
	}

	.news-box p{
		margin: 20px 0;
	}
}


@media all and (min-width: 897px) {
	.br-sp {
		display: none;
	}
}






