@charset "UTF-8";
/*
Theme Name: Type-B
Author: Forestbarwood,Inc. Team.H
Author URI: http://forestbarwood.com/
*/

/*
 -- 注意 --

 全体的なスタイリングは先に呼び出される以下CSSに準じます
 /assets/css/base.css

 このCSSはコンテンツを中心にスタイリングしてください

*/


/*
====================
	home
====================
*/

.alert
{
	background-color: #fcfff9;
	border: solid 1px #0e663a;
	color: #696969;
	font-size: 160%;
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
	width: 96%;
}

.map
{
	margin: 20px auto;
	text-align: center;
}

.pankz
{
	color: #808080;
	font-size: 70%;
	font-weight: bold;
	height: 1em;
	padding: 5px;
}

/* トップページの写真を入れ替えます */
#header-image-sp {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#header-image-sp>img {
	width: 100%;
}

/* メニュープルダウン */
#topbar-side-menu ul {
	
	list-style: none;
	
}

#topbar-side-text {
	font-size: 120%;
	text-align: left;
	margin-top: 10px;
}

/* 2021.07.14 */
.aisatsu {
	max-width: 520px;
	
}

.ln-h1em { line-height: 1em;}
.ln-h1hem { line-height: 1.5em;}
.ln-h2em { line-height: 2em;}
.ln-h2hem { line-height: 2.5em;}

