/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. link
 ├ 1-1. content text link
 ├ 1-2. tel link
 └ 1-3. side link
 2. title (h2,h3,h4)
 ├ 2-1. h2
 ├ 2-2. h3
 └ 2-3. h4
 3. bt
 4. base template
 5. SNS
 6. table
 ├ 6-1. default
 ├ 6-3. table01
 ├ 6-3. table02
 └ 6-4. hours
 7. news
 ├ 7-1. default
 └ 7-2. title change
 8. 汎用プロパティ
 ├ 8-1. float
 ├ 8-2. margin
 ├ 8-3. text-align
 ├ 8-4. 画像の配置
 ├ 8-5. 画像の装飾
 ├ 8-6. rollover（透過）
 └ 8-7. pc sp change
 9. other
 ├ 9-1. before-after
 ├ 9-2. list
 ├ 9-3. flow
 └ 9-4. qa
 10. MAP
 11. full
 12. inquiry
 13. singlebox
 ├ 13-1. 2 column
 ├ 13-2. 3 column
 └ 13-3. 4 column
 14. コンテンツ非表示

-------------------------------------------------------------
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 11. full

-------------------------------------------------------------
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. link
 ├ 1-2. tel link
 └ 1-3. side link
 3. bt
 4. base template
 6. table
 └ 6-4. hours
 9. other
 └ 9-1. before-after
 10. MAP
 11. full
 13. singlebox
 └ 13-4. common column

