@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	color: #333;
	font-weight:200;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%; width:100%; }
fieldset, img
{ border: 0;}
img
{ /* max-width: 100%; width: 100%; height: auto; */ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; */ }


/* ---------------------------------------------------------------------------

	共通

--------------------------------------------------------------------------- */
/* リンクカラー */
a {
	outline: none;
	color: #1083b7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* table */
table {
	width:100%;
}

/* strong */
strong {
	color:#158a37;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:150%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#a10008;
	font-weight:bold;
}

/* エラーページ
----------------------------------------------------------*/
#error {
	margin:0 auto;
	padding-bottom:40px;
	width:960px;
}
#error .title {
	padding-bottom:5px;
	color:#3e73b1;
	font-weight:bold;
	font-size:40px;
}
#error .lead01 {
	margin-bottom:20px;
}
#error .lead02 {
	margin-bottom:10px;
	color:#3e73b1;
}
#error .point {
	margin-bottom:8px;
	padding:5px;
	background:#3e73b1;
	color:#fff;
	font-weight:bold;
}
#error ul {
	padding-bottom:20px;
}
#error ul.point {
	background:#efeded;
	color:#000;
	font-weight:normal;
}


/* リンクボタン （サイズのみ各ページで変更する程度にする）*/
a.btn {
	margin:0 auto 2% auto;
	padding:15px 0 20px 0;
	background:url(../images/common/arrow02.gif) , linear-gradient(#e40012, #a2000d);
	background-repeat:no-repeat;
	background-position:98% 50%;
	border-radius: 6px;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	line-height:100%;
	color: #fff;
	font-weight:bold;
	font-size:20px;
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img {
	opacity:0.7;
}


/* フォーム
----------------------------------------*/
input.short,
input.middle,
input.long,
textarea {
	padding:10px;
	border:1px solid #585858;
}
input.short {
	width:20%;
}
input.middle {
	width:50%;
}
input.long {
	width:90%;
}
textarea {
	width:90%;
	height:230px;
}
/* 必須 */
.hissu {
	padding:2px 8px 2px 8px;
	background:#e7133b;
	display:block;
	float:right;
	line-height:100%;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
/* 任意 */
.nini {
	padding:2px 8px 2px 8px;
	background:#5a5859;
	border:1px solid #5a5859;
	display:block;
	float:right;
	line-height:100%;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
input.submit {
	margin:0 auto;
	padding: 15px 0;
	background:#ed1b23;
	text-decoration:none;
	display:block;
	text-align:center;
	width:100%;
	color: #fff;
	font-size:18px;
}


body {
	font-size: 15px;
	line-height:150%;
}

/* a */
a img:hover {
	opacity:0.6;
}

/* P */
p {
	padding:0 0 20px 0;
	line-height:170%;
}
p:last-child {
	padding-bottom:0;
}

@media only screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 32);
	}
	body {
		font-size: 1.3rem;
	}
	img {
		max-width: 100%;
	}
	p {
		padding:0 0 1rem 0;
		line-height:1.6;
	}
}
@media (orientation: landscape) and (max-width: 767px) {
	html {
		font-size: calc(60vw / 32);
	}
	body {
		font-size: 1.1rem;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　必ず設定する　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
------------------------------------------------------------------------------------------------------------------------------------------*/
/* ベースの横幅
----------------------------------------------------------*/
.innerBox {
	margin:0 auto;
	padding-bottom:80px;
	width:90%;
	max-width:1200px;
	overflow:hidden;
}
/* 背景色がある場合に使用 */
.innerBox02 {
	margin:0 auto;
	padding-top:40px;
	width:90%;
	max-width:1200px;
	overflow:hidden;
}
@media only screen and (max-width: 767px) {
	.innerBox {
		box-sizing: border-box;
		width:100%;
		max-width:100%;
		margin:0 auto;
		padding: 0 1.5rem 3rem;
	}
}

/* borderBox01
----------------------------------------------------------*/
.borderBox01 {
	margin:0 auto 100px auto;
	padding:60px;
	border-radius:20px;
	box-sizing: border-box;
	border:1px solid #ccc;
	width:90%;
	max-width:1080px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
--------------------------------------------------------------------------------------------------------------------------------------- */


/* 背景色
----------------------------------------------------------*/
.innerBoxColor01 {
	background:#f4f4f4;
}
.innerBoxColor02 {
	background:url(../images/innerBoxColor04.jpg) no-repeat top center;
}
.innerBoxColor03 {
	background:url(../images/innerBoxColor03.gif);
}
.innerBoxColor04 {
	background:#f2f6fb;
}
.innerBoxColor05 {
	background:url(../images/innerBoxColor05.jpg) no-repeat top center;
}
.innerBoxColor06 {
	background:#00436d;
}
.innerBoxColor07 {
	background:url(../images/innerBoxColor07.jpg) no-repeat top center;
}
.innerBoxColor08 {
	background:#333;
}

/* パンくずリスト
----------------------------------------------------------*/
#breadcrumbs {
	margin-bottom:50px;
	padding:5px 0;
	background:#cdd9f1;
	font-size:11px;
}
#breadcrumbs ul {
	margin:0 auto;
	width:960px;
}
#breadcrumbs .innerBox {
	padding-bottom:0;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}

/* ヘディングタグ
----------------------------------------------------------*/
h3 {
	margin-bottom:45px;
	text-align:center;
}
h4 {
	padding-bottom:70px;
	text-align:center;
}
h5 {
}
@media only screen and (max-width: 767px) {
	h3 {
		margin-bottom:2.5rem;
	}
	h4 {
		padding: 0 1rem 2rem;
	}
}

/* YouTube
----------------------------------------------------------*/
.videoContainer {
	text-align:center;
}


/* textImgBox01
----------------------------------------*/
.textImgBox01 {
	overflow:hidden;
}
.textImgBox01 li {
	padding:0 6% 40px 0;
	float:left;
	width:47%;
}
.textImgBox01 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox01 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox01 li .photo {
	float:left;
	width:20%;
}
.textImgBox01 li .photo img {
	width:100%;
}
.textImgBox01 li .box {
	float:right;
	width:76%;
}
.textImgBox01 p.name {
	padding-bottom:5px;
	line-height:140%;
	font-weight:bold;
	font-size:18px;
}
.textImgBox01 table {
	border-collapse:separate;
	border-spacing:2px;
}
.textImgBox01 th {
	padding:2px 6px;
	background:#f2f2f2;
	width:60px;
}
.textImgBox01 td {
	padding:2px 6px;
}

/* textImgBox02
----------------------------------------*/
.textImgBox02 {
	overflow:hidden;
}
.textImgBox02 li {
	padding:0 4% 60px 0;
	float:left;
	width:48%;
}
.textImgBox02 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox02 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox02 li .photo {
	padding-bottom:10px;
}
.textImgBox02 li .photo img {
	width:100%;
}
.textImgBox02 p.title {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox02 p.sub {
	padding-bottom:0;
	font-size:18px;
}

/* textImgBox03
----------------------------------------*/
.textImgBox03 {
	overflow:hidden;
}
.textImgBox03 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox03 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox03 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox03 li .photo {
	padding-bottom:5px;
}
.textImgBox03 li .photo img {
	width:100%;
}
.textImgBox03 li p.title {
	padding-bottom:0;
}

/* textImgBox04
----------------------------------------*/
.textImgBox04 {
	overflow:hidden;
}
.textImgBox04 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox04 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox04 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox04 li .photo {
	padding-bottom:10px;
}
.textImgBox04 li .photo img {
	width:100%;
}
.textImgBox04 p {
	padding:0 10px;
	line-height:140%;
}
.textImgBox04 li p.title {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox04 p.rank {
	padding-bottom:0;
}
.textImgBox04 p.name {
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	font-size:16px;
}
.textImgBox04 p.name span {
	padding-left:5px;
	font-size:12px;
}
.textImgBox04 p.catch {
	padding-top:10px;
}

/* textImgBox05
----------------------------------------------------------*/
.textImgBox05 {
	overflow:hidden;
}
.textImgBox05 li {
	padding:0 2% 20px 0;
	float:left;
	width:15%;
}
.textImgBox05 li:nth-child(6n) {
	padding-right:0;
}
.textImgBox05 li:nth-child(6n+1) {
	clear:both;
}
.textImgBox05 li .photo {
	padding-bottom:5px;
}
.textImgBox05 li .photo img {
	width:100%;
	height:100%;
}
.textImgBox05 li p.name {
	padding-bottom:0;
	text-align:center;
}

/* textImgBox06
----------------------------------------------------------*/
.textImgBox06 {
	overflow:hidden;
}
.textImgBox06 li {
	padding:0 2% 20px 0;
	float:left;
	width:23.5%;
}
.textImgBox06 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox06 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox06 li .photo {
	padding-bottom:5px;
}
.textImgBox06 li .photo img {
	width:100%;
}
.textImgBox06 li p.title {
	padding-bottom:0;
	text-align:center;
	font-size:18px;
}

/* textImgBox07
----------------------------------------------------------*/
.textImgBox07 {
	overflow:hidden;
}
.textImgBox07 .box {
	float:left;
	width:48%;
}
/* ボタンリンク */
.textImgBox07 .bnr {
	float:right;
	width:48%;
}
.textImgBox07 .bnr img {
	width:100%;
}
/* お知らせなど */
.textImgBox07 .box li {
	padding-bottom:10px;
	overflow:hidden;
}
.textImgBox07 h3.style04 {
	margin-bottom:15px;
	padding:7px 0 7px 20px;
	border-left:5px solid #248aca;
	font-size:24px;
}
.textImgBox07 h3.style04 span {
	display:block;
	color:#aaa;
	font-size:10px;
}
.textImgBox07 .box li p {
	padding-bottom:0;
}
.textImgBox07 .box li p.date {
	padding-bottom:0;
	float:left;
	width:12%;
}
.textImgBox07 .box li p.title {
	padding-bottom:0;
	float:right;
	width:84%;
}


/* textImgBox08
----------------------------------------------------------*/
.textImgBox08 {
	overflow:hidden;
}
.textImgBox08 li {
	margin:0 2% 20px 0;
	float:left;
	width:32%;
}
.textImgBox08 li:nth-child(3n) {
	margin-right:0;
}
.textImgBox08 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox08 a {
	padding:130px 0 30px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.textImgBox08 span {
	padding-top:10px;
	display:block;
	font-weight:normal;
	font-size:11px;
}
/* btn01 */
.textImgBox08 li#btn01 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
/* btn02 */
.textImgBox08 li#btn02 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
/* btn03 */
.textImgBox08 li#btn03 {
	background:url(../images/sample_photo.jpg) no-repeat;
	background-size:cover;
}
.textImgBox08 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox08 a:hover {
	background-color: rgba(255,255,255, 0);
}

/* textImgBox09
----------------------------------------------------------*/
.textImgBox09 {
	overflow:hidden;
}
.textImgBox09 .photo {
	float:left;
	width:30%;
}
.textImgBox09 .photo img {
	width:100%;
}
.textImgBox09 .box {
	float:right;
	width:67%;
}
.textImgBox09 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox09 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox09 .name {
	padding-top:20px;
	text-align:right;
}
.textImgBox09 .name img {
	width:40%;
}

/* textImgBox10
----------------------------------------------------------*/
.textImgBox10 {
	overflow:hidden;
}
.textImgBox10 .photo {
	float:left;
	width:48%;
}
.textImgBox10 .photo img {
	width:100%;
}
.textImgBox10 .box {
	float:right;
	width:48%;
}
.textImgBox10 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox10 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox10 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
/* テーブル */
.textImgBox10 th.title {
	padding:20px 0 5px 5px;
	border-bottom:1px dashed #ccc;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}
.textImgBox10 td.price {
	padding:10px 0 5px 5px;
	border-bottom:1px dashed #ccc;
	text-align:right;
}
.textImgBox10 td.price span {
	text-align:right;
	color:#ae1c1e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:26px;
}
.textImgBox10 td.price span.sub {
	display:block;
	color:#444;
	font-size:12px;
}

/* telephone */
.textImgBox10 .telephone {
}
.textImgBox10 .telephone p {
	padding-bottom:0;
}
.textImgBox10 .telephone p.title {
	margin-bottom:15px;
	padding:0 0 5px 0;
	background:none;
	border-left:none;
	border-bottom:1px solid #8bc327;
	color:#8bc327;
	font-weight:bold;
	font-size:18px;
}
.textImgBox10 .telephone p.tel {
	padding-left:85px;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:70px;
	font-weight:bold;
	font-size:16px;
}
.textImgBox10 .telephone p.tel span {
	display:block;
	color:#f59a17;
	line-height:95%;
	font-weight:bold;
	font-size:50px;
}


/* textImgBox11
----------------------------------------------------------*/
.textImgBox11 {
	overflow:hidden;
}
.textImgBox11 .photo {
	float:right;
	width:48%;
}
.textImgBox11 .photo img {
	width:100%;
}
.textImgBox11 .box {
	float:left;
	width:48%;
}
.textImgBox11 .box p.title {
	padding-bottom:10px;
	font-size:30px;
}
.textImgBox11 .box p.sub {
	padding-bottom:10px;
	font-size:24px;
}
.textImgBox11 .box a.btn02 {
	padding:5px 0;
	background:#ca2437;
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}


/* textImgBox13
----------------------------------------*/
.textImgBox13 {
	overflow:hidden;
}
.textImgBox13 li {
	padding:0 2% 6% 0;
	float:left;
	width:32%;
}
.textImgBox13 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox13 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox13 li .photo {
	margin-bottom:10px;
}
.textImgBox13 li .photo img {
	width:100%;
}
.textImgBox13 p.title {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	color:#248aca;
	font-weight:bold;
	font-size:16px;
}
.textImgBox13 p.sub {
	padding-bottom:5px;
	display:block;
	font-weight:normal;
	font-size:12px;
}
.textImgBox13 .body {
}


/* textImgBox14
----------------------------------------*/
.textImgBox14 {
	overflow:hidden;
}
.textImgBox14 li {
	padding:0 2% 70px 0;
	float:left;
	width:32%;
}
.textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox14 li p.title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	color:#0058a1;
	font-weight:bold;
	font-size:20px;
}
.textImgBox14 li .photo {
	text-align:center;
}
.textImgBox14 li .photo img {
	text-align:center;
	width:80%;
}
.textImgBox14 li .body {
	padding:0 30px;
}


/* textImgBox15
----------------------------------------*/
.textImgBox15 {
	overflow:hidden;
}
.textImgBox15 li {
	padding:0 2% 70px 0;
	float:left;
	width:32%;
}
.textImgBox15 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox15 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox15 li p.title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	color:#0058a1;
	font-weight:bold;
	font-size:20px;
}
.textImgBox15 li th,
.textImgBox15 li td {
	padding:15px 10px 5px 10px;
	border-bottom:1px solid #e1e1e1;
}
.textImgBox15 li th {
	padding-left:28px;
}
.textImgBox15 li th.no01 {
	background:url(../images/common/arrow_no01.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no02 {
	background:url(../images/common/arrow_no02.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li th.no03 {
	background:url(../images/common/arrow_no03.gif) no-repeat 0 15px;
	font-weight:bold;
	font-size:14px;
}
.textImgBox15 li td.no01,
.textImgBox15 li td.no02,
.textImgBox15 li td.no03 {
	color:#a10008;
	font-weight:bold;
	font-size:16px;
}
.textImgBox15 li td {
	text-align:right;
	vertical-align:bottom;
	width:50px;
}
.textImgBox15 li .body {
	padding:10px 20px 0 20px;
}


/* textImgBox16
----------------------------------------*/
.textImgBox16 {
	overflow:hidden;
}
.textImgBox16 li {
	padding:0 4% 80px 0;
	float:left;
	width:30.666%;
}
.textImgBox16 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox16 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox16 li .photo {
	float:left;
	width:30%;
}
.textImgBox16 li .photo img {
	width:100%;
}
.textImgBox16 li .box {
	float:right;
	width:66%;
}
.textImgBox16 li .box p {
	padding:0;
}
.textImgBox16 li .box p.name {
	padding-bottom:5px;
	border-bottom:1px solid #e0e0e0;
	font-size:16px;
}
.textImgBox16 li .box span {
	font-size:11px;
}
.textImgBox16 li p.catch {
	padding-top:5px;
}

/* textImgBox17
----------------------------------------*/
.textImgBox17 {
	overflow:hidden;
}
.textImgBox17 .titleText {
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.textImgBox17 .imgBox01 {
	float:left;
	width:47%;
}
.textImgBox17 .imgBox02 {
	float:right;
	width:47%;
}
.textImgBox17 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox17 li .photo {
	float:left;
	width:30%;
}
.textImgBox17 li .photo img {
	width:100%;
}
.textImgBox17 li .box {
	float:right;
	width:66%;
}
.textImgBox17 li .box p {
	padding:0;
}
.textImgBox17 li .box p.title {
	padding-bottom:5px;
	font-size:18px;
}
.textImgBox17 li p.catch {
	padding-top:5px;
}

/* textImgBox18
----------------------------------------------------------*/
.textImgBox18 {
}
.textImgBox18 li {
	margin-bottom:20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.textImgBox18 a {
	padding:80px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:30px;
}
.textImgBox18 span {
	display:block;
	font-weight:normal;
	font-size:22px;
}

/* btn01 */
.textImgBox18 li#btn01 {
	background:url(../images/company_btn01.jpg) no-repeat;
	background-size: cover;
}
/* btn02 */
.textImgBox18 li#btn02 {
	background:url(../images/company_btn02.jpg) no-repeat;
	background-size: cover;
}
/* btn03 */
.textImgBox18 li#btn03 {
	background:url(../images/company_btn03.jpg) no-repeat;
	background-size: cover;
}

.textImgBox18 a {
	background-color: rgba(0,0,0, 0.5);
}
.textImgBox18 a:hover {
	background-color: rgba(255,255,255, 0);
}


/* textImgBox19
----------------------------------------------------------*/
.textImgBox19 {
	margin:0 auto;
	overflow:hidden;
	width:60%;
}
.textImgBox19 li {
	margin-bottom:30px;
	padding-bottom:60px;
	background:url(../images/yazi.gif) no-repeat center bottom;
	background-size:30px;
	overflow:hidden;
}
.textImgBox19 li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.textImgBox19 .photo {
	float:left;
	width:36%;
}
.textImgBox19 .photo img {
	width:100%;
}
.textImgBox19 .box {
	float:right;
	width:60%;
}
.textImgBox19 .box p.title {
	padding-bottom:0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}
.textImgBox19 .box p.title span {
	color:#ae1c1e;
}

/* textImgBox20
----------------------------------------------------------*/
.textImgBox20 {
}
.textImgBox20 p.number {
	padding:0;
	float:left;
	width:20%;
	line-height:100%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:150px;
}
.textImgBox20 p.number span {
	padding-left:15px;
	display:block;
	line-height:20%;
	color:#aaa;
	font-size:12px;
}
.textImgBox20 li {
	padding:20px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.textImgBox20 li .photo {
	float:right;
	width:25%;
}
.textImgBox20 li .photo img {
	width:100%;
}
.textImgBox20 li .body {
	padding-top:20px;
	float:left;
	width:51%;
}
.textImgBox20 li .title {
	padding-bottom:10px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:24px;
}


/* textImgBox21
----------------------------------------------------------*/
.textImgBox21 {
	overflow:hidden;
}
.textImgBox21 li {
	padding:0 2% 2% 0;
	float:left;
	width:23.5%;
}
.textImgBox21 li:nth-child(4n) {
	padding-right:0;
}
.textImgBox21 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox21 li a {
	padding:7px 0 7px 30px;
	border-radius:4px;
	background:#ffd232 url(../images/common/arrow01.gif) no-repeat 15px 50%;
	display:block;
	text-decoration:none;
	color:#222;
	font-size:18px;
}
.textImgBox21 li a:hover {
	background:#ffe898 url(../images/common/arrow01.gif) no-repeat 15px 50%;
}

/* textImgBox22
----------------------------------------*/
.textImgBox22 {
	overflow:hidden;
}
.textImgBox22 li {
	padding-right:2%;
	float:left;
	width:32%;
}
.textImgBox22 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox22 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox22 img {
	width:100%;
}

/* textImgBox23
----------------------------------------------------------*/
.textImgBox23 {
	overflow:hidden;
}
.textImgBox23 li {
	margin:0 2% 2% 0;
	padding:50px 0;
	background:#EAE2FA url(../images/bg01.png) no-repeat right bottom;
	background-size:50%;
	float:left;
	text-align:center;
	width:32%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:22px;
}
.textImgBox23 li:nth-child(3n) {
	margin-right:0;
}
.textImgBox23 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox23 span {
	display:block;
	font-size:16px;
}


/* textImgBox24
----------------------------------------------------------*/
.textImgBox24 {
	padding:40px;
	background:#ccc;
}

/* textImgBox14 */
.textImgBox24 .textImgBox14 {
	overflow:hidden;
}
.textImgBox24 .textImgBox14 li {
	padding:0 2% 30px 0;
	float:left;
	width:32%;
}
.textImgBox24 .textImgBox14 li:nth-child(3n) {
	padding-right:0;
}
.textImgBox24 .textImgBox14 li:nth-child(3n+1) {
	clear:both;
}
.textImgBox24 .textImgBox14 li p.title {
	margin-bottom:10px;
	padding:5px 0;
	border-radius:10px;
	background:none;
	text-indent:inherit;
	color:#fff;
	font-size:16px;
}
.textImgBox24 .textImgBox14 li .photo {
	padding-bottom:10px;
	width:auto;
}
.textImgBox24 .textImgBox14 li .photo img {
	border-radius:10px;
	text-align:center;
	width:100%;
}
.textImgBox24 .textImgBox14 li .body {
	padding:0;
	text-align:left;
}

/* カラータイトル01 */
.textImgBox24 .textImgBox14 li.bg01 p.title {
	background:#1a889f;
}

/* カラータイトル02 */
.textImgBox24 .textImgBox14 li.bg02 p.title {
	background:#ea5514;
}

/* カラータイトル03 */
.textImgBox24 .textImgBox14 li.bg03 p.title {
	background:#345700;
}


/* 共通 */
.textImgBox24 .box {
	margin:0 auto;
	padding:20px 4% 0 4%;
	border-radius:18px;
	background:#fff;
	text-align:center;
	width:92%;
}

/* タグ */
.textImgBox24 .type01,
.textImgBox24 .type02,
.textImgBox24 .type03 {
	margin-bottom:10px;
}
.textImgBox24 .type01 span,
.textImgBox24 .type02 span,
.textImgBox24 .type03 span {
	padding:7px 10px;
	border-radius:6px;
	color:#fff;
	font-size:16px;
}
.textImgBox24 .type01 span {
	background:#1a889f;
}
.textImgBox24 .type02 span {
	background:#ea5514;
}
.textImgBox24 .type03 span {
	background:#345700;
}


/* stepStart */
.textImgBox24 .stepStart {
	text-align:left;
}
/* 枠線01 */
.textImgBox24 .step01 {
	border:5px solid #1a889f;
}
/* 枠線02 */
.textImgBox24 .step02 {
	border:5px solid #f00;
}
.textImgBox24 .box .title {
	padding-bottom:20px;
	background-position:center;
	font-weight:bold;
	font-size:30px;
}

/* 写真テキスト */
.textImgBox24 .photoBox {
	padding-bottom:40px;
	overflow:hidden;
}
.textImgBox24 .photoBox .photo {
	float:left;
	width:34%;
}
.textImgBox24 .photoBox .photo img {
	border-radius:10px;
	width:100%;
}
.textImgBox24 .photoBox .textBox {
	margin-top:10px;
	text-align:left;
	float:right;
	width:64%;
}
.textImgBox24 .photoBox dl {
	margin-top:20px;
}
.textImgBox24 .photoBox dt {
	padding-bottom:10px;
	background-size:20px;
	color:#f62837;
	font-weight:bold;
	font-size:16px;
}

/* リスト */
.textImgBox24 ul {
	margin:20px 0;
}
.textImgBox24 li {
	padding:0 0 5px 16px;
	background:url(../images/common/arrow03.png) no-repeat 0 6px;
	background-size:12px;
}

/* 注意書き */
.textImgBox24 .pointBox {
	padding:10px 20px;
	border-radius:6px;
	background:#efefef;
	font-size:13px;
}

/* 矢印 */
.textImgBox24 .yazi {
	padding:30px 0;
	text-align:center;
}
.textImgBox24 .yazi img {
	width:30px;
}


/* textImgBox25
----------------------------------------------------------*/
.textImgBox25 {
	background:#AE1C1E;
	overflow:hidden;
}
.textImgBox25 li {
	padding:20px 2% 20px 0;
	float:left;
	width:48%;
}
.textImgBox25 li:nth-child(2n) {
	padding-right:0;
}
.textImgBox25 li:nth-child(2n+1) {
	clear:both;
}
.textImgBox25 li .photo {
	padding-bottom:10px;
}
.textImgBox25 li .photo img {
	width:100%;
}
.textImgBox25 li p.title {
	padding-bottom:5px;
	font-size:16px;
}
.textImgBox25 #telBox {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#fff;
}
.textImgBox25 #telBox p {
	padding-bottom:0;
}
.textImgBox25 #telBox p.title {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
	font-size:22px;
}
.textImgBox25 #telBox p.tel {
	padding-left:85px;
	background:url(../images/common/arrow_tel02.png) no-repeat;
	background-size:70px;
	font-weight:bold;
	font-size:16px;
}
.textImgBox25 #telBox p.tel span {
	display:block;
	line-height:95%;
	font-weight:bold;
	font-size:50px;
}

/* textImgBox26
----------------------------------------*/
.textImgBox26 {
	overflow:hidden;
}
.textImgBox26 .photo {
	float:left;
	width:48%;
}
.textImgBox26 .photo img {
	width:100%;
}
.textImgBox26 .box {
	float:right;
	width:48%;
}
.textImgBox26 p.rank {
	padding-bottom:5px;
}
.textImgBox26 .rank span {
    margin-right:10px;
    padding:5px 10px;
    background:#999 none repeat scroll 0% 0%;
	line-height:220%;
    color:#fff;
}
.textImgBox26 .box p.title {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom: 1px solid #CCC;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:40px;
}
.textImgBox26 .box p.catch {
	padding-bottom:20px;
	line-height:130%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:26px;
}
/* thum */
.textImgBox26 .thum {
	overflow:hidden;
}
.textImgBox26 .thum li {
	padding-right:5%;
	float:left;
	width:30%;
}
.textImgBox26 .thum li:last-child {
	padding-right:0;
}
.textImgBox26 .thum li img {
	width:100%;
}

/* textImgBox27
----------------------------------------*/
.textImgBox27 {
	overflow:hidden;
}
.textImgBox27 li {
	padding:0 4%;
	border-left:1px solid #ccc;
	box-sizing:border-box;
	float:left;
	width:25%;
}
.textImgBox27 li:nth-child(4n) {
	border-right:1px solid #ccc;
}
.textImgBox27 li:nth-child(4n+1) {
	clear:both;
}
.textImgBox27 li .photo {
	padding-bottom:20px;
	text-align:center;
}
.textImgBox27 li .photo img {
	width:50px;
}
.textImgBox27 p {
	padding:0 10px;
}
.textImgBox27 p.rank {
	padding-bottom:0;
}
.textImgBox27 p.name {
	padding-bottom:15px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.textImgBox27 p.catch {
	padding-bottom:10px;
}
/* リンク */
.textImgBox27 a.btn {
	margin-bottom:0;
	padding:5px 0;
	width:100%;
	font-size:12px;
}

/* textImgBox28
----------------------------------------------------------*/
.textImgBox28 {
}
.textImgBox28 li {
	padding:15px 0;
	overflow:hidden;
}
.textImgBox28 p {
	padding-bottom:0;
}
.textImgBox28 p.date {
	float:left;
	width:10%;
	text-align:center;
}
.textImgBox28 p.icon {
	margin-left:2%;
	float:left;
	width:10%;
	text-align:center;
	color:#fff;
}
.textImgBox28 p.title {
	float:right;
	width:74%;
}

/* アイコンカラー */
.textImgBox28 p.bg01 {
	background:#666;
}
.textImgBox28 p.bg02 {
	background:#e60012;
}


/* 偶数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n){
	background:#f3f3f3;
}

/* 奇数行の背景色を変更 */  
.textImgBox28 li:nth-child(2n+1) td {
	background:#fff;
}



/* textImgBox29
----------------------------------------------------------*/
.textImgBox29 {
}

/* 共通 */
.textImgBox29 li {
	padding:50px;
}
.textImgBox29 .title {
	margin-bottom:30px;
	padding-bottom:10px;
	text-align:center;
	line-height:200%;
	font-size:20px;
}
.textImgBox29 .title span {
	padding-bottom:10px;
	display:block;
	font-weight:bold;
	font-size:40px;
}
.textImgBox29 .icon img {
	width:70px;
}
.textImgBox29 .photo {
	padding-bottom:30px;
	text-align:center;
}
.textImgBox29 .photo img {
	width:450px;
}
.textImgBox29 th {
	padding:15px;
	border-bottom:3px solid #fff;
	width:230px;
	font-size:16px;
}
.textImgBox29 td {
	padding:15px;
	border-bottom:3px solid #fff;
}
.textImgBox29 .bg01 th {
	background:#fbedee;
}
.textImgBox29 .bg01 td {
	background:#fbedee;
}
.textImgBox29 .bg02 th {
	background:#eef0f5;
}
.textImgBox29 .bg02 td {
	background:#eef0f5;
}


/* box01 */
.textImgBox29 .box01 {
	margin-bottom:50px;
	border:5px solid #d0111b;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box01 .icon {
	position:absolute;
	top:-16px;
	left:70px;
}
.textImgBox29 .box01 .title {
	border-bottom:3px solid #d0111b;
}
.textImgBox29 .box01 .title span {
	color:#d0111b;
}


/* box02 */
.textImgBox29 .box02 {
	margin-bottom:50px;
	border:5px solid #f6ac1d;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box02 .icon {
	position:absolute;
	top:-16px;
	left:70px;
}
.textImgBox29 .box02 .title {
	border-bottom:3px solid #f6ac1d;
}
.textImgBox29 .box02 .title span {
	color:#f6ac1d;
}


/* box03 */
.textImgBox29 .box03 {
	border:5px solid #183b8c;
	border-radius:20px;
	position:relative;
}
.textImgBox29 .box03 .icon {
	position:absolute;
	top:-16px;
	left:70px;
}
.textImgBox29 .box03 .title {
	border-bottom:3px solid #183b8c;
}
.textImgBox29 .box03 .title span {
	color:#183b8c;
}

/* textImgBox33
----------------------------------------------------------*/
.textImgBox33 {
	border:30px solid #333;
	background:#333;
	color:#fff;
}
.textImgBox33 li {
	padding:0 2% 50px 2%;
	overflow:hidden;
}
.textImgBox33 li:last-child {
	padding-bottom:0;
}
.textImgBox33 p.title {
	margin:0 -2% 20px -2%;
	padding:5px 0;
	background:#fff;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:22px;
}
.textImgBox33 .photo {
	float:left;
	width:48%;
}
.textImgBox33 .photo img {
	border-radius:6px;
	width:100%;
}
.textImgBox33 .box {
	float:right;
	width:48%;
}

/* 偶数行の背景色を変更 */  
.textImgBox33 li:nth-child(2n) .photo {
	float:right;
}
.textImgBox33 li:nth-child(2n) .box {
	float:left;
}

/* textImgBox35
----------------------------------------------------------*/
.textImgBox35 {
}
.textImgBox35 li {
	margin-bottom:2px;
	background:#eef6df;
	overflow:hidden;
}
.textImgBox35 li:nth-child(4n) .box {
	padding-top:60px;
}
.textImgBox35 p.title {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:2px solid #8bc327;
	font-size:20px;
}
.textImgBox35 .photo {
	float:left;
	width:46%;
}
.textImgBox35 .photo img {
	width:100%;
}
.textImgBox35 .box {
	padding:80px 4% 0 4%;
	box-sizing: border-box;
	float:right;
	width:54%;
}

/* 偶数行の背景色を変更 */  
.textImgBox35 li:nth-child(2n) {
	background:#fcecd5;
}
.textImgBox35 li:nth-child(2n) .photo {
	float:right;
}
.textImgBox35 li:nth-child(2n) .box {
	float:left;
}
.textImgBox35 li:nth-child(2n) .box p.title {
	border-bottom:2px solid #f59a17;
}

/* textImgBox36
----------------------------------------------------------*/
.textImgBox36 {
	margin:0 auto;
	width:760px;
}
.textImgBox36 li {
	overflow:hidden;
}
.textImgBox36 li p.date {
	padding:2px 0;
	background:#8bc327;
	border-radius:2px;
	text-align:center;
	float:left;
	width:16%;
	color:#fff;
}
.textImgBox36 li p.title {
	padding-bottom:10px;
	float:right;
	width:82%;
	color:#74a917;
	font-size:18px;
}
.textImgBox36 li .box {
	padding:15px 0 30px 0;
	border-top:1px solid #ccc;
	clear:both;
}

/* メールでのお問い合わせ
----------------------------------------------------------*/
#contactBg {
	padding:20px;
	border-radius:10px;
	background:#b58c67;
}
#contactBg02 {
	padding:0 50px 50px 50px;
	background:#fff;
}
#contactBg02 .icon {
	text-align:center;
}
#contactBg02 .icon img {
	margin-top:-10px;
}
#contactBg h3 {
	margin-top:40px;
	background:none;
}
#contactBg table.style02 th {
	width:200px;
}

