/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. table
 ├ 6-3. parts 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. sns
 └ 8-2. input
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. 動画テンプレート
 11. 管理画面
 12. 下層TPL
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	padding: 1.5em 0;
}
/* 1-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;
}
/* 1-3. padding -------------------------- */
.pa00 {
	padding: 0 !important;
}
.pa05 {
	padding: 5px !important;
}
.pa10 {
	padding: 10px !important;
}
.pa15 {
	padding: 15px !important;
}
.pa20 {
	padding: 20px !important;
}
.pa25 {
	padding: 25px !important;
}
.pa30 {
	padding: 30px !important;
}
.pa35 {
	padding: 35px !important;
}
.pa40 {
	padding: 40px !important;
}
.pa45 {
	padding: 45px !important;
}
.pa50 {
	padding: 50px !important;
}
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr00 {
	padding-right: 0 !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl00 {
	padding-left: 0 !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
/* 1-5. bold -------------------------- */
.bold {
	font-weight: bold;
}
/* 1-6. ph -------------------------- */
.ph {
	display: inline-block;
	border: 1px solid #e3e3e3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ph img {
	width: 100%;
}
/* 1-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;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* 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;
}
/* 1-9. image decoration -------------------------- */
/* Round */
/*.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover, .rollover span a img:hover, .rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: opacity(80%);
}
/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49.5% 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 10px !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	font-size: 24px;
	color: #a9420a;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.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% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
	margin: 0 15px;
}
.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: 10px;
	left: -16px;
	margin-top: -4px;
	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: 10px;
	left: -16px;
	margin-top : 0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 {
	margin: 0 15px;
}
.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: 10px;
	margin-top: -8px;
}
.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: 10px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	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;
	margin-top: -4px;
}
.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: 10px;
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 {
	margin: 0 15px;
}
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	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: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* arrow list 02 */
.ic_arrow_02 {
	margin: 0 15px;
}
.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: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	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;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	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;
}
/* 1-11-3. flow -------------------------- */
.flow {
	margin: 0 15px;
}
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
	width: 30% !important;
	float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
	width: 100% !important;
	float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	padding: 10px;
	display: table;
	margin: 0 15px 10px;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p, .gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table td, .b_06 table th {
	border: 1px solid #ccc;
	padding: 5px !important;
}
.b_06_item {
	background: none repeat scroll 0 0 #eee;
	width: 30%;
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1em;
	border: 1px solid #999;
	width: 100%;
	border-collapse: collapse;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	border: 1px solid #999;
	padding: 10px 15px 8px;
	text-align: left;
	font-weight: normal;
	line-height: 1.5;
}
table.gnv_tmp_table01 thead th {
	background: #74c395;
	color: #fff;
}
table.gnv_tmp_table01 tbody th {
	background: #e3f3ea;
	width: 25%;
}
table.gnv_tmp_table01 td {
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	background: #fff;
	font-size: 18px;
	font-family: "TBUDゴシック R", "TBUDGothic R", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	text-align: center;
	padding: 8px 2px 6px;
	font-weight: normal;
}
table.gnv_tmp_table02 thead th {
	color: #fff;
	background: #72453b;
}
table.gnv_tmp_table02 tbody th, table.gnv_tmp_table02 tbody td {
	border-bottom: 1px solid #dbdbdb;
}
.red {
	color: #ca2f3e;
}
.pnk {
	color: #f6bec1;
}
.grn {
	color: #008d42;
}
.table01 {
	margin-bottom: 1em;
	width: 100%;
}
.table01.w60 {
	width: 60%;
}
.table01 th, .table01 td {
	padding: 12px 0 8px 5px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.table01 tbody th {
	color: #eb3b43;
	border-bottom: 1px solid #eb3b43;
	width: 20%;
}
.table01 td {
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 35%;
}
 @media screen and (max-width: 767px) {
table th, table td {
	font-size: 80%;
}
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 55%;
}
.table01.w60 {
	width: 100%;
}
}

/* =====================================
 2. header
===================================== */
@media (min-width: 768px) and (max-width: 768px) {
#header .container {
	width: 768px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.header_box .row {
	margin-left: 0 !important;
}
}
/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	display: none;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#slider.camera_wrap {
	display: none!important;
}
#mainimage .main_content {
	margin: 0 auto;
	max-width: 2000px;
}
/* image size fixed */
/*#mainimage .main_content {
	background: url(/asset/main_image.jpg) no-repeat bottom center;
	height: 744px;
	background-size: cover;
}
@media screen and (max-width: 1800px) {
#mainimage .main_content {
	height: 720px;
}
}
@media screen and (max-width: 1750px) {
#mainimage .main_content {
	height: 700px;
}
}
@media screen and (max-width: 1700px) {
#mainimage .main_content {
	height: 680px;
}
}
@media screen and (max-width: 1650px) {
#mainimage .main_content {
	height: 650px;
}
}
@media screen and (max-width: 1600px) {
#mainimage .main_content {
	height: 620px;
}
}
@media screen and (max-width: 1550px) {
#mainimage .main_content {
	height: 600px;
}
}
@media screen and (max-width: 1500px) {
#mainimage .main_content {
	height: 580px;
}
}
@media screen and (max-width: 1450px) {
#mainimage .main_content {
	height: 560px;
}
}
@media screen and (max-width: 1400px) {
#mainimage .main_content {
	height: 540px;
}
}
@media screen and (max-width: 1350px) {
#mainimage .main_content {
	height: 520px;
}
}
@media screen and (max-width: 1300px) {
#mainimage .main_content {
	height: 500px;
}
}
@media screen and (max-width: 1350px) {
#mainimage .main_content {
	height: 500px;
}
}
@media screen and (max-width: 1300px) {
#mainimage .main_content {
	height: 480px;
}
}

@media screen and (max-width: 1250px) {
#mainimage .main_content {
	height: 460px;
}
}

@media screen and (max-width: 1200px) {
#mainimage .main_content {
	height: 440px;
}
}
@media screen and (max-width: 1150px) {
#mainimage .main_content {
	height: 420px;
}
}

@media screen and (max-width: 1100px) {
#mainimage .main_content {
	height: 400px;
}
}
@media screen and (max-width: 1050px) {
#mainimage .main_content {
	height: 380px;
}
}

@media screen and (max-width: 1000px) {
#mainimage .main_content {
	height: 360px;
}
}


@media screen and (max-width: 950px) {
#mainimage .main_content {
	height: 350px;
}
}
@media screen and (max-width: 920px) {
#mainimage .main_content {
	height: 340px;
}
}
@media screen and (max-width: 900px) {
#mainimage .main_content {
	height: 330px;
}
}

@media screen and (max-width: 850px) {
#mainimage .main_content {
	height: 320px;
}
}

@media screen and (max-width: 820px) {
#mainimage .main_content {
	height: 310px;
}
}

@media screen and (max-width: 800px) {
#mainimage .main_content {
	height: 300px;
}
}

@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
	margin-top: 0;
}
}*/
/* 4-2. under -------------------------- */
#notfoundBody #mainimage, #sitemapBody #mainimage, #newsList #mainimage, #websiteNewsDetail #mainimage, #inquiryBody #mainimage {
	display: none;
}
.under h2 {
	border-left: 5px solid #d33541;
	color: #000000;
	margin: 40px 0 0;
	padding: 15px 0 15px 15px;
}
.under h2 span {
	color: #999;
	font-size: 70%;
	padding-left: 20px;
}
h2.titleBg {
	text-align: left;
}
/* =====================================
 5. footer
===================================== */
#footer {
	margin-top: 50px;
}
#footer img {
	width: auto;
}
.footer_sitemap a {
	color: #fff;
}

