@charset "utf-8";
/* Filename：home.css */

/* -----------------------------------------

スマホ（縦）＆共通記述
320px → 479px（iPhone3,4,5,6,6Plus,Android）

----------------------------------------- */

/* :::::::::::::::::::::
	Main Visual
::::::::::::::::::::: */
#mainVisual {
	padding: 10px 0 0;
}

/* :::::::::::::::::::::
	スライドショー
::::::::::::::::::::: */

/* #mvHome
------------------------- */
#mvHome {
	padding: 10px 10px;
}

/* .slideShow
------------------------- */
.slideShow {
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	display: none;
	padding: 10px 0 0;
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 100%;
}

.slideShow .thumbNail ul li {
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 95%;
	border-radius: 10px;
	border: 3px solid #fff;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=80) !important;
	-moz-opacity: 0.8 !important;
	opacity: 0.8 !important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}

/* :::::::::::::::::::::
	紹介
::::::::::::::::::::: */

#main-bnr {
	width: 225px;
	display: block;
	padding-top: 10px;
}

/* ABOUT MOVIE */
#main-bnr a {
	display: block;
	width: 225px;
	height: 190px;
	border: 0;
	border-radius: 0;
}

#main-bnr a:hover {
	opacity: 0.8;
}

#main-bnr ul {
	width: 225px;
}

#main-bnr ul li {
	padding: 0 0 10px;
	width: 225px;
}

#main-bnr ul li img {
	width: 225px;
}

@media only screen and (max-width: 960px) {
	#main-bnr {
		padding: 10px 0;
		width: 100%;
		display: flex;
	}

	#main-bnr ul {
		margin: 0 auto;
		padding: 0 10px;
		display: flex;
		gap: 10px;
		width: auto;
	}

	#main-bnr ul li {
		width: 48%;
	}

	#main-bnr ul li img {
		width: 100%;
	}

	#main-bnr a {
		text-decoration: none;
		line-height: 1.5;
		width: 100%;
		height: auto;
	}
}

/* :::::::::::::::::::::
	PICKUP AREA
::::::::::::::::::::: */
#homePickup {
}

/* TOPICS */
#homeTopics {
	width: 100%;
}

/* :::::::::::::::::::::
	海況情報
::::::::::::::::::::: */

#homeCondition {
	padding: 10px 10px 20px;
	background: #fff;
	border-bottom: 1px solid #999;
	border-radius: 10px;
}

/* Title */
.ttlSet {
	padding: 22px;
	background: #dcdff0;
	border-radius: 30px;
	position: relative;
}

.ttlSet img {
	position: absolute;
	top: -5px;
	left: 20px;
}

.ttlSet a:hover {
	background: #4c5dbd;
}

h2#condTtl {
	/* padding: 22px; */
	margin: 0 10px 10px;
}

#condTtl img {
	width: 180px;
	top: 5px;
}

.ttlSet a {
	margin: 0 0 0 auto;
	text-align: center;
	width: 60px;
	display: block;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	background: #17288a;
	border-radius: 20px;
	display: none;
}

/* INDEX */
#homeConditionIndex {
	margin: 10px 0 0;
	border-radius: 10px;
	border: 5px solid #17288a;
}

#homeConditionIndex dl {
	padding: 0;
	margin: 0;
	font-size: 18px;
	border-bottom: 5px solid #17288a;
	overflow: hidden;
}

#homeConditionIndex dl dt {
	float: left;
	width: 60%;
	padding: 10px 0;
	text-align: center;
}

#homeConditionIndex dl dd {
	float: left;
	width: 40%;
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #17288a;
}

#homeConditionIndex div {
	clear: both;
}

/* DETAIL */
#homeConditionDetail {
	padding: 20px 0 0;
}

#homeConditionDetail div {
}

#homeConditionDetail dl {
	overflow: hidden;
}

#homeConditionDetail dl dt,
#homeConditionDetail dl dd {
	padding: 5px;
}

#homeConditionDetail dl dt {
	clear: left;
	float: left;
	width: 140px;
}

#homeConditionDetail dl dt h4 {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	background: #dcdff0;
}

#homeConditionDetail dl dd {
	float: left;
}

/* :::::::::::::::::::::
	EVENT
::::::::::::::::::::: */

#homeEvent {
	padding: 20px 10px;
}

#homeEvent h2 img {
	width: 120px;
	top: 0;
}

#homeEvent ul {
	overflow: hidden;
}

#homeEvent ul li {
	float: left;
	width: 50%;
}

#homeEvent ul li div a {
	text-decoration: none;
	line-height: 1.5;
}

#homeEvent ul li div {
	margin: 0 5px;
	border-radius: 10px;
	background: #fff;
	border-bottom: 1px solid #999;
}