/* box_switch01
----------------------------------------------------------*/
.box_switch01 {
}
	.box_switch01 .contentBox01 {
		padding: 30px 0;
	}
	.switchNav01 {
		width: 100%;
	}
		.switchNav01 li {
			float: left;
			width: 100%;
			border-bottom: 3px solid #248b9a;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.switchNav01.col2 li { width: 50%; }
			.switchNav01 li .tit {
				width: 100%;
			}
				.switchNav01 li .tit a {
					display: block;
					background-color: #dbdad6;
					color: #333;
					text-decoration: none;
					text-align: center;
					vertical-align: middle;
					padding: 11px 10px;
				}
				.switchNav01 li .tit a:hover, 
				.switchNav01 li .tit a:focus {
					background-color: #248b9a;
					color: #fff;
				}
				.switchNav01 li.current .tit a { background-color: #248b9a; color: #fff; }
		.switchNav01 li .content {	
			display: none;
		}

/* googleMapBox
----------------------------------------------------------*/
.googleMapBox {
}
.googleMapBox .spMap {
	display:none;
}

/* pager
----------------------------------------------------------*/
#pager {
	margin-top:80px;
	text-align:center;
	font-size:22px;
}
#pager a {
	margin-right:5px;
	padding:5px 15px;
	border:1px solid #ed1b23;
	background:#ed1b23;
	text-decoration:none;
	color:#fff;
}
#pager a:hover {
	opacity:0.6;
}
/* カレント */
#pager span.current {
	margin-right:5px;
	padding:5px 15px;
	border:1px solid #ed1b23;
	background:#fff;
	text-decoration:none;
	color:#ed1b23;
}

