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

トップページcss

----------------------------------------------------------*/
/*メインビジュアル
-----------------------------*/
.mv_box {
	position: relative;
}
.mv_box .top_tenkei_img {
	width: 50%;
	max-width: 540px;
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 150;
}

.mv_box .omoe_map_img {
	width: 50%;
	max-width: 559px;
	position: absolute;
	bottom: 0;
	right: 3%;
	z-index: 100;
}
.mv_box .top_tenkei_img img,
.mv_box .omoe_map_img img {
	width: 100%;
}

.slick-slide img {
	width: 100%;
}
.slide {
	width: 100%;
	height: 800px;
}
.slide-animation{
    animation: fadezoom 45s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*トップのナビ
-----------------------------*/
.header_box_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	/*z-index: 200;*/
}



/*youtube
-----------------------------*/
.sec_video {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 0;
}
.sec_video .movie {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.sec_video .movie_box {
	width: 24%;
}

.movie_code{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie_code iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.sec_video .movie_box .caption {
	margin-top: 10px;
}




/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:1000px){
.sec_video .movie {
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}
.sec_video .movie_box {
	width: 500px;
	margin: 0 auto;
	order: 2;
}
.mv_box .omoe_map_img {
	max-width: 559px;
	position: absolute;
	bottom: -8%;
	right: 3%;
	z-index: 100;
}
}


/*----------------------------------------------------------
　トピックス
----------------------------------------------------------*/
h2.h2_news {
	position: absolute;
	left: 0;
	width: 35%;
	background: #1F518E;
	color: #fff;
	font-size: 28px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 0;
	padding-right: 5%;
	line-height: 140px;
	text-align: right;
	margin-top: -10px;
}

.h3_news_ichiran {
	width: 100%;
	float: right;
	text-align: right;
	margin-right: 10%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.h3_news_ichiran a {
	width: 100px;
	color: #072F4E;
	padding-left: 15px;
	text-decoration: none;
	background: url("common/images/arrow_b_r.png")no-repeat left;
	background-size: 12px;
}

.wrap_s#topics {
	width: 100%;
}

@media screen and (max-width:600px){
h2.h2_news {
	width: 40%;
	font-size: 20px;
	line-height: 80px;
}
.h3_news_ichiran {
	margin-right: 0%;
}
}


/*トピックスリスト
-----------------------------*/
.topics_dl{
	margin: 0;
	padding: 40px;
	padding-left: 25%;
	padding-right: 10%;
	background: #ECF4F9;
	float: right;
	width: 85%;
}
.topics_dl dt{
	margin: 0;
	padding: 1em 0 0;
	float: left;
	width: 7em;
	clear: both;
	font-weight: bold;
	color: #072F4E;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.topics_dl dd{
	width: 100%;
	margin: 0;
	padding: 1em 0 1em 10em;
	color: #072F4E;
	border-bottom: 1px solid #ACB6BE;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*トピックスリスト（スマホ）
-----------------------------*/
@media screen and (max-width:1000px){
	.topics_dl {
		margin: 0;
	}
	.topics_dl  dt{
		margin: 0 0 1em;
		padding: 1em 0 0;
		float: none;
		width: 100%;
	}
	.topics_dl  dd{
		width: 100%;
		margin: 0;
		padding: 0 0 1em;
	}
}
@media screen and (max-width:600px){
.topics_dl{
	padding: 40px 10%;
	background: #ECF4F9;
	float: right;
	width: 100%;
}
}



/*----------------------------------------------------------
　重茂半島とともに
----------------------------------------------------------*/
.top_omoe {
	width: 100%;
	padding: 3% 0;
	padding-bottom: 6%;
	background: url("images/grade_w.png")repeat-x bottom,url("images/top_omoe_bg.png")no-repeat left top;
	background-size: auto 100px,cover;
	color: #fff;
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 36px;
	letter-spacing: 0.08em;
	margin-bottom: 0;
}

.top_omoe_textbox {
	width: auto;
	float: right;
	padding-right: 10%;
}
.top_omoe_textbox h4 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}

.top_omoe_textbox .btn_base {
	margin-top: 40px;
}

.slick-dotted.slick-slider {
    margin-top: -2%;
}



/*重茂半島とともに（スマホ）
-----------------------------*/
@media screen and (max-width:1000px){
.top_omoe {
	padding: 5% 0;
	padding-bottom: 100px;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	letter-spacing: 0.05em;
	background: url("images/grade_w.png")repeat-x bottom,url("images/top_omoe_bg.png")no-repeat center top;
	background-size: 100%,cover;
}
.top_omoe_textbox {
	float: none;
	padding-right: 0;
}
.top_omoe_textbox h4 {
	font-size: 24px;
}
.top_omoe_textbox .btn_base {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.slick-dotted.slick-slider {
    margin-top: -5%;
}
}

/*重茂半島とともに（スマホ）
-----------------------------*/
@media screen and (max-width:500px){
.top_omoe {
	padding: 10%;
	font-size: 15px;
	text-align: center;
	line-height: 28px;
}
.top_omoe br {
	display: none;
}
}



/*----------------------------------------------------------
　SNS
----------------------------------------------------------*/
ul.ul_sns {
	width: 100%;
	background: url("images/top_sns_bg.jpg")no-repeat top center;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 4% 0;
}

ul.ul_sns li {
	width: 45%;
	max-width: 500px;
	list-style: none;
	margin: 0 1%;
}

ul.ul_sns li a {
	display: block;
}

ul.ul_sns li img {
	width: 100%;
}

section.top_sns,
section.top_pickup {
	margin-top: 120px;
}
section.top_sns {
	margin-top: 140px;
}


@media screen and (max-width:1000px){
section.top_sns,
section.top_pickup {
	margin-top: 60px;
}
section.top_sns {
	margin-top: 80px;
}
}

/*----------------------------------------------------------
　ピックアップ
----------------------------------------------------------*/
ul.ul_pickup {
	width: 95%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
}

ul.ul_pickup li {
	width: 32%;
	max-width: 330px;
	list-style: none;
	margin: 0 0.5%;
	margin-bottom: 1%;
}

ul.ul_pickup li:first-child,
ul.ul_pickup li:nth-child(2) {
	width: 48%;
	max-width: 494px;
}

ul.ul_pickup li a {
	display: block;
}

ul.ul_pickup li img {
	width: 100%;
}



/*----------------------------------------------------------
Google アナリティクス　注意書き
----------------------------------------------------------*/

.top_analytics {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.top_analytics p {
	text-align: center;
	font-size: 12px;
	margin: 0;
	color: #8298A7;
}


/*Google アナリティクス　注意書き（スマホ）
-----------------------------*/
@media screen and (max-width:1000px){
.top_analytics {
	width: 90%;
}

.top_analytics p {
	text-align: left;
	font-size: 10px;
	line-height: 1.7em;
}
}
