@charset "utf-8";
html {
	height: 100%;
}
body {
	font-feature-settings: "palt";
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2em;
	color: #000;
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width: 1200px;
}
a {
	color: #C02;
}
ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
li {
	margin-left: 1.5em;
	margin-top: 0.5em;
}
li:first-child {
	margin-top: 0;
}
input, textarea, select {
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	max-width: 100%;
	box-sizing: border-box;
}
input[type="submit"] {
	padding: 10px;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku th {
	font-weight: normal;
	color: #000;
	background-color: rgba(0, 0, 0, 0.05);
}
table.waku th, table.waku td {
	padding: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.waku2 {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku2 tr {
	background-color: #FFF;
}
table.waku2 th {
	font-weight: normal;
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
table.waku2 th, table.waku2 td {
	padding: 1em;
	border: 1px solid #CCC;
}
p {
	margin-top: 20px;
}
h2 {
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
h2.title {
	font-size: 400%;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h2.title::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 5px;
	background-image: url("../images/ico_h2_title.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: bottom;
}
h3 {
	margin-top: 40px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 100%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	/* [disabled]background-color: #FFF; */
}
section.sectionBox {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.sectionBox:nth-of-type(2n+1) {
	position: relative;
	background-color: #EFECD8;
}
.inner {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.innerWide {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.innerNarrow {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#logoBox {
	color: #C02;
}
#logoBox .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#logoBox .logo .name {
	font-weight: bold;
	font-size: 110%;
}
#logoBox .logo .photo img {
	width: 250px;
	height: auto;
}
#logoBox .text {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	display: flex;
}
#globalNav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#globalNav ul li a {
	text-decoration: none;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	pointer-events: auto;
	margin-left: 1em;
}
#globalNav ul li.contact a {
	color: #FFF;
	background-color: #0AE;
	padding: 0px 1em;
	font-weight: normal;
	margin-right: 1px;
}
#pageTitle {}
#pageTitle h1 {
	font-size: 180%;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	padding: 1em;
	margin: 0px;
	background-color: #321;
}
#breadcrumb {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumb ul li:before {
	content: "＞";
}
#breadcrumb ul li:first-child:before {
	content: "";
}
#footer {
	padding-top: 10%;
	padding-bottom: 20%;
	border-top: solid 5px #C02;
}
#footerNav ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footerNav ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#footerNav ul li a {
	text-decoration: none;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
}
#footer address {
	font-style: normal;
	font-size: 70%;
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 1em;
	margin-top: 10%;
}
#ciBox {
	margin-top: 10%;
	text-align: center;
	font-size: 90%;
}
#ciBox .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#ciBox .logo .photo {
	margin-right: 10px;
}
#ciBox .logo .photo img {
	width: 250px;
	margin: auto;
}
#ciBox .logo .name {
	color: #C20;
	font-weight: bold;
}
#ciBox .add {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 90%;
}
#ciBox h2 {
	font-size: 100%;
	margin-top: 10px;
	line-height: 1.5em;
	letter-spacing: 0px;
}
#ciBox p {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0px;
}
#ciBox .tel {
	font-size: 200%;
	line-height: 1.2em;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
	background-image: url(../images/ico_freedial.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 1.4em;
	display: inline-block;
}
#ciBox .tel a {
	text-decoration: none;
}
#bottomFixMenu {
	background-color: #F6F4E8;
	position: fixed;
	z-index: 6;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	border-top: solid 1px #FFF;
}
#bottomFixMenu > div {
	margin: 0 10px;
}
#bottomFixMenu .logo {
	width: 250px;
}
#bottomFixMenu .telBox .tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
#bottomFixMenu .telBox .tel a {
	text-decoration: none;
	color: #000;
}
#bottomFixMenu .telBox .time {
	font-size: 12px;
	line-height: 20px;
}
#bottomFixMenu .btn a {
	text-decoration: none;
	color: #FFF;
	background-color: #C02;
	display: block;
	min-width: 60px;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 3px;
	font-size: 12px;
	font-feature-settings: normal;
}
#bottomFixMenu .btn a i {
	font-size: 20px;
	line-height: 20px;
	display: block;
}
#pageTop {
	padding: 20px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
#pageTop:hover {
	cursor: pointer;
}
#serviceBox .photo {
	margin-top: 20px;
}
#serviceBox p {
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 10px 5px;
	background-color: #8C3;
	letter-spacing: 0.1em;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	font-weight: normal;
}
.text_large {
	font-size: 150%;
	line-height: 1.5em;
}
.text_tel {
	font-size: 240%;
	line-height: 1.2em;
	letter-spacing: normal;
}
.text_tel a {
	text-decoration: none;
}
.text_price {
	font-size: 200%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	line-height: 1em;
	font-weight: normal;
	color: #F39;
}
.appeal_color {
	color: #C02;
}
.appeal_color2 {
	color: #0AE;
}
.box_waku01 {
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}
.box_waku02 {
	padding: 20px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-color: #FFF;
}
.formBox {
	overflow: hidden;
	margin-top: 10px;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	margin-top: 20px;
	font-weight: bold;
	color: #000;
}
.formBox dd {
	margin-top: 5px;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	list-style-type: none;
}
.icon_link::before {
	content: "≫";
	color: #C00;
	margin-right: 0.5em;
}
.button {
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	text-decoration: none;
	background-color: #C02;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 20px;
}
.button a::before {
	content: "≫";
	margin-right: 0.5em;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
}
