﻿@charset "utf-8";
body {
	background: url(../images/head_bg_line.gif) repeat-x left top;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	width: 100%;
}
/*     all
------------------------------------------ */

a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:active, a:hover {
	color: #333;
	text-decoration: none;
}
.mg_15 {
	margin: 0 15px;
	overflow: hidden;
}

.f_small {
	font-size: 11px;
}
.f_bold_red {
	font-weight: bold;
    padding-top: 10px !important;
    color: #c30013;
}

h2 {
	font-size: 1.2em;
}


h3 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #c50404;
	z-index: 0;
	margin-bottom: 20px;
}
/*h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c50404 transparent transparent transparent;
}*/


.head_r {
	float: right;
	font-size: 14px;
	text-align: right;
	line-height: 1.6em;
}



.baloon {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	min-width: 115px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #c50404;
	z-index: 0;
	margin-bottom: 20px;
}
.baloon:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c50404 transparent transparent transparent;
}



.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #C7243A;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #C7243A;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}

.balloon2 h3 ,.balloon2_last h3{
	background:#F6D4D8;
	color: #333;
}


.balloon2_last {
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #333;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #C7243A;
  box-sizing: border-box;
}



.h3normal {
	font-size:0.8em;
	}


.tit_normal {
	font-weight:bold;
	font-weight:1.2em;
	display:block;
	background:#f8f8f8;
	padding:10px;
	}

.h3normal p {
	margin-bottom:3%;
	}

.mb_3 {
	margin-bottom:3%;
	}

.red_small {
	color:#c50404;
	font-size:0.8em;}





/* w100
------------------------------------- */
.w100 {
	width: 100%;
}
input, textarea {
	padding: 5px;
}
/* header
---------------------------------------------------------------------------------------- */


#head_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#logo {
	float: left;
	width: 255px;
}
#headerContact {
	/*width: 238px;*/
	float: right;
}
#main_wrap {
	border-top: 3px solid #9b0101;
	border-bottom: 1px solid #9b0101;
	background: url(../images/back.png);
	overflow: hidden;
}
#main_img {
	width: 950px;
	margin: 3% auto;
	box-shadow: 0px 0px 3px 3px #9b0101;
}
#globalNavi {
}
.questpage-menu {
	width: 1000px;
	margin: 0 auto;
}
/* #globalNavi
----------------------------------------------------- */
#cursor {
	cursor: pointer;
}
#globalNavi {
	clear: both;
	overflow: hidden;
	background: url(../images/global_navi_bg.gif) repeat-x left top;
	height: 54px;
	padding: 0;
}
#globalNavi ul {
	padding-top: 0;
}
#globalNavi ul li {
	display: inline;
	float: left;
	width: 12.5%;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
}
#globalNavi ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	color: #666;
}
#globalNavi ul li a {
	display: block;
	height: 54px ;
	line-height: 54px;
	border-bottom: none;
	color: #cc0000;
	text-align: center;
	text-decoration: none;
}
#globalNavi ul li a:hover {
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}
#globalNavi ul li a.active {
	background: #cc0000;
	color: #fff;
	text-decoration: none;
}
#globalNavi ul li.last {
	display: inline;
	float: left;
	width: 146px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#globalNavi ul li.last a {
	display: block;
	height: 44px !important;
	height /**/: 54px;
	padding: 12px 0 0;
	border-bottom: none;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: url(../images/global_navi_last.gif) no-repeat left top;
}
#globalNavi ul li.last a:hover {
	background: url(../images/global_navi_last_over.gif) no-repeat left top;
	color: #cc0000;
	text-decoration: none;
}

.link_form {
	border-top:3px solid #cc0000;
	height:51px !important;
	box-shadow:0 0 1px #ccc;
	line-height:51px !important;
	background:#fff;
	}



/* ///////////////////////////////////////////////////////////////////////////// */


.wall1 {
	border-top: 1px solid #ddd;
	overflow: hidden;
	background: #fcfcfc;
	padding: 3% 0 6% 0;
	clear: both;
}
.wall2 {
	border-top: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	padding: 3% 0 6% 0;
	clear: both;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 3%;
	overflow: hidden;
}
.wrap_4 {
	width: 24%;
	margin-left: 1%;
	float: left;
	background: #fff;
	border-bottom: 3px solid #c5c8c9;
	height: 300px;
	display: block;
	color: #333;
	font-size: 0.9em;
}
.wrap_4:first-child {
	width: 24%;
	margin-left: 0;
	float: left;
}
.wrap_4 h2 {
	text-align: center;
	background: #eee;
	padding: 3%;
	margin-bottom: 3%;
	color: #fff;
}
/*
******************* */
.sab_1 {
	background: #f4680b !important;
}
.sab_2 {
	background: #30cfcf !important;
}
.sab_3 {
	background: #a9d167 !important;
}
.sab_4 {
	background: #7d66c1 !important;
}
/*
******************** */

