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

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

body { overflow: hidden;}

.hed_slider {
	width:100%;
	position:relative;
}

#photograph {
	position: relative;
	width: 100%;
	height: 70vh;
	margin: 0 0 0;
}

.main_catch {
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-300px;
	z-index:100;
}

.main_catch img {
	width:100%;
	height:auto;
}

/*.slick_bg {
	width:100%;
	background:#212121;
	padding:0;
	position:relative;
}*/

.weatherData {
	position: relative;
}

.weatherData .weatherDataIn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}

.weatherDataHachi { width: 50%; float: left; background: rgba(255,255,255,0.6); text-align: center; padding: 5px; box-sizing: border-box;}
.weatherDataHachikita { width: 50%; float: right; background: rgba(255,255,255,0.6); text-align: center; padding: 5px; box-sizing: border-box;}

.weatherData .weatherDataIn .weatherDataHachi p,
.weatherData .weatherDataIn .weatherDataHachikita p { width: auto; font-size: 14px; display: inline-block;}

.weatherData .weatherDataIn .weatherDataHachi p strong { background: #dd2144; padding: 3px 10px; color: #FFF; border-radius: 3px;}
.weatherData .weatherDataIn .weatherDataHachikita p strong { background: #0e6cae; padding: 3px 10px; color: #FFF; border-radius: 3px;}

.weatherData .weatherDataIn .weatherDataHachi ul,
.weatherData .weatherDataIn .weatherDataHachikita ul { list-style: none; display: inline-block;}

.weatherData .weatherDataIn .weatherDataHachi ul li,
.weatherData .weatherDataIn .weatherDataHachikita ul li { display: inline-block; text-align: center; margin: 0 15px;}

.weatherData .weatherDataIn .weatherDataHachi ul li h4,
.weatherData .weatherDataIn .weatherDataHachikita ul li h4 { display: inline-block; width: auto; font-size: 14px; font-weight: normal;}

.weatherData .weatherDataIn .weatherDataHachi ul li h4::after,
.weatherData .weatherDataIn .weatherDataHachikita ul li h4::after { content: ":"; margin: 0 5px;}

.weatherData .weatherDataIn .weatherDataHachi ul li p,
.weatherData .weatherDataIn .weatherDataHachikita ul li p { display: inline-block; width: auto; font-size: 14px; white-space: nowrap;}

.weatherData .weatherDataIn .weatherDataHachi p a,
.weatherData .weatherDataIn .weatherDataHachikita p a { background: #333; padding: 3px 10px; color: #FFF; border-radius: 3px; font-size: 12px;}





.slider {
	margin-top: 120px;
	width: 100%;
	height: auto;
}
.slider div {
	height: auto;
}
.slider img {
	width: 100%;
}




/*#main_img .main_slide h2 {
	position: absolute;
	color: #fff;
	padding: 0;
	width: 100%;
	z-index:100;
	top:100px;
	left: -50%;
	text-align: center;

	font-size:3em;
	line-height:1.3em;
	text-align:center;
	margin:0 auto 20px 1000px;
	color:#FF68AF;
	text-shadow: 0px 0px 6px #666666;  
}*/


.caption {
	position: absolute;
	color: #fff;
	padding: 0;
	width: 100%;
	z-index:100;
	top:140px;
	left: 0;
	text-align: center;
}

.caption h2 {
	font-size:3em;
	line-height:1.3em;
	text-align:center;
	margin:0 auto 20px;
	color:#FF68AF;
	text-shadow: 0px 0px 6px #666666;  
}

.caption p {
	width:580px;
	background: #000000;
	background: rgba(0, 0, 0, 0.55);
	margin-bottom: 135px;
	font-size: small;
	padding:10px;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.caption p:last-of-type {
	/*margin-bottom: 0;*/
}

.caption a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}


#logo {
	width: 200px;
	margin-left: -100px;
	text-align: center;
	position: absolute;
	top: 260px;
	left: 50%;
	z-index: 10;
	clear: both;
	pointer-events : none;
}

.bx-wrapper, .bx-wrapper img {
	max-width: none !important;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}


.idx_bg_hachi {
	background:url(../images/contents/bg_hachi_img.png) center center no-repeat;
	background-size: cover;
	width: 50%;
	height: 450px;
	float: left;
	position: relative;
}

.idx_bg_hachikita {
	background:url(../images/contents/bg_hachikita_img.png) center center no-repeat;
	background-size: cover;
	width: 50%;
	height: 450px;
	float: right;
	position: relative;
}

a.link_bg {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 450px;
	z-index: 50;
	overflow: hidden;
}

a.link_bg:hover {
	border: solid 5px #000000;
	background: rgba(0,0,0,0.4);
}


a.link_bg .btn01 {
	position: absolute;
	top: 380px;
	left: 0;
	right: 0;
	margin: auto;
	width:300px;
	background-color: rgba(231,73,100,0.70);
	padding:1% 2%;
	text-align:center;
	border-radius: 6px;
	color:#FFFFFF;
	z-index: 200;
	font-size: 0.8em;
}


a.link_bg .btn02 {
	position: absolute;
	top: 380px;
	left: 0;
	right: 0;
	margin: auto;
	width:300px;
	background-color: rgba(68,170,222,0.70);
	padding:1% 2%;
	text-align:center;
	border-radius: 6px;
	color:#FFFFFF;
	z-index: 200;
	font-size: 0.8em;
}

a.link_bg:hover .btn01 {
	background-color: rgba(231,73,100,1.00);
}
a.link_bg:hover .btn02 {
	background-color: rgba(68,170,222,1.00);
}

/*a.link_bg .hover_bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: rgba(231,73,100,0.00);
	z-index: 60;
}

a.link_bg:hover .hover_bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: rgba(231,73,100,0.50);
	z-index: 60;
}*/




/*a.link_bg .hover_bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: rgba(231,73,100,0.00);
	z-index: 60;
}

a.link_bg:hover .hover_bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: rgba(68,170,222,0.50);
	z-index: 60;
}*/

a.link_bg,
a.link_bg:hover,
a.link_bg *,
a.link_bg:hover * {
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}


a.btn1 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #dd2144; color: #FFF; border-radius: 30px; border: solid 1px #dd2144; margin: 0 0 5px;}
a.btn1:hover { background: #FFF; color: #dd2144;}
a.btn2 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #0e6cae; color: #FFF; border-radius: 30px; border: solid 1px #0e6cae; margin: 0 0 5px;}
a.btn2:hover { background: #FFF; color: #0e6cae;}





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

.whatsnew_wrap { width: auto; margin:0 auto;}

.whatnewTit { background: #FFF; width: 600px; margin: 0px auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.whatnewTit h3 { font-size: 36px; margin-bottom: 10px;}
.whatnewTit p { font-size: 18px; letter-spacing: 0.1em;}

.whatnew_list { width: 900px; margin: auto auto 50px; box-shadow: 0px 15px 25px rgba(0,0,0,0.2);}
.whatnew_list dl { width: 94%; padding: 3%; }
.whatnew_list dl dt { margin: 10px 0 0; }
.whatnew_list dl dd { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px dotted #CCCCCC; }
.whatnew_list p { font-size: 0.9em; padding: 15px 20px 15px 20px; border-bottom: 1px dotted #CCCCCC; font-size: 0.8em; }



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

.aboutTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.aboutTit h3 { font-size: 36px; margin-bottom: 10px;}
.aboutTit p { font-size: 18px; letter-spacing: 0.1em;}


.about { position: relative; margin: auto auto 50px;}
.about::after { content: ""; position: absolute; top: 0; left: 0; width: 70%; height: 550px; background: #EFEFEF; z-index: -1;}
.about .w1080 { width: 1080px; margin: 0 auto 50px; padding: 50px 0 0;}

.about .w1080 .txt { width: 500px; float: left; margin: 0 auto auto; color: #000; position: relative; z-index: 10;}
.about .w1080 .txt p { margin: 15px auto; line-height: 160%;}
.about .w1080 .txt p.fs09 { line-height: 150%;}
/*.about .w1080 .txt a.btn1 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #dd2144; color: #FFF; border-radius: 30px; border: solid 1px #dd2144; margin: 0 0 5px;}
.about .w1080 .txt a.btn1:hover { background: #FFF; color: #dd2144;}
.about .w1080 .txt a.btn2 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #0e6cae; color: #FFF; border-radius: 30px; border: solid 1px #0e6cae; margin: 0 0 5px;}
.about .w1080 .txt a.btn2:hover { background: #FFF; color: #0e6cae;}*/

.about .w1080 .img { width: 530px; float: right; box-shadow: 15px 15px 25px rgba(0,0,0,0.2); position: relative; z-index: 10; position: relative;}
.about .w1080 .img img { width: 100%; height: auto;}
.about .w1080 .img span { position: absolute; position: absolute; bottom: 5px; right: 5px; width: 300px; height: 50px; z-index: 20; text-align: right;}
.about .w1080 .img span img { width: auto; height: 100%; margin: 0 0 0 auto;}


/*.bg_position { position: absolute; top:0; left: 0; width: 100%;}
.wrapper {
  overflow:hidden;
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%;
  height: 550px;
  margin: auto auto 50px;
}

#video {
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
}

.dot {
    background: repeat scroll 0 0%, rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    min-height: 700px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}*/



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

.bgAll {}
.bgAll .relative01 { position: relative;}
.bgAll .relative01 .w1080 { width: 1080px; margin: auto auto auto; position: absolute; top: 50px; left: 0; right: 0;}
.bgAll .relative01 .w1080 .txt { width: 450px; float: right; margin: 50px auto auto; color: #FFF;}
.bgAll .relative01 .w1080 .txt h3 { margin: auto auto 20px; height: 50px;}
.bgAll .relative01 .w1080 .txt h3 img { width: auto; height: 50px;}
.bgAll .relative01 .w1080 .txt p {}
.bgAll .relative01 .w1080 .txt p:last-child { text-align: center; margin: 20px auto auto;}
.bgAll .relative01 .w1080 .txt p:last-child a { display: inline-block; padding: 2px 30px; background: #FFF; color: #dd2144; border-radius: 30px; border: solid 1px #FFF;}
.bgAll .relative01 .w1080 .txt p:last-child a:hover { background: #dd2144; color: #FFF;}
.bgAll .relative01 .w1080 .img { width: 520px; float: left; box-shadow: 15px 15px 25px rgba(0,0,0,0.2);}
.bgAll .relative01 .w1080 .img img { width: 100%; height: auto;}
.bgAll .relative01 .bg01 {
border-right: 100vw solid #dd2144;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
height: 300px;
width: 0;
}

.bgAll .relative02 { position: relative;}
.bgAll .relative02 .w1080 { width: 1080px; margin: auto auto auto; position: absolute; top: 50px; left: 0; right: 0;}
.bgAll .relative02 .w1080 .txt { width: 450px; float: left; margin: 50px auto auto; color: #FFF;}
.bgAll .relative02 .w1080 .txt h3 { margin: auto auto 20px; height: 50px;}
.bgAll .relative02 .w1080 .txt h3 img { width: auto; height: 50px;}
.bgAll .relative02 .w1080 .txt p {}
.bgAll .relative02 .w1080 .txt p:last-child { text-align: center; margin: 20px auto auto;}
.bgAll .relative02 .w1080 .txt p:last-child a { display: inline-block; padding: 2px 30px; background: #FFF; color: #0e6cae; border-radius: 30px; border: solid 1px #FFF;}
.bgAll .relative02 .w1080 .txt p:last-child a:hover { background: #0e6cae; color: #FFF;}
.bgAll .relative02 .w1080 .img { width: 520px; float: right; box-shadow: 15px 15px 25px rgba(0,0,0,0.2);}
.bgAll .relative02 .w1080 .img img { width: 100%; height: auto;}
.bgAll .relative02 .bg02 {
margin-top: -50px;
border-left: 100vw solid #0e6cae;
border-top: 150px solid transparent;
border-bottom: 150px solid transparent;
height: 300px;
width: 0;
}



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

.featureTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.featureTit h3 { font-size: 36px; margin-bottom: 10px;}
.featureTit p { font-size: 18px; letter-spacing: 0.1em;}

.featureList { margin: auto auto 80px; padding: 0; list-style: none; width: 90%; position: relative; min-width: 1080px;}
.featureList::before { content: ""; width: 200%; height: 300px; background: rgba(0,0,0,0.05); position: absolute; top: 150px; z-index: -1; left: -50%;}
.featureList li { float: left; width: 23.5%; margin: auto 2% 0 0;}
.featureList li:nth-child(4n+4) { margin-right: 0;}
.featureList li a { display: block; text-decoration: none; color: #333;}
.featureList li a figure { margin-bottom: 10px;}
.featureList li a img {}
.featureList li a h3 { font-size: 1.2em; margin-bottom: 5px;}
.featureList li a p { font-size: 0.9em; line-height: 140%;}


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


.accessTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.accessTit h3 { font-size: 36px; margin-bottom: 10px;}
.accessTit p { font-size: 18px; letter-spacing: 0.1em;}

.bg_access { width: 100%; background: url(../images/contents/accessBg.jpg) center center no-repeat; background-size: cover; padding: 3% 0; margin-bottom: 50px;}

.bg_access .w1080 { width: 1080px; margin: auto auto auto;}
.bg_access .w1080 .txt { width: 480px; float: right; margin: auto auto auto; color: #FFF; background: rgba(0,0,0,0.8); padding: 20px; }
.bg_access .w1080 .txt h3 { margin: auto auto 20px; height: 50px;}
.bg_access .w1080 .txt h3 img { width: auto; height: 50px;}
.bg_access .w1080 .txt p {}
/*.bg_access .w1080 .txt p:last-child { margin: 20px auto auto;}
.bg_access .w1080 .txt p:last-child a { display: inline-block; padding: 2px 30px; background: #FFF; color: #dd2144; border-radius: 30px; border: solid 1px #FFF;}
.bg_access .w1080 .txt p:last-child a:hover { background: #dd2144; color: #FFF;}*/
.bg_access .w1080 .img { width: 520px; float: left; box-shadow: 15px 15px 25px rgba(0,0,0,0.2);}
.bg_access .w1080 .img img { width: 100%; height: auto;}




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

.pickupTit { margin: auto auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.pickupTit h3 { font-size: 36px; margin-bottom: 10px;}
.pickupTit p { font-size: 18px; letter-spacing: 0.1em;}

.bg_pickup { width: 100%; background: url(../images/contents/pickupBg.jpg) center center no-repeat; background-size: cover; padding: 3% 0; margin-bottom: 50px;}
.pickupList { width: 700px; margin: 0 auto; padding: 0 0 0 360px; list-style-type: none; }
.pickupList li { width: 340px; float: left; margin-right: 20px; margin-bottom: 20px; }
.pickupList li img { width: 100%; height: auto; margin-bottom: 5px; }
.pickupList li p { font-size: 0.8em; line-height: 140%; }
.pickupList li:nth-child(2n+2) { margin-right: 0; }





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


.btn02 a {
	display:block;
}


.idx_hachi {
	position: relative;
	margin:0 auto 20px;
}

.idx_hachi img {
	width:100%;
	height:auto;
}

.idx_hachikita {
	position: relative;
	margin:0 auto 20px;
}

.idx_hachi img,
.idx_hachikita img {
	width:100%;
	height:auto;
}

a:hover .idx_hachi,
a:hover .idx_hachikita {
	filter:alpha(opacity=100);
	opacity: 1.0;
}



.dayinfo_bg_hachi,
.dayinfo_bg_hachikita {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	width: 300px;
	z-index: 5000;
	padding: 10px;
	color: #F8F5F5;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.70);
	margin: auto;
	/*margin:170px auto 10px;*/
	font-size: 0.8em;
}







.lastupdate_posi {
	font-size:0.9em;
	line-height:1em;
	margin-bottom:5px;
	text-align:right;
}

/*.yellow_bg {
	background-color: #3a99d6;
	width: 96%;
	font-weight:bold;
    padding:0% 2%;
    text-align: center;
    transform: skew(-20deg);
}*/

.dayinfo_bg_hachi ul,
.dayinfo_bg_hachikita ul {
	background:none !important;
	width:100%;
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

.dayinfo_bg_hachi ul li,
.dayinfo_bg_hachikita ul li {
	border-right:1px solid #FFFFFF;
	width:32%;
	text-align:center;
	display:block;
	float:left !important;
}

.dayinfo_bg_hachi ul li:last-child,
.dayinfo_bg_hachikita ul li:last-child {
	border:none;
}

.today ul li h4 {
	font-size:1.4em;
	line-height:0.7em;
	text-align:center;
	color:#FFFFFF;
}

.today ul li h4 span {
	font-size:0.6em;
}

.today ul li h5 {
	color:#fff200;
	font-size:0.7em;
	text-align:center;
}

.day_info_btn {
	border:1px solid #FFFFFF;
	padding:2px;
	text-align:center;
	color:#FFFFFF;
}

.day_info_btn a {
	display:block;
	color:#FFFFFF;
}

.day_info_btn a:hover {
	display:block;
	color: #333333;
	background: #FFFFFF;
}

.idx_bnr { width:100%; margin:0 auto 0; text-align: center; letter-spacing: -0.4em;}

.idx_bnr01,
.idx_bnr02,
.idx_bnr03,
.idx_bnr04,
.idx_bnr05 { /*width: 33.33%;*/ width: 25%; position: relative; margin: 0 auto; letter-spacing: normal; display: inline-block; text-align: left; vertical-align: top;}

.idx_bnr01 h3 { background: #004eae; padding: 2%; color: #FFFFFF; font-size: 1em; }
.idx_bnr02 h3 { background: #e86b10; padding: 2%; color: #FFFFFF; font-size: 1em;}
.idx_bnr03 h3 { background: #ff81aa; padding: 2%; color: #FFFFFF; font-size: 1em;}
.idx_bnr04 h3 { background: #007730; padding: 2%; color: #FFFFFF; font-size: 1em;}
.idx_bnr05 h3 { background: #f47a01; padding: 2%; color: #FFFFFF; font-size: 1em;}

.idx_bnr01 p { background: #004eae; padding: 0 2% 2%; font-size: 0.8em; line-height: 140%; color:#FFFFFF;}
.idx_bnr02 p { background: #e86b10; padding: 0 2% 2%; font-size: 0.8em; line-height: 140%; color:#FFFFFF;}
.idx_bnr03 p { background: #ff81aa; padding: 0 2% 2%; font-size: 0.8em; line-height: 140%; color:#FFFFFF;}
.idx_bnr04 p { background: #007730; padding: 0 2% 2%; font-size: 0.8em; line-height: 140%; color:#FFFFFF;}
.idx_bnr05 p { background: #f47a01; padding: 0 2% 2%; font-size: 0.8em; line-height: 140%; color:#FFFFFF;}


.bg_idx01 {
	background: url(../images/com/bg.jpg) 0 0 repeat;
	padding:2% 0;
}








/*.whatnew_list {
    height: 360px;
    margin: 0 auto 40px;
    overflow-y: auto;
    width: 100%;
}*/

/*.whatnew_list {
    margin: 0 auto 50px;
    width: 100%;
	background:rgba(255,255,255,0.3);
}*/

/*.whatnew_list dl {
	width: 96%;
	padding: 0 2%;
}

.whatnew_list dl dt {
	margin: 10px 0 0;
}

.whatnew_list dl dd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #CCCCCC;
}



.whatnew_list p {
	font-size: 0.9em;
	padding: 15px 20px 15px 20px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 0.8em;
}*/




/*.bg_topics {
	width:100%;
	background:url(../images/contents/bg_img02.png) center center no-repeat;
	background-size:cover;
	padding:3% 0;
}

.topics_list {
	width:1060px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.topics_list li {
	width:340px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.topics_list li img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.topics_list li p {
	font-size: 0.8em;
	line-height: 140%;
}

.topics_list li:nth-child(3n+3) {
	margin-right:0;
}*/

.gallery { list-style: none; width: 96%; margin: auto; padding: 0; display: flex; flex-wrap: wrap;}
.gallery li { width: calc( 100% / 6 - 8px ); height: auto; position: relative; overflow: hidden; border: solid 4px #FFF;}
/*.gallery li:before { content: ""; display: block; padding-top: 100%;}*/
.gallery li span { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}



.idx_sns {
	width:96%;
	margin: 0 auto;
	padding: 0 0 50px;
	list-style-type:none;
}



.snsTit { margin: auto auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.snsTit h3 { font-size: 30px; margin-bottom: 10px;}
.snsTit p { font-size: 14px; letter-spacing: 0.1em;}


.idx_sns li {
	width:31.33%;
	float:left;
	margin-right:3%;
	margin-bottom:0;
}

.idx_sns li:nth-child(3n+3) {
	margin-right:0;
}

.youtubeWrap { width: 100%; margin: auto;}
.youtube {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.bg_idx02 {
	padding:3% 0;
}



/*.wrapper {
  overflow:hidden;
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%;
  height: 500px;
  margin: auto auto 50px;
}

#video {
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
}

.dot {
    background: repeat scroll 0 0%, rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    min-height: 700px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
*/
}


/*sp*/
@media only screen and (max-width: 768px) {

.hed_slider {
	width:100%;
	position:relative;
}

#photograph {
	display: none;
	width: 100%;
	height: 400px;
}

.main_catch {
	display: none;
	position:absolute;
	top:50%;
	left:5%;
	margin-left:0;
	z-index:200;
	width:90%;
}

.main_catch img {
	width:100%;
	height:auto;
}

/*.slick_bg { width: 100%; background: #212121; padding: 0; position: relative; }
.slick-box { width: 100%; position: absolute; top: 0; z-index: 100; }
.slick-box li img { width: 100%; height: auto; }*/


/*.slick-box { display: none; }*/
/*.slick-box.slick-initialized { display: block; }
.slick-box { opacity: 0; transition: opacity .3s linear; }
.slick-box.slick-initialized { opacity: 1; }*/

.slick-slide img { width: 100%; height: auto;}

.weatherData {
	position: relative;
}

.weatherDataIn { margin: 5% 0;}

.weatherDataHachi { width: 100%; float: none; background: rgba(255,255,255,0.6); text-align: center; padding: 5px; box-sizing: border-box;}
.weatherDataHachikita { width: 100%; float: none; background: rgba(255,255,255,0.6); text-align: center; padding: 5px; box-sizing: border-box;}

.weatherDataIn .weatherDataHachi > h3,
.weatherDataIn .weatherDataHachikita > h3 { width: auto; font-size: 14px; display: inline-block; width: 80%; background: #CCC; padding: 0 20px;}

.weatherDataIn .weatherDataHachi ul,
.weatherDataIn .weatherDataHachikita ul { list-style: none; display: block;}

.weatherDataIn .weatherDataHachi ul li,
.weatherDataIn .weatherDataHachikita ul li { display: inline-block; text-align: center; margin: 0 20px;}

.weatherDataIn .weatherDataHachi ul li h4,
.weatherDataIn .weatherDataHachikita ul li h4 { display: inline-block; width: auto; font-size: 14px; font-weight: normal;}

.weatherDataIn .weatherDataHachi ul li h4::after,
.weatherDataIn .weatherDataHachikita ul li h4::after { content: ":"; margin: 0 5px;}

.weatherDataIn .weatherDataHachi ul li p,
.weatherDataIn .weatherDataHachikita ul li p { display: inline-block; width: auto; font-size: 14px; white-space: nowrap;}

.weatherDataIn .weatherDataHachi > p,
.weatherDataIn .weatherDataHachikita > p { text-align: center;}

.weatherDataIn .weatherDataHachi > p a,
.weatherDataIn .weatherDataHachikita > p a { background: #333; padding: 3px 10px; color: #FFF; border-radius: 3px; font-size: 12px;}









#main_img .main_slide h2 {
	position: absolute;
	color: #fff;
	padding: 0;
	width: 100%;
	z-index:1000;
	top:10px;
	left:0%;
	text-align: center;

	font-size:3em;
	line-height:1.3em;
	text-align:center;
	margin:0 auto 20px;
	color:#FF68AF;
	text-shadow: 0px 0px 6px #666666;  
}

.caption {
	position: absolute;
	color: #fff;
	padding: 0;
	width: 100%;
	z-index:100;
	top: 25%;
	left: 0;
}

.caption h2 {
	font-size:1.4em;
	line-height:1.8em;
	text-align:center;
	margin:0 auto 20px;
	color:#FF68AF;
	text-shadow: 0px 0px 4px #666666;  
}

.caption p {
	width:90%;
	background: #000000;
	background: rgba(0, 0, 0, 0.55);
	margin:0 auto 0;
	font-size: small;
	padding:1.5%;
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.caption p:last-of-type {
	/*margin-bottom: 0;*/
}

.caption a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}


#logo {
	width: 200px;
	margin-left: -100px;
	text-align: center;
	position: absolute;
	top: 260px;
	left: 50%;
	z-index: 10;
	clear: both;
	pointer-events : none;
}




a.btn1 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #dd2144; color: #FFF; border-radius: 30px; border: solid 1px #dd2144; margin: 0 0 5px;}
a.btn1:hover { background: #FFF; color: #dd2144;}
a.btn2 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #0e6cae; color: #FFF; border-radius: 30px; border: solid 1px #0e6cae; margin: 0 0 5px;}
a.btn2:hover { background: #FFF; color: #0e6cae;}



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

.whatsnew_wrap { width: auto; margin:0 auto;}

.whatnewTit { background: #FFF; width: 100%; margin: 0 auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.whatnewTit h3 { font-size: 36px; margin-bottom: 10px;}
.whatnewTit p { font-size: 18px; letter-spacing: 0.1em;}

.whatnew_list { width: 80%; margin: auto auto 50px; box-shadow: 0px 15px 25px rgba(0,0,0,0.2);}
.whatnew_list dl { width: 80%; padding: 10%; }
.whatnew_list dl dt { margin: 10px 0 0; }
.whatnew_list dl dd { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px dotted #CCCCCC; }
.whatnew_list p { font-size: 0.9em; padding: 15px 20px 15px 20px; border-bottom: 1px dotted #CCCCCC; font-size: 0.8em; }



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

.aboutTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.aboutTit h3 { font-size: 36px; margin-bottom: 10px;}
.aboutTit p { font-size: 18px; letter-spacing: 0.1em;}


.about { position: relative; margin: auto auto 50px;}
.about::after { content: ""; position: absolute; top: 0; left: 0; width: 70%; height: 550px; background: #EFEFEF; z-index: -1;}
.about .w1080 { width: 96%; margin: 0 auto 50px; padding: 50px 0 0;}

.about .w1080 .txt { width: 90%; float: none; margin: 0 auto auto; color: #000; position: relative; z-index: 10;}
.about .w1080 .txt p { margin: 15px auto; line-height: 160%;}
.about .w1080 .txt p.fs09 { line-height: 150%;}
/*.about .w1080 .txt a.btn1 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #dd2144; color: #FFF; border-radius: 30px; border: solid 1px #dd2144; margin: 0 0 5px;}
.about .w1080 .txt a.btn1:hover { background: #FFF; color: #dd2144;}
.about .w1080 .txt a.btn2 { display: inline-block; font-size: 0.9em; padding: 2px 30px; background: #0e6cae; color: #FFF; border-radius: 30px; border: solid 1px #0e6cae; margin: 0 0 5px;}
.about .w1080 .txt a.btn2:hover { background: #FFF; color: #0e6cae;}*/

.about .w1080 .img { width: 90%; float: none; margin: auto auto 5%; box-shadow: 15px 15px 25px rgba(0,0,0,0.2); position: relative; z-index: 10; position: relative;}
.about .w1080 .img img { width: 100%; height: auto;}
.about .w1080 .img span { position: absolute; position: absolute; bottom: 5px; right: 5px; width: 300px; height: 50px; z-index: 20; text-align: right;}
.about .w1080 .img span img { width: auto; height: 100%; margin: 0 0 0 auto;}


/*.bg_position { position: absolute; top:0; left: 0; width: 100%;}
.wrapper {
  overflow:hidden;
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%;
  height: 550px;
  margin: auto auto 50px;
}

#video {
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
}

.dot {
    background: repeat scroll 0 0%, rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    min-height: 700px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}*/



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

.featureTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.featureTit h3 { font-size: 36px; margin-bottom: 10px;}
.featureTit p { font-size: 18px; letter-spacing: 0.1em;}

.featureList { margin: auto auto 80px; padding: 0; list-style: none; width: 90%; position: relative; min-width: 1080px;}
.featureList::before { content: ""; width: 200%; height: 300px; background: rgba(0,0,0,0.05); position: absolute; top: 150px; z-index: -1; left: -50%;}
.featureList li { float: left; width: 23.5%; margin: auto 2% 0 0;}
.featureList li:nth-child(4n+4) { margin-right: 0;}
.featureList li a { display: block; text-decoration: none; color: #333;}
.featureList li a figure { margin-bottom: 10px;}
.featureList li a img {}
.featureList li a h3 { font-size: 1.2em; margin-bottom: 5px;}
.featureList li a p { font-size: 0.9em; line-height: 140%;}


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


.accessTit { margin: auto auto 0; text-align: center; padding: 30px 0;}
.accessTit h3 { font-size: 36px; margin-bottom: 10px;}
.accessTit p { font-size: 18px; letter-spacing: 0.1em;}

.bg_access { width: 100%; background: url(../images/contents/accessBg.jpg) center center no-repeat; background-size: cover; padding: 3% 0; margin-bottom: 50px;}

.bg_access .w1080 { width: 96%; margin: auto auto auto;}
.bg_access .w1080 .txt { width: 96%; float: none; margin: auto auto auto; color: #FFF; background: rgba(0,0,0,0.8); padding: 2%; }
.bg_access .w1080 .txt h3 { margin: auto auto 20px; height: 50px;}
.bg_access .w1080 .txt h3 img { width: auto; height: 50px;}
.bg_access .w1080 .txt p {}
/*.bg_access .w1080 .txt p:last-child { margin: 20px auto auto;}
.bg_access .w1080 .txt p:last-child a { display: inline-block; padding: 2px 30px; background: #FFF; color: #dd2144; border-radius: 30px; border: solid 1px #FFF;}
.bg_access .w1080 .txt p:last-child a:hover { background: #dd2144; color: #FFF;}*/
.bg_access .w1080 .img { width: 100%; float: none; box-shadow: 15px 15px 25px rgba(0,0,0,0.2);}
.bg_access .w1080 .img img { width: 100%; height: auto;}




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

.pickupTit { margin: auto auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.pickupTit h3 { font-size: 36px; margin-bottom: 10px;}
.pickupTit p { font-size: 18px; letter-spacing: 0.1em;}

.bg_pickup { width: 100%; background: url(../images/contents/pickupBg.jpg) center center no-repeat; background-size: cover; padding: 3% 0; margin-bottom: 50px;}
.pickupList { width: 96%; margin: 0 auto; padding: 0 0 0 0; list-style-type: none; }
.pickupList li { width: 49%; float: left; margin-right: 2%; margin-bottom: 2%; }
.pickupList li img { width: 100%; height: auto; margin-bottom: 5px; }
.pickupList li p { font-size: 0.8em; line-height: 140%; }
.pickupList li:nth-child(2n+2) { margin-right: 0; }





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



/*.bx-wrapper, .bx-wrapper img {
	max-width: none !important;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}


.idx_bg_hachi {
	background:url(../images/contents/bg_hachi_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:360px;
	float:left;
	position:relative;
}

.idx_bg_hachikita {
	background:url(../images/contents/bg_hachikita_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:360px;
	float:right;
	position:relative;
}

.idx_hachi {
	width:100%;
	position:absolute;
	top:10px;
	right:0;
	z-index:100;
}

.idx_hachikita {
	width:100%;
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
}

.dayinfo_bg_hachi,
.dayinfo_bg_hachikita {
	width: 90%;
	z-index:100;
	padding:2%;
	color: #F8F5F5;
	position: relative;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.70);
	margin: 20% auto 3%;
	font-size: 0.8em;
}

.lastupdate_posi {
	font-size:0.9em;
	line-height:1em;
	margin-bottom:5px;
	text-align:right;
}

.yellow_bg {
	background-color: #3a99d6;
	width: 96%;
	font-weight:bold;
    padding:0% 2%;
    text-align: center;
    transform: skew(-20deg);
}

.dayinfo_bg_hachi ul,
.dayinfo_bg_hachikita ul {
	background:none !important;
	width:100%;
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

.dayinfo_bg_hachi ul li,
.dayinfo_bg_hachikita ul li {
	border-right:1px solid #FFFFFF;
	width:32%;
	text-align:center;
	display:block;
	float:left !important;
	line-height: 160%;
}

.dayinfo_bg_hachi ul li:last-child,
.dayinfo_bg_hachikita ul li:last-child {
	border:none;
}

.today ul li h4 {
	font-size:1.4em;
	line-height:0.7em;
	text-align:center;
	color:#FFFFFF;
}

.today ul li h4 span {
	font-size:0.6em;
}

.today ul li h5 {
	color:#fff200;
	font-size:0.7em;
	text-align:center;
}

.day_info_btn {
	border:1px solid #FFFFFF;
	padding:2px;
	text-align:center;
	color:#FFFFFF;
}

.day_info_btn a {
	display:block;
	color:#FFFFFF;
}

.idx_bnr { width:100%; float:none; margin:0 auto 0;}

.idx_bnr01,
.idx_bnr02,
.idx_bnr03,
.idx_bnr04,
.idx_bnr05 { position:relative; margin:0 auto;}

.idx_bnr01 img,
.idx_bnr02 img,
.idx_bnr03 img,
.idx_bnr04 img,
.idx_bnr05 img { width:100%; height:auto;}

.idx_bnr01 h3 { background:#004eae; padding:1% 2%; color:#FFFFFF; font-size:1.2em;}
.idx_bnr02 h3 { background:#e86b10; padding:1% 2%; color:#FFFFFF; font-size:1.2em;}
.idx_bnr03 h3 { background:#ff81aa; padding:0% 2%; color:#FFFFFF; font-size:1.2em;}
.idx_bnr04 h3 { background:#007730; padding:0% 2%; color:#FFFFFF; font-size:1.2em;}
.idx_bnr05 h3 { background:#f47a01; padding:0% 2%; color:#FFFFFF; font-size:1.2em;}

.idx_bnr01 p { background:#004eae; padding:0 2%; font-size:0.8em; line-height:1.6em; color:#FFFFFF;}
.idx_bnr02 p { background:#e86b10; padding:0 2%; font-size:0.8em; line-height:1.6em; color:#FFFFFF;}
.idx_bnr03 p { background:#ff81aa; padding:0 2%; font-size:0.8em; line-height:1.6em; color:#FFFFFF;}
.idx_bnr04 p { background:#007730; padding:0 2%; font-size:0.8em; line-height:1.6em; color:#FFFFFF;}
.idx_bnr05 p { background:#f47a01; padding:0 2%; font-size:0.8em; line-height:1.6em; color:#FFFFFF;}



.bg_idx01 {
	background: url(../images/com/bg.jpg) 0 0 repeat;
	padding:2% 0;
}

.whatsnew_wrap {
	width: 96%;
	float:none;
	margin:0 auto 5%;
}

.whatnew_list {
    margin: 0 auto 0px;
    width: 100%;
	background:rgba(255,255,255,0.3);
}*/

/*.whatnew_list::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
.whatnew_list::-webkit-scrollbar-thumb{
	background: #435295;
	border-radius: 2px;
}



.whatnew_list dl {
	width: 96%;
	padding: 0 2%;
}

.whatnew_list dl dt {
	margin: 10px 0 0;
}

.whatnew_list dl dd {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}



.whatnew_list p {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 0.8em;
}*/



.bg_topics {
	width:100%;
	background:url(../images/contents/bg_img02.png) center center no-repeat;
	background-size:cover;
}

.topics_list {
	width:100%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.topics_list li {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.topics_list li img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

.topics_list li p {
	font-size: 0.8em;
	line-height: 120%;
}

.topics_list li:nth-child(2n+2) {
	margin-right:0;
}

.youtubeWrap { width: 96%; margin: auto;}
.youtube {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.bg_idx02 {
	padding:3% 0;
}


.gallery { list-style: none; width: 96%; margin: auto; padding: 0; display: flex; flex-wrap: wrap;}
.gallery li { width: calc( 100% / 3 - 8px ); height: auto; position: relative; overflow: hidden; border: solid 4px #FFF;}
/*.gallery li:before { content: ""; display: block; padding-top: 100%;}*/
.gallery li span { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}




.idx_sns {
	width:98%;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

.idx_sns li {
	width:100%;
	float:none;
	margin-right:0%;
	margin-bottom:3%;
}

.idx_sns li:nth-child(3n+3) {
	margin-right:0;
}



.snsTit { margin: auto auto 0; text-align: center; padding: 30px 0; position: relative; z-index: 10;}
.snsTit h3 { font-size: 30px; margin-bottom: 10px;}
.snsTit p { font-size: 14px; letter-spacing: 0.1em;}





/*.wrapper {
  overflow:hidden;
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%;
  height:120px;
}

#video {
  left: 0;
  min-width: 100%;
  min-width: 100vw;
  // wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
  position: absolute;
  top: 0;
  // z-indexは調整してください。
  z-index: 1;
}

.dot {
    background: repeat scroll 0 0%, rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    min-height: 700px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}*/

}
