@charset "UTF-8";
/* CSS Document */

a {
	transition:opacity 0.3s ease-out;
}
a:hover {
	opacity:0.7;
}

.pc_br {
	display: block;
}
.sp_view {
	display: none;
}


html {
	height:100%;
	width:100%;
}
body {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	font-family:YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position:relative;
}


.container {
	position: relative;
	width:1000px;
	margin:0 auto;
}

#header_plink {
	font-size: 0;
}
#header_plink a {
	font-size: 0;
	text-decoration: none;
}

.noview {
	font-size: 0;
	line-height: 0;
}

header > .container {
	height: 130px;
}
header #header_title {
	position: absolute;
	top: 25px;
	left: 30px;
	font-size: 0;
	z-index: 0;
}
header #header_title img {
	width: auto;
	height: 75px;
}
header #header_smenu {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 201;
	text-align: right;
}
header #header_smenu > div#smenu {
	color: #000;
}
header #header_smenu > div#smenu div {
	clear: both;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
header #header_smenu > div#smenu div > span {
	display: inline-block;
	padding: 4px 0;
}
header #header_smenu > div#smenu div ul {
	float:right;
	font-size: 0;
	margin: 0 0 10px 10px;
}
header #header_smenu > div#smenu div ul li {
	display: inline-block;
	border-top:1px solid #006EB0;
	border-left:1px solid #006EB0;
	border-bottom:1px solid #006EB0;
}
header #header_smenu > div#smenu div ul li:last-child {
	border-right:1px solid #006EB0;
}
header #header_smenu > div#smenu div ul li a {
	display: block;
	text-decoration: none;
	color: #006EB0;
	background-color: #FFF;
	line-height: 1;
	padding: 3px 5px;
}
header #header_smenu > div#smenu div ul li a.slt {
	background-color: #006EB0;
	color: #FFF;
}
header #header_smenu > div#tmenu {
	clear: both;
	padding-top: 30px;
}
header #header_smenu > div#tmenu a {
	text-decoration: none;
	color: #000;
}
header #header_smenu #lang a {
	text-align: center;
}
header #header_smenu > div#smenu #lang div {
	display: none;
	margin: 0;
	background-color: #FFF;
}
header #header_smenu #lang div a {
	border-top: 1px solid #006EB0;
}
header #header_tel {
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 200;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
header #header_tel b {
	font-weight: bold;
}
header #header_tel strong {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #E17B34;
	display: inline-block;
	padding: 3px 0;
}


#header_spmenu {
	display: none;
}
header #header_menu {
	background-color: #E17B34;
	height: 50px;
}
header #header_menu nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
header #header_menu nav > a {
	position: relative;
	display: block;
	width: 33.3%;
	box-sizing: border-box;
	border-left: 1px solid #FFF;
	text-decoration: none;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	transition:opacity 0.3s ease-out;
}
header #header_menu nav > a.pclast {
	border-right: 1px solid #FFF;
	line-height: 18px;
	padding: 8px 0 6px;
}
header #header_menu nav > a.sp_view {
	display: none;
}



#search {
	width: 308px;
	float: left;
	padding: 40px 0 0 0;
	text-align: center;
}
#search > strong {
	text-align: left;
	display: block;
	background-color: #4496D3;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1;
	padding: 20px;
}
#search > strong b {
	white-space: nowrap;
}
#search > strong span {
	padding-left: 10px;
	font-weight: normal;
}
#search form > div {
	font-size: 0;
	padding: 20px;
	background-color: #EDEDED;
	border-bottom: 1px solid #FFF;
}
#search form > div#submit {
	padding: 20px 0 0 0;
	background-color: transparent;
	border-bottom: none;
}
#search h4 {
	text-align: left;
	font-weight: bold;
	line-height: 1;
	color: #4496D3;
	padding: 0 0 7px;
	border-bottom: 2px solid #4496D3;
}
#wblk {
	position: relative;
}
#wblk a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 29px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#search input[type="text"] {
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 30px 5px 10px;
	box-sizing: border-box;
	width: 100%;
	background-image: url("../img/searchicon.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 20px;
	margin-top: 20px;
}
#search form > div > div.f14 {
	line-height: 1.8;
	overflow: hidden;
	padding-top: 15px;
}
#search form > div > div.f14 label {
	padding-right: 2em;
	float: left;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