******************************************************************************* */
/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. link
=====================================*/
/* 1-1. content text link -------------------------- */
.link a {
	text-decoration: underline;
}
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 25%;
}
#sidecontact.rightContent {
	right: 0;
}
#sidecontact img {
	width: 100%;
}
/* =====================================
 2. title (h2,h3,h4)
===================================== */
/* 2-1. h2 -------------------------- */
.static #content h2.titleBg, h2.titleBg, #news h2.titleBg, .blog #content .contentArea h3 {
	font-size: 24px;
	padding: 2px 15px 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.8em !important;
	color: #493217;
	line-height: 1.5;
	font-weight: normal;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	border-bottom: 2px solid #493217;
	border-top: none;
	border-left: none;
	background: none;
	letter-spacing: 0.1em;
}
#news h2.titleBg {
	font-size: 30px;
}
.blog #content .contentArea h3 {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 10px 10px 0px;
}
.gnv_tmp_h3_bg h3 {
	text-align: left;
	padding: 5px 15px 8px;
	margin: 2em auto 0;
	position: relative;
	color: #fff;
	font-size: 28px;
	display: block;
	letter-spacing: 0.2em;
	line-height: 1.5;
	border-left: 5px solid #b57255;
	background: #493217;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*.gnv_tmp_h3_bg h3:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #6d634c 50%, transparent);
    background-image: linear-gradient(to right,  #6d634c 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}*/
.gnv_tmp_h4_bg h4 {
	font-size: 24px;
	padding: 2px 3px 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	color: #493217;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #493217;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*
.text_image .gnv_tmp_h4_bg {
	margin-bottom: 1em !important;
}*/
/* h4 reset */

.b_01 .gnv_tmp_h4_bg, .b_02 .gnv_tmp_h4_bg {
	margin-bottom: 0 !important;
}
.gnv_tmp_h5_bg h5 {
	font-size: 22px;
	padding: 2px 0 0 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	color: #493217;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.gnv_tmp_h5_bg h5:before {
	width: 8px;
	height: 8px;
	position: absolute;
	content: "";
	background: #b57255;
	top: 15px;
	left: 0;
}
/* =====================================
 3. bt
===================================== */
.btn_style a {
	background: #fff;
}
.gnv_tmp_bt a {
	line-height: 1.4;
	display: block;
	padding: 10px 20px;
	text-align: center;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: 20%;
	float: left;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 63%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	float: right;
	margin: 0px 0px 20px 2%;
	box-sizing: border-box;
}
/* =====================================
 6. table
===================================== */
/* 6-1. default -------------------------- */
.b_06 table td, .b_06 table th {
	border: 1px solid #CCCCCC;
}
.b_06_item {
	background: none;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 10px;
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	padding: 8px 2px 5px;
	font-weight: normal;
	text-align: center;
}
table.gnv_tmp_table02 thead th {
	background: #e6dbc4;
}
table.gnv_tmp_table02 tbody th {
	border-bottom: 1px solid #e6dbc4;
	font-weight: bold;
}
table.gnv_tmp_table02 tbody td {
	border-bottom: 1px solid #e6dbc4;
}
.pnk {
	color: #f6b7c8;
}
.blu {
	color: #223595;
}
.txt14 {
	font-size: 14px;
}
/* 1-12-4. hours -------------------------- */

table.gnv_tmp_hours tbody th {
	width: 35%;
}
.table01, .table02, .fee-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table01.w60 {
	width: 60%;
}
.table01 th, .table01 td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 8px;
	vertical-align: middle;
}
.table01 th {
	width: 20%;
	color: #493217;
	font-weight: bold;
	border-bottom: 1px solid #493217;
}
.table01 td {
	padding: 10px 10px 8px;
}
.table02 {
	border: 1px solid #ccc;
	font-size: 90%;
}
.table02 thead th {
	text-align: center;
	background: #b57255;
	padding: 8px 5px 6px;
	font-weight: bold;
	color: #fff;
}
.table02 th, .table02 td {
	text-align: left;
	font-weight: normal;
	padding: 6px 10px 4px;
	border: 1px solid #ccc;
	line-height: 1.5;
	width: 15%;
	vertical-align: middle;
}
.table02 tbody th {
	background: #ede3dc;
	font-weight: bold;
}
.table02 th.table_img {
	width: 10%;
}
.table02 td {
	text-align: center;
}
.wrapper .table02 img {
	width: 100%;
	max-width: 400px;
}
/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
/*
#news h2 {
	display: block;
	padding: 10px;
	border-top: 3px solid #000;
	background: none;
	font-size: 130%;
	margin: 0 0 1em !important;
}*/
#news {
	background: none;
}
#news dl {
	border-bottom: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 0 15px;
}
#news dt {
	padding: 0;
	font-weight: bold;
	color: #b57255;
	line-height: 1.3;
	letter-spacing: normal;
}
#news dd {
	padding: 0 0 10px 0px;
}
#news dd a {
	text-decoration: none;
	color: #555;
}
#news dd a:hover {
	text-decoration: underline;
}
#news .ov {
	text-decoration: none;
}
#news .ov:hover {
	text-decoration: underline;
}
#news .newsBt {
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 15px;
	font-size: 14px;
	color: #555;
}
#news .newsBt:hover {
	text-decoration: underline;
}
#news dt {
	position: relative;
}
#news dt .newsNew {
	background: #b57255;
	border-radius: 3px;
	color: #FFF;
	vertical-align: middle;
	font-size: 0.6em;
	line-height: 1.2;
	margin: 0px 0px 0px 10px;
	position: absolute;
	padding: 4px 5px 3px;
}
/* 7-2. title change -------------------------- */
.gnv_tmp_008_title_block h2.gnv_tmp_news_title {
	padding: 10px;
	font-size: 130%;
	border-bottom: 1px solid #ededed;
	margin-bottom: 1em;
}
/* =====================================
8. 汎用プロパティ
===================================== */
/* 8-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 8-2. margin -------------------------- */
.m00 {
	margin: 0 !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.m50 {
	margin: 50px !important;
}
.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr00 {
	margin-right: 0 !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml00 {
	margin-left: 0 !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
/* 8-3. text-align -------------------------- */
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
/* 8-4. 画像の配置 -------------------------- */
/* 基本設定 */
/* right
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
}*/

/* 個別設定 */
/* left */
.img_l span img {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
	float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 8-5. 画像の装飾 -------------------------- */
/* 角丸 */
/*.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/

/* 8-6. rollover（透過） -------------------------- */
.rollover:hover {
	opacity: 0.8;
	filter: opacity(80%);
}
.bold {
	font-weight: bold;
}
/* 8-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat center 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l, .ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span, .ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p, .ba_box div.column_r p, .ba_box div.column_l span img, .ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
	font-size: 120%;
	font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
/* 9-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_01 span {
	position: relative;
	line-height: 1;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #000;
	top: 6px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #000;
	top: 14px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* 通常リスト 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before {
	content: "\00a0";
	display: block;
	border: solid 9px #000;
	height: 0;
	width: 0;
	position: absolute;
	left: -29px;
	top: 2px;
}
.ic_02 span:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: -23px;
	top: 6px;
	transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: solid 9px #000;
	height: 0;
	width: 0;
	position: absolute;
	left: -29px;
	top: 10px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: -23px;
	top: 14px;
	margin-top: 0;
	transform: rotate(45deg);
}
/* 矢印リスト 01 */
.ic_arrow_01 .clearfix {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -15px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 li:hover:before {
	left: -12px;
}
/* 矢印リスト 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: -19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 9-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01 {
	margin: 0 auto;
}
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 5px solid #5c7421;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
	color: #5c7421;
	font-weight: normal;
	font-size: 20px;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.gnv_tmp_qa_q span.tit {
	font-size: 32px;
	color: #5c7421;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.5;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.gnv_tmp_qa_a {
	border-left: 5px solid #81960c;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	display: table;
	font-weight: normal;
}
.gnv_tmp_qa_a span.tit {
	font-size: 32px;
	color: #81960c;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
	width: 30px;
	line-height: 1.5;
	font-weight: bold;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.gnv_tmp_qa_a div, .gnv_tmp_qa_q div {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 40%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* =====================================
 11. full
===================================== */
.content_width_full .parts {
	background: #efefef;
}
/* =====================================
 12. inquiry
===================================== */
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */
/*
.inquiry #content .contentArea {
	margin-top: 0;
}
.inquiry #content .contentArea {
	margin: 0 0 4em;
}
.inquiry #content .btBox {
	margin: 1em 0 0;
}
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	background: url(/asset/h2_bg.gif) no-repeat bottom left;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
.inquiryFormTable {
	border: none;
}
*/
/* =====================================
 13. singlebox
===================================== */
/* 2-1. 2 column -------------------------- */
.singlebox2 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 47% !important;
}
/* 2-2. 3 column -------------------------- */
.singlebox3 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 30% !important;
}
/* 2-3. 4 column -------------------------- */
.singlebox4 {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	width: 22% !important;
}
/* =====================================
 14. コンテンツ非表示
===================================== */
/* TOPのみ解除 上書き（解除しない） */
.top .hikoukai {
	display: none !important;
}
.top #drag-temp-pre-content .parts.hikoukai {
	background: none repeat scroll 0 0 #555;
	border: 5px solid #777;
	display: block !important;
	padding: 20px 0;
}
.main_box .box_l {
	width: 69%;
	float: left;
	margin-top: 60px;
}
.main_box .box_r {
	width: 31%;
	float: right;
	margin-top: 60px;
}
.top .contents01 {
	position: relative;
	width: 100%;
	height: 976px;
	background: url(/asset/bg_01.png) no-repeat center top;
	background-size: 2000px auto;
}
.top .contents01_inner_box {
	width: 100%;
}
.main_catch {
	color: #00a946;
	font-size: 30px;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
.main_catch span.main_in01 {
	font-size: 46px;
	color: #ff5400;
}
.main_catch span.main_in02 {
	color: #ff5400;
}
.main_catch span.main_in03 {
	color: #43ab0f;
}
.top .contents01 .col_box .col_img {
	width: 32%;
	max-width: 320px;
	margin-right: 3%;
}
.top .contents01 .col_box .col_content {
	width: 65%;
	background: url(/asset/col_box_bg.png) repeat;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.top .contents01_in {
	height: 976px;
}
.top .contents01 .col_box .col_content .lead_txt {
	font-size: 22px;
	color: #5b5b5b;
	margin-left: 65px;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #43ab0f;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.top .contents01 .col_box .col_content .lead_txt:before {
	content: "";
	position: absolute;
	background: url(/asset/top_ico01.png) no-repeat;
	width: 53px;
	height: 51px;
	top: 50%;
	left: -65px;
	margin-top: -26px;
}
.top .contents01 .col_box .col_content .lead_txt02 {
	font-size: 22px;
	color: #5b5b5b;
	margin-left: 65px;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #43ab0f;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.top .contents01 .col_box .col_content .lead_txt02:before {
	content: "";
	position: absolute;
	background: url(/asset/top_ico02.png) no-repeat;
	width: 53px;
	height: 51px;
	top: 50%;
	left: -65px;
	margin-top: -26px;
}
.top .contents01 .col_box .col_content .lead_txt03 {
	font-size: 22px;
	color: #5b5b5b;
	margin-left: 65px;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #43ab0f;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.top .contents01 .col_box .col_content .lead_txt03:before {
	content: "";
	position: absolute;
	background: url(/asset/top_ico03.png) no-repeat;
	width: 53px;
	height: 51px;
	top: 50%;
	left: -65px;
	margin-top: -26px;
}
.top .contents01 .col_box .col_content .txt01 {
	margin-left: 20px;
}
.top .contents01 .col_box .col_content .lead_txt04 {
	font-size: 22px;
	color: #ff5400;
	margin-left: 0px;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #43ab0f;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top .contents01 .col_box .btn_style a {
	line-height: 1.4;
	display: block;
	padding: 10px 20px 8px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff;
	background: none #00a946;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	width: 45%;
}
.top .contents01 .col_box .btn_style a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: -8px;
}
.top .contents01 .col_box .btn_style a:after {
	content: "";
	border: 6px solid transparent;
	border-left-color: #00a946;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
.top .contents01 .col_box .btn_style a:hover {
	opacity: 0.8;
	color: #fff;
	filter: opacity(80%);
	text-decoration: none;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 31%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

@media screen and (max-width: 1300px) {
#sidecontact {
	width: 80px;
	top: 40%;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
/* =====================================
 11. full
===================================== */
.content_width_full.under .contents_block {
	margin: 0;
}
.content_width_full .parts {
	background: none;
}
.b_10.b_10_column3 .top06_in, .b_10.b_10_column3 .top07_in {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#header h1 a img {
	margin-top: 0;
}
}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
.youtube {
	position: relative;
	width: 100%;
	padding-top: 55.5%;
}
/* =====================================
 1. link
=====================================*/
/* 1-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
/* 1-3. side link -------------------------- */
#sidecontact {
	display: none;
}
/* =====================================
 3. bt
===================================== */
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
	float: none;
}
/* =====================================
 4. base template
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
/* =====================================
 6. table
===================================== */
/* 6-4. hours -------------------------- */
/*table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}*/
/* =====================================
9. other
===================================== */
/* 9-1. before-after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
/* =====================================
 10. MAP
===================================== */
.gnv_tmp_map {
	padding-top: 80%;
}
/* =====================================
 11. full
===================================== */
.content_width_full .b_10.b_10_column3 div.column_blank, .content_width_full .b_11_2.b_11_2_column3 div.column_blank, .content_width_full .b_11.b_11_column3 div.column_blank, .content_width_full .b_11_3.b_11_3_column3 div.column_blank {
	display: block !important;
}
/* =====================================
 13. singlebox
===================================== */
/* 13-4. common column -------------------------- */
.singlebox2, .singlebox3, .singlebox4 {
	width: 100% !important;
	padding: 0;
}
.singlebox2 .b_11_2_in, .singlebox3 .b_11_2_in, .singlebox4 .b_11_2_in {
	padding: 5px;
}
.singlebox2 .b_11_2_in span img, .singlebox3 .b_11_2_in span img, .singlebox4 .b_11_2_in span img {
	margin: 0;
}
}
/* =====================================
15.追記
===================================== */
.wrapper img {
	width: auto;
}
a:focus, *:focus {
	outline: none;
}
body {
	color: #493217;
	background: #fff!important;
	line-height: 180%;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link {
	color: #999;
}
a:hover img {
	opacity: 0.8;
	filter: opacity(80%);
}
#header h1 a:hover img {
	opacity: 1;
	filter: opacity(100%);
}
#footer p a:hover img {
	opacity: 1;
	filter: opacity(100%);
}
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
br.br01 {
	display: block;
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb_h3 {
	margin-bottom: 17px!important;
}
.mb_h4 {
	margin-bottom: 20px!important;
}
.mb_h5 {
	margin-bottom: 10px!important;
}
.mb_01 {
	margin-bottom: 30px!important;
}
.mb_02 {
	margin-bottom: 50px!important;
}
.mb_03 {
	margin-bottom: 65px!important;
}
.text_01 {
	color: #6ED641;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
}
.text_02 {
	color: #547ab9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.text_a01 a {
	color: #ec1c23;
	text-decoration: underline;
}
.text_a01 a:hover {
	color: #ec1c23;
	text-decoration: none;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #ec1c23;
	top: 8px;
	left: -11px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
ul.ul01 {
	list-style: none;
	margin-bottom: 20px;
}
ul.ul01 li {
	padding: 0 0 5px 20px;
	position: relative;
}
ul.ul01 li:before {
	content: "";
	position: absolute;
	background: #b57255;
	top: 10px;
	left: 5px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
ul.ul02 li a {
	font-weight: bold;
	color: #555;
}
ul.ul02 li a:hover {
	text-decoration: underline;
	color: #555;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #6ED641;
}
ul.ul02 {
	background: #feeebc;
	box-sizing: border-box;
	list-style: outside none none;
	padding: 20px;
}
ul.ul02 li {
	box-sizing: border-box;
	float: left;
	padding: 0px 22px 0px;
	position: relative;
	width: 49%;
}
ul.sitemap_ic li a {
	font-weight: normal;
	color: #493217;
}
ul.sitemap_ic li a:hover {
	text-decoration: underline;
}
.blog #content .contentArea h3 a {
	color: #493217;
}
.blog #content .contentArea .date {
	color: #999;
}
.blogside h3 {
	border-top: 2px solid #ccc;
	color: #555;
}
.blogside li:before {
	color: #493217;
}
#blogBody #pagenation a.active:hover, .blog #content #pagenation .active a {
	background: #493217;
}
#blogBody #pagenation a:hover {
	background: #493217!important;
	opacity: 0.8;
	filter: opacity(80%);
}
#pagenation .active a, #pagenation a.active:hover {
	/*新着のページ番号の色*/
	background: #493217;
}
#pagenation li a:hover {
	background: #999;
}
.inquiry #content .contentArea {
	margin: 1em 0 5em;
	width: 100%;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	box-shadow: none;
	border: none;
	color: #fff;
	width: 160px;
	background: #493217;
	border-radius: 3px;
}
.inquiry #content .backBt:hover, .inquiry #content .confirmBt:hover, .inquiry #content .submitBt:hover, .inquiry #content .topBt:hover {
	opacity: 0.8;
	filter: opacity(80%);
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	width: 35%;
}
p.point_p {
	font-size: 18px;
	padding: 5px 0px 5px 30px;
	position: relative;
	color: #189110;
	border-bottom: 2px solid #189110;
	margin: 0 0 13px;
}
p.point_p:before {
	background: #189110;
	content: "";
	height: 18px;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 18px;
	border-radius: 50%;
}
p.point_p:after {
	background: #6ED641;
	content: "";
	height: 12px;
	left: 8px;
	position: absolute;
	top: 13px;
	width: 12px;
	border-radius: 50%;
}
p.point_p02 {
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0px 5px 30px;
	position: relative;
	color: #6ED641;
}
p.point_p02:before {
	background: #6ED641;
	content: "";
	height: 18px;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 18px;
	border-radius: 50%;
}
p.point_p02:after {
	background: #F5F8FD;
	content: "";
	height: 12px;
	left: 8px;
	position: absolute;
	top: 13px;
	width: 12px;
	border-radius: 50%;
}
.merit01 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #f1ae9d;
	font-size: 20px;
	color: #fff;
	margin: 0 6px 0 0;
}
.merit02 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #cdd2dc;
	font-size: 20px;
	color: #fff;
	margin: 0 6px 0 0;
}
.link_btn a {
	line-height: 1.5;
	display: block;
	padding: 10px 20px 12px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff !important;
	font-size: 20px;
	background: #493217;
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.link_btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin: -5px 0 0 0;
	right: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.link_btn a:hover {
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
	filter: opacity(80%);
}
.link_btn a.btn_l, .link_btn a.btn_r {
	margin: 0 0 20px;
	width: 48%;
	max-width: 100%;
}
.link_btn a.btn_l {
	float: left;
}
.link_btn a.btn_r {
	float: right;
}
.con_l {
	float: left;
	width: 48%;
}
.con_r {
	float: right;
	width: 48%;
}
.under #content-bottom .contents_block {
	width: auto;
	max-width: 100% !important;
	margin: 0 auto;
}
#content-bottom {
	background: url(/asset/top03_bg.png) repeat 0;
	padding: 50px 0;
}
#content-bottom .bnr {
	text-align: center;
}
#content-bottom .bnr a {
	margin-right: 1%;
	display: inline-block;
	width: 32%;
	max-width: 320px;
}
#content-bottom .bnr a:last-child {
	margin-right: 0;
}
#content-bottom .bnr img {
	max-width: 100%;
}
.contact_box {
	margin: 0 auto;
	padding: 60px 0;
	background: url(/asset/contact_bg.png) no-repeat 0;
	background-size: cover !important;
}
#inquiryBody .contact_box {
	display: none !important;
}
span {
	vertical-align: top;
}
.under #content p {
	margin-bottom: 1em;
}
/* 問い合わせフォーム、Not Foundページ Xperiaで枠が付かない現象対策*/
#inquiryForm textarea, #inquiryForm .formM, #notfoundBody form input {
	-webkit-appearance: none;
}
.newsDetailBody {
	margin-top: 1em;
	padding: 0 15px 10px;
}
.b_09.top01 {
	margin: 0 !important;
	padding: 50px 0 !important;
	background: url(/asset/top01_bg.png) no-repeat center;
	background-size: cover !important;
}
.b_09.top02 {
	margin: 0 !important;
	padding: 70px 0 !important;
}
.b_09.top03 {
	margin: 0 !important;
	padding: 80px 0!important;
	background: url(/asset/top03_bg.png) repeat 0;
}
.b_09.top04 {
	background: url(/asset/top04_bg.jpg) no-repeat 63%;
	background-size: cover !important;
	margin: 0!important;
	padding: 60px 0!important;
}
.b_09.top05 {
	background: url(/asset/top05_bg.jpg) no-repeat center;
	background-size: cover !important;
	margin: 0!important;
	padding: 60px 0!important;
}
.b_09.top06 {
	margin: 0 !important;
	padding: 80px 0!important;
	background: url(/asset/top03_bg.png) repeat 0;
}
.contact_box h3 {
	font-size: 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.contact_box p {
	color: #fff;
	text-align: center;
}
.contact_box img {
	display: block;
	margin: 20px auto 0;
}
.top .contents02 .menu_box li .space_box .menu_effect_box img {
	opacity: 1;
}
.tablet .contents02 .menu_box li a {
	height: auto;
}
.top01 .con_l, .top01 .con_r {
	width: 46%;
}
.top02 h3, .top03 h3, .top06 h3 {
	font-size: 34px;
	padding: 0;
	position: relative;
	margin: 0 auto 30px;
	display: block;
	text-align: center;
	color: #493217;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top01 h3 {
	font-size: 22px;
	padding: 0;
	position: relative;
	margin: 0 auto 30px;
	display: block;
	text-align: center;
	color: #493217;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top01 p {
	font-size: 14px;
}
.top01 a img {
	display: block;
	margin: 30px auto 0;
}
.top01 img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.top .con {
	float: left;
	margin: 0 1% 0 0;
	display: block;
	width: 32%;
}
.top .con.con03 {
	margin: 0;
}
.top #news {
	margin: 70px auto 60px;
}
.top02 .link_btn a, .top03 .link_btn a, .top04 .link_btn a {
	color: #493217 !important;
	background: #fff;
}
.top02 .link_btn a:before, .top03 .link_btn a:before, .top04 .link_btn a:before {
	border-left: 5px solid #493217;
}
.top02 .con {
	padding: 20px;
	box-sizing: border-box;
	background-size: cover!important;
}
.top02 ul.ul01 {
	font-size: 14px;
	color: #fff;
	min-height: 200px;
}
.top02 ul.ul01 li:before {
	background: #fff;
}
.top02 .con01 {
	background: url(/asset/top02_bg01.png) no-repeat center;
}
.top02 .con02 {
	background: url(/asset/top02_bg02.png) no-repeat center;
}
.top02 .con03 {
	background: url(/asset/top02_bg03.png) no-repeat center;
}
.top03 ul.check {
	min-height: 230px;
	margin: 0 auto 20px;
}
.top03 ul.check li {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 2px 0 15px 30px;
	line-height: 1.3;
}
.top03 ul.check li:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 25px;
	height: 20px;
	background: url(/asset/check.png) no-repeat 0;
}
.top03 .txt_box {
	padding: 25px;
	background: #493217;
	box-sizing: border-box;
}
.top04 .con {
	width: 40%;
}
.top05 .con {
	width: 40%;
	float: right;
}
.top04 h3, .top05 h3 {
	font-size: 34px;
	padding: 0;
	position: relative;
	margin: 0 auto 30px;
	display: block;
	text-align: left;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top05 h3 {
	color: #493217;
}
.top04 .link_btn a, .top05 .link_btn a {
	margin: 40px 0 0;
}
.top04 .number_p {
	color: #ffe6b0;
}
.top04 p.txt {
	font-size: 14px;
	margin: 0 auto 30px;
	color: #fff;
}
.top05 p {
	font-size: 14px;
}
.top06 .table01 td {
	border-bottom: 1px solid #fff;
}
.top06 .gnv_tmp_map {
	padding-top: 70%;
}
.top06 .link_btn a {
	max-width: 100%;
	margin: 30px auto 0;
}
.b_09.top04_sp_img, .b_09.top05_sp_img {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 1000px)
----------------------------------------------------------- */

@media (min-width: 767px) and (max-width: 1000px) {
.link_btn a {
	font-size: 16px;
}
.link_btn a.btn_l, .link_btn a.btn_r {
	font-size: 14px;
}
.top01 h3 {
	font-size: 16px;
}
.top01 p {
	font-size: 13px;
}
.top03 ul.check {
	min-height: 300px;
}
}
@media screen and (max-width: 1400px) {
.b_09.top04 {
    background: url(/asset/top04_bg.jpg) no-repeat 65%;
        background-size: auto auto;
    background-size: cover !important;
    margin: 0 !important;
    padding: 30px 0 !important;
}
}
@media screen and (max-width: 1200px) {
	.top06 table{
		font-size: 80%;
	}
.top04 .link_btn a, .top05 .link_btn a {
	margin: 30px auto 0;
}
.top04 h3, .top05 h3 {
	text-align: center;
}
.b_09.top04_sp_img {
	background: url(/asset/top04_img_sp.png) no-repeat top center;
	background-size: cover !important;
	display: block;
	min-height: 500px;
}
.b_09.top05_sp_img {
	background: url(/asset/top05_img_sp.png) no-repeat top center;
	background-size: cover !important;
	display: block;
	min-height: 440px;
}
.b_09.top04 {
	background: url(/asset/top04_bg_sp.png) no-repeat center;
	background-size: cover !important;
	margin: 0!important;
	padding: 50px 0!important;
}
.b_09.top05 {
	background: url(/asset/top05_bg_sp.png) no-repeat center;
	background-size: cover !important;
	margin: 0!important;
	padding: 50px 0!important;
}
.top04 .con, .top05 .con {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 960px) {
.top06 .gnv_tmp_map {
    padding-top: 80%;
}
}
@media screen and (max-width: 900px) {
.top06 .gnv_tmp_map {
    padding-top: 90%;
}
}
@media screen and (max-width: 767px) {
/* =====================================
3. bt 767px
===================================== */
.con_l, .con_r {
	float: none;
	width: 100% !important;
}
.gnv_tmp_detail a {
	width: auto;
	margin: 0 auto;
	float: none;
}
#content-bottom .bnr a {
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 332px;
}
.contents02 .menu_box li {
	margin: 0 auto 3%;
	width: 95%;
	max-width: 320px;
	box-sizing: border-box;
	float: none;
	text-align: center;
}
.b_09.top04_sp_img {
	background: url(/asset/top04_img_sp.png) no-repeat top center;
	background-size: cover !important;
	display: block;
	min-height: 400px;
}
	.b_09.top05_sp_img {
	min-height: 220px;
}
.b_09.top01 {
	margin: 0 !important;
	padding: 0!important;
}
.top01 .con_l {
	padding: 50px 0;
	background: #ece2da;
}
.top01 .con_r {
	padding: 30px 0;
	background: #493217;
}
.b_09.top02 {
	margin: 0 !important;
	padding: 50px 0 !important;
}
.b_09.top03 {
	margin: 0 !important;
	padding: 50px 0!important;
	background: url(/asset/top03_bg.png) repeat 0;
}
.top .con {
	float: none;
	width: 100%;
	margin: 0 auto 30px !important;
}
.top02 .con01 {
	background: url(/asset/top02_bg01_sp.png) no-repeat center;
}
.top02 .con02 {
	background: url(/asset/top02_bg02_sp.png) no-repeat center;
}
.top02 .con03 {
	background: url(/asset/top02_bg03_sp.png) no-repeat center;
}
.top02 .link_btn a, .top03 .link_btn a {
	max-width: 100%;
}
.top02 ul.ul01, .top03 ul.check {
	min-height: inherit;
}
.top02 h3, .top03 h3, .top06 h3 {
	font-size: 28px;
}
.b_09.top06 {
	margin: 0 !important;
	padding: 50px 0 !important;
	background: url(/asset/top03_bg.png) repeat 0;
}
.top06 .con_l {
	margin: 0 auto 50px;
}
/* =====================================
4. base template 767px
===================================== */
.text_box {
	float: right;
	width: 67%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 1em 1em 0;
}
.link_btn a {
	font-size: 16px;
}
.top .contents02 .menu_box li {
	width: 100%;
	margin: 0 auto 20px;
	max-width: 100%;
	float: none;
}
#content-bottom .bnr img {
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
}
/* =====================================
9. other 767px
===================================== */
 /* 9-1. before-after -------------------------- */

.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l, .ba_box div.column_r {
	width: 100%;
	display: block;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
/* =====================================
11. full 767px
===================================== */

.content_width_full .b_10.b_10_column3 div.column_blank, .content_width_full .b_11_2.b_11_2_column3 div.column_blank, .content_width_full .b_11.b_11_column3 div.column_blank, .content_width_full .b_11_3.b_11_3_column3 div.column_blank {
	display: block !important;
}
/* =====================================
13. singlebox 767px
===================================== */
 /* 13-4. common column -------------------------- */

.singlebox2, .singlebox3, .singlebox4 {
	width: 100% !important;
	padding: 0;
}
.singlebox2 .b_11_2_in, .singlebox3 .b_11_2_in, .singlebox4 .b_11_2_in {
	padding: 5px;
}
.singlebox2 .b_11_2_in span img, .singlebox3 .b_11_2_in span img, .singlebox4 .b_11_2_in span img {
	margin: 0;
}
/*==================追記(〜767px)==================*/

.mb_h3 {
	margin-bottom: 13px!important;
}
.mb_h4 {
	margin-bottom: 10px!important;
}
.mb_h5 {
	margin-bottom: 8px!important;
}
.mb01 {
	margin-bottom: 20px!important;
}
.mb02 {
	margin-bottom: 33px!important;
}
.mb03 {
	margin-bottom: 45px!important;
}
.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
br.br01 {
	display: none;
}
table th, table td {
	font-size: 80% !important;
}
ul.ul01 {
	list-style: none;
	margin-bottom: 10px;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 0 10px;
	width: 100%;
	float: none;
}
.text_box {
	width: 100%;
}
.float_box01 .box_l {
	float: none;
	min-height: 0;
	width: 100%;
	margin: 0 0 20px 0;
}
.float_box01 .box_r {
	float: none;
	width: 100%;
	min-height: 0;
}
p.point_p {
	font-size: 18px;
}
/*==================content01,02(〜767px)==================*/
.sp_box01 img {
	width: 481px;
	margin: 0 auto;
	display: block;
}
.gnv_tmp_width_1000 {
	width: 94%;
}
#inquiryForm .formL, #inquiryForm .formM, #inquiryForm .formS {
	width: 100%;
}
.gnv_tmp_h3_bg h3 {
	font-size: 24px;
}
.gnv_tmp_h4_bg h4 {
	font-size: 22px;
}
/* --------------------------------------------------------------------------------------------------------------------
tuiki
----------------------------------------------------------- */

.blog_search_input input {
	width: 70% !important;
	margin: 0px auto 3px;
	display: block;
}
.bnr a {
	float: none;
	margin: 0 auto 20px !important;
	width: 100%;
	max-width: 332px;
	display: block;
}
.bnr {
	padding: 0px 0px 15px 0px;
}
}
/* ----------------------------------------------------------- */
.under a {
	color: #666;
}
.under .contentArea p {
	margin-bottom: 1em;
}
ul.ul04 li {
	box-sizing: border-box;
	float: left;
	padding: 0px 22px 5px;
	position: relative;
	width: 49%;
}
ul.ul04 {
	background: #f7f6ab none repeat scroll 0% 0%;
	box-sizing: border-box;
	list-style: outside none none;
	padding: 20px;
}
.ul04 li::before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 3px;
	width: 0;
	margin: -9px 0 0 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #36a501;
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 640px)
----------------------------------------------------------- */