/* =====================================
 6. content
===================================== */
@media (min-width: 768px) and (max-width: 768px) {
.container {
	width: 748px;
}
}
/* 6-1. title -------------------------- */
h3 {
	color: rgb(84, 94, 96);
	font-size: 220%;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.5em 0;
	word-wrap: break-word;
}
h4 {
	color: rgb(84, 94, 96);
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: none;
	word-wrap: break-word;
}
/* 6-2. table -------------------------- */
.table_num {
	width: 100%;
}
.table_num th {
	font-size: 300%;
	color: #333;
	vertical-align: top;
	font-weight: bold;
	padding-right: 0.5em;
}
.table_num td {
	padding-bottom: 1em;
}
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
	margin: 0 0 1em 2em;
	width: 35%;
}
.grid_3 .b_11_in span img, .grid_4 .b_11_in span img, .llebox3 .b_11_in span img, .singlebox3 .b_11_in span img, .singlebox4 .b_11_in span img {
	float: none;
	width: 100%;
}
@media (max-width: 767px) {
/* 6-3. parts -------------------------- */
.b_11 .b_11_in span img {
	float: none;
	width: 100%;
	margin: 0 0 2em;
}
}
/* 6-4. 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;
}
@media screen and (max-width: 767px) {
.gnv_tmp_map {
	padding-top: 70%;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
	cursor: text;
}
.tel_txt a:hover {
	text-decoration: none;
}
 @media screen and (max-width: 767px) {
.tel_txt a, .tel_txt a:hover {
	text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
/* w960 */
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 33.25%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media only screen and (max-width: 480px) {
.gMap {
	padding-top: 220px;
}
.calenderWrap {
	padding-top: 300px;
}
.indoorView {
	padding-top: 240px;
}
}
/*-------------------------------------------------------*/

/* =====================================
 7. full content
===================================== */
.full #content .container {
	width: 100%;
}
.full #content .container12 {
	width: 100%!important;
}
.full #content .b_09 {
	margin-bottom: 0;
	padding-bottom: 1.5em;
}
.full #content {
	padding-top: 0;
}
.full #content .grid_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	float: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
.full #content .grid_12 {
	width: 940px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.full #content .grid_12 {
	width: 748px;
}
}
@media (max-width: 767px) {
.full #content .grid_12 {
	width: 420px;
}
.full .header_box .grid_12 {
	width: 100%;
}
}
@media (max-width: 479px) {
.full #content .grid_12 {
	width: 300px;
	padding: 0;
}
}
/* =====================================
 8. blog
===================================== */
.blog .grid_8 {
	margin-left: 0;
}
.blog .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
/* 8-1. sns -------------------------- */
.blog #content .shareBt {
	text-align: right;
}
.blog .shareBt .fb_iframe_widget {
	margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
	text-align: right;
	vertical-align: middle;
	width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
}
/* 8-2. input -------------------------- */
input[type="text"] {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	padding: 2px;
	width: 98%;
	margin-bottom: 5px;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link {
	text-decoration: underline;
}
/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
 @media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}
}
/* 9-3. side link -------------------------- */
#sidecontact {
	display: block;
	position: fixed;
	top: 25%;
	z-index: 1000;
}
#sidecontact.rightContent {
	right: 0;
}
@media screen and (max-width: 1200px) {
#sidecontact {
	width: 50px;
}
}
@media screen and (max-width: 767px) {
#sidecontact {
	display: none;
}
}
/* =====================================
 10. 動画テンプレート
===================================== */
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
 width: 700px;
}
}*/
/* youtubeの縦横比 */
.viemo.b_09>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>p {
	position: relative;
	padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
	max-width: 720px;
}
}
@media screen and (max-width: 720px) {
.viemo.b_09 {
	padding: 0 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_l {
	padding-left: 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_r {
	padding-right: 10px;
}
}
@media screen and (max-width: 600px) {
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	padding: 0 10px;
}
}
/* =====================================
 11. 管理画面
===================================== */
/* 非公開 */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* 管理画面ズレ対応
div[class*=#drag-temp-pre-content .parts.m] {
 margin: 0!important;
}
@media screen and (min-width: 768px) {
#drag-temp-pre-content .sp {
	margin: 0;
	padding: 0;
	height: 0;
}
} */
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}
/* =====================================
	12. 下層TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*--------------------------------------
	手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6FBA2C;
	border-right-width: 45px;
	border-left-width: 45px;
}
/*--------------------------------------
	table01
--------------------------------------
table.table01,
table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th,
.table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
	background: #ddebf1;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	table.table01,
	table .table01 {
		font-size: 85%;
	}
	.table01 th,
	.table01 td {
		padding: 0.2em;
	}
}
@media (max-width: 480px) {
	table.table01,
	table .table01 {
		font-size: 70%;
	}
}*/