#search form > div > div.f14 label input {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
#search form #map {
	text-align: right;
	font-size: 0;
	padding-top: 10px;
}
#search form #map img {
	width: 190px;
	height: auto;
}
#search form #sblk {
	border-top: 1px dotted #000;
	margin-top: 15px;
}
#search #optmes {
	display: none;
	color: #4496D3;
	padding-top: 10px;
}
#search #optmes span {
	border-bottom: 1px solid #4496D3;
	font-weight: bold;
	padding-bottom: 4px;
	white-space: nowrap;
}
#search #opt,#search #hopt {
	text-align: center;
	padding-top: 15px;
}
#search form input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	background-color: #FFF;
	border:1px solid #4496D3;
	color: #4496D3;
	line-height: 1;
	font-weight: bold;
	padding: 7px 0;
	min-width: 190px;
	margin: 0 auto;
}
#search form input[type="button"]:hover {
	opacity: 0.7;
}
#submit {
	text-align: center;
	padding-top: 20px;
}
#submit input {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	background-color: #4496D3;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	padding: 7px 20px;
	margin: 0 auto;
}
#submit input:hover {
	opacity: 0.7;
}
#cnt {
	display: inline-block;
	border: 1px solid #26499D;
	color: #26499D;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
	margin: 40px auto 0;
	text-align: center;
}
#cnt strong {
	font-weight: bold;
	padding: 0 5px;
}
#cnt span,#cnt strong {
	vertical-align: middle;
}
#listview {
	margin: 0 -15px;
	border-top: 1px dotted #26499D;
	color: #4496D3;
	font-size: 18px;
	cursor: pointer;
}
#searchopt {
	display: none;
	margin-top: 20px;
	border-top: 1px dotted #000;
}
#searchopt .sblk {
	display: none;
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px dotted #000;
}
#searchopt .sblk label {
	display: block;
	text-align: left;
	line-height: 40px;
	white-space: nowrap;
}
#searchopt .sblk label img {
	width: 40px;
	height: auto;
	margin: 10px 8px 0;
	vertical-align: bottom;
}
#searchopt .sblk label:first-child img {
	margin-top: 0;
}



#contents_blk {
	width: 652px;
	float: right;
	padding: 40px 0 0 0;
}
.noitem {
	text-align: center;
	padding: 50px 0;
}
.noitem a {
	text-decoration: underline;
	color: #006EB0;
}


footer {
	position: relative;
	clear:both;
	color:#000;
	text-align:center;
	padding-top: 60px;
}
#footer_cset {
	background-color: #E17B34;
	line-height: 1.5;
	color: #000;
	text-align: left;
	padding: 30px 0;
}
#footer_cset strong {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer_cset b {
	font-weight: bold;
}
#footer_cset a {
	text-decoration: none;
	color: #000;
}
#footer_cset #flink {
	position: absolute;
	bottom: 0;
	right: 20px;
}
#footer_cset #flink a {
	text-decoration: underline;
}

#faset {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#faset > div {
	margin-right: 4em;
}

p.gotop {
    top: 37px;
    position: absolute;
    right: 60px;
	z-index: 50;
}
p.gotop a img {
	width: 80px;
	height: auto;
}
p.gotop a:hover {
	opacity:0.7;
}
@media screen and (max-width: 1212px) {
	p.gotop {
		right: 5px;
	}
}
@media screen and (max-width: 1090px) {
	p.gotop {
		display: none;
	}
}
#footer_copy {
	clear: both;
	padding: 15px 0 20px;
	line-height: 1;
}


@media print {
	#search {
		display: none;
	}
	#contents_blk {
		float: none;
		margin: 0 auto;
	}
	.photo_set {
		page-break-inside: avoid;
	}
}