/* topNews01
----------------------------------------------------------*/
#topNews01 {
	padding-right:20px;
	border:1px solid #345700;
	background:url(../images/top/news_bg.gif) repeat-y;
	overflow:hidden;
}
#topNews01 p.newsTitle {
	padding-bottom:40px;
	background:#345700 url(../images/top/news_title.png) no-repeat 30px 20px;
	float:left;
	width:20%;
	height:100px;
	text-indent:-9999px;
}
#topNews01 ul {
	margin-top:17px;
	float:right;
	width:78%;
}
#topNews01 p {
	padding-bottom:0;
}
#topNews01 li {
	padding-bottom:10px;
	overflow:hidden;
}
#topNews01 li:last-child {
	padding-bottom:0;
}
#topNews01 .date {
	padding:5px 0;
	float:left;
	width:10%;
	line-height:100%;
}
#topNews01 .cate {
	padding:5px 0;
	float:left;
	width:15%;
	text-align:center;
	line-height:100%;
	color:#fff;
	font-size:12px;
}
#topNews01 .body {
	padding:5px 0;
	float:right;
	width:72%;
	line-height:1.5;
}
#topNews01 .title {
	padding-bottom:10px;
	line-height:120%;
	font-weight:bold;
}
/* カテゴリ名01 */
#topNews01 .cate01 {
	background:#222;
}
/* カテゴリ名02 */
#topNews01 .cate02 {
	background:#345700;
}
/* カテゴリ名03 */
#topNews01 .cate03 {
	background:#ff9900;
}


