@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#header {
	margin-bottom: 200px;
}
#mainimage {
	position: fixed;
	top:50px;
	left:0;
	width:100%;
	height: 323px;
	z-index: 0;
}
@media screen and (orientation:landscape) {
#mainimage {
    width: 100%;
  }
}
.bxslider {
	width:100%;
}
.bxslider li {
	width:100%;
	height:323px;
	padding:138px 15px 15px;
}
.bxslider li h2 {
	position: relative;
	width: 100%;
	height: 100%;
}
.bxslider li h2 img {
	width: 95%;
	height: auto;
}
.slide01 {
	background: url(../img/index_img/slide01_bg.jpg) center center no-repeat;
	background-size: cover;
}
.slide01 h2 img {
	position: absolute;
	left:0;
	bottom:0;
}
.slide02 {
	background: url(../img/index_img/slide02_bg.jpg) center center no-repeat;
	background-size: cover;
}
.slide02 h2 {
	background: url(../img/index_img/slide02.jpg) center top no-repeat;
	background-size: cover;
}
.slide02 h2 img {
	position: absolute;
	left:0;
	bottom:0;
}
.slide03 {
	background: url(../img/index_img/slide03_bg.jpg) center center no-repeat;
	background-size: cover;
}
.slide03 h2 img {
	position: absolute;
	top:0;
	right:0;
}
section {
	position: relative;
	z-index: 100;
}
@media print, screen and (min-width:480px) {
#header {
	margin-bottom: 215px;
}
#mainimage {
	position: fixed;
	top:50px;
	left:0;
	width:100%;
	height: 290px;
	z-index: 0;
}
.bxslider li {
	width:100%;
	height:290px;
	padding:90px 15px 15px;
}
.bxslider li h2 img {
	width: 75%;
	height: auto;
}
}
@media print, screen and (min-width:768px) {
#header {
	margin-bottom: 380px;
}
#mainimage {
	width:100%;
	height: 503px;
}
.bxslider li {
	width:100%;
	height:503px;
	padding:137px 14px 14px;
}
.bxslider li h2 {
	position: relative;
	width: 720px;
	margin:0 auto;
	height: 100%;
}
.bxslider li h2 img {
	width: auto;
	height: auto;
}
.slide01 h2 img {
	position: absolute;
	left:0;
	bottom:0;
}
.slide02 h2 img {
	position: absolute;
	left:5px;
	bottom:22px;
}
.slide03 h2 img {
	position: absolute;
	top:11px;
	right:0;
}
}
@media print, screen and (min-width:992px) {
#header {
	margin-bottom: 540px;
}
#mainimage {
	width:100%;
	height: 640px;
}
.bxslider li {
	width:100%;
	height:640px;
	padding:114px 14px 14px;
}
.bxslider li h2 {
	width: 940px;
}
}
@media print, screen and (min-width:1200px) {
.bxslider li h2 {
	width: 1140px;
}
}

/*------------------------------------------------------------intro*/
#intro {
	padding:30px 0;
	text-align: left;
	background: #fff;
}
#intro .container div {
	max-width: 1042px;
	margin:0 auto;
	padding:15px 15px 80px;
	border:solid 3px #23a9da;
	background: url(../img/index_img/intro_ph.jpg) right bottom no-repeat;
	background-size: auto 100px;
}
#intro h3 {
	margin-bottom: 15px;
	text-align: left;
}
#intro h3 img {
	width: 100%;
	max-width: 240px;
	height: auto;
}
@media print, screen and (min-width:480px) {
#intro .container div {
	padding:15px 30% 15px 15px;
	border:solid 3px #23a9da;
	text-shadow: 0 0 2px #fff;
	background: url(../img/index_img/intro_ph.jpg) right bottom no-repeat;
	background-size: auto 60%;
}
}
@media print, screen and (min-width:768px) {
#intro {
	padding:50px 0;
}
#intro .container div {
	padding:35px;
	border:solid 3px #23a9da;
	background: url(../img/index_img/intro_ph.jpg) right bottom no-repeat;
	background-size: auto 80%;
}
#intro h3 {
	margin-bottom: 20px;
}
#intro h3 img {
	width: 100%;
	max-width: 503px;
	height: auto;
}
#intro .container div p {
	padding-right:40%;
}
}
@media print, screen and (min-width:992px) {
#intro .container div {
	background: url(../img/index_img/intro_ph.jpg) right bottom no-repeat;
	background-size: auto 100%;
}
}

