@import  "//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700";

html {
	font-size: 62.5%;
}

body {
/* 明朝体 */
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.8;
}

h1.text-center {
	font-size: xx-large;
}

h2, .h2 {
	font-size: 26px;
	margin: 40px 0 20px;
}

h2 {
	position: relative;
	text-align: center;
}

h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background: #fff url(https://www.daihonatto.jp/wp-content/uploads/menu_bg.png) no-repeat center;
	text-align: left;
}

h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg,transparent,#ccc 10%,#ccc 90%,transparent);
	background: linear-gradient(-45deg,transparent,#ccc 10%,#ccc 90%,transparent);
}

h3, .h3 {
	font-size: 22px;
}

h3 {
	position: relative;
	padding: .5em .75em;
	background-color: #ddd;
	border-radius: 6px;
}

h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 10px solid #ddd;
}

h4 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

h4 span {
	display: block;
	margin-bottom: .2em;
	color: #aaa;
	font-size: .9em;
}

/*メニュー*/
ul.menu strong,div.footer-widget ul.menu a {
	font-size: large;
	font-weight: bolder;
}

/*メニュー背景*/
nav.global-nav li.menu-item {
	background: url(https://www.daihonatto.jp/wp-content/uploads/menu_bg.png) no-repeat center;
}

/*トップスライダー文字*/
div.habakiri-slider__item-content {
	color: #eee;
	text-shadow: -1px -1px 0 rgba(51,51,51,1), 1px -1px 0 rgba(51,51,51,1), -1px 1px 0 rgba(51,51,51,1), 1px 1px 0 rgba(51,51,51,1);
}

.appIconBig {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*アイコンフォント*/
i.fa {
	color: #E81E00;
}

.text-center {
	font-size: large;
}

/*本文関係*/
p, ul, ol, dl, table {
	margin-bottom: 20px;
}

p {
	font-size: small;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}

/*メールフォーム*/
th, td {
	padding: 5px;
}

th {
	background: #DBDBDB;
	border: 1px solid #fff;
}