@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

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

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

@media all and (-ms-high-contrast:none) {
	body, table,
	input, textarea, select, option,
	h1, h2, h3, h4, h5, h6 {
		font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

a,
a:link {
	color: #482d0d;
	text-decoration: none;
}

a:visited {
	color: #482d0d;
	text-decoration: none;
}

a:hover {
	color: #482d0d;
	text-decoration: underline;
}

a:active {
	color: #482d0d;
	text-decoration: underline;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	img {
		height: auto;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	min-width: 1012px;
	background: url(../images/common/com_bg01.jpg) repeat;
	background-size: 50px 50px;
	position: relative;
	color: #482d0d;
	/* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	text-align: center;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	padding: 90px 0 135px;
}

#main:after {
	display: block;
	clear: both;
	content: "";
}
@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/

	body {
		min-width: inherit;
	}

	#main {
		padding: 0;
	}

	.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	padding: 44px 0 90px;
}

#header .hBox {
	margin: 0 auto 21px;
	width: 960px;
}

#header .logo {
	/*margin-top: 12px;*/
	width: 736px;
	float: left;
	text-align: right;
}

#header .rBox {
	width: 170px;
	float: right;
	margin-top: -20px;
}

#header .rBox .tel {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}

#header .rBox .tel i {
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#header .rBox .time {
	margin: 3px 0 7px 25px;
	font-size: 1.34em;
	font-weight: bold;
	line-height: 1.3;
}

#header .rBox .link a {
	padding: 4px 9px;
	border: 1px solid #482d0d;
	border-radius: 5px;
	display: block;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

#header .rBox .link i {
	margin: -3px 3px 0 0;
	display: inline-block;
	font-size: 1.14em;
	vertical-align: middle;
}

#header .rBox .link .fa-angle-right {
	margin: -11px 0 0 0;
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 1.43em;
}

#header .rBox .link a:hover {
	background: #e4007f;
	border-color: #e4007f;
	color: #fff;
}


@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/

	#header {
		padding: 32px 0 0;
		position: relative;
	}

	#header .hBox {
		margin: 0;
		width: auto;
	}

	#header .logo {
		margin: 0 auto;
		width: 226px;
		float: none;
	}

	#header .logo img {
		width: 100%;
	}

	#header .rBox {
		display: none;
	}

	#header .menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
	}

	#header .menuBox {
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: auto;
		display: none;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}

	#header .menuBox .close {
		position: absolute;
		top: 0;
		right: 0;
	}

	#header .menuBox li {
		border-bottom: 1px solid #ccc;
	}

	#header .menuBox li a {
		padding: 10px 13px;
		display: block;
		color: #000;
		font-size: 1.8em;
	}
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 10px;
	text-align: center;
}

#gNavi li {
	margin: 0 8px;
	display: inline-block;
}

#gNavi li:last-of-type {
	margin-right: 0;
	vertical-align: bottom;
}

#gNavi li a {
	padding: 14px 7px 12px;
	border-bottom: 2px solid #fbbfa3;
	display: block;
	color: #482d0d;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#gNavi li:last-child a {
	padding: 6px 7px;
	line-height: 1.2;
}

#gNavi li a span {
	display: block;
	font-size: .75em;
}

#gNavi li a:hover {
	background: #fbbfa3;
	border-radius: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		グローバルナビ
	------------------------------------------------------------*/

	#gNavi {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	padding: 65px 0;
	background: url(../images/common/f_bg.jpg) repeat center top;
	background-size: 1280px auto;
}

#footer .pageTop {
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
	font-size: 1.4em;
}

#footer .pageTop a {
	box-sizing: border-box;
	padding-top: 8px;
	height: 60px;
	background: #fdb8bb;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#footer .pageTop i {
	margin: 0 auto;
	display: block;
	font-size: 1.5em;
}

#footer .pageTop a:hover {
	background: #e4007f;
	color: #fff;
}

#footer .fBox {
	margin: 0 auto;
	width: 960px;
}

#footer .fNavi {
	margin-bottom: 60px;
	text-align: center;
}

#footer .fNavi li {
	margin: 0 8px;
	display: inline-block;
}

#footer .fNavi li:last-of-type {
	margin-right: 0;
	vertical-align: bottom;
}

#footer .fNavi li a {
	padding: 14px 7px 12px;
	border-bottom: 2px solid #fbbfa3;
	display: block;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#footer .fNavi li:last-child a {
	padding: 6px 7px;
	line-height: 1.2;
}

