@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * container
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
html {
	width: 100%;
}
/* Font：基本サイズ（16 * 0.875 = 14px） */
body {
	color: #4d4d4d;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.1em;
	line-height: 1.8;
	letter-spacing: 0.08em;
	width: 100%;
  background: #fff;
}
.wrapper {
    overflow: hidden;
}
 /* リンク */
a {
	color: #f16939;
	word-break: break-all;
	}
a:hover {
	text-decoration: none;
	cursor: pointer;
	}
p,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/* font */
.mincho {	font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* ======================================
	header [ ヘッダ ]
====================================== */
header {
	padding: 15px 0;
	background: #231815;
}
header .h_logo {
	margin: 0 auto;
	width: 168px;
}

/* ======================================
	global [ グローバル ]
====================================== */

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	display:block;
	width: 100%;
	height: 100%;
}
.content_inner {
	margin: 0 auto;
	width: 800px;
	max-width: 92%;
}
section {
	position: relative;
	margin: 0 auto 100px;
}
.tel {
	pointer-events: none;
	text-decoration: none;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
  width: 800px;
	margin: 0 auto 20px;
}
#footer .credit01 p {
	margin-bottom: 40px;
	font-size: 0.88rem;
	text-align: center;
}
#footer .credit02 {
	margin-bottom: 60px;
}
#footer .credit02 p {
	margin-bottom: 20px;
	font-size: 0.88rem;
	text-align: center;
}
#footer .copy a {
	display: block;
	font-size: 0.88rem;
	text-align: center;
	letter-spacing: 0;
	color: #231815;
	text-decoration: none;
}
/* share button */
.shareBtn ul {
	width: 405px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
.shareBtn li {
	width: 120px;
}
.pagetop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 80px;
  z-index: 98;
  cursor:pointer;
}

/* ======================================
	font
====================================== */
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
/*↑2017.02.14追加*/
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}