/* textList01
----------------------------------------*/
.textList01 {
}
.textList01 li {
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.textList01 li p {
	padding-bottom:0;
}
.textList01 li .date {
	float:left;
	width:10%;
}
.textList01 li .title {
	float:right;
	width:88%;
}

/* bnrLink01
----------------------------------------------------------*/
.bnrLink01 {
	padding-bottom:40px;
	text-align:center;
}

/* miniTextBox
----------------------------------------------------------*/
.miniTextBox {
	margin:0 auto;
	text-align:center;
	width:640px;
}

/* アコーディオン
----------------------------------------------------------*/
.trigger {
	margin-bottom:20px;
	padding:10px 15px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	   -moz-box-shadow: 0 7px 6px -6px #777;
	        box-shadow: 0 7px 6px -6px #777;
	font-size:16px;
}
.open-close {
	padding:0 10px;
	background:rgb(202,36,55);
	border-radius:50%;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}


/* [TABLE] style01
----------------------------------------------------------*/
table.style01 {
	margin-bottom:20px;
	width:100%;
}
table.style01 th {
	padding:20px 25px;
	vertical-align:top;
	font-weight:bold;
}
table.style01 td {
	padding:20px 25px;
	vertical-align:top;
}

/* 偶数行の背景色を変更 */  
table.style01 tr:nth-child(even) th,
table.style01 tr:nth-child(even) td {
	background:#fff;
}

/* 奇数行の背景色を変更 */  
table.style01 tr:nth-child(odd) th,
table.style01 tr:nth-child(odd) td {
	background:#eee;
}

/* [TABLE] style02
----------------------------------------------------------*/
table.style02 {
	margin-bottom:20px;
	width:100%;
}
table.style02 th {
	padding:5px 15px;
	vertical-align:top;
	font-weight:bold;
}
table.style02 td {
	padding:5px 0;
}

/* [UL] style01
----------------------------------------------------------*/
ul.style01 {
	margin-left:20px;
	list-style-type:disc;
}
ul.style01 li {
	padding-bottom:20px;
}
ul.style01 li:last-child {
	padding-bottom:0;
}

/* [OL] style01
----------------------------------------------------------*/
ol.style01 {
	margin-left:20px;
	list-style-type:decimal;
}
ol.style01 li {
	padding-bottom:20px;
}
ol.style01 li:last-child {
	padding-bottom:0;
}

/* GoogleMap埋込み
----------------------------------------------------------*/
.iframeMap {
	width:100%;
	height:300px;
}
.mapBtn {
	text-align:center;
}
.mapBtn img {
	width:70%;
}

/* contents
----------------------------------------*/
#contents {
}
@media only screen and (max-width: 767px) {
	#contents {
		max-width: 100%;
	}
}

