@charset "utf-8";
/* --------------------------------------------------------- */
/* トップイメージ
------------------------------------------------------------ */
#mainVisual {
	background: url(../img/bac_main02.jpg) no-repeat center bottom 25%;
	background-size: cover;
	width: 100%;
	height:150px;
	margin-top:56px;
	position:relative;
}
#mainVisual:after{
	position:absolute;
	background:url(../img/jp/ico_moni.png) no-repeat;
	width:178px;
	height:86px;
	display:block;
	content:'';
	bottom:0;
	margin-bottom:-6px;
	right:100px;
}
.overlay {
	background-image: url(../img/bac_overlay.png);
	background-repeat: repeat;
	background-position: top center;
	width: 100%;
	height:150px;
}
#mainVisual h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	text-align: center;
	padding-top: 54px;
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
@media (max-width: 750px) {
#mainVisual {
	margin-top:50px;
	height: 110px;
}
.overlay {
	height: 110px;
}
#mainVisual h2 {
	padding-top: 40px;
	font-size: 1.5rem;
}
#mainVisual:after {
	background-size: 100% auto!important;
	width: 80px;
	height: 41px;
	content: '';
	bottom: 0;
	margin-bottom: -6px;
	right: 96%;
	margin-right: -85px;
}
}

/* --------------------------------------------------------- */
/*　イントロ
------------------------------------------------------------ */
#introWrap{
	text-align:center;
	margin-bottom: 41px;
}
#introWrap .readWrap{
	font-size:20px;
}
#introWrap h2 {
	margin-top: 40px;
	font-size: 24px;
	border-top: none;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#introWrap .leftBox{
	display:inline-block;
}
#introWrap .rightBox{
	display:inline-block;
	text-align:left;
	float:none;
	vertical-align: top;
	margin-left:15px;
}
#introWrap .txt {
	width: 400px !important;
	margin-bottom: 6px;
	font-size: 14.5px;
}
#introWrap p.btn {
	width: 340px;
	margin: 10px 0px 0px 5px;
}
#introWrap .btn a {
	font-size: 16px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color:#ffa633;
	display: block;
	font-weight:bold;
	border:2px solid #ffa633;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
	padding-left:15px;
}
#introWrap .btn a:before {
	background: url(../img/icon_pdf.png) no-repeat left top 6px;
	background-size: 35px;
	display: block;
	width: 35px;
	height: 50px;
	content: '';
	position: absolute;
	left: 10px;
}
.attention_txt{
	font-size:12px;
	color:#aaa;
}
@media (max-width: 750px) {
#introWrap {
	width: 90%;
	margin: 25px auto;
	background: #fff;
	border: 1px solid #e9eaea;
	border-radius: 4px;
	padding-bottom: 18px;
}
#introWrap h2 {
	font-size: 18px;
	margin:15px 0 10px;
}
#introWrap .leftBox {
	width: 100%;
	background: #eee;
	padding: 12px 12px;
	box-sizing: border-box;
	border-radius: 4px;
}
	#introWrap .rightBox{
	margin:15px 0 0 0;
	width:100%;
}
#introWrap .txt {
	width: 100% !important;
	margin-bottom: 3px;
	font-size: 13px;
}
#introWrap p.btn {
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#introWrap .btn a {
	font-size: 14px;
	border: 1px solid #ffa633;
	padding-left: 12px;
}
}
@media (max-width: 360px) {
#introWrap .btn a{
	padding-left:0px;
}
#introWrap .btn a:before {
	display:none;
}
}
/* --------------------------------------------------------- */
/*　絞り込み
------------------------------------------------------------ */
#serchWrap{
	width:100%;
	background:#e9eaea;
	padding:30px 0;
	overflow:hidden;
	color:#555555;
}
#serchWrap dl{
	float:left;
	margin-right:30px;
}
#serchWrap dl:first-child{
	width:410px;
}
#serchWrap dl:nth-child(2){
	width:350px;
}
#serchWrap dl dt{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 14px;
	padding-bottom: 8px;
}
#serchWrap dl dd input[type="text"]{
	width: 93%;
	padding: 13px 10px;
	border-radius: 3px;
	background: #dbdbdb;
}
#serchWrap dl li{
	float:left;
	width:50%;
	margin-bottom:7px;
}
#serchWrap dl li span{
	font-size:15px;
	margin-left:3px;
}
#serchWrap .btn{
	float:left;
	width:120px;
	height:90px;
}
#serchWrap .btn input{
	height:90px;
	width: 160px;
	background:url(../img/ico_handglass.png) no-repeat,#ffa633;
	background-position:center top 30% !important;
	-webkit-appearance: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius:3px;
	cursor:pointer;
	padding-top: 35px;
}
#serchWrap .btn input:hover{
	background:url(../img/ico_handglass.png) no-repeat,#eb911c;
}
@media (max-width: 750px) {
#serchWrap {
	padding: 15px 0 15px;
	width: 90%;
	margin: 0 auto;
	border-radius:4px;
	border:1px solid #ddd;
	background:#ececec;
}
#serchWrap .inner{
	width:100%;
}
#serchWrap dl{
	float:none;
	margin-right:0px;
	padding-bottom: 6px;
	margin:0 auto;
	width:90%;
}
#serchWrap dl:first-child{
	width:90%;
}
#serchWrap dl:nth-child(2){
	width:90%;
}
#serchWrap dl dt{
	font-size: 15px;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