@media screen and (max-width: 640px) {
/*==================その他(〜640px)==================*/
 /*==================見出し(〜640px)==================*/
 /*==================content01,02(〜640px)==================*/
 /*==================content下層(〜640px)==================*/
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 560px)
----------------------------------------------------------- */

@media screen and (max-width: 560px) {
/*==================その他(〜560px)==================*/
 /*==================見出し(〜560px)==================*/
 /*==================content01,02(〜560px)==================*/
.top .contents02 .menu_box li {
	width: 80%;
}
/*==================content下層(〜560px)==================*/
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 480px)
----------------------------------------------------------- */

@media screen and (max-width: 480px) {
.b_09.top04_sp_img {
	background: url(/asset/top04_img_sp.png) no-repeat top center;
	background-size: cover !important;
	display: block;
	min-height: 220px;
}
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 420px)
----------------------------------------------------------- */

@media screen and (max-width: 420px) {
/*==================その他(〜420px)==================*/
 /*==================見出し(〜420px)==================*/
 /*==================content01,02(〜420px)==================*/

 /*==================content下層(〜420px)==================*/
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 360px)
----------------------------------------------------------- */

@media screen and (max-width: 360px) {
/*==================その他(〜360px)==================*/
 /*==================見出し(〜360px)==================*/
 /*==================content01,02(〜360px)==================*/
 /*==================content下層(〜360px)==================*/
}

