/* メインビジュアル */
header {
	height:40%;
	min-height:450px;
	overflow:hidden;
	position:relative;
}

header h2 {
	position:absolute;
	top:10%;
	left:5%;
	z-index:10;
}

#PhotoBox {
	height:100%;
	z-index:1;
}

#PhotoBox img {
	width:100%;
	margin-top:-20%;
}

#PhotoThumb {
	z-index:10;
	opacity:1;
	position:absolute;
	width:445px;
	left:50%;
	margin-left:-222px;
	bottom:30px;
}

#PhotoThumb a {
	width:70px;
	height:70px;
	display:block;
	margin-left:10px;
	float:left;
	opacity:0.6;
	cursor:pointer;
	overflow:hidden;
	border:3px solid #FFF;
	text-align:center;
	border-radius:5px;
	transition: all  0.3s ease;
}

#PhotoThumb a.active,
#PhotoThumb a:hover {
	opacity:1;
}

#PhotoThumb a img {
	height:70px;
	display:block;
	margin-left:-17px;
}

/* 2022.11.22 MV修正 */
header.mv_slider {
	height:80%;
	max-height: 600px;
}

header.mv_slider .mv_catch_wrap {
	font-family: 'Zen Old Mincho', serif;
	color: #FFF;
	position: absolute;
	width: 60%;
	top: 50px;
	left: 60px;
	text-shadow: 0 0 0.6em rgba(0,0,0,0.8);
	z-index: 100;
}

header.mv_slider .mv_catch_wrap .catch {
	font-size: 2.2em;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: 0.15em;
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 0.5em;
}

header.mv_slider .mv_catch_wrap .text {
	font-size: 1em;
	line-height: 2;
	letter-spacing: 0.10em;
}

header.mv_slider #PhotoBox .slide {
	width: 100%;
	height: 100%;
	min-height: 600px;
	max-height: 600px;
	top: 50%;
	overflow: hidden;
}

header.mv_slider #PhotoBox .slide img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	margin-top:0;
}

header.mv_slider #PhotoBox .bx-wrapper,
header.mv_slider #PhotoBox .bx-viewport {
	height: 100% !important;
	max-height: 600px;
}


/* 概要 */
#MainContWrapper {
	background:url(../img/top_introduction_BG.png) no-repeat right top;
}

#IntroCont {
	overflow:hidden;
	padding-bottom:30px;
	padding-top:20px;
}

#IntroCont h2 {
	position:absolute;
	right:25px;
	top:10px;
}

#IntroCont .intro_catch_wrap {
	padding: 20px 0;
	font-family: 'Noto Serif JP', serif;
}

#IntroCont .intro_catch_wrap .catch {
	font-size: 2.4em;
	line-height: 1.45;
	color: #00b3e2;
	letter-spacing: 0.2em;
	position: relative;
}

#IntroCont .intro_catch_wrap .catch span {
	position: relative;
}

#IntroCont .intro_catch_wrap .catch span::after {
	content: "";
	width: 91px;
	height: 66px;
	background-image: url(../img/top_catch_kakome.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top:-30px;
	right: -100px;
}

#IntroCont p {
	letter-spacing:0.2em;
	font-size:0.95em;
	line-height:1.7;
	padding-top:15px;
	padding-bottom:20px;
}

/* 2021.12.20 */
.goto_box {
	padding-bottom:20px;
}

.goto_box a {
	color: #009fe8;
	font-size: 0.95em;
	font-weight: 600;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.goto_box a:hover {
	text-decoration: none;
}

.goto_box a::before {
	content: "";
	display: inline-block;
	width: 0.90rem;
	height: 0.90rem;
	background-image: url(../img/goto_link_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 6px;
	position: relative;
	top:2px;
}

/* GOTOトラベルバナー */
.goto_bnr {
	position: absolute;
	right: 0;
	top: 348px;
}

.goto_bnr a {
	display: block;
	transition: all 0.3s;
}

.goto_bnr a:hover {
	opacity: 0.7;
}

/* バナー01 */
.TopBnrBox {
	width:460px;
	height:100px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}

#TopBnr01 {
	/* background:url(../top_banner/kokoro_ph.jpg) no-repeat right center; */
	/* background-size:300px auto; */
	/* background:#00A4DB; */
}

#TopBnr01 h3 {
	background:#00A4DB;
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
}

#TopBnr01 h3 img {
	vertical-align:middle;
}

#TopBnr01 a {
	display: block;
	transition: opacity 0.5s;
}

#TopBnr01 a:hover {
	opacity: 0.8;
}

#TopBnr01Waku {
	position:absolute;
	top:2px;
	left:2px;
}

#TopBnr01Arrow {
	position:absolute;
	top:40px;
	left:250px;
	opacity:0;
}

/* バナー02 */
#TopBnr02 {
	background:url(../top_banner/asahi_ph.jpg) no-repeat center center;
	background-size:100% auto;
}

#TopBnr02 h3 {
	height:100px;
}

#TopBnr02 h3 img {
	position:absolute;
	top:30px;
	left:5px;
	z-index:10;
}

#TopBnr02Waku {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	opacity:0.7;
}


/* 2022.5.9追加 */
.bnr_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnr_wrap .bnr_left {
	width: 480px;
}

.bnr_wrap .bnr_right {
	width: 510px;
}

.bnr_wrap .bnr_right .bnr_box {
	padding-bottom: 16px;
}

.bnr_wrap .bnr_right .bnr_box a {
	display: block;
	transition: all 0.3s;
}

.bnr_wrap .bnr_right .bnr_box a:hover {
	opacity: 0.7;
}