/*--------------------------------------
	anchorlinks
--------------------------------------*/
.anchorlinks {
	border: 3px double #333;
	background: #ccc;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #333;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
.anchorlinks {
	padding: 1em 1em .5em 1em;
}
.anchorlinks li {
	width: 50%;
	margin-bottom: .5em;
}
.anchorlinks li:nth-child(even) {
	padding-right: 0;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 1em;
}
}
@media screen and (max-width: 480px) {
.anchorlinks li {
	width: 100%;
	padding-right: 0;
}
}
/*--------------------------------------
	症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img, .case_photo.b_11_2.b_11_2_column2 div.column_r span img, .case_photo.b_11_2.b_11_2_column3 div.column_c span img, .case_photo.b_11_2.b_11_2_column3 div.column_l span img, .case_photo.b_11_2.b_11_2_column3 div.column_r span img {
	width: 100%;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_11_2_in span img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo .b_11_2_in span img {
	max-width: 240px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img, .case_photo.column_c span img, .case_photo.column_l span img {
	width: 240px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.case_photo.b_10 img {
	width: 100%;
	max-width: 240px;
}
@media (max-width: 767px) {
.case_photo.b_10 img {
	max-width: 240px;
}
}
/* *******************************************************************************
 ■ 追記
******************************************************************************* */