@media screen and (max-width: 767px) {
	.pc_view {
		display: none !important;
	}
	.pc_br {
		display: inline;
	}
	.sp_view {
		display: inherit;
	}
	.sp_br {
		display: block !important;
	}
	.sp_hide {
		display: none;
	}
	
	p.gotop {
		display: block !important;
		right: 15px;
		top: auto;
		bottom: 20px;
		font-size: 0;
	}
	p.gotop a img {
		width: 40px;
		height: auto;
	}
	
	.container {
		width: auto;
	}
	.container.static {
		position: static;
	}
	
	header > .container {
		height: 100px;
		border-bottom: 2px solid #E17B34;
	}
	header #header_title {
		top: 40px;
		left: 20px;
	}
	header #header_title img {
		width: 260px;
		height: auto;
	}
	header #header_smenu {
		top: 15px;
		font-size: 0;
	}
	header #header_smenu > div#smenu div:first-child,header #header_smenu > div#smenu div:nth-child(2),header #header_smenu > div#tmenu {
		display: none;
	}
	header #header_smenu > div#smenu div#lang {
		font-size: 0;
	}
	header #header_smenu > div#smenu div#lang li {
		font-size: 12px;
	}
	header #header_smenu > div#sjmenu {
		margin: 0 0 0 auto;
		width: auto;
	}
	header #header_smenu > div#sjmenu > a {
		width: auto;
		font-size: 11px;
		line-height: 21px;
		background-size: auto 14px;
		background-position: 6px center;
		padding-left: 25px;
		padding-right: 6px;
	}
	header #header_smenu > div#sjmenu > a i {
		margin-left: 6px;
	}
	#header_spmenu {
		display: block;
		position: absolute;
		width: 37px;
		font-size: 0;
		top: 55px;
		right: 18px;
		z-index: 10;
	}
	#header_spmenu a {
		text-decoration: none;
		display: block;
		width: 37px;
		height: 30px;
		text-indent: -9999px;
		background-image: url("../img/spmenubtn.png");
		background-size: 37px 60px;
		background-position: left top;
	}
	#header_spmenu a.slt {
		background-position: left -30px;
	}
	header #header_smenu ul {
	}
	header #header_smenu ul, header #header_smenu li {
	}
	header #header_smenu li a {
		width: auto;
		font-size: 12px;
		line-height: 20px;
		border-right: none;
		border-left: none;
	}
	header #header_menu {
		display: none;
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 100;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}
	header #header_menu nav {
		flex-direction: column;
		flex-wrap: wrap;
	}
	header #header_menu nav > div {
		width: auto;
		text-align: left;
		padding: 20px 0 20px 20px;
		font-size: 20px;
		line-height: 40px;
		border-bottom: 1px solid #FFF;
		background-image: url("../img/spmenu_off.png");
		background-repeat: no-repeat;
		background-size: 22px 12px;
		background-position: right 20px top 35px;
		border-left: none;
	}
	header #header_menu nav > div:last-child {
		border-right: none;
		border-bottom: none;
	}
	header #header_menu nav > div.slt {
		background-image: url("../img/spmenu_on.png");
	}
	header #header_menu nav > div > div {
		position: relative;
		display: none;
		padding-top: 5px;
	}
	header #header_menu nav > div > div > a, header #header_menu nav > div > div > div {
		border-top: none;
	}
	header #header_menu nav > div > div > a, header #header_menu nav > div > div > div {
		font-size: 20px;
		line-height: 40px;
		padding: 0 0 0 1em;
	}
	header #header_menu nav > div > div > a::before {
		content: '・';
	}
	header #header_menu nav > div > div > div a {
		font-size: 20px;
		line-height: 40px;
	}
	header #header_menu nav > div > div > div a::before {
		content: '・';
	}
	header #header_menu nav > div > div > div a:first-child {
		padding-top: 0;
	}
	
	header #header_menu nav > a {
		width: 100%;
		padding: 0 20px;
		text-align: left;
		border-bottom: 1px solid #FFF;
		border-left: none;
	}
	header #header_menu nav > a.sp_view {
		display: block;
	}
	header #header_menu nav > a.pclast {
		border-right: none;
		line-height: 50px;
		padding: 0 20px;
	}
	header #header_menu nav > a:last-child {
		border-bottom: none;
	}
	
	#search {
		display: none;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 1000;
		padding: 0 0 30px;
		width: 100%;
		background-color: #FFF;
		border-bottom: 1px solid #999;
	}
	.container.static #search {
		top: 102px;
	}
	
	footer {
		padding-top: 40px;
	}
	#footer_cset {
		padding: 20px;
	}
	#footer_cset .container {
		font-size: 14px;
	}
	#footer_cset strong {
		font-size: 16px;
		font-weight: bold;
	}
	#footer_cset #flink {
		position: relative;
		text-align: right;
		right: 0;
		padding-top: 10px;
	}
	#footer_copy {
		border-top: 1px solid #800000;
		line-height: 1.5;
		padding: 10px 0 20px;
	}
	#faset {
		flex-direction: column;
	}
	#faset > div {
		margin: 1em 0 0 0;
	}
	
	
	#contents_header {
		background-color: #800000;
		line-height: 40px;
		padding: 0 20px;
	}
	#contents_header h1 {
		font-size: 16px;
		float: none;
		color: #FFF;
	}
	#contents_header h1 span {
		display: inline;
	}
	#ch_menu {
		display: none;
	}
	#sub_menu {
		display: none;
	}
	#contents_title {
		padding: 30px 0 25px;
	}
	#contents_title h1 {
		font-size: 16px;
		padding: 0 8px 8px;
	}
	#main_contents {
	}
}