/* --------------------------------------------------------------------------------------------------------------------
■ @media screen and (max-width: 320px)
----------------------------------------------------------- */

@media screen and (max-width: 320px) {
/*==================その他(〜320px)==================*/
 /*==================見出し(〜320px)==================*/
 /*==================content01,02(〜320px)==================*/
 /*==================content下層(〜480px)==================*/
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */
.name {
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 22px;
	color: #555;
	text-align: right;
}
p.catch {
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 24px;
	color: #fd235e;
	text-align: left;
	line-height: 1.5;
}
p.catch a {
	color: #fd235e;
	font-size: 22px;
	text-decoration: underline !important;
}
p.catch a:hover {
	text-decoration: none !important;
}
p.txt01 {
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin-bottom: 0.5em;
	font-size: 20px;
	color: #e40000 !important;
}
p.txt02 {
	font-size: 18px;
}
ul.ul_check {
	background: #f9f5e9;
	box-sizing: border-box;
	padding: 30px;
}
ul.ul_check li {
	position: relative;
	padding: 0px 0px 5px 35px;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 14px;
	position: relative;
}
ul.float_ul01 li {
	box-sizing: border-box;
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
ul.ul02 li a {
	font-weight: bold;
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #3584d5;
}
.ul_check li::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #ccc;
	top: 6px;
	left: 2px;
}
ul.ul_check li::after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 7px;
	border-left: 3px solid #dd1d1d;
	border-bottom: 2px solid #dd1d1d;
	transform: rotate(-45deg);
	z-index: 10;
}
p.point_p {
	color: #cab52c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding: 7px 5px 8px 16px;
	position: relative;
	text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
	z-index: 1;
}
p.point_p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 9px solid #d7f0f9;
	border-radius: 50%;
	z-index: -1;
}
.number_p {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 10px;
	margin-bottom: 10px;
	padding: 0 0 0 40px;
	position: relative;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.number {
	background: #b57255;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	margin: 0 15px 0 0;
	padding: 0px 8px 0 10px;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
}
.arrow_box {
	position: relative;
	height: 40px;
	width: 100%;
}
.arrow_box:before {
	content: "";
	position: absolute;
	background: none;
	top: 10px;
	left: 0px;
	height: 0;
	border-top: dotted #ccc 3px;
	width: 100%;
}
.arrow_box:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -30px;
	width: 0px;
	height: 0px;
	border: 30px solid transparent;
	border-top: 16px solid #493217;
}
.merit01 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	background: #cdb827;
	font-size: 20px;
	color: #fff;
	margin: 0 0 8px;
	display: inline-block;
}
.merit02 {
	padding: 0px 6px 0px 6px;
	border-radius: 5px;
	margin: 0 0 8px;
	background: #6a91c4;
	font-size: 20px;
	color: #fff;
	display: inline-block;
}
.text_box {
	float: right;
	width: 62%;
}
.bg_box {
	padding: 20px;
	background: #f9f4ea;
	box-sizing: border-box;
}
.border_box {
	padding: 20px;
	display: table;
	border: 2px solid #a84f5f;
	box-sizing: border-box;
	background: #f2ede8;
}
.border_box01 {
	display: block;
	padding: 20px;
	border: 2px solid #a84f5f;
	box-sizing: border-box;
}
.flow_box {
	padding: 20px;
	background: #f9f4ea;
	box-sizing: border-box;
	box-shadow: 0 6px 3px -6px #999;
}
.flow_txt {
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 22px;
	color: #a14152;
}
.text_01 {
	color: #cdb827;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.6 !important;
	padding: 0;
	text-align: center;
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */


@media (min-width: 980px) and (max-width: 1199px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}

@media (min-width: 768px) and (max-width: 979px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */


/* =====================================
 下層
===================================== */
}

@media screen and (max-width: 767px) {
/* =====================================
 共通
===================================== */
.mb_h3 {
	margin-bottom: 13px!important;
}
.mb_h4 {
	margin-bottom: 10px!important;
}
.mb_h5 {
	margin-bottom: 8px!important;
}
.mb_01 {
	margin-bottom: 20px!important;
}
.mb_02 {
	margin-bottom: 50px!important;
}
.mb_03 {
	margin-bottom: 55px!important;
}
/* =====================================
 TOP
===================================== */
.table01.w60 {
	width: 100%;
}
.esthetic_lost_table {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}
.esthetic_lost_table .table02 {
	width: 600px;
	min-width: 100%;
	margin-bottom: 0;
}
/* =====================================
 下層
===================================== */
}

@media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */
.top .contents01 .col_box .btn_style a {
	width: 65%;
}
.link_btn a.btn_l, .link_btn a.btn_r {
	margin: 0 auto 10px;
	width: 100%;
	float: none;
	display: block;
	max-width: 100%;
}
/* =====================================
 下層
===================================== */
}

