@charset "utf-8";
/* CSS Document */

/*============================================
 全体
============================================*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/NotoSerifJP-Light.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/NotoSerifJP-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'noto-serif';
  src: url('../fonts/NotoSerifJP-SemiBold.otf');
  font-weight: 600;
}


* {
	box-sizing: border-box;
}

body {
	font-size: 15px;
	/* font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: "noto-sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
	/* font-family: "MS Pゴシック" ; */
	font-family: "游明朝", "Yu Mincho", YuMincho, "noto-serif", "Hiragino Mincho Pro", serif;
	line-height: 1.8;
	/* color: #492a0c; */
}
a {
	/* color: #65412d; */
	color: #2d2d2d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a:hover {
	/* color: #9a6736; */
	opacity: 0.9;
}
p {
	margin-bottom: 1em;
}
small {
	font-size: 11px;
}

.btn a {
	height: 45px;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	display: block;
}

.sub-ttl {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.sub-ttl:before {
	background: #D25B56;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.step_point {
	margin-right: -60px;
	list-style: none;
	overflow: hidden;
}
.step_point li {
	width: 470px;
	margin: 0 60px 40px 0;
	float: left;
	font-size: 14px;
	list-style: none;
}
.step_point .ttl {
	margin-bottom: 15px;
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.step_point .ttl span {
	margin: 0 10px 0 0;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #D25B56;
	border-radius: 50%;
}
.step_point .ttl em {
	font-style: normal;
}
.step_point figure {
	margin-bottom: 10px;
}

/*============================================
 グローバルナビ
============================================*/
#pageHeader {
	width: 100%;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 10001;
}
#pageHeader #header_inner {
	align-items: center;
	background: #fff;
	display: flex;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	width: 1000px;
}
#pageHeader h1 img {
	height: 45px;
	vertical-align: middle;
}

#pageHeader #gnav {
	margin-left: auto;
	padding-top: 10px;
}
#pageHeader #gnav ul {
	align-items: center;
	display: flex;
	margin: 0;
}
#pageHeader #gnav li {
	margin-left: 45px;
	font-size: 14px;
	/* font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','Kozuka Mincho Pro' ,'Kozuka Mincho Std' ,'小塚明朝 Pro R' ,'小塚明朝 Std R', "メイリオ", Meiryo, serif; */
	line-height: 1.0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
#pageHeader #gnav li span {
	margin-top: 5px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #D25B56;
	display: block;
}
#pageHeader #gnav li a {
	font-size: 16px;
}
/* #pageHeader #gnav li a {
	color: #65412d;
}
#pageHeader #gnav li a:hover {
	color: #9a6736;
} */

/*============================================
 メイン
============================================*/
#wrapper {
	padding-top: 80px;
	position: relative;
}
#contHeader {
	margin-bottom: 70px;
	height: 120px;
	border-top: 1px solid #f5f5d0;
	border-bottom: 1px solid #f5f5d0;
	background: #fdfddd;
}
#contHeader #contHeader_inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contHeader #contHeader_inner h1 {
	margin-top: 40px;
	font-size: 23px;
	font-weight: normal;
	float: left;
	font-family: "游明朝", "Yu Mincho", YuMincho, "noto-serif", "Hiragino Mincho Pro", serif;
}
#contHeader #contHeader_inner #topicpath {
	margin-top: 50px;
	float: right;
	font-size: 11px;
	list-style: none;
}
#contHeader #contHeader_inner #topicpath li {
	float: left;
}
#contHeader #contHeader_inner #topicpath li + li:before {
	content: '>';
	margin: 0 5px;
}

#container {
	width: 1000px;
	margin: 0 auto 70px;
}
#container:after{ content : ''; display : block; clear : both; height:0; }

/*============================================
 フッター
============================================*/
#contactArea {
	padding: 30px 0 35px;
	border-top: 1px solid #f5f5d0;
}
#contactArea section {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contactArea h1 {
	margin-right: 20px;
	float: left;
}
#contactArea h1 img {
    height: 45px;
    vertical-align: middle;
}
#contactArea p {
	padding-top: 20px;
	font-size: 12px;
	float: left;
}
#contactArea ul {
	margin-top: 5px;
	float: right;
	list-style: none;
}
#contactArea ul li {
	float: left;
}
#contactArea li.tel {
	margin-right: 25px;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	line-height: 45px;
	color: #65412d;
}
#contactArea li.tel i {
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
}

#contactArea li.btn.inquiry a {
	width: 200px;
	color: #fff;
	background: #e15151;
}
#contactArea li.btn.inquiry a:hover {
	background: #f26666;
	border-radius: 5px;
}
#contactArea li.btn.inquiry i {
	margin-right: 5px;
}

#pagetop {
	margin: 0 0 -1px;
	text-align: right;
}
#pagetop a {
	background: rgba(255,255,255,0.8);
	border: 1px solid #f5f5d0;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
#pagetop i {
	font-size: 27px;
	vertical-align: middle;
}

#copyright {
	background: #fdfddd;
	font-size: 11px;
	font-style: normal;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