/* GoogleMap埋込み
----------------------------------------------------------*/
.mapBtn {
	display:none;
}


/* パンくずリスト
----------------------------------------------------------*/
#breadcrumb {
	margin:0 auto;
	padding:10px 0 40px 0;
	width:960px;
}
#breadcrumb li {
	display:inline;
}
#breadcrumb a {
	padding:0 12px 0 0;
	background:url(../images/common/topic_path.gif) no-repeat right;
}



/* requestArea
----------------------------------------------------------*/
#requestArea .textImgBox02 li,
#requestArea .textImgBox02 .photo {
	padding-bottom:0;
}
#requestArea .textImgBox02 .telText04 {
	background:url(../images/bnr05.png) no-repeat;
	text-indent: -9999px;
	width:460px;
	height:159px;
}





/* tableWidthBox01
----------------------------------------------------------*/
.tableWidthBox01 {
    width: 100%;
    overflow-x: auto;
}
.tableWidthBox01 table{
    width: 100%;
}
/* 注釈 */
p.annotation {
	display:none;
}




/* メイン画像
----------------------------------------------------------*/
h2 {
}
h2 img {
	width:100%;
}



/* ヘッダー
----------------------------------------------------------*/
header {
	position:relative;
}
header h1 {
	padding:25px 0 20px 0;
	text-align:center;
}
header .btn {
	position:absolute;
	top:0;
	right:10px;
}