#footer .fNavi li a:hover {
	background: #fbbfa3;
	border-radius: 5px;
	color: #482d0d;
}

#footer .fNavi li a span {
	display: block;
	font-size: .75em;
}

#footer .fTxt {
	margin-bottom: 10px;
	color: #fff;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
	font-size: 1.6em;
	text-align: center;
}

#footer .pTxt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#footer .fName {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#footer .fLogo {
	margin-bottom: 30px;
	text-align: center;
}

#footer .inner {
	width: 800px;
	margin: 0 auto;
	text-align: center;

}

#footer .inner .lBox {
	display: inline-block;
	padding-top: 60px;
}

#footer .inner .lBox .tel {
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	text-align: left;
}

#footer .inner .lBox .tel i {
	margin-right: 3px;
}

#footer .inner .lBox .tel a {
	color: #fff;
}

#footer .inner .lBox p {
	margin-left: 27px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

#footer .inner .rBox {
	width: 56.25%;
	float: right;
}

#footer .link {
	margin: 47px auto 70px;
	width: 260px;
}

#footer .link a {
	padding: 15px 20px 15px 0;
	border: 1px solid #fff;
	border-radius: 30px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#footer .link a:hover {
	background: #e4007f;
	border-color: #e4007f;
	color: #fff;
}

#footer .link a .fa-angle-right {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 30px;
}

#footer .copyright {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/

	#footer {
		padding: 26px 0;
	}

	#footer .pageTop {
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	#footer .fBox {
		margin: 0 10px;
		width: auto;
	}

	#footer .fNavi {
		display: none;
	}

	#footer .fTxt {
		margin-bottom: 20px;
		font-size: 1.4em;
	}

	#footer .pTxt {
		margin-bottom: 25px;
		font-size: 1.4em;
	}

	#footer .fName {
		font-size: 1.6em;
	}

	#footer .fLogo {
		margin: 0 auto 25px;
		width: 280px;
	}

	#footer .fLogo img {
		width: 100%;
	}

	#footer .inner {
		margin-bottom: 25px;
		width: auto;
		text-align: center;
	}

	#footer .inner .lBox {
		margin-bottom: 20px;
		padding-top: 0;
		width: auto;
		float: none;
	}

	#footer .inner .lBox .tel {
		color: #fff;
		font-size: 2.5em;
		font-weight: bold;
		display: inline-block;
	}

	#footer .inner .lBox .tel i {
		margin-right: 3px;
	}

	#footer .inner .lBox .tel a {
		color: #fff;
		word-break: break-all;
	}

	#footer .inner .lBox p {
		margin-left: 60px;
		color: #fff;
		font-size: 1.5em;
		font-weight: bold;
	}

	#footer .inner .rBox {
		width: 260px;
		float: none;
		margin: 0 auto 40px;
	}

	#footer .link {
		margin: 45px auto 0;
	}

	#footer .link a {
		padding: 15px 0 15px;
		border: 1px solid #fff;
		border-radius: 30px;
		display: block;
		position: relative;
		color: #fff;
		font-size: 1.8em;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#footer .link a:hover {
		background: none;
		border-color: #fff;
		color: #fff;
	}

	#footer .link a .fa-angle-right {
		margin: 0 0 0 10px;
		position: static;
	}

	#footer .copyright {
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
	}
}

/*------------------------------------------------------------
	comHeading01
------------------------------------------------------------*/
#main .comHeading01 {
	margin-bottom: 20px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
}

#main .comHeading01 span {
	margin-bottom: 17px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.42em;
	font-weight: 300;
	letter-spacing: 5px;
}

#main .comHeading01:after {
	width: 100%;
	height: 5px;
	background: url(../images/common/line01.png) repeat-x left bottom;
	background-size: 250px 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comHeading01
	------------------------------------------------------------*/
	#main .comHeading01 {
		margin-bottom: 10px;
		padding-bottom: 20px;
		font-size: 2.4em;
	}

	#main .comHeading01 span {
		margin-bottom: 10px;
		font-size: .75em;
	}

	#main .comHeading01:after {
		height: 4px;
		background-size: 100% 4px;
	}
}

/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
#main .comDl {
	margin-bottom: 36px;
	font-size: 1.5em;
}

#main .comDl dt {
	padding: 6px 0 5px 9px;
	float: left;
	font-weight: bold;
}