.b_11_2_in span img {
	display: block;
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
	line-height: 1px;
}
.type6 .header_box {
	background: none;
	padding: 30px 0;
}
.top_box {
	background: #513630;
	padding: 5px 0 10px;
}
.head_contact_list li, .head_contact_list li.icon2 a {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	color: #fff;
}
.head_contact_list li.icon2 a:hover {
	color: #fff;
	text-decoration: underline;
}
head_contact_list li.icon1 {
	padding-left: 27px;
}
.head_contact_list li.icon1::after {
	position: absolute;
	display: block;
	left: 3px;
	top: 6px;
	width: 11px;
	height: 16px;
	content: '';
	background: url(/asset/icon1.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon1::after {
	background: url(/www.shinsei-biru-dc.com/asset/icon1.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon2 {
	display: none;
}
.head_contact_list li.icon2 {
	padding-left: 22px;
	margin-right: 30px;
}
.head_contact_list li.icon2:after {
	position: absolute;
	display: block;
	left: 0px;
	top: 8px;
	width: 13px;
	height: 9px;
	content: '';
	background: url(/asset/icon2.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon2 {
	display: none;
}
.head_contact_list li.icon3 {
	padding: 7px 0 0 20px;
}
.head_contact_list li.icon3::after {
	position: absolute;
	display: block;
	left: 3px;
	top: 8px;
	width: 10px;
	height: 10px;
	content: '';
	background: url(/asset/icon3.png) no-repeat 0px 0px;
}
#inquiryBody .head_contact_list li.icon3:after {
	background: url(/www.shinsei-biru-dc.com/asset/icon3.png) no-repeat 0px 0px;
}
/* =====================================
 3. nav
===================================== */
#inquiryBody nav {
	display: none;
}
.sf-menu > li > a.sf-with-ul::after {
	background: none;
}
.sf-menu {
	padding-top: 20px;
}
.sf-menu > li {
	float: left;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 0px;
	position: relative;
}
.sf-menu > li > a, .sf-menu > li > p {
	display: block;
	color: #666;
	text-decoration: none;
	position: relative;
	padding: 12px 18px 10px;
	font-weight: normal;
	text-transform: none;
	z-index: 5;
	margin: 0;
}
.sf-menu > li > p:hover {
	cursor: default;
}
.sf-menu > li.sfHover > a, .sf-menu > li.sfHover > p, .sf-menu > li > a:hover, .sf-menu > li.current > a {
	color: #fff;
	background: #bd9d77;
	text-decoration: none;
	border-radius: 0px;
}
.sf-menu > li span, .sf-menu > li.sfHover span, .sf-menu > li.current span {
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	width: 0px;
	top: 50%;
	bottom: 50%;
	z-index: 4;
	border-radius: 0px;
}
.sf-menu > li > p:after {
	background: none;
	bottom: -6px;
	content: "";
	display: block;
	height: 0;
	margin-left: 0;
	position: absolute;
	right: 45%;
	top: inherit !important;
	border-top: 4px solid #bd9d77;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
}
.sf-menu ul {
	background: #bd9d77;
	border-radius: 0px;
	top: 47px;
}
.sf-menu ul li {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 13px;
}
.sf-menu ul li a {
	color: #fff;
}
.sf-menu ul li a:hover {
	text-decoration: underline;
}
@media (min-width: 768px) {
.sf-menu ul {
	width: 100%;
}
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.03em;
	line-height: 180%;
	background: #fff!important;
}
input, button, select, textarea, .nav-collapse_ .nav > li > a, .nav-collapse_ .nav > li >p, .nav-collapse .sub-menu > ul li a, .btn.btn-info {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.word_break {
	word-break: break-all;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #483b2e;
}
.under #content a {
	color: #483b2e;
	text-decoration: underline;
}
.under #content a:hover {
	color: #483b2e;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
	filter: opacity(60%);
}
#header h1 a:hover img {
	opacity: 1;
	filter: opacity(100%);
}
.mb0 {
	margin-bottom: 0!important;
}
.mb_h3 {
	margin-bottom: 30px !important;
}
.mb_h4 {
	margin-bottom: 20px!important;
}
.mb_h5 {
	margin-bottom: 10px!important;
}
.mb_01 {
	margin-bottom: 27px!important;
}
.mb_02 {
	margin-bottom: 60px!important;
}
.mb_03 {
	margin-bottom: 75px!important;
}
ul.ul01 {
	list-style: none;
}
ul.ul01 li {
	padding: 0 0 5px 15px;
	position: relative;
	line-height: 1.8;
}
.ul01 li:before {
	background: none repeat scroll 0 0 #eb3b43;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 3px;
	position: absolute;
	top: 10px;
	width: 5px;
}
ul.ul_check {
	margin-bottom: 20px;
}
ul.ul_check li {
	padding: 6px 0px 0px 25px;
	position: relative;
	text-align: left;
}
ul.ul02 {
	list-style: none;
}
ul.ul02 li {
	padding: 0 0 5px 15px;
	position: relative;
}
.float_ul01 li {
	box-sizing: border-box;
	float: left;
	margin: 0px 2% 0 0;
	width: 18%;
}
ul.ul02 li a {
}
.ul02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ffb400;
}
ul.ul_check li:before {
	background: url(/asset/check.png) no-repeat 0;
	content: "";
	height: 17px;
	left: 2px;
	position: absolute;
	top: 12px;
	width: 19px;
}
/*ul.ul_check li:before {
	background: #f6bec1;
	border-radius: 0;
	content: "";
	height: 18px;
	left: 2px;
	position: absolute;
	top: 11px;
	width: 18px;
	z-index: 0;
}
ul.ul_check li:after {
	position: absolute;
	top: 15px;
	left: 5px;
	content: "";
	width: 8px;
	height: 3px;
	border: transparent 2px solid;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	z-index: 10;
}*/
p.point_p {
	font-size: 20px;
	line-height: 1.5;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	display: table;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	background: #f4ebe0;
}
/*p.point_p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 9px solid #145da8;
	border-radius: 50%;
	z-index: -1;
}*/
.number_p {
	font-size: 20px;
	line-height: 1.5;
	padding: 0 0 0 45px;
	text-indent: -45px;
	vertical-align: bottom;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.number {
	color: #fff;
	background: #51b7a7;
	font-size: 20px;
	border-radius: 5px;
	margin: 0 15px 0 0;
	vertical-align: top;
	padding: 2px 10px;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.arrow_box {
	position: relative;
	height: 40px;
	width: 100%;
}
.arrow_box:before {
	content: "";
	position: absolute;
	background: none;
	top: 10px;
	left: 0px;
	height: 0;
	width: 100%;/*border-top: 3px dotted #ccc;*/
}
.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 #ffb400;
}
.merit01 {
	background: #fdefe3;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.merit02 {
	background: #d4ebf3;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.merit01 h4, .merit02 h4 {
	background: none !important;
	border-radius: 0 !important;
	padding: 0 0 8px 15px !important;
	border-bottom: 1px dashed #fff;
}
.merit01 ul.ul01 li:before {
	background: #d57b5f;
}
.merit0 ul.ul01 li:before {
	background: #d4ebf3;
}
.merit01 h4 {
	color: #d57b5f !important;
	border-bottom: 1px dashed #deccb2;
}
.merit02 h4 {
	color: #59c2e6 !important;
}
.text_box {
	float: right;
	width: 62%;
}
.border_box01 {
	border: 3px solid #dbdbdb;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.border_box02 {
	border: 3px solid #ccc;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.flow_box {
	background: #fef8ed;
	padding: 30px;
	box-sizing: border-box;
}
.bg_box {
	background: #efece0;
	box-sizing: border-box;
	margin: 0 auto 50px;
	padding: 30px;
}
.bg_box .gnv_tmp_h4_bg h4 {
	background: #fff;
}
.link_btn a {
	line-height: 1.5;
	display: block;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #fff;
	background: #eb3b43;
	max-width: 320px;
	border-bottom: 3px solid #983f43;
	width: 100%;
	margin: 40px auto;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
}
.under .link_btn a {
	margin: 0;
	max-width: 360px;
}
.under .link_btn.center a {
	margin: 0 auto;
}
.link_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -5px 0 0 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #983f43;
	border-right: 2px solid #983f43;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link_btn a:hover {
	opacity: 0.8;
	filter: opacity(80%);
	text-decoration: none;
}
.link_btn a.fl, .link_btn a.fr {
	max-width: 100%;
	width: 48%;
}
.link_btn.table {
	margin: 0 auto 20px;
}
.link_btn.table a {
	max-width: 100%;
	width: 32%;
	margin-right: 2%;
	display: inline-block;
}
.link_btn.table a:last-child {
	margin-right: 0;
}
/* bnr_box */
.bottom_bnr_box {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0 0 15px;
}
.bottom_bnr_box a {
	width: 100%;
	max-width: 380px;
	margin-left: 20px;
}
.bottom_bnr_box a:first-child {
	margin-left: 0;
}
.top #news {
	margin: 70px auto 0;
}
#news .ov {
	width: auto;
	top: 25px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	font-family: Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