/* header
----------------------------------------------------------*/
header {
}
/* fixedBox */
header #menuBtn {
	display:none;
}
header #fixedBox {
	clear:both;
	display:block;
	background:#fff url(../images/common/gnavi_bg.gif) repeat-x bottom;
	opacity:0.9;
}
header #fixedBox ul {
	margin:0 auto;
	width:723px;
	overflow:hidden;
}
header #fixedBox li {
	float:left;
	display:block;
	text-indent:-9999px;
}
header #fixedBox li:nth-child(5n) {
	padding-right:0;
}
header #fixedBox li:nth-child(5n+1) {
	clear:both;
}
header #fixedBox li a {
	display:block;
	background-image:none;
	height:47px;
}
/* OFF */
header #fixedBox a#navi01 {
	background:url(../images/common/gnavi01_off.gif) no-repeat;
	width:89px;
}
header #fixedBox a#navi02 {
	background:url(../images/common/gnavi02_off.gif) no-repeat;
	width:167px;
}
header #fixedBox a#navi03 {
	background:url(../images/common/gnavi03_off.gif) no-repeat;
	width:133px;
}
header #fixedBox a#navi04 {
	background:url(../images/common/gnavi04_off.gif) no-repeat;
	width:167px;
}
header #fixedBox a#navi05 {
	background:url(../images/common/gnavi05_off.gif) no-repeat;
	width:167px;
}
/* ON */
header #fixedBox a#navi01.on,
header #fixedBox a#navi01:hover {
	background:url(../images/common/gnavi01_on.gif) no-repeat;
}
header #fixedBox a#navi02.on,
header #fixedBox a#navi02:hover {
	background:url(../images/common/gnavi02_on.gif) no-repeat;
}
header #fixedBox a#navi03.on,
header #fixedBox a#navi03:hover {
	background:url(../images/common/gnavi03_on.gif) no-repeat;
}
header #fixedBox a#navi04.on,
header #fixedBox a#navi04:hover {
	background:url(../images/common/gnavi04_on.gif) no-repeat;
}
header #fixedBox a#navi05.on,
header #fixedBox a#navi05:hover {
	background:url(../images/common/gnavi05_on.gif) no-repeat;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

#drawerToggle {
	display: none;
}
@media only screen and (max-width: 767px) {
	header h1 {
		padding-left: 1.5rem;
		text-align: left;
	}
	header h1 a {
		position: relative;
		z-index: 10001;
	}
	header #fixedBox,
	.fixed {
		position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
	}

	header #fixedBox ul {
		box-sizing: border-box;
/*		display: none;*/
		margin:0 auto;
		width:100%;
		padding: 6rem 2rem 2rem;
		overflow:hidden;
	}
	header #fixedBox li {
		float:none;
		display:block;
		text-indent:0;
	}
	header #fixedBox li a {
		box-sizing: border-box;
		display:block;
		background-image:none;
		height:auto;
		padding: 1rem 1rem;
		border-bottom: 1px solid #aaa;
		color: #333;
		font-size: 1.4rem;
		text-decoration: none;
		text-align: center;
	}
	header #fixedBox a#navi01,
	header #fixedBox a#navi02,
	header #fixedBox a#navi03,
	header #fixedBox a#navi04,
	header #fixedBox a#navi05 {
		width:100%;
		background-image: none;
	}
	header #fixedBox a#navi01.on,
	header #fixedBox a#navi01:hover,
	header #fixedBox a#navi02.on,
	header #fixedBox a#navi02:hover,
	header #fixedBox a#navi03.on,
	header #fixedBox a#navi03:hover,
	header #fixedBox a#navi04.on,
	header #fixedBox a#navi04:hover,
	header #fixedBox a#navi05.on,
	header #fixedBox a#navi05:hover {
		background-image: none;
	}
}


/* drawer menu Base
------------------------------------------------------------ */
.drawer-dropdown-menu,
.drawer-caret,
.drawer-hamburger,
.drawer-toggle,
.drawer-dropdown-button {
  display: none;
}
.drawer-menu {
  transform: none!important;
}

@media only screen and (max-width: 767px) {
  .drawer-caret,
  .drawer-hamburger,
  .drawer-toggle,
  .drawer-dropdown-button {
    display: block;
  }
  .drawer-open .drawer-nav {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 102;
  }
  .drawer-caret {
    display: block;
  }
  .drawer-nav  {
    transform: none!important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right .drawer-nav {
    width: 100%;
    top: 0;
    right: -100%;
  }
  .drawer-overlay {
    display: none!important;
    background-color: transparent;
    z-index: 0;
  }
}

/* hamburger menu */
@media only screen and (max-width: 767px) {
  #drawerToggle {
/*    position: absolute;
    top: 0;
    left: -5rem;*/
		display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
		border: none;
    background-color: rgba(255,255,255,.2);
    color: #000;
    z-index: 103;
    appearance: normal;
  }
	#drawerToggle::before,
	#drawerToggle > .line,
	#drawerToggle::after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 50%;
		width: 3rem;
		height: 2px;
		background-color: #242423;
		transform: translateX(-50%);
		transition: all .3s;
	}
	#drawerToggle::before {
		top: 30%;
	}
	#drawerToggle > .line {
		top: 50%;
	}
	#drawerToggle::after {
		top: 68%;
	}
	#drawerToggle > .label {
		display: none;
	}
	.drawer-open #drawerToggle::before {
		transform: translateX(-50%) translateY(.96rem) rotate(-225deg);
	}
	.drawer-open #drawerToggle > .line {
		opacity: 0;
	}
	.drawer-open #drawerToggle::after {
		transform: translateX(-50%) translateY(-.96rem) rotate(225deg);
	}
	.drawer-open #drawerToggle > .label::before {
		content: "Close";
	}
}


