@charset "UTF-8";
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	display: block;
}

img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
	color: #022456;
}

a:hover {
	text-decoration: underline;
}

/*page
----------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}

img{
	max-width: 100%;
	height: auto !important;
	display: inline-block;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.mobile {
	display: none;
}
.poppins_font {
	font-family: "Poppins", sans-serif;
}
header {
	background-image: url(../img/main-img.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	color: #fff;
}
.wrapper {
	max-width: 680px;
	padding: 0 3%;
	position: relative;
	margin: 0 auto;
}
.logo {
	padding: 120px 0 50px 0;
}
.site_title {
	font-size: 78px;
	font-weight: 500;
	letter-spacing: 15px;
	line-height: 1;
}
.site_desc {
	font-size: 50px;
	font-weight: 100;
	padding: 0 0 190px 0;
}
.google-map {
    height: 490px;
    width: 100%;
}
.title {
	color: #022456;
	font-size: 32px;
	letter-spacing: 8px;
    text-align: center;
	font-weight: 300;
	padding: 0 0 30px 0;
}
.message {
	padding: 50px 0 70px 0;
}
.message_left {
	float: left;
	width: 210px;
	padding: 0 0 10px 0;
	text-align: center;
}
.message_right {
	float: right;
	width: 450px;
}
.signature {
	text-align: right;
	padding: 10px 0 0 0;
}
.signature span {
	display: block;
	font-size: 19px;
	line-height:19px;
	font-weight: bold;
}
.profile {
	background: #e9f4ff;
	padding: 50px 0 70px 0;
}
.profile table {
	width: 100%;
}
.profile table th {
	font-weight: bold;
	padding: 15px 0 15px 10px;
	width: 100px;
}
.profile table td {
	padding: 15px 10px 15px 0;
}
.profile table tr {
	border-bottom: 1px solid #c7d4ff;
	border-top: 1px solid #c7d4ff;
}
.access {
	padding: 50px 0 0 0;
}
.copyR {
	padding: 20px 15px;
	color: #022456;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/* Clearfix
-----------------------------------------*/

.clear {
	zoom: 1;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* =Media queries
-------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	header {
    	background-image: url(../img/main-img-mobile.jpg);
	}
	.logo {
		padding: 100px 0 30px;
	}
	.site_title {
		font-size: 60px;
		letter-spacing: 10px;
	}
	.site_desc {
		font-size: 38px;
		padding: 0 0 100px 0;
	}
	.title {
		padding: 0 0 20px 0;
	}
	.message, .profile {
		padding: 30px 0 50px;
	}
	.access {
		padding: 30px 0 0 0;
	}
}
@media screen and (max-width: 650px) {
	.message_left {
		float: left;
		width: 45%;
	}
	.message_right {
		float: right;
		width: 52%;
	}
}
@media screen and (max-width: 500px) {
	.site_title {
		font-size: 50px;
	}
	.logo img {
		max-width: 145px;
	}
	.site_desc {
		font-size: 28px;
	}
	.profile table th, .profile table td {
		display: block;
		width: 100%;
	}
	.profile table th {
		padding: 10px 0 5px 10px;
	}
	.profile table td {
		padding: 0 0 10px 10px;
	}
	.message_left {
		float: none;
		width: 100%;
	}
	.message_right {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 350px) {	
	.site_title {
		font-size: 40px;
	}
	.site_desc {
		font-size: 26px;
	}
}
