@charset "utf-8";
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html, body {
	background:#f4f5f9;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px){
	html, body {
		font-size: 15px;
	}
}
img {
	width:auto;
	height:auto;
	max-width:100%;
	vertical-align:top;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
a{
	color:#17b5e2;
	text-decoration:underline;
	outline:none;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.animate{
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
a:hover img{
	text-decoration:none;
	opacity: 0.7;
}
p{margin-bottom:1em;}
.clr{clear:both;}
.bold{font-weight:bold;}
.hid{visibility:hidden;}
.left{float:left;}
.right{float:right;}
.red{color:#990000;}
.txtCenter {text-align:center;}
.txtRight {text-align:right;}
.radius4 {
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.basic {
	padding-left:2em;
	margin-bottom:1em;
}
ul.basic li {
	list-style-type:disc;
	margin-bottom:0.6em;
	line-height:1.5;
}
.serif_jp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
/*----------------------------------------------------------

	common
	
----------------------------------------------------------*/
.wrapper {
	border-top:6px solid #003768;
	padding-bottom:5%;
}
.pager {
	text-align:center;
	width:100%;
}
.pager::after {
	content:"";
	display:block;
	clear:both;
}
.pager a {
	display:inline-block;
	padding:1em 1em 1em;
	margin:0 1em;
	border-radius:4px;
	color:#FFF;
	font-size:15px;
	line-height:1;
	text-decoration:none;
	text-align:center;
	background-color:#00ccff;
	background-repeat:no-repeat;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
}
.pager a.prev {
	background-image:url(/img/shared/arrow_start.svg);
	background-position:4% center;
}
.pager a.next {
	background-image:url(/img/shared/arrow_end.svg);
	background-position:96% center;
}
hr.basic {
	border:none;
	background:none;
	border-top:1px solid #ddd;
	margin-bottom:1em;
}
/*header*/
#header::after {
	content:"";
	display:block;
	clear:both;
}
#header .siteTitle {
	width:55%;
	float:left;
}
#header .siteTitle .shoulder {
	display:block;
	color:#003768;
	font-size:26px;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:0.2em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#header .siteTitle .title {
	font-size:42px;
	line-height:1.3;
	margin-bottom:.3em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#header .siteTitle .title a {
	color:#003768;
	font-weight:bold;
}
#header .sub {
	width:42.5454%;
	float:right;
	text-align:right;
}
#header .sub p {
	font-size:14px;
	line-height:1.3;
}
#header .sub form {
	margin-bottom:.5em;
}
#footer {
	text-align:center;
	font-size:16px;
	line-height:1.2;
}
/*PC*/
@media screen and (min-width: 1100px){
	.wrapper {
		width:1100px;
		margin:0 auto;
		padding-top:40px;
		
	}
	.pager a {
		width:30%;
	}
}
/*PC-TB*/
@media screen and (min-width: 641px){

}
/*SP-TB*/
@media screen and (max-width: 1099px){
	.wrapper {
		width:auto;
		padding:6% 5% 5%;
	}
	.pager a {
		width:40%;
	}
	#header {
		text-align:center;
	}
	#header .siteTitle {
		width:auto;
		float:none;
	}
	#header .sub {
		width:auto;
		float:none;
		text-align:center;
		margin-bottom:2em;
	}
	
}
/*SP*/
@media screen and (max-width: 640px){
	.wrapper {
		border-top:4px solid #003768;
	}
	.pager a {
		width:45%;
		display:block;
		margin:0;
	}
	.pager a:first-child {
		float:left;
	}
	.pager a:last-child {
		float:right;
	}
	#header .siteTitle .shoulder {
		font-size:18px;
	}
	#header .siteTitle .title {
		font-size:34px;
	}
	#header .data {
		font-size:12px;
	}
	#header .sub iframe {
		width:100% !important;
	}

}
/*----------------------------------------------------------

	TOP
	
----------------------------------------------------------*/
#homepage h1 {
	line-height:1;
	font-weight:bold;
	color:#003768;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	text-align:center;
	margin-bottom:1em;
}
#homepage h1 span {
	display:inline-block;
	padding:.5em .5em .3em;
	background:#003768;
	color:#FFF;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
	border-radius:6px;
	margin-right:.4em;
}
#areaBlock {
	border:1px solid #DDD;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05);
	box-sizing:border-box;
	margin-bottom:2em;
}
#areaBlock dl dt {
	font-weight:bold;
	line-height:1.3;
	margin-bottom:.3em;
}
#areaBlock dl dd {
	margin-bottom:2%;
}
#areaBlock dl dd::after {
	content:"";
	display:block;
	clear:both;
}
#areaBlock dl dd a {
	display:block;
	float:left;
	margin:0 .4em .4em 0;
	padding:.7em .6em .6em;
	background:#FFF;
	color:#ff9900;
	text-decoration:none;
	font-size:13.5px;
	line-height:1;
	border:1px solid #DDD;
	border-radius:4px;
}
#areaBlock dl dd a:last-child {
	margin-right:0;
}
#areaBlock dl dd a::after {
	content:"";
	display:inline-block;
	width:8px;
	height:12px;
	background:url(/img/shared/arrow_orange.svg) no-repeat 0 center;
	margin:0 0 0 .5em;
}
#areaBlock dl dd a.current {
	background:#ff9900;
	color:#fff;
	font-weight:bold;
}
#areaBlock dl dd a:hover {
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
}
#areaBlock dl dd a.current::after {
	background:url(/img/shared/arrow_white.svg) no-repeat 0 center;
}
/*PC*/
@media screen and (min-width: 1100px){
	body#homepage {
		background:url(/img/shared/mainvisual.jpg) no-repeat center top;
	}
	#homepage .wrapper {
		padding-top:60px;
	}
	#homepage h1 {
		font-size:65px;
	}
	#homepage h1 span {
		font-size:50px;
	}
	#areaBlock {
		width:764px;
		padding:28px;
	}
}
/*PC-TB*/
@media screen and (min-width: 641px){
	#areaBlock dl dt {
		font-size:20px;
	}
}
/*SP-TB*/
@media screen and (max-width: 1099px){
	body#homepage {
		background:url(/img/shared/sp_mainvisual.jpg) no-repeat center 120px;
	}
	#homepage .wrapper {
		padding-top:40px;
	}
	#homepage h1 {
		font-size:45px;
		margin-bottom:6em;
	}
	#homepage h1 span {
		font-size:30px;
	}
	#areaBlock {
		padding:5%;
	}
}
/*SP*/
@media screen and (max-width: 640px){
	body#homepage {
		background:url(/img/shared/sp_mainvisual.jpg) no-repeat center 80px;
		background-size:320px;
	}
	#homepage .wrapper {
		padding-top:30px;
	}
	#homepage h1 {
		font-size:28px;
		margin-bottom:7em;
	}
	#homepage h1 span {
		font-size:17px;
	}
	#areaBlock dl dt {
		font-size:16px;
	}
	#areaBlock dl dd a {
		margin:0 .3em .3em 0;
		padding:.7em .6em .6em;
		font-size:13px;
	}

}
/*----------------------------------------------------------

	DETAIL
	
----------------------------------------------------------*/
/*contents*/
#contents {
	padding:3.4% 4.5454%;
	margin-bottom:2em;
	background:#FFF;
	border-radius:6px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}