/* 時計・宝石販売
----------------------------------------------------------*/
#watchJewelry {
	padding:66px 0 0 0;
}
#watchJewelry p {
}
#watchJewelry .photo {
	padding-top:40px;
}
#watchJewelry .innerBox {
	margin:0 auto;
	width:692px;
}
@media only screen and (max-width: 767px) {
	#watchJewelry {
		padding:3rem 0 0;
	}
	#watchJewelry .photo {
		padding-top:2rem;
	}
	#watchJewelry .innerBox {
		width:100%;
		margin:0 auto;
	}
}


/* minoru STORE LIST
----------------------------------------------------------*/
#store {
	padding-bottom:66px;
}
#store .innerBox {
	margin:0 auto;
	width:980px;
}
/* 店舗設定 */
#store .innerBox li {
	margin:0 100px 20px 0;
	float:left;
	width:440px;
}
#store .innerBox li:nth-child(2n) {
	margin-right:0;
}
#store .innerBox li p {
	padding-bottom:0;
}
#store .innerBox li p.title {
	padding:5px 30px 0 20px;
	background:url(../images/common/arrow01.gif) no-repeat 0 50%;
	float:left;
	color:#e40011;
	font-size:18px;
}
#store .innerBox li p.tel {
	padding-top:8px;
	float:left;
}
#store .innerBox li p.address {
	border-top:1px dashed #aaa;
	clear:both;
}

/* photo */
#store .photo img {
	width:100%;
}
@media only screen and (max-width: 767px) {
	#store {
		padding-bottom:3rem;
	}
	#store .innerBox {
		width:100%;
		margin:0 auto;
	}
	#store .innerBox li {
		float:none;
		width:100%;
		margin:0 0 2rem 0;
	}
	#store .innerBox li p.title {
		padding:0 2rem;
		font-size:1.4rem;
	}
	#store .innerBox li p.tel {
		padding-top:3px;
	}
	#store .innerBox li p.address {
		padding-top: .3rem;
	}
}

/* ブライダル
----------------------------------------------------------*/
#bridal {
	padding-bottom:66px;
}
#bridal .innerBox {
	margin:0 auto;
	width:692px;
}
@media only screen and (max-width: 767px) {
	#bridal {
		padding-bottom:3rem;
	}
	#bridal .innerBox {
		width:100%;
		margin:0 auto;
	}
}

/* minoru BRIDAL
----------------------------------------------------------*/
#minoruBridal {
}
#minoruBridal h4 {
	padding-bottom:50px;
}
#minoruBridal .innerBox {
	margin:0 auto;
}
#minoruBridal ul {
	padding-top:75px;
	overflow:hidden;
}
#minoruBridal li {
	margin-right:2%;
	float:left;
	/*width:18.4%;*/
	width:23%;
	text-align:center;
	font-size:12px;
}
#minoruBridal li:last-child {
	margin-right:0;
}
#minoruBridal li .photo {
	padding-bottom:15px;
}
#minoruBridal li p.title {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/bg01.gif) no-repeat center bottom;
	letter-spacing:0.1px;
	font-size:14px;
}

/* photo */
#minoruBridal .photo img {
	width:100%;
}
@media only screen and (max-width: 767px) {
	#minoruBridal h4 {
		padding-bottom:2.5rem;
	}
	#minoruBridal h4 + p {
		padding: 0 1rem;
	}
	#minoruBridal ul {
		padding-top:3.5rem;
	}
	#minoruBridal li {
		margin: 0 3% 2rem;
		float:left;
		width:44%;
		font-size:1.2rem;
		text-align: left;
	}
	#minoruBridal li:last-child {
		margin-right:3%;
	}
	#minoruBridal li .photo {
		padding-bottom:1.5rem;
	}
	#minoruBridal li p.title {
		margin-bottom:1rem;
		padding-bottom:1rem;
		font-size:1.4rem;
		text-align: center;
	}
}


/* 時計・宝石修理
----------------------------------------------------------*/
#repair {
	padding-top:62px;
}
#repair .innerBox {
	margin:0 auto;
	width:692px;
}
@media only screen and (max-width: 767px) {
	#repair {
		padding-top:3rem;
	}
	#repair .innerBox {
		width:100%;
		margin:0 auto;
	}
}

/* ひらかた時計修理研究所
----------------------------------------------------------*/
#hirakata {
	padding-bottom:75px;
	float: left;
	width:400px;
}
#hirakata .hirakataBox {
	margin:0 auto;
	padding-bottom:20px;
	width:400px;
	overflow:hidden;
}
#hirakata .hirakataBox h4 {
	padding:0 0 25px 30px;
	text-align:left;
}
#hirakata .hirakataBox .data {
	width:340px;
}
#hirakata .hirakataBox .data p {
	padding:0 20px 5px 20px;
}
#hirakata .hirakataBox .data p.title {
	padding-bottom:15px;
	color:#afa37b;
	font-size:18px;
}
#hirakata .hirakataBox .data p.tel {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #aaa;
}
#hirakata .hirakataBox .photo {
	width:400px;
	overflow:hidden
}
#hirakata p.access {
	padding:20px 0;
	text-align:center;
	color:#afa37b;
	font-size:18px;
}
.title {
    color: #ab9566;
}
.borderGold {
    border-bottom: 1px solid #b3a381;
}

.txtRight {
    text-align: right;
}
@media only screen and (max-width: 767px) {
	#hirakata {
		float:none;
		width:100%;
		padding-bottom:3.5rem;
	}
	#hirakata .hirakataBox {
		width:100%;
		padding-bottom:2rem;
	}
	#hirakata .hirakataBox h4 {
		padding:0 0 0 1.5rem;
	}
	#hirakata p.access {
		padding:1.5rem 0;
		font-size:1.3rem;
		text-align: left;
	}
	#map {
		width: 100%!important;
	}
}

/*きょうばし時計修理研究所
----------------------------------------------------------*/
#hirakata2 {
	padding-bottom:75px;
	float: right;
	width:400px;

}
#hirakata2 .hirakataBox {
	margin:0 auto;
	padding-bottom:20px;
	width:400px;
	overflow:hidden;
}
#hirakata2 .hirakataBox h4 {
	padding:0 0 25px 30px;
	text-align:left;
}
#hirakata2 .hirakataBox .data {
	width:340px;
}
#hirakata2 .hirakataBox .data p {
	padding:0 20px 5px 20px;
}
#hirakata2 .hirakataBox .data p.title {
	padding-bottom:15px;
	color:#afa37b;
	font-size:18px;
}
#hirakata2 .hirakataBox .data p.tel {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #aaa;
}
#hirakata2 .hirakataBox .photo {
	width:400px;
	overflow:hidden
}
#hirakata2 p.access {
	padding:20px 0;
	text-align:center;
	color:#afa37b;
	font-size:18px;
}
@media only screen and (max-width: 767px) {
	#hirakata2 {
		float:none;
		width:100%;
		padding-bottom:3.5rem;
	}
	#hirakata2 .hirakataBox {
		width:100%;
		padding-bottom:2rem;
	}
	#hirakata2 .hirakataBox h4 {
		padding:0 0 0 1.5rem;
	}
	#hirakata2 p.access {
		padding:1.5rem 0;
		font-size:1.3rem;
		text-align: left;
	}
	#map2 {
		width: 100%!important;
	}
}

.tenpo {
    overflow: hidden;
    width: 870px;
    margin: 0 auto;
}

.mb75 {
    margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
	.tenpo {
		box-sizing: border-box;
		width:100%;
		margin:0 auto;
		padding: 0 1.5rem;
	}
	.tenpo + p {
		padding: 0 1rem;
	}
	.mb75 {
    margin-bottom: 4rem;
	}
}