/* トピックス枠 */
#TopTopicsWrapper {
	background:url(../img/top_topics_BG.jpg) repeat;
	padding:25px;
	clear:both;
	position:relative;
}

.AllBtn {
	position:absolute;
	top:0;
	right:4px;
}

.AllBtn a {
	text-decoration:none;
	font-size:0.75em;
	color:#FFF;
	display:block;
	border-radius:3px;
	background-color:#FF4000;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	transition: all  0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	line-height:26px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.AllBtn a:hover {
	background:#C30;
}

.AllBtn a strong {
	background:url(../img/link_arrow_white.png) no-repeat left;
	padding-left:20px;
}

#TopTopicsWrapper h3 {
	text-align:center;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size:1.6em;
	letter-spacing:0.2em;
	margin-bottom:25px;
	margin-top:6px;
}

#TopTopicsWrapper h3 strong {
	background:url(../img/title_monyou01.png) no-repeat left, url(../img/title_monyou01.png) no-repeat right;
	padding-left:40px;
	padding-right:40px;
}

.TopTopicsBox {
	width:180px;
	float:left;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	margin-left:5px;
	margin-right:18px;
	margin-bottom:20px;
	padding-bottom:15px;
	background:#FFF;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	overflow:hidden;
}

.TopTopicsLast {
	float:right;
	margin-left:0;
	margin-right:4px;
}

.TopTopicsBox a {
	text-decoration:none;
	color:#333;
	display:block;
	transition: all  0.3s ease;
}

.TopTopicsBox a:hover {
	color:#00A4DB;	
}

.TopTopicsPhoto {
	max-height:120px;
	overflow:hidden;
}

.TopTopicsBox img {
	width:100%;
}

.TopTopicsBox a:hover img {
	opacity:0.8;
}

.TopTopicsText {
	padding:10px;
	padding-bottom:0;
}

.TopTopicsBox a span {
	font-family: 'Roboto', sans-serif;
	font-size:0.7em;
	display:block;
	padding-bottom:3px;
}

.TopTopicsBox a h4 {
	font-size:0.85em;
	line-height:1.3;
	padding-bottom:5px;
}

.TopTopicsBox a p {
	font-size:0.75em;
	line-height:1.5;
	text-align:justify;
	text-justify:inter-ideograph;
	color:#333;
}

.TopTopicsBox a:hover p {
	color:#333;
}

#TopNewsWrapper {
	background:#FFF;
	padding:20px;
	position:relative;
	clear:both;
	width:952px;
	margin:auto;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

#TopNewsWrapper .AllBtn {
	top:15px;
	right:15px;
}

#TopNewsWrapper .AllBtn a {
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

#TopNewsWrapper h3 {
	font-size:1.2em;
	margin-bottom:10px;
}

.TopNewsBox {
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.TopNewsBox a {
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	line-height:1.4;
	font-size:0.85em;
	text-decoration:none;
	overflow:hidden;
	color:#0059B2;
	transition: all  0.3s ease;
}

.TopNewsBox a:hover {
	color:#00A4DB;	
}

.TopNewsBox a dl {
	overflow:hidden;
}

.TopNewsBox a dt {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:100px;
	float:left;
	color:#333;
}

.TopNewsBox a dd {
	width:840px;
	float:right;
}

/* フッターバナー */
#FooterBnrWrapper {
	clear:both;
	padding-top:40px;
	overflow:hidden;
}

#FooterBnrWrapper .bnr_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#FooterBnrWrapper .bnr_list .bnr {
	width: 270px;
	padding: 0 15px 25px;
}

#FooterBnrWrapper .bnr_list .bnr img {
	max-width: 100%;
	display: block;
}

#FooterBnrWrapper .bnr_list .bnr a {
	transition: all 0.3s;
}

#FooterBnrWrapper .bnr_list .bnr a:hover {
	opacity: 0.7;
}
	
/* 貸しきりバナー */
#TopFooterBnr01 {
	background:url(../top_banner/kashikiri_ph.jpg) no-repeat right center;
	background-size:250px auto;
	border:1px solid #CCC;
	height:128px;
	width:508px;
	position:relative;
	float:left;
}

#TopFooterBnr01 a {
	transition: all  0.3s ease;
}

#TopFooterBnr01 a:hover img {
	opacity:0.8;
}

#TopFooterBnr01 h3 {
	width:54%;
	background:#FFF;
	text-align:center;
	line-height:128px;
}

#TopFooterBnr01 h3 img {
	vertical-align:middle;
}

#TopFooterBnr01Arrow {
	position:absolute;
	top:54px;
	left:260px;
	opacity:0;
}

#TopFooterBnrRight {
	width:460px;
	float:right;
}

#FooterBnrWrappera {
	transition: all  0.3s ease;
}

#FooterBnrWrapper a:hover {
	opacity:0.8;
}


#FooterBnrWrapper .fLeft {
	float:left;
	padding-bottom:10px;
}

#FooterBnrWrapper .fRight {
	float:right;
	padding-bottom:10px;
}

/* フッター内の連絡先 */
#TopFooterTel {
	background:url(../img/top_footer_tel.png) no-repeat 0 0;
	padding:20px;
	padding-top:40px;
	padding-bottom:40px;
	clear:both;
	margin-bottom:15px;
	overflow:hidden;
	height:77px;
}

#FooterTelLeft h3,
#FooterTelRight h3 {
	color:#FFF;
}

#FooterTelLeft address {
	color:#FFF;
}

#FooterTelRight li a {
	background:#FFF url(../img/top_footer_tel_arrow.png) no-repeat right;
	color:#0086B3;
}