#news dl {
	border-bottom: 1px solid #dbdbdb;
	padding: 0;
}
#news dt {
	color: #72453b;
	padding: 0 20px;
}
#news dd {
	padding: 0 20px 20px;
}
#news dt .newsNew {
	background: #eb3b43;
	font-size: 0.7em;
	margin: 0 0 0 10px;
	border-radius: 0;
	padding: 0.2em 0.5em;
	font-weight: bold;
	color: #fff;
	height: 100%;
	vertical-align: top;
}
#news dd a {
	text-decoration: none !important;
	color: #666;
}
#news dd a:hover {
	text-decoration: underline !important;
}
.list li a, #sitemapBody .list li a {
	font-weight: normal;
}
#sitemapBody .list li a {
	color: #666;
	text-decoration: none;
}
.list li a:hover, #sitemapBody .list li a:hover {
	color: #666;
	text-decoration: none;
}
ul.sitemap_ic li {
	background: none;
	position: relative;
}
/*ul.sitemap_ic li:before {
	background: none repeat scroll 0 0 #6d3800;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 1px;
	position: absolute;
	top: 23px;
	width: 5px;
}*/
#footer {
	margin-top: 0px;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	background: #513630;
}
/*#footer .footer_wrap .wrap_l {
	float: left;
 width: /*計算しパーセント記入;
}
#footer .footer_wrap .wrap_r {
	float: right;
 width: /*計算しパーセント記入;
}*/
#footer img {
	width: auto;
}
.footer_sitemap {
	clear: both;
}
.footer_sitemap ul li {
	position: relative;
	padding: 0 0 0 15px;
}
.footer_sitemap ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	border-left: 5px solid #2d66a1;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.footer_sitemap, .footer_sitemap a {
	color: #fff!important;
}
.footer_sitemap a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
.footer_contact {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 2;
	clear: both;
	text-transform: uppercase;
	text-align: left!important;
}
.footer_contact a {
	color: #fff;
}
.footer_sitemap a {
	font-size: 16px;
	position: relative;
}
.tel_txt span {
	vertical-align: top;
}
h4.footer_title {
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif !important;
	text-shadow: none !important;
	font-size: 22px!important;
	color: #fff!important;
	text-transform: none!important;
	margin-bottom: 20px!important;
	border: none!important;
	background: none!important;
	letter-spacing: normal !important;
	padding: 0!important;
	font-weight: normal!important;
	line-height: 1.3 !important;
	text-align: left !important;
	margin-top: 0 !important;
}
h4.footer_title:before {
	display: none;
}
#footer ul.list li {
	position: relative;
	font-size: 16px;
}
#footer ul.list li {
	line-height: 1.5;
	color: #fff;
	margin: 0 0 5px;
}
#footer ul.list li a {
	color: #fff;
	position: relative;
	padding: 0 0 0 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
#footer ul.list li a:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #fff;
}
#footer ul.list li a:hover {
	color: #fff!important;
	text-decoration: underline !important;
}
.list li a:hover, #footer .list li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .list li {
	background: none;
	padding-left: 0;
}
#footer .grid_3.con02 {
	padding-top: 48px;
}
 @media (min-width: 980px) and (max-width: 1199px) {
/* bnr_box */
.bottom_bnr_box img {
	width: 30%;
}
.sf-menu > li > a, .sf-menu > li > p {
	padding: 12px 6px;
	font-size: 13px;
}
.sf-menu ul li {
	font-size: 12px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.bottom_bnr_box img {
	width: 30%;
}
.bg_box.m_box p {
	min-height: 260px;
}
.sf-menu > li > a, .sf-menu > li > p {
	padding: 8px 10px;
	font-size: 12px;
}
.sf-menu ul li {
	font-size: 12px;
}
h1 {
	width: 250px;
}
.sf-menu {
	margin-right: 15px;
	padding-top: 15px;
}
}
 @media screen and (max-width: 767px) {
h1 img {
	display: block;
	margin: 0 auto;
}
#mm0 {
	border: 1px solid #513630;
	font-size: 14px;
}
.bottom_bnr_box a {
	margin: 0 auto 20px auto!important;
	display: block;
}
.bottom_bnr_box img {
	width: auto;
	max-width: 380px;
}
.w100 img {
	margin: 0 auto 10px!important;
	display: block!important;
}
#footer .grid_3.con02 {
	padding-top: 0;
}
.table01 th, .table01 td {
	font-size: 80%;
}
#footer {
	padding: 40px 0 150px;
}
#inquiryBody #footer {
	padding: 40px 0;
}
#footer .grid_3.con01, #footer .grid_3.con03 {
	padding-top: 20px;
}
#footer .footer_wrap {
	margin: 0 auto;
	padding: 0;
	max-width: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 1;
}
.footer_wrap img {
	width: 100%;
}
.root_4 .con p {
	min-height: inherit;
}
}
 @media (max-width: 479px) {
.bottom_bnr_box img {
	width: auto;
	max-width: 300px;
}
}
/* =====================================
 共通
===================================== */
#bread span:hover {
	text-decoration: underline;
}
#bread span {
	max-width: 100%;
}
.w100 img {
	width: auto!important;
	max-width: 100%;
	margin: 0 auto 0.5em !important;
}
p.catch {
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	color: #008d42;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}
.color01 {
	color: #ff8c00;
	font-weight: bold;
}
.color02 {
	color: #ff0000;
	font-weight: bold;
	vertical-align: top;
}
.color03 {
	color: #00cc00;
	font-weight: bold;
}
.color04 {
	color: #ff6666;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt_01 {
	color: #669900;
	font-weight: bold;
	margin-bottom: 10px;
}
#pagenation .active a, #pagenation a.active:hover {
	background: #eb3b43;
	text-decoration: none;
	color: #fff;
}
#pagenation .active a:hover {
	background: #eb3b43;
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	filter: opacity(80%);
}
/* 見出し */
#inquiryBody #mainimage {
}
.under #mainimage {
	background: url(/asset/top01_bg.png) repeat 0;
	padding: 0 !important;
}
.static #content h2.titleBg, h2.titleBg, #websiteNewsDetail.under h2, #news h2 {
	border-top: none;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0.5em !important;
	padding: 15px 20px;
	position: relative;
	display: block;
	letter-spacing: 0.1em;
	background: #72453b;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