/* WATCH ONLINE SHOP
----------------------------------------------------------*/
#onlineShop {
}
#onlineShop h4 {
	padding-bottom:0;
}
#onlineShop .innerBox {
	margin:0 auto;
	padding-bottom:100px;
	width:870px;
}

/* photo */
#onlineShop .photo img {
	width:100%;
}



/* ミノルについて
----------------------------------------------------------*/
#company {
	padding-top:62px;
	text-align:center;
}
#company h3 {
	padding-bottom:40px;
}
#company h4 {
	padding-bottom:30px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:26px;
}
#company .innerBox {
	margin:0 auto;
	padding-bottom:100px;
	width:870px;
}
@media only screen and (max-width: 767px) {
	#company {
		padding-top:3rem;
	}
	#company h3 {
		padding-bottom:2rem;
	}
	#company h4 {
		padding-bottom:2rem;
		font-size:2rem;
	}
	#company .innerBox {
		width:100%;
		margin:0 auto;
		padding-bottom:5rem;
	}
}

/*経済産業省創設おもてなし規格認定証
----------------------------------------------------------*/
.nintei {
    width: 870px;
    margin: 75px 0;
    overflow: hidden;
}
.ninteiPhoto {
    float: left;
    margin-right: 30px;
}
.ninteiText {
    float: left;
    width: 510px;
}
.ninteiText img {
    width: 510px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.nintei {
		width:100%;
		margin:3rem auto;
	}
	.ninteiPhoto {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.ninteiText {
		float: none;
		width: 100%;
		margin-top: 1rem;
	}
	.ninteiText img {
			width: auto;
			margin-bottom: 20px;
	}
}


/* minoru
----------------------------------------------------------*/
#minoru {
}
#minoru .innerBox {
	margin:0 auto;
	width:690px;
}
#minoru .innerBox th {
	width:130px;
}
@media only screen and (max-width: 767px) {
	#minoru .innerBox {
		width:100%;
		margin:0 auto;
	}
	#minoru .innerBox th {
		width:auto;
		padding-left: 0;
		white-space: nowrap;
	}
}

/* history
----------------------------------------------------------*/
#history {
	margin:0 auto;
	max-width:1050px;
	width:100%;
	color:#afa37b;
	font-weight:400;
	font-size:14px;
}
#history #historyBox {
	background:url(../images/history_bg.gif) no-repeat center top;
	overflow:hidden;
}
#history #historyBox p {
	padding-bottom:0;
	line-height:20px;
}
#history #history01 {
	float:left;
	text-align:right;
	max-width:510px;
	width:48%;
}
#history #history01 li {
	padding:0 80px 20px 0;
}
#history #history02 {
	float:right;
	max-width:540px;
	width:52%;
}
#history #history02 li {
	padding:0 0 20px 110px;
	overflow:hidden;
}
#history #history02 li p.year {
	float:left;
	width:50px;
}
#history #history02 li p.body {
	float:left;
	width:360px;
}



#history #history01 li#y1976 {
	padding-bottom:0;
}
#history #history01 li#y1979 {
	padding-bottom:40px;
}
#history #history01 li#y1988 {
	padding-bottom:20px;
}
#history #history01 li#y2003 {
}


#history #history02 li#y1983 {
	padding-bottom:60px;
}
#history #history02 li#y1987 {
	padding-bottom:22px;
}
#history #history02 li#y2004 {
	padding-bottom:60px;
}
#history #history02 li#y2014 {
	padding-bottom:60px;
}


#history #historyBox02 {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0;
	overflow: hidden;
}
#history #historyBox02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #afa37b;
}
#history #historyBox02 * {
	box-sizing: border-box;
}
#history #historyBox02 #history_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#history #historyBox02 #history_list > li {
	width: 41%;
}
#history #historyBox02 #history_list > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(.4em) translateX(-50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #afa37b;
	z-index: 10;
}
#history #historyBox02 #history_list > li > p {
	position: relative;
}
#history #historyBox02 #history_list > li > p::before {
	content: "";
	display: block;
	position: absolute;
	top: .8em;
/*	transform: translateY(.5em) translateX(-50%);*/
	width: 80px;
	height: 1px;
	background-color: #eee;
}
#history #historyBox02 #history_list > li:nth-child(odd) {
	margin-bottom: 20px;
	text-align: right;
}
#history #historyBox02 #history_list > li:nth-child(odd) > p::before {
	right: -90px;
}
#history #historyBox02 #history_list > li:nth-child(even) {
	margin-top: 20px;
/*	margin-left: 3.4em;
	padding-left: 3.4em;
	text-indent: -3.4em;*/
}
#history #historyBox02 #history_list > li:nth-child(even) > p::before {
	left: -90px;
}
@media only screen and (max-width: 767px) {
	#history {
		box-sizing: border-box;
		max-width:100%;
		padding: 0 1rem;
		font-size:1.1rem;
	}
	#history #historyBox02 #history_list > li {
		width: 44%;
	}
	#history #historyBox02 #history_list > li > p::before {
		width: 1rem;
	}
	#history #historyBox02 #history_list > li:nth-child(odd) > p::before {
		right: -1.5rem;
	}
	#history #historyBox02 #history_list > li:nth-child(even) > p::before {
		left: -1.5rem;
	}
}

/* お問い合わせ
----------------------------------------------------------*/
#contact {
	padding:62px 0 0 0;
	border-top:14px solid #e40011;
}
#contact table.style02 {
	margin-bottom:40px;
}
#contact h4 {
	padding-bottom:5px;
	text-align:left;
	color:#e40011;
	font-size:12px;
}
#contact ul.style01 li {
	padding-bottom:5px;
	font-size:12px;
}
#contact .innerBox {
	margin:0 auto;
	width:700px;
}
#contact .innerBox th {
	width:180px;
}




/* footer
----------------------------------------------------------*/
footer {
	margin-bottom:20px;
	padding:35px 0 5px 0;
	background:#e40011;
	overflow:hidden;
	color:#fff;
}
footer .innerBox {
	padding-bottom:10px;
}
/* ロゴ */
footer #footerLogo {
	padding-right:4%;
	float:left;
}
/* fNavi */
footer #fNavi {
	padding-bottom:60px;
	overflow:hidden;
}
footer #fNavi li {
	padding:0 20px;
	border-left:1px solid #fa7e7c;
	float:left;
	line-height:110%;
}
footer #fNavi a {
	text-decoration:none;
	color:#fff;
}
footer #fNavi a:hover {
	text-decoration:underline;
}

/* bnr */
footer .bnr {
	padding:35px 0 70px 0;
	border-top:1px solid #fa7e7c;
	overflow:hidden;
}
footer .bnr li {
	padding-right:40px;
	float:left;
}
footer .bnr li:last-child {
	padding-right:0;
}

/* コピーライト */
#copy {
	font-size:12px;
}

@media only screen and (max-width: 767px) {
	footer {
		margin-bottom:0;
		padding:2rem 0 .5rem 0;
	}
	footer .innerBox {
		padding-bottom:1rem;
	}
	/* ロゴ */
	footer #footerLogo {
		padding-right:4%;
	}
	/* fNavi */
	footer #fNavi {
		padding-bottom:2rem;
	}
	footer #fNavi li {
		padding:.3rem 1.5rem;
		border-left:1px solid #fa7e7c;
		float:none;
	}
	
	/* bnr */
	footer .bnr {
		padding:2rem 0 3rem 0;
	}
	footer .bnr li {
		padding:.3rem 0;
		float:none;
	}
	
	/* コピーライト */
	#copy {
		font-size:12px;
	}
}

/* pageTop
----------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	line-height: 80px;
	text-decoration:none;
	font-size: 13px;
	text-align:center;
	z-index:1000;
	color:#fff;
}