.detailpage #contents > h1 {
	color:#ff9900;
	font-size:30px;
	line-height:1.3;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:2px solid #DDD;
}
.detailpage #contents > h1 > span {
	font-size:.7em;
}
#contents > .address {
	font-size:22px;
	line-height:1.3;
	margin-bottom:.4em;
}
#contents > .address strong {
	font-weight:bold;
}
#contents > .address_kana {
	font-size:18px;
	line-height:1.3;
	margin-bottom:.6em;
}
#contents > .data {
	margin-bottom:2em;
	padding-top:1.4em;
}
#contents > .data::after {
	content:"";
	display:block;
	clear:both;
}
#contents > .data .list {
	width:530px;
	float:left;
}
#contents > .data .list .basicData {
	width:100%;
	font-size:18px;
	line-height:1.3;
	margin-bottom:1em;
	border-top:1px solid #ddd;
}
#contents > .data .list .basicData th,
#contents > .data .list .basicData td {
	text-align:left;
	vertical-align:top;
	padding:.7em 0;
	border-bottom:1px solid #ddd;
}
#contents > .data .list .basicData th strong,
#contents > .data .list .basicData td strong {
	font-weight:bold;
}
#contents > .data .list .basicData th {
	width:10em;
}
#contents > .data .list .cellData {
	font-size:16px;
	line-height:1.3;
}