.b_a_wrap {
	overflow:hidden;
	margin-bottom:3%;
	font-size:0.8em;
	}

.b_a_wrap p{
	display:block;
	margin-bottom:3%;
	}



.b_a_l {
	overflow:hidden;
	width:49%;
	float:left;
	}


.b_a_r {
	overflow:hidden;
	width:49%;
	float:right;
	}

.tit_ba {
	background:#eee;
	color:#111;
	
	}

.bd_wrap {
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:3%;

	}

.bd_wrap li{
	overflow:hidden;
	padding:5px;
	text-align:left;
	border-top:1px solid #ccc;
	}

.bd_wrap li:first-child{
	border-top:0;
	background:#eee;
	font-weight:bold;	
}





.ta_right {
	text-align:right;
	}




.wrap4_item {
	text-align: center;
	margin-top: 8%;
}
.wrap4_txt {
	margin-top: 8%;
	padding: 0 3% 3% 3%;
}
.w60 {
	width: 60%;
}
.w38 {
	width: 38%;
}
#newsWrap {
	width: 100%;
	padding: 3%;
	border-bottom: 3px solid #c5c8c9;
	border: 1px solid #ddd;
	border-radius: 5px;
}
#newsWrap dd {
	border-bottom: 1px dotted #ddd;
}
#gallery_wrap {
	margin-top: 3%;
}
#gallery_wrap li {
	width: 32%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	height: 260px;
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#gallery_wrap li:nth-child(3n) {
	margin-right: 0;
}



.subBox p {
	width: 49%;
	border: 1px solid #c50404;
}
/*
********************************************** */
.back_e {
	background:#f8f8f8;
	padding:3%;
	margin:3% 0;
	}