/*.static #content h2.titleBg:before, h2.titleBg:before, #websiteNewsDetail.under h2:before, #news h2:before {
	position: absolute;
	content: "";
	background: #a2d7b8;
	width: 30%;
	height: 2px;
	bottom: -2px;
	left: 0;
}*/
.top #news h2 {
	font-size: 32px;
	margin-bottom: 0.8em !important;
}
.under h2 {
	font-size: 36px;
	border-left: 0;
	color: #6c5944;
	margin: 0 auto;
	padding: 50px 0;
	font-weight: normal;
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	display: block;
}
.gnv_tmp_h3_bg {
	margin: 2em 0 0.8em;
}
.gnv_tmp_h4_bg {
	margin: 1em 0 0.5em;
}
.none.b_11.b_11_column2 div.column_r .gnv_tmp_h4_bg {
	display: none;
}
.gnv_tmp_h3_bg h3 {
	border: none;
	color: #fff;
	margin: 0 auto;
	background: #72453b;
	padding: 10px 20px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em;
	display: block;
	border-bottom: 3px solid #56332b;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
/*.gnv_tmp_h3_bg h3:before {
	position: absolute;
	content: "";
	background: url(/asset/h3_icon01.png) no-repeat 0;
	width: 35px;
	height: 48px;
	bottom: 0;
	left: 0;
}
.gnv_tmp_h3_bg h3:after {
	position: absolute;
	content: "";
	background: url(/asset/h3_icon02.png) no-repeat 0;
	width: 35px;
	height: 48px;
	bottom: 0;
	right: 0;
}*/
.b_01, .b_02 {
	margin: 0 0 1em;
}
.gnv_tmp_h4_bg h4 {
	border-top: none;
	text-align: left;
	color: #72453b;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
	padding: 5px 20px;
	position: relative;
	background: #edece9;
	border-left: 3px solid #eb3b43;
	display: block;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
/*.gnv_tmp_h4_bg h4:before {
    position: absolute;
    content: "";
    background: #ab9882;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 17px;
    left: 5px;
}*/
.under h5 {
	border-top: none;
	text-align: left;
	color: #008d42;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
	position: relative;
	border-bottom: 2px solid #dcdcdc;
	overflow: hidden;
	display: block;
	padding: 2px 0 5px;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.blog #blogList h3 {
	border-top: none;
	text-align: left;
	color: #fff;
	font-size: 20px !important;
	line-height: 1.5;
	margin: 0 auto 20px;
	padding: 10px;
	background: #72453b;
	letter-spacing: normal;
	position: relative;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
}
.blogside {
	font-size: 14px;
}
.blogside h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	color: #555;
	border: none;
	background: #f8f8f8;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 2px 2px 2px;
}
.blog #blogList h3:before, .blogside h3:before {
	display: none;
}
.blog #blogList h3 a {
	color: #fff !important;
	text-decoration: none !important;
}
p.date {
	margin-bottom: 5px !important;
	color: #999;
	font-size: 14px;
}
#blogBody .list li {
	background: none;
	position: relative;
}
#blogBody #content .list li:before {
	background: #eb3b43;
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 5px;
}
#blogBody .list li a:hover, #blogBody.type6 .list li a:hover {
	color: #666;
	text-decoration: none;
}
#blogBody .blogArea::after {
	display: none;
}
.autor span, .contributor span {
	color: #555;
}
h3 a:hover {
	color: #fff;
}
.btn {
	background: #eb3b43;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.3s;
	font-weight: normal;
	box-shadow: none;
	box-sizing: border-box;
}
.btn:hover {
	opacity: 0.8;
	filter: opacity(80%);
	background: #eb3b43;
	text-decoration: none;
	color: #fff;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
	width: 180px;
}
/* =====================================
 TOP
===================================== */
.con_l {
	float: left;
	width: 48%;
}
.con_r {
	float: right;
	width: 48%;
}
.camera_caption {
	bottom: 0 !important;
	top: auto !important;
	margin: 0 !important;
	display: block !important;
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
	background: rgba(81,54,48,0.8) no-repeat 0 !important;
	padding: 20px 0 !important;
}
.camera_caption > div h3, .camera_caption h3 {
	display: block !important;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0 auto;
	text-transform: inherit;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: normal;
	max-width: 1170px;
}
.top01 {
	padding: 60px 0 30px!important;
	margin: 0 !important;
	background: url(/asset/top01_bg.png) repeat 0;
}
.b_09.top02 {
	padding: 0!important;
	margin: 0 !important;
	background: url(/asset/top02_bg.jpg) no-repeat center;
	background-size: cover !important;
}
.b_09.top03 {
	padding: 60px 0!important;
	margin: 0 !important;
}
.b_09.top04 {
	padding: 60px 0!important;
	margin: 0 !important;
	background: url(/asset/top04_bg.jpg) no-repeat center;
	background-size: cover !important;
}
#content-bottom {
	background: #eb3b43;
	padding: 30px 0;
}
.contact_box h3 {
	border: none;
	color: #fff;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_box p {
	color: #fff;
	text-align: center;
}
.contact_box a img {
	margin: 0 auto;
	display: block;
	max-width: 1000px;
	width: 100%;
}
.top #content h3 {
	border: none;
	color: #6c5944;
	margin: 0 auto 40px;
	padding: 0;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: 0.05em;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.top #content h3:before {
	background: #72453b;
	width: 60px;
	height: 1px;
	position: absolute;
	content: "";
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
}
.top #content h3 .eiji {
	border: none;
	color: #444;
	margin: 0 auto;
	padding: 0 0 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	text-align: center;
	display: block;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.top01 p {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	line-height: 2;
}
.top01 .link_btn {
	margin: 0 auto;
	width: 60%;
}
.top02 h3 {
	margin: 0 auto 30px !important;
}
.top02 .gnv_tmp_map {
	padding-top: 50%;
	margin: 0 auto 1em;
}
.top02 .top02_in {
	background: rgba(255,255,255,0.8) no-repeat 0;
	padding: 40px 60px;
	margin: 0 auto;
}
.top02 .top02_btn a {
	background: #fff;
	border: 3px solid #7e564d;
	line-height: 1.5;
	display: block;
	padding: 12px 40px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #72453b;
	max-width: 280px;
	width: 32%;
	margin: 0 3% 3%;
	letter-spacing: 0.05em;
	font-size: 20px;
	float: left;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
}