/*------------------------------------------------------------greeting*/
#greeting {
	padding:30px 0;
	text-align: left;
	background: url(../img/index_img/greeting_bg.jpg) center bottom no-repeat #e7f5fb;
}
#greeting .greeting h3 {
	margin-bottom: 20px;
	padding-bottom:10px;
	line-height: 1.3;
	text-align: left;
	font-family: "NotoSansBold", "sans-serif";
	font-size:22px;
	color:#013d97;
	border-bottom:solid 2px #7eb8d3;
}
#greeting .greeting p {
	margin-bottom:10px;
}
#greeting .greeting p:last-child {
	margin-bottom:0;
}
#greeting .area {
	position: relative;
	margin-top:30px;
}
#greeting .area .tx {
	position: absolute;
	bottom:10px;
	width: 100%;
	text-align: center;
}
#greeting .area h3 {
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: "NotoSansDemiLight", "sans-serif";
	font-size:18px;
	font-weight: bold;
	text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 1px 0 2px #fff;
}
#greeting .area p {
	line-height: 1.5;
}
#greeting .area figure {
	width: 100%;
	text-align: center;
}
#greeting .area figure img {
	width: 100%;
	max-width: 460px;
	height: auto;
}
@media print, screen and (min-width:480px) {
#greeting {
	padding:30px 0;
	font-size:0;
}
#greeting .greeting {
	display: inline-block;
	width:49%;
	margin-right: 2%;
	vertical-align: middle;
}
#greeting .area {
	display: inline-block;
	width:49%;
	margin-top:0;
	vertical-align: middle;
}
#greeting .area h3 {
	font-size:22px;
}
}
@media print, screen and (min-width:768px) {
#greeting {
	padding:60px 0;
}
#greeting .greeting h3 {
	margin-bottom: 30px;
	font-size:30px;
}
#greeting .greeting p {
	margin-bottom:25px;
}
}
@media print, screen and (min-width:992px) {
#greeting .greeting {
	width:450px;
	margin-right: 30px;
}
#greeting .area {
	width:460px;
}
}
@media print, screen and (min-width:1200px) {
#greeting {
	padding:30px 0;
}
#greeting .greeting {
	width:650px;
}
}

/*------------------------------------------------------------pickup*/
#pickup ul {
	font-size:0;
	text-align: center;
}
#pickup ul li {
	position: relative;
	display: inline-block;
	width: 49%;
}
#pickup ul li:first-child {
	margin-right: 2%;
}
#pickup ul li:last-child {
	margin-top: 10px;
}
#pickup ul li img {
	width: 100%;
	height: auto;
}
#pickup ul li a {
	text-decoration: none;
	color:#fff;
}
#pickup ul li h3 {
	position: absolute;
	bottom:10px;
	width: 100%;
	padding:6px 0;
	line-height: 1.3;
	font-size:16px;
	background: rgba(4,52,125,0.8);
}
@media print, screen and (min-width:480px) {
#pickup ul li {
	width: 32%;
	margin-right: 2%;
}
#pickup ul li:last-child {
	margin-top: 0;
	margin-right: 0;
}
#pickup ul li img {
	width: 100%;
	height: auto;
}
#pickup ul li a {
	transition: 0.5s all;
}
#pickup ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}
@media print, screen and (min-width:768px) {
#pickup ul li h3 {
	position: absolute;
	bottom:20px;
	width: 100%;
	height: 50px;
	padding:5px 0 0;
	line-height: 1.2;
	font-size:18px;
	background: rgba(4,52,125,0.8);
}
}
@media print, screen and (min-width:1200px) {
#pickup ul li {
	width: 360px;
	margin-right: 30px;
}
#pickup ul li:first-child {
	margin-right: 30px;
}
}

/*------------------------------------------------------------top_news*/
#top_news {
	padding:30px 0;
	text-align: left;
	color:#fff;
	background:#23a9da;
}
#top_news div.title {
	margin-bottom: 20px;
	line-height: 1.3;
	font-size:0;
}
#top_news div.title h3 {
	display: inline-block;
	margin-right:20px;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	font-family: "NotoSansBold", "sans-serif";
	font-size:22px;
	border-right:solid 2px #98d3ef;
}
#top_news div.title p {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}
#top_news div.title p a {
	text-decoration: none;
	color:#fff;
}
@media print, screen and (min-width:768px) {
#top_news {
	padding:60px 0;
}
#top_news div.title {
	margin-bottom: 30px;
}
#top_news div.title h3 {
	display: inline-block;
	margin-right:36px;
	padding-right: 36px;
	line-height: 38px;
	font-size:30px;
}
#top_news div.title p {
	line-height: 38px;
}
#top_news div.title p a:hover {
	text-decoration: underline;
}
}

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	margin-bottom: 15px;
}
#news01 dl:last-child {
	margin-bottom: 0;
}
#news01 dl dt {
	display: inline-block;
	width: 110px;
	margin-bottom:5px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	color:#23a9da;
	background: #fff;
}
#news01 dl dd p {
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news01 dl dd p a {
	color:#fff;
}
@media print, screen and (min-width:768px) {
#news01 dl {
	margin-bottom: 20px;
}
#news01 dl dt {
	float: left;
	margin-bottom:0;
}
#news01 dl dd {
	padding: 0 0 0 132px;
}
#news01 dl dd p a:hover {
	text-decoration: none;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display:none;
}
}
.newsbox {
	overflow: hidden;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}