#contents > .data .list .cellData .medium_red {
	color:#ff6565;
}
#contents > .data .list .cellData > table {
	width:100% !important;
}
#contents > .data .list .cellData > table > tbody > tr > td {
	border:1px solid #DDD;
}
#contents > .data .list .cellData > table > tbody > tr > td > table {
	width:100% !important;
}
#contents > .data .list .cellData > table > tbody > tr:first-child > td {
	background:#EFEFEF;
}
#contents > .data .list .cellData > table > tbody > tr > td:first-child {
	padding:.8em 0 .5em;
	width:20% !important;
}
#contents > .data .list .cellData > table > tbody > tr > td:last-child {
	width:80% !important;
}
#contents > .data .list .cellData > table > tbody > tr > td td {
	border-right:1px solid #DDD;
	padding:.8em 0 .5em;
	width:9.25% !important;
}
#contents > .data .list .cellData > table > tbody > tr > td td:last-child {
	border-right:none;
}
#contents > .data .list .cellData > table > tbody > tr > td td:first-child {
	width:26% !important;
}
#contents > .data .map {
	width:425px;
	float:right;
}

/*PC*/
@media screen and (min-width: 1100px){

}
/*PC-TB*/
@media screen and (min-width: 641px){

}
/*SP-TB*/
@media screen and (max-width: 1099px){
	.detailpage #contents > h1 {
		font-size:26px;
	}
	#contents > .address {
		font-size:18px;
	}

	#contents > .address_kana {
		font-size:14px;
	}
	#contents > .data .list {
		width:auto;
		float:none;
	}
	#contents > .data .map {
		width:auto;
		float:none;
		font-size:14px;
	}
	#contents > .data .map .alias iframe {
		width:100%;
	}
	#contents > .data .list .cellData {
		font-size:14px;
		margin-bottom:1.5em;
	}
	#footer {
		font-size:14px;
	}
}
/*SP*/
@media screen and (max-width: 640px){
	.detailpage #contents > h1 {
		font-size:20px;
	}
	#contents > .address {
		font-size:16px;
	}

	#contents > .address_kana {
		font-size:13px;
	}
	#contents > .data .list .basicData {
		font-size:14px;
		line-height:1.3
	}
	#contents > .data .list .cellData {
		font-size:11px;
	}
}
/*----------------------------------------------------------

	DIGEST
	
----------------------------------------------------------*/
.digestpage #contents > h1 {
	font-size:26px;
	line-height:1.3;
	margin-bottom:.7em;
	text-align:center;
	font-weight:bold;
}
.digestpage #contents > .list {
	margin-bottom:1em;
}
.digestpage #contents > .list > a {
	display:inline-block;
	padding:.6em .6em .4em .6em;
	margin:0 .5em .5em 0;
	border:1px solid #DDD;
	border-radius:4px;
	font-size:20px;
	line-height:1.3;
	color:#ff9900;
	text-decoration:none;
}
.digestpage #contents > .list > a::after {
	content:"";
	display:inline-block;
	width:10px;
	height:15px;
	margin-left:.5em;
	background:url(/img/shared/arrow_orange.svg) no-repeat 0 0;
	background-size:cover;
}
.digestpage #contents > .list > a:hover {
	background:#FFFF00;
}
/*PC*/
@media screen and (min-width: 1100px){

}
/*PC-TB*/
@media screen and (min-width: 641px){

}
/*SP-TB*/
@media screen and (max-width: 1099px){

}
/*SP*/
@media screen and (max-width: 640px){
	.digestpage #contents > .list > a {
		font-size:14px;
	}
}