#homeEvent ul li img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#homeEvent ul li div h3 {
	padding: 10px;
}

#homeCal {
	display: none;
}

#homeCalSp {
	padding: 15px 5px 15px;
}

#homeEvent ul li:nth-child(n + 4) {
	display: none;
}

/* :::::::::::::::::::::
	PICKUP AREA SIDE
::::::::::::::::::::: */

/* SIDEBAR */
#homeSidebar {
}

/* INFORMATION */
#homeInfo {
	margin: 0 10px;
	background: #fff;
	border-radius: 20px;
}

#homeInfo h2 {
	padding: 10px 0 0;
	margin: 0;
	height: 40px;
	text-align: center;
	background: #17288a;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#homeInfo h2 img {
	width: 70px;
}

#homeInfoIndex {
	padding: 0 0 0 10px;
	overflow: hidden;
}

#homeInfoIndex li {
	padding: 10px 0 5px 10px;
	background: url(../images/home/info_dotted.png) repeat-x center bottom;
}

#homeInfoIndex li p {
	font-size: 18px;
	height: 41px;
	line-height: 1;
	padding: 7px 0 0 55px;
}

#homeTime {
	background: url(../images/home/info_time.png) no-repeat left top;
}

#homeTel {
	background: url(../images/home/info_tel.png) no-repeat left top;
}

#homeInfoIndex li p span {
	font-size: 14px;
}

/* NAV */
#homeInfoNav {
	padding: 10px 10px 0 15px;
	overflow: hidden;
}

#homeInfoNav li {
	text-align: center;
	float: left;
	width: 50%;
	padding: 0 0 10px;
}

#homeInfoNav li a {
	display: block;
	padding: 15px 0;
	width: 95%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #0179ff;
	border-radius: 60px;
}

#homeInfoNav li a:hover {
	color: #fff;
	background: #0179ff;
}

/* Social Media */
ul#homeSocial {
	padding: 20px 10px 0;
	overflow: hidden;
}

ul#homeSocial li {
	padding: 0 0 10px;
	float: left;
	width: 49%;
}

ul#homeSocial li a {
	display: block;
	height: 60px;
	width: 100%;
	background-size: 50%;
	border-radius: 10px;
}

.smImg {
	display: none;
}

.smYt a {
	background: #fff200 url(../images/common/sidebar/sm_sp_youtube.png) no-repeat center;
}

.smFb a {
	background: #39549f url(../images/common/sidebar/sm_sp_fb.png) no-repeat center;
}

.smIt a {
	background: #f5f5f5 url(../images/common/sidebar/sm_sp_instagram.png) no-repeat center;
}

.smTw a {
	background: #34ccff url(../images/common/sidebar/sm_sp_twitter.png) no-repeat center;
}

.smFb2 {
	width: 49% !important;
}

.smFb2 a img {
	display: block !important;
}

.smFb2 a {
	background: none;
}

/* :::::::::::::::::::::
	TOPICS
::::::::::::::::::::: */

#homeTopics {
}

#homeTopics h2 {
	margin: 20px 0 0;
}

#homeTopics h2 img {
	width: 240px;
	top: 8px;
}

ul#listBlock {
	padding: 30px 10px 0;
	overflow: hidden;
}

ul#listBlock li {
	float: left;
	width: 50%;
	padding: 0 0 20px;
	position: relative;
}

ul#listBlock li p {
	font-size: 12px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	width: 100px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 10;
}

ul#listBlock div {
	margin: 0 5px 0;
	height: 240px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}

.tpImgCov {
	position: absolute;
	top: 0;
	left: 0;
}

ul#listBlock li img {
	width: 100% !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul#listBlock li h3 {
	padding: 10px 15px;
	line-height: 1.4;
}

/* -----------------------------------------

スマホ（横）＋ 小型タブレット（Kindle,Nexus7）
480px → 736px（iPhone,Android）

----------------------------------------- */
@media only screen and (min-width: 480px) {
	/* :::::::::::::::::::::
	TOPICS
::::::::::::::::::::: */

	ul#listBlock li:nth-child(n + 5) {
		display: block;
	}

	ul#listBlock li {
		float: left;
		width: 33%;
		padding: 0 0 20px;
		position: relative;
	}

	/* :::::::::::::::::::::
	BLOG
::::::::::::::::::::: */
	#homeblog ul li div {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}
}

/* -----------------------------------------

小型画面PC ＋ タブレット（iPad）
設定値：734px → 959px

----------------------------------------- */
@media only screen and (min-width: 734px) {
}