@media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */


/* =====================================
 下層
===================================== */
}
/*--------------------------------------
    contact boxs
--------------------------------------*/
.contactBox {
	background: #99cbe4;
	padding: 50px 0 40px;
}
.contactBox .wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5em;
	letter-spacing: .12em;
	font-size: 16px;
	color: #fff;
}
.contactBox .wrap h3 {
	margin: 0 0 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 30px;
	padding: 0;
	color: #fff;
	font-family: "リュウミン R-KL", "Ryumin Regular KL", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*.contactBox .wrap .bnr {
	margin-top: 28px;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: flex;
}
.contactBox .wrap .bnr .box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 4px;
}*/
.contactBox .wrap .bnr .box:last-child {
	margin-right: 0;
}
.contactBox .wrap .bnr .box img {
	width: 100%;
	max-width: 100%;
}
.contactBox .tb {
	display: none;
}

@media screen and (max-width: 1060px) {
.contactBox .tb {
	display: block;
}
}

@media screen and (max-width: 1000px) {
.top .contents02 .menu_box li a {
	position: relative;
	display: block;
	width: 100%;
	height: inherit;
	overflow: hidden;
}
}

@media screen and (max-width: 767px) {
.contactBox {
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: none;
	padding: 0;
}
.contactBox .wrap h3, .contactBox .wrap h3 + p {
	display: none;
}
.contactBox .wrap .bnr {
	margin-top: 0;
}
.contactBox .wrap .bnr .box {
	margin: 0 1px 0 0;
}
ul.float_ul01 li {
	margin: 0;
	float: none;
	width: 100%;
}
.btn_pageTop {
	display: none;
	position: fixed;
	bottom: 35%;
	right: 20px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	line-height: 1px;
	text-decoration: none;
}
.sp_bn {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sp_bn a {
	display: block;
}
.sp_bn .bn_l a {
	display: block;
	float: left;
	width: 50%;
}
.sp_bn .bn_r a {
	display: block;
	float: right;
	width: 50%;
}
.sp_bn a img {
	display: block;
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.btn_pageTop {
	display: none;
	position: fixed;
	bottom: 20%;
	right: 20px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	line-height: 1px;
	text-decoration: none;
}
}


/*viemo*/

.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.viemo_w{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.full #content .viemo_w .grid_12{
	max-width: 800px;
}