.ta_wrap {
	text-align: center;
	margin-bottom: 3%;
}
.ta_wrap td {
	border: 1px solid #ddd;
	padding: 5px;
}
.back_gry {
	background: #f8f8f8;
	width: 40%;
}
.ta_wrap2 {
	margin-bottom: 3%;
}
.ta_wrap2 tr {
	border: 1px solid #ddd;
	padding: 5px;
}
.ta_wrap2 th {
	width: 30%;
	background: #f8f8f8;
	padding: 5px;
}
.ta_wrap2 td {
	padding: 5px;
}
#sitemap_wrap li {
	border-bottom: 1px dotted #ddd;
}
#sitemap_wrap li a {
	display: block;
	color: #333;
	padding: 5px;
	font-weight: bold;
}
#sitemap_wrap li a:hover {
	display: block;
	background: #cc0000;
	color: #fff;
}
#form_wrap {
	width: 60%;
	margin: 0 auto;
}
#form_wrap tr {
	border: 1px solid #ddd;
}
#form_wrap th {
	background: #f8f8f8;
	width: 40%;
	vertical-align: top;
	padding: 10px !important;
}
#form_wrap td {
	width: 60%;
	padding-left: 20px;
	padding: 10px !important;
}
/* #footer
---------------------------------------------------------------------------------------- */
footer {
	background: #cc0000;
	overflow: hidden
}
#footer_wrap {
	background: url(../images/footer_back.png) no-repeat bottom;
	background-size: 100% 100%;
	border-top: 1px solid #9b0101;
	padding: 20px 0 20px;
	overflow: hidden;
}
#footerNavi {
	font-size: 77%;
	width: 100%;
	margin: 0 auto;
}
#footerNavi p {
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
#footerNavi a {
	text-decoration: none;
	color: #fff;
}
address {
	margin: 1% 0 3% 0;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 0.8em;
}
/* 20140909追加
---------------------------------------------------------------------------------------- */
#headerContact .tel {
	margin-right: 20px;
}
.submit_btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d52400), color-stop(1, #942911));
	background: -moz-linear-gradient(top, #d52400 5%, #942911 100%);
	background: -webkit-linear-gradient(top, #d52400 5%, #942911 100%);
	background: -o-linear-gradient(top, #d52400 5%, #942911 100%);
	background: -ms-linear-gradient(top, #d52400 5%, #942911 100%);
	background: linear-gradient(to bottom, #d52400 5%, #942911 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52400', endColorstr='#942911', GradientType=0);
	background-color: #d52400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 50px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
}
.submit_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #942911), color-stop(1, #d52400));
	background: -moz-linear-gradient(top, #942911 5%, #d52400 100%);
	background: -webkit-linear-gradient(top, #942911 5%, #d52400 100%);
	background: -o-linear-gradient(top, #942911 5%, #d52400 100%);
	background: -ms-linear-gradient(top, #942911 5%, #d52400 100%);
	background: linear-gradient(to bottom, #942911 5%, #d52400 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#942911', endColorstr='#d52400', GradientType=0);
	background-color: #942911;
}
.submit_btn:active {
	position: relative;
	top: 1px;
}
.pc_no {
	display: none;
}

.back_y {
	background:url(../images/back_houzyou.jpg) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	}


#million {
	width:950px;
	margin:30px auto;
	}

.foot_bnr {
	position:fixed;
	bottom:0;
	width:100%;
	background:#4ecd00;
	height:60px;	
	
	}


.foot_bnr:hover{
	opacity:0.9;
	}


.foot_bnrWrap {
	width:600px;
	margin:0 auto;
	}











	.hissu {
		font-size: 8px;
		color:#c50404;
		margin-left: 10px;
	}

.ta_01 {
    border-collapse: collapse;
    width: 100%;
	

	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
	
}	
	
	

.ta_01 td {
    overflow: hidden;
    padding: 20px;
}
	
	tr {
	border-bottom: 1px solid #ccc;
	}
	
	
	
	
	.txarea_hei04 {
		width: 100%;
border: 1px solid #ccc;
		height: 140px;
	}
	
	.con_tb_03 {
		vertical-align: top;
	}

	
.btn_send01 {
    width: 300px;
    padding: 20px;
    color: #fff !important;
    background: #c50404;
    border-radius: 5px;
    margin: 3% auto;
    text-align: center;
    font-size: 14px;
border: none;
display: block;
}	
	


.btn_send02 {
    width: 300px;
    padding: 20px;
    background: #ddd;
    border-radius: 5px;
    margin: 3% auto;
    text-align: center;
    font-size: 14px;
}	
	


.img_input input{
	display: block;
}



/*
********************************************** */
@media (max-width: 1000px) {
	
	
body {
	position:absolute;
	}
	
	
#btn_tel {
	width:100%;
	position:fixed !important;
	overflow:hidden;
	height:75px;
	bottom:0;
	background:#4ecd00;
	text-align:center;
	
	}

#million {
	width:100%;
	margin:3% auto;
	}



	
	
.pc_no {
	display: block;
}
.sp_no {
	display: none;
}
.w1000 {
	width: 100%;
}
.fl_l, .fl_r {
	float: none;
}
h1 {
	margin-top: 6px;
}
#form_wrap {
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
}
#form_wrap th {
	width: 100%;
	display: block;
}
#form_wrap td {
	width: 100%;
	display: block;
}
/*
************************************* */
#main_wrap {
	width: 100%;
}
#main_img {
	width: 100%;
}
.wrap_4:nth-child(2n+1) {
	width: 49%;
	margin-left: 0;
	float: left;
}
.wrap_4 {
	width: 49%;
	margin-left: 1%;
	/*margin-bottom: 3%;*/
	float: left;
	background: #fff;
/*	border-bottom: 3px solid #c5c8c9;
*/	border-bottom: 0;

	min-height: 250px;
	display: block;
	color: #333;
	font-size: 0.9em;
}
.w60, .w38 {
	width: 100%;
}
#newsWrap {
	margin-bottom: 3%;
}
#gallery_wrap li {
	width: 100%;
	float: none;
	margin-bottom: 3%;
	height: auto;
}
	
	
/*#gallery_wrap li {
	width: 31%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	height: 260px;
}
	*/
	
.subBox p {
	width: 100%;
	margin-bottom: 3%;
}
.ta_wrap {
	text-align: center;
	font-size: 0.8em;
}
.back_gry {
	background: #f8f8f8;
	width: 60%;
}
.ta_wrap2 th {
	width: 100%;
	display: block;
	text-align: left;
}
.ta_wrap2 td {
	display: block;
}





.foot_bnr {
	height:50px;	
	
	}

.foot_bnrWrap {
	width:340px;
	margin-top:5px;
	}

	.ta_01 td {
		display: block;
		width: 100%;
	}
	
	.ta_01 td:nth-child(odd) {
    background: #f8f8f8;
}


.b_a_l {
    overflow: hidden;
    width: 100%;
    float: none;
}

.b_a_r {
    overflow: hidden;
    width: 100%;
    float: none;
}


}
/*
********************************************************************************


	 .btn_web {
		 background:#73c93c;
		 padding: 10px;
		 border-radius: 3px;
		 margin: 16px auto;
		 width: 300px;
		 display: block;
		 text-align: center;
		 color: #fff;
		 border-bottom: 3px solid #53932b;
	 }


/*
********************************************************************************

bxslider.css

******************************************************************************** */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

@media (max-width: 900px) {
.bx-wrapper {
	margin:3% 3% 6% 3%;
}

}


.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
/*	border:  5px solid #fff;
*/	/*left: -5px;*/
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #850404;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #850404;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}


	 .btn_web {
		 background:#73c93c;
		 padding: 10px;
		 border-radius: 3px;
		 margin: 16px auto;
		 width: 300px;
		 display: block;
		 text-align: center;
		 color: #fff;
		 border-bottom: 3px solid #53932b;
	 }