.top02 .top02_btn p {
    background: #fff;
    border: 3px solid #7e564d;
    line-height: 1.5;
    display: block;
    padding: 12px 40px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #72453b;
    max-width: 280px;
    width: 32%;
    margin: 0 3% 3%;
    letter-spacing: 0.05em;
    font-size: 20px;
    float: left;
    font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
    text-decoration: none;
}


.top02 .top02_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -6px 0 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7e564d;
	border-right: 2px solid #7e564d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top02 .top02_btn a:hover {
	opacity: 0.8;
	filter: opacity(80%);
	text-decoration: none;
}
.top03 h3 {
	margin: 0 auto 60px !important;
}
.top03 img {
	margin: 0 auto;
	display: block;
}
.top03 h4 {
	border: none;
	color: #513630;
	margin: 0 auto 30px;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	text-align: center;
	display: block;
	letter-spacing: 0.05em;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.top03 .link_btn a {
	background: #fff;
	border: none;
	line-height: 1.5;
	display: block;
	padding: 10px 40px 8px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	color: #513630;
	max-width: 100%;
	width: 100%;
	margin: 40px auto 0;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
}
.top03 .link_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -3px 0 0 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #513630;
	border-right: 2px solid #513630;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top03 .con_l, .top03 .con_r {
	margin: 0 auto 50px;
	max-width: 560px;
}
.top03 .con_l .txt_box, .top03 .con_r .txt_box {
	background: #ece6d3;
	box-sizing: border-box;
	padding: 10px 50px 20px;
}
.top03 .con .txt_box {
	background: #ece6d3;
	box-sizing: border-box;
	padding: 10px 20px 20px;
}
.top03 .con {
	margin: 0 5% 0 0;
	width: 30%;
	display: block;
	float: left;
	max-width: 360px;
}
.top03 .con:last-child, .top04 img:last-child {
	margin: 0;
}
.top03 .con h4 {
	font-size: 26px;
}
.top03 .con .link_btn a {
	font-size: 15px;
}
.top04 img {
	margin: 0 5% 0 0;
	width: 32%;
	float: left;
	display: block;
	max-width: 350px;
}
.top04 .link_btn a {
	font-size: 30px;
	max-width: 520px;
	margin: 50px auto 0;
}
.bnr {
	text-align: center;
}
.bnr a {
	display: inline-block;
	max-width: 276px;
	width: 24%;
	margin-right: 1%;
}
.bnr a:last-child {
	margin-right: 0;
}
/* =====================================
 下層
===================================== */
.top.type6 #content {
	padding-top: 0px;
}
.type6 #content {
	padding-top: 30px;
	padding-bottom: 50px;
	min-height: 600px;
}
.type6 ul.list li a {
	color: #555;
	text-decoration: none !important;
}
.list li a:hover, .type6 .list li a:hover {
	color: #999 !important;
	text-decoration: none;
}
ul.sitemap_ic li a::after {
	background: #fff;
}
ul.sitemap_ic li a {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 25px 40px 20px 20px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic li a:before {
	background: none;
}
ul.sitemap_ic li a:after {
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 8px;
	background: none;
}
.autor, .contributor {
	font-size: 14px;
	color: #8c9799;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	text-align: right;
}
#notfoundBody #content .grid_12 {
	margin-left: 0;
}
p.name {
	font-size: 22px;
	font-family: "見出ゴMB31", "Midashi Go MB31", "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", sans-serif;
}
.bg_box02 {
	background: #FFF9ED;
	padding: 30px;
	box-sizing: border-box;
}
 @media (min-width: 768px) and (max-width: 1199px) {
/* =====================================
 共通
===================================== */
.bnr a {
	width: 22%;
	margin-right: 1%;
}
/* =====================================
 TOP
===================================== */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	font-size: 60%;
}
.top02 .top02_btn a {
    width: 31%;
    margin: 0px 1% 3%;
    font-size: 20px;
}

.top03 .con_l p, .top03 .con_r p {
    min-height: 120px;
}

.top02 .top02_btn p {
    width: 31%;
    margin: 0px 1% 3%;
    font-size: 20px;
}

.top02 .gnv_tmp_map {
	padding-top: 80%;
	margin: 0 auto 1em;
}
.top03 .con h4 {
	line-height: 1.5;
}
.top03 .con:last-child h4 {
	line-height: 3;
}
.top03 .con:nth-child(2) .link_btn a {
	line-height: 3;
}
.top04 img {
	margin: 0 2% 0 0;
	width: 32%;
	float: left;
	display: block;
	max-width: 350px;
}
/* =====================================
 下層
===================================== */
}
 @media (min-width: 768px) and (max-width: 979px) {
/* =====================================
 共通
===================================== */
nav {
	margin-right: 10px;
}
.sf-menu ul {
	padding: 15px 10px;
	top: 40px;
}
.camera_caption > div h3, .camera_caption h3 {
	font-size: 28px;
}
.top #content h3 {
	font-size: 32px;
}
.top03 .con .link_btn a {
	font-size: 13px;
}
.top02 .top02_btn a {
	width: 48%;
	margin: 0px 2% 3%;
	font-size: 20px;
}

