/*
Theme Name : tanabe
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html, body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	max-width: 100%;
}
body {
	color: #3A3A3A;
	font-family: 'Roboto', 'YuGothic', 'Yu Gothic medium', '游ゴシック', '游ゴシック体', 'Hiragino Sans', 'Meiryo', sans-serif;
	font-size: 18px;
	line-height: 2.0;
}
a {
	color: #3A3A3A;
	text-decoration: none;
	transition: ease .3s;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	box-sizing: border-box;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}
figure, figcaption, p {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}

main, section, article {
	box-sizing: border-box;
	display: block;
}

/** flex box **/
.flexBox {
	display: flex;
	flex-wrap: wrap;
}

/** background color **/
.bc-gray {
	background-color: #F5F5F5;
}

@media screen and (min-width: 781px) {
	.sp_on {
		display: none;
	}
}
@media screen and (max-width: 1480px) {
	body {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 3.8vw;
	}
	
	.pc_on {
		display: none;
	}
}