#main .comDl dd {
	padding: 6px 0 5px 6.5em;
	border-bottom: 1px solid #482d0d;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comDl
	------------------------------------------------------------*/
	#main .comDl {
		font-size: 1.4em;
	}

	#main .comDl dt {
		padding: 7px 0 0;
		float: none;
	}

	#main .comDl dd {
		padding: 0 0 5px;
	}
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	padding: 30px 80px 70px;
	width: 800px;
	background: url(../images/greeting/greeting_bg.jpg) repeat left top;
	border-radius: 8px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		mainBox
	------------------------------------------------------------*/
	#main .mainBox {
		margin: 0 10px;
		padding: 20px;
		width: auto;
	}
}

/*------------------------------------------------------------
	heading02
------------------------------------------------------------*/
#main .heading02 {
	margin-bottom: 20px;
	padding: 20px 0 10px;
	background: url(../images/common/h3_bg.png) no-repeat center top;
	background-size: 65px 5px;
	border-bottom: 2px solid #482d0d;
	font-size: 3em;
	text-align: center;
}

#main .heading02 span {
	padding: 15px 0;
	background: url(../images/common/com_bg03.png) no-repeat center top;
	background-size: 50px 58px;
	display: block;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .heading02 {
		margin-bottom: 10px;
		font-size: 2.1em;
	}

	#main .heading02 span {
		padding: 7px 0;
		background-size: 30px 35px;
	}
}

/*------------------------------------------------------------
	heading03
------------------------------------------------------------*/
#main .heading03 {
	margin-bottom: 24px;
	padding: 10px 0 8px 21px;
	border-left: 5px solid #e2aaa5;
	font-size: 2.4em;
}

#main .heading03 .txt {
	margin-left: 13px;
	color: #a99b8a;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		heading03
	------------------------------------------------------------*/
	#main .heading03 {
		margin-bottom: 8px;
		padding: 5px 0 5px 9px;
		border-left: 4px solid #e2aaa5;
		font-size: 1.6em;
	}

	#main .heading03 .txt {
		margin-left: 8px;
	}
}

/*------------------------------------------------------------
	comFaqDl
------------------------------------------------------------*/
#main .comFaqDl {
	margin-top: 40px;
	padding: 14px 0 0;
	border-top: 3px dashed #482c0d;
}

#main .comDlBox .comFaqDl:first-child {
	margin: 0;
	padding-top: 0;
	border: none;
}

#main .comFaqDl dt {
	margin: 0 0 19px 5px;
	padding: 2px 0 0 0;
	overflow: hidden;
	color: #d47c82;
	font-weight: bold;
}

#main .comFaqDl dt .textSpan01 {
	display: block;
	float: left;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4.5em;
	font-weight: normal;
}

#main .comFaqDl dt .textSpan02 {
	padding: 20px 0 0 60px;
	display: block;
	font-size: 2.6em;
}

#main .comFaqDl dd {
	padding: 8px 26px 32px;
	background: url(../images/common/business_bg.jpg) repeat left top;
	border: 3px solid #82b232;
	overflow: hidden;
}

#main .comFaqDl dd .textSpan01 {
	display: block;
	float: left;
	color: #81b331;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 4.5em;
	font-weight: normal;
}

#main .comFaqDl dd .textSpan02 {
	padding: 21px 0 0 60px;
	display: block;
	font-size: 1.6em;
	line-height: 2;
}

#main .comFaqDl .ddStyle {
	padding-bottom: 8px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .comFaqDl {
		margin-top: 15px;
		padding: 3px 0 0;
		border-top: 2px dashed #482c0d;
	}

	#main .comFaqDl dt {
		margin: 0 0 10px;
	}

	#main .comFaqDl dt .textSpan01 {
		font-size: 2.2em;
		line-height: 1.4;
	}

	#main .comFaqDl dt .textSpan02 {
		padding: 8px 0 0 25px;
		font-size: 1.5em;
		line-height: 1.4;
	}

	#main .comFaqDl dd {
		padding: 3px 10px 10px !important;
		border-width: 1px;
	}

	#main .comFaqDl dd .textSpan01 {
		float: none;
		font-size: 2.2em;
		line-height: 1.35;
	}

	#main .comFaqDl dd .textSpan02 {
		padding: 0;
		font-size: 1.4em;
		line-height: 1.5;
	}
}

#main a {
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
}