.top02 .top02_btn p {
	width: 48%;
	margin: 0px 2% 3%;
	font-size: 20px;
}
/* =====================================
 TOP
===================================== */
.top03 .con_l p, .top03 .con_r p {
    min-height: 150px;
}
/* =====================================
 下層
===================================== */
#notfoundBody #content .grid_12 {
	width: 748px;
}
#notfoundBody.ios #content .grid_12 {
	width: 748px;
}
}
 @media screen and (max-width: 767px) {
/* =====================================
 共通
===================================== */ 
.b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
	display: block;
	width: 100%;
	vertical-align: top;
	margin: 0 auto 1em;
}
.b_11.b_11_column3 {
	display: block;
	table-layout: auto;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.b_11_2_in span img {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 1em 0;
	line-height: 1px;
}
.float_ul01 li {
	box-sizing: border-box;
	float: none;
	margin: 0 auto 10px;
	width: 100%;
}
.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;
}
.link_btn a.fl, .link_btn a.fr {
	max-width: 100%;
	width: 100%;
	margin: 0 auto 20px;
	float: none;
}
.con_l, .con_r {
	float: none;
	width: 100%;
}
.under .link_btn a {
	margin: 0 auto 20px;
}
.b_10.b_10_column2 div.column_l, .b_10.b_10_column2 div.column_r {
	padding: 0;
}
.camera_caption > div h3, .camera_caption h3 {
	font-size: 22px;
}
.top #content h3 {
	font-size: 28px;
}
.camera_wrap {
    margin-top:0 !important;
}
.b_09.top02 {
	padding: 40px 0!important;
	margin: 0 !important;
	background: url(/asset/top02_bg_sp.jpg) no-repeat center;
	background-size: cover !important;
}
.top02 .top02_in {
	background: none;
	padding: 0;
}
.top02 .gnv_tmp_map {
    padding-top: 80%;
    margin: 0 auto 1em;
}
.top02 .top02_btn a {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 2%;
    letter-spacing: 0.05em;
    font-size: 18px;
    float: none;
}

.top02 .top02_btn p {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 2%;
    letter-spacing: 0.05em;
    font-size: 18px;
    float: none;
}
.top03 .con_l,
.top03 .con_r,
.top03 .con {
    margin: 0 auto 20px;
    width: 100%;
    display: block;
    float:none;
    max-width: 560px;
}
.top04 img {
	margin: 0 auto 20px !important;
	width: 100%;
	float: none;
	display: block;
	max-width: 350px;
}
#content-bottom{
	display:none;
}
.top03 h4{
	font-size:24px !important;
}
.top04 .link_btn a {
	font-size: 22px;
	max-width: 520px;
	margin: 50px auto 0;
}
.top #news h2 {
	font-size: 28px;
	margin-bottom: 0.8em !important;
}
.top01 p {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 2;
}
.top01 .link_btn {
	margin: 40px auto 0;
	width: 100%;
}
.top01 .link_btn a{
	max-width:320px;
}
.sp_box01 {
	display: block;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}
.sp_box01_in {
	margin: 0 auto;
	max-width: none;
	width: 100%;
}
.sp_box01 .btn_l, .sp_box01 .btn_r {
	display: block;
	width: 49%;
}
.sp_box01 .btn_l {
	float: left;
}
.sp_box01 .btn_r {
	float: right;
}
.sp_btn01 a, .sp_btn01 a img {
	display: block;
	width: 100%;
}
.sp_box01 a {
	display: block;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.sp_bn {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
}
.sp_bn a img {
	width: 100%;
	display: block;
}
#inquiryBody .sp_box01, #inquiryBody .sp_bn {
	display: none !important;
}
.img_l span img, .img_r span img {
	float: none !important;
	margin: 0 auto 20px auto !important;
}
.bnr a {
	margin: 0 auto 20px!important;
	width: 100%;
}
/* =====================================
 TOP
===================================== */
.bnr {
	margin-bottom: 0;
}
.type6 #content {
}
#footer .grid_4:first-child {
	width: 100%;
}
#inquiryBody #content-top {
	display: none;
}
#inquiryBody.type6 #content {
	padding-top: 0;
}
.inquiryFormTable dd, .inquiryFormTable dt {
	display: block;
	width: 98%;
	box-sizing: border-box;
	padding: 7px 10px 0px;
}
.inquiryFormTable .formM {
	width: 98%;
	box-sizing: border-box;
}
.bottom_contact {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}
.bottom_contact .wrap_l, .bottom_contact .wrap_r {
	width: 50%;
	display: block;
}
.bottom_contact .wrap_l {
	float: left;
}
.bottom_contact .wrap_r {
	float: right;
}
#toTop {
	bottom: 50% !important;
}
#inquiryBody #toTop {
	bottom: 20% !important;
}
/* =====================================
 下層
===================================== */
.type6 #content {
	padding-top: 20px;
}
.under h2 {
	font-size: 30px;
}
.under h3 {
	font-size: 26px;
}
.under h4 {
	font-size: 22px;
}
p.catch {
	font-size: 20px;
}
#news h2 {
	font-size: 26px;
}
}
 @media screen and (max-width: 480px) {
/* =====================================
 共通
===================================== */
/* =====================================
 TOP
===================================== */
#toTop {
	bottom: 15% !important;
}
#footer {
	padding: 40px 0 100px;
}
.camera_caption {
    padding: 20px 0 !important;
}
.camera_caption > div h3, .camera_caption h3 {
	font-size: 16px;
}
/* =====================================
 下層
===================================== */
}
 @media screen and (max-width: 360px) {
/* =====================================
 共通
===================================== */

/* =====================================
 TOP
===================================== */

/* =====================================
 下層
===================================== */
}
#toTop:hover {
	background-position: center 0;
	opacity: 0.8;
	filter: opacity(80%);
}
span {
	vertical-align: top;
}
/* 問い合わせフォーム、Not Foundページ Xperiaで枠が付かない現象対策*/
#inquiryForm textarea, #inquiryForm .formM, #notfoundBody form input {
	-webkit-appearance: none;
}

/* =====================================


■CORONAバナー


===================================== */
/* バナー設置 */
.pc { display:block; }
.sp { display:none; }



.corona {
width:90%;
max-width:800px;
margin:40px auto 0;

}



@media screen and (max-width:767px) {


.pc { display:none; }
.sp { display:block; }

.corona {
width:90%;
 max-width:800px;
 margin:4.5vw auto 0;
}


}