#serchWrap dl dd input[type="text"]{
	width:100%;
	padding:10px;
	margin:0 auto;
	background:#dbdbdb;
	box-sizing:border-box;
}
#serchWrap dl li{
	float:none;
	width:100%;
	margin-bottom:9px;
}
#serchWrap dl li span {
	font-size: 14px;
}
#serchWrap .btn{
	float:none;
	width:90%;
	margin:10px auto;
	height: 40px;
}
#serchWrap .btn input{
	height: 40px;
	width: 100%;
	font-size: 18px;
	background: url(../img/ico_handglass.png) no-repeat,#ffa633;
	background-size:auto 60%;
	background-position: left 5% center !important;
	padding-top:0px;
}
}

/* --------------------------------------------------------- */
/*　施設リスト
------------------------------------------------------------ */
#listWrap{
	padding:20px 0 50px;
}
#listWrap .resultEmpty{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:60px 0;
}
#listWrap .resultEmpty span{
	font-size:25px;
	font-weight:bold;
	margin:0px 10px;
}

#listWrap .placeList{
	border-bottom:2px dotted #ccc;
}
#listWrap .placeList dt{
	background: url(../img/icon_arrow2.png) no-repeat center left;
	background-size: 20px auto;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 20px 28px;
	cursor: pointer;
	position:relative;
}
#listWrap .placeList dt:before{
	background-size: 8px 8px !important;
	height: 24px;
	line-height: 24px;
	color: #a1a1a1;
	border:1px solid #a1a1a1;
	text-align: left;
	padding-left: 12px;
	font-size: 11px;
	border-radius: 3px;
	position: absolute;
	right: 14px;
	top: 20px;
}
#listWrap .placeList dt:before {
	content: '詳細を開く';
	background: url(../img/ico_open.png) no-repeat right 6px center;
	width: 74px;
}
#listWrap .placeList dt.active:before {
	content: '詳細を閉じる';
	background: url(../img/ico_close.png) no-repeat right 6px center;
	width: 84px;
}
#listWrap .placeList dt span{
	font-size:14px;
	color:#999;
	padding-left:5px;
}
#listWrap .placeList dd{
	display:none;
}
#listWrap .placeList dd table{
	border:1px solid #b5b5b5;
	width:94%;
	margin:0 auto 30px;
}
#listWrap .placeList dd table th{
	background:#eee;
	border-right:1px solid #b5b5b5;
	width:15%;
	padding:8px 0 8px 10px;
}
#listWrap .placeList dd table tr{
	border-bottom:1px solid #b5b5b5;
}
#listWrap .placeList dd table td{
	padding:8px 0 8px 10px;
}

@media (max-width: 750px) {
#listWrap {
	padding: 10px 0;
}
#listWrap .placeList {
	border-bottom: 1px dotted #aaa;
}
	#listWrap .placeList dt{
	background: url(../img/icon_arrow2.png) no-repeat top 18px left;
	background-size: 15px auto;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 12px 20px;
	cursor: pointer;
	position:relative;
}
#listWrap .placeList dt:before{
	display:none;
}
#listWrap .placeList dt span{
	font-size:12px;
	display:block;
	padding-left:0px;
}

#listWrap .placeList dd table{
	width:92%;
	margin:0 auto 20px;
}
#listWrap .placeList dd table th{
	width:30%;
	padding:8px 0 8px 7px;
	font-size:11px;
	font-weight:bold;
}
#listWrap .placeList dd table tr{
	border-bottom:1px solid #b5b5b5;
}
#listWrap .placeList dd table td{
	padding:8px 0 8px 7px;
}
}