/* -----------------------------------------

PC用 ＋ タブレット横
961px以上

----------------------------------------- */
@media only screen and (min-width: 960px) {
	/* :::::::::::::::::::::
	Main Visual
::::::::::::::::::::: */

	#mainVisual {
		width: 960px;
		display: flex;
		margin: 0 auto;
	}

	/* :::::::::::::::::::::
	スライドショー
::::::::::::::::::::: */

	#mvHome {
		width: 715px;
		display: flex;
		padding: 10px 0 0 10px;
	}

	/* .slideShow
------------------------- */
	.slideShow {
		display: none;
	}

	/* .mainView
------------------------- */
	.slideShow .mainView {
		border-radius: 10px;
	}

	/* .thumbNail
------------------------- */
	.slideShow .thumbNail {
		padding: 20px 0 0;
	}

	/* .thumbNail
------------------------- */
	.slideShow .thumbNail {
		display: block;
		padding: 20px 0 0;
		width: 100%;
		overflow: hidden;
	}

	.slideShow .thumbNail ul {
		width: 100%;
	}

	.slideShow .thumbNail ul li {
		text-align: center;
		float: left;
		display: inline;
		overflow: hidden;
		cursor: pointer;
	}

	.slideShow .thumbNail ul li img {
		width: 95%;
		border-radius: 10px;
		border: 3px solid #fff;
	}

	.slideShow .thumbNail ul li.active {
		filter: alpha(opacity=80) !important;
		-moz-opacity: 0.8 !important;
		opacity: 0.8 !important;
	}

	/* :::::::::::::::::::::
	紹介
::::::::::::::::::::: */

	/* ABOUT AREA */
	#homeAbout {
		width: 225px;
		float: right;
	}

	/* ABOUT MOVIE */
	#homeAbout p a {
		display: block;
		width: 225px;
		height: 190px;
		border: 0;
		border-radius: 0;
		background: url(../images/home/ap_movie_off.jpg) no-repeat;
	}

	#homeAbout p a:hover {
		background: url(../images/home/ap_movie_on.jpg) no-repeat;
	}

	#homeAbout ul {
		width: 225px;
	}

	#homeAbout ul li {
		padding: 0 0 10px;
		width: 225px;
	}

	#homeAbout ul li img {
		width: 225px;
	}

	/* :::::::::::::::::::::
	PICKUP AREA
::::::::::::::::::::: */
	#homePickup {
		padding: 30px 0 0;
	}

	/* TOPICS */
	#homeLeft {
		width: 715px;
		float: left;
	}

	/* :::::::::::::::::::::
	PICKUP AREA SIDE
::::::::::::::::::::: */

	/* SIDEBAR */
	#homeSidebar {
		width: 225px;
		float: right;
	}

	/* INFORMATION */
	#homeInfo {
		padding: 0;
		margin: 0;
		border-radius: 0;
		background: url(../images/home/info_bg.png) no-repeat center bottom;
	}

	#homeInfo h2 {
		padding: 10px 0 0;
		margin: 0;
		height: 40px;
		text-align: center;
		background: #17288a;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#homeInfo h2 img {
		width: 70px;
	}

	#homeInfoIndex {
		padding: 0 0 0 20px;
	}

	#homeInfoIndex li {
		float: none;
		width: 100%;
		padding: 10px 0 5px;
		background: url(../images/home/info_dotted.png) no-repeat center bottom;
	}

	#homeInfoIndex li p {
		font-size: 18px;
		height: 41px;
		line-height: 1.2;
		padding: 7px 0 0 50px;
	}

	#homeInfoIndex li p#sensui {
		font-size: 18px;
		height: 41px;
		line-height: 1.2;
		padding: 0px 0 0px 0px;
	}

	#homeTime {
		background: url(../images/home/info_time.png) no-repeat left top;
	}

	#homeTel {
		background: url(../images/home/info_tel.png) no-repeat left top;
	}

	#homeInfoIndex li p span {
		font-size: 11px;
	}

	/* NAV */
	#homeInfoNav {
		padding: 10px 20px;
	}

	#homeInfoNav li {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 0 8px;
		padding: 0;
	}

	#homeInfoNav li a {
		display: block;
		padding: 5px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #0179ff;
		border-radius: 20px;
	}

	#homeInfoNav li a:hover {
		color: #fff;
		background: #0179ff;
	}

	ul#homeSocial {
		padding: 20px 0 0;
	}

	ul#homeSocial li {
		padding: 0 0 10px;
		width: 225px;
		float: none;
		background: none;
	}

	ul#homeSocial li a {
		width: 100%;
		height: 64px;
	}

	ul#homeSocial li img {
		display: block;
	}

	.smFb2 {
		width: 100% !important;
	}

	/* :::::::::::::::::::::
	海況情報
::::::::::::::::::::: */

	#homeCondition {
		padding: 10px 20px 20px;
		background: #fff;
		overflow: hidden;
	}

	/* Title */
	h2#condTtl {
		margin: 0;
	}

	#condTtl img {
		width: 200px;
	}

	.ttlSet {
		padding: 5px 10px;
		background: #dcdff0;
		border-radius: 30px;
		position: relative;
	}

	.ttlSet img {
		position: absolute;
		top: -5px;
		left: 20px;
	}

	.ttlSet a {
		margin: 0 0 0 auto;
		text-align: center;
		width: 60px;
		display: block;
		color: #fff;
		padding: 10px 10px;
		text-decoration: none;
		background: #17288a;
		border-radius: 20px;
	}

	/* INDEX */
	#homeConditionIndex {
		float: left;
		width: 300px;
		margin: 20px 0 0;
		border-radius: 10px;
		border: 5px solid #17288a;
	}

	#homeConditionIndex dl {
		padding: 0;
		margin: 0;
		font-size: 18px;
		border-bottom: 5px solid #17288a;
		overflow: hidden;
	}

	#homeConditionIndex dl dt {
		float: left;
		width: 60%;
		padding: 10px 0;
		text-align: center;
	}

	#homeConditionIndex dl dd {
		float: left;
		width: 40%;
		padding: 10px 0;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		background: #17288a;
	}

	#homeConditionIndex div {
		clear: both;
	}

	/* DETAIL */
	#homeConditionDetail {
		float: right;
		width: 340px;
		padding: 20px 0 0;
	}

	#homeConditionDetail div {
	}

	#homeConditionDetail dl {
		overflow: hidden;
	}

	#homeConditionDetail dl dt,
	#homeConditionDetail dl dd {
		padding: 5px;
	}

	#homeConditionDetail dl dt {
		clear: left;
		float: left;
		width: 140px;
	}

	#homeConditionDetail dl dt h4 {
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		border-radius: 20px;
		background: #dcdff0;
	}

	#homeConditionDetail dl dd {
		float: left;
	}

	/* :::::::::::::::::::::
	EVENT
::::::::::::::::::::: */

	#homeEvent {
		padding: 40px 0 20px;
	}

	#homeEvent h2 {
	}

	#homeEvent ul {
		padding: 30px 0 20px 10px;
		overflow: hidden;
	}

	#homeEvent ul li {
		float: left;
		width: 170px;
		padding: 0 10px 0 0;
	}

	#homeEvent ul li div a {
		text-decoration: none;
		line-height: 1.5;
	}

	#homeEvent ul li div a:hover {
		color: #666;
		text-decoration: underline;
	}

	#homeEvent ul li div {
		margin: 0;
		border-radius: 10px;
		background: #fff;
		border: 1px solid #ccc;
	}

	#homeEvent ul li img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	#homeEvent ul li div h3 {
		padding: 10px;
	}

	#homeCal {
		display: block;
		width: 155px !important;
		padding: 0;
	}

	#homeCalSp {
		display: none;
	}

	#homeEvent ul li:nth-child(n + 4) {
		display: block;
	}

	/* :::::::::::::::::::::
	SECOND AREA
::::::::::::::::::::: */
	#homeSecond {
		clear: both;
		overflow: hidden;
	}

	/* :::::::::::::::::::::
	TOPICS
::::::::::::::::::::: */

	#homeTopics {
	}

	#homeTopics h2 {
		margin: 20px 0 0;
	}

	#homeTopics h2 img {
		width: 260px;
	}

	ul#listBlock {
		padding: 30px 10px 0;
		overflow: hidden;
	}

	ul#listBlock li {
		float: left;
		width: 220px;
		margin: 0 10px 10px 0;
		padding: 0 0 20px;
		position: relative;
	}

	ul#listBlock li p {
		font-size: 12px;
		color: #fff;
		padding: 0;
		font-weight: bold;
		text-align: center;
		line-height: 30px;
		width: 100px;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		position: absolute;
		top: 190px;
		left: 0;
		z-index: 10;
	}

	ul#listBlock li a {
		text-decoration: none;
	}

	ul#listBlock li a:hover {
		color: #666;
		text-decoration: underline;
	}

	ul#listBlock div {
		margin: 0 5px 0;
		border-radius: 10px;
		position: relative;
		height: 280px;
		background: #fff;
		border: 1px solid #ccc;
	}

	.tpImgCov {
		position: absolute;
		top: 0;
		left: 0;
	}

	ul#listBlock li img {
		width: 100% !important;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	ul#listBlock li h3 {
		padding: 20px 15px 10px;
		line-height: 1.4;
		text-align: left;
	}
}

.sidebnr {
	padding: 0 !important;
	margin-top: 5px;
}

.sidebnr img {
	width: 100% !important;
	margin: 10px auto !important;
}

@media only screen and (max-width: 764px) {
	.sidebnr {
		padding: 10px 14px 0 !important;
		margin-top: 20px;
	}

	.sidebnr img {
		width: 100% !important;
		height: auto;
	}
}