/* --------------------------------------------------------- */
/* ページャー
------------------------------------------------------------ */
.paging ul {
	text-align: center;
	margin: 35px 0 25px;
}
.paging ul li.current {
	padding: 12px 19px;
	font-weight: bold;
	color: #7f888c;
	box-shadow: rgb(127, 136, 140) 0px 0px 0px 1px inset;
	-webkit-box-shadow: rgb(127, 136, 140) 0px 0px 0px 1px inset;
	-moz-box-shadow: rgb(127, 136, 140) 0px 0px 0px 1px inset;
	cursor: text;
}
.paging ul li {
	border-bottom: none;
	width: auto;
	margin: auto;
	display: inline-block;
	margin-left: 3px;
	font-size: 15px;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" sans-serif;
	border-radius: 3px;
}
.paging ul li a {
	padding: 12px 19px;
	border-radius: 3px;
	background-color: #7f888c;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.paging ul li a:hover {
	background-color: #5e6467;
}

@media (max-width: 768px) {
.paging ul {
	margin: 20px 0 18px;
}
.paging ul li.current {
	padding: 8px 14px;
}
.paging ul li {
	margin-left: 2px;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom:20px;
}
.paging ul li a {
	padding: 8px 14px;
}
}

/* --------------------------------------------------------- */
/*　プライバシーポリシー
------------------------------------------------------------ */
.privacy {
	margin-top: 60px;
	line-height: 1.75em;
	font-size: 14.5px;
	margin-bottom: 20px;
}
.privacy h2 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
.privacy .txt2 {
	width: 980px;
}
.privacy .txt3 {
	width: 980px;
}
.privacy p {
	margin-bottom: 15px;
}
.privacy dl dt {
	background-color: #D0D0D0;
	padding: 7px 15px;
	font-weight: bold;
}
.privacy dl dd {
	padding: 8px 24px 10px 15px;
}
.privacy dl {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0px 20px 30px 0;
	color:#444;
  width: 30%;
}

@media (max-width: 750px) {
.privacy {
	margin-top: 25px;
	padding-top: 10px;
	line-height: 1.75em;
	font-size: 1rem;
	margin-bottom: 0px;
}
.privacy h2 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.privacy .txt2 {
	width: auto;
}
.privacy .txt3 {
	width: auto;
}
.privacy p {
	margin-bottom: 15px;
}
.privacy dl dt {
	background-color: #D0D0D0;
	padding: 5px 15px;
	font-weight: bold;
}
.privacy dl dd {
	padding: 5px 15px;
}
.privacy dl {
	border: 1px solid #B3B3B3;
	display: inline-block;
	margin-top: 5px;
	min-width: 300px;
}
}


@media (max-width: 320px) {
.privacy dl {
	width: auto;
	min-width: 0;
}
}

/* --------------------------------------------------------- */
/* ページが見つかりません。
------------------------------------------------------------ */
.notfound{
	padding:100px 0;
}
.notfound p.txt{
	text-align:center;
	font-size:2rem;
	margin-bottom:20px;
	font-weight:bold;
}
.notfound .set{
	font-size:1.6rem;
	text-align:center;
}
.notfound .set p{
	margin-bottom:5px;
}
.notfound p.img{
	text-align:center;
	margin-top:30px;
}
.notfound p.img span{
	color:#aaa;
	margin-top:10px;
	font-size:0.8rem;
	display:inline-block;
	text-align:left;
}
.notfound .btn{
	background:#ffa633;
	padding:12px;
	width:20%;
	margin:0 auto;
	text-align:center;
	border-radius:3px;
	margin-top:80px;
}
.notfound .btn a{
	display:block;
	width:100%;
	height:100%;
	font-size:1.3rem;
	font-weight:bold;
	color:#fff;
}
@media (max-width: 750px) {
.notfound{
	padding:50px 0;
}
.notfound p.txt{
	font-size:1.4rem;
	margin-bottom:10px;
}
.notfound .set{
	font-size:1.05rem;
	text-align:center;
}
.notfound .set p{
	margin-bottom:5px;
}
.notfound p.img{
	margin-top:15px;
}
.notfound p.img img{
	width:40%;
	max-width:140px;
}
.notfound p.img span{
	font-size:0.7rem;
}
.notfound .btn{
	background:#ffa633;
	padding:10px;
	width:60%;
	margin:0 auto;
	text-align:center;
	border-radius:3px;
	margin-top:40px;
}
.notfound .btn a{
	display:block;
	width:100%;
	height:100%;
	font-size:1.1rem;
	font-weight:bold;
	color:#fff;
}
}

/* --------------------------------------------------------- */
/* 改行
------------------------------------------------------------ */
.spBr {
	display: none;
}

@media (max-width: 750px) {
.spBr {
	display: block;
}
}
/* --------------------------------------------------------- */
/* クリアフィックス
------------------------------------------------------------ */
.ver2Box .set:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
