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

/* 簡体字SNS隠す */
html:lang(zh-hans) .snsArea.ja{
	display: none;
}
html:not(:lang(zh-hans)) .snsArea.ch{
	display: none;
}

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

main-bg & Navi Active

------------------------------------------------- */
#main-bg {
	background-image:url(../images/main_bg.png);
	background-size: 100px auto,cover cover;
}

/* PC */
@media print, screen and (min-width:769px) {
.rightMenu {
	display: none;
}
}


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

seasonColor

------------------------------------------------- */
/*.topPickupArea,
.pickupPhoto{
	background-color: #f6dede;
}
.seasonColor {
	background-color: #ffeff3;
}*/
/* Tablet */
/*@media screen and (max-width:768px) {
.bigBannerArea {
	background-color: #ffeff3;
}
}*/
/* -------------------------------------------------

top nav

------------------------------------------------- */
/* Tablet */
@media screen and (max-width:768px) {
/* nav */
nav{
	display: block;
}
nav ul {
	height: auto;
	margin:0 15px;
}
nav > ul > li {
	float: left;
	width:25%;
	line-height: 100%;
	padding: 3px;
}
nav > ul > li > a{
	display: block;
	padding: 5px 20px 0;
	background-color: #f2f0e9;
	border-radius: 10px;
	border:2px solid #41301c;

}
nav > ul > li > a:hover{
	opacity: 0.7;
}
nav > ul > li > ul {
	display: none;
}
.navB{
	display: none;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
nav > ul > li {
	width:50%;
}
nav > ul > li:nth-child(2n+1){
	clear: both;
}
}

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

mainBox

------------------------------------------------- */
/* PC */
@media print, screen and (min-width:769px) {
.mainBox{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
}

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

slideArea

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

/* PC */
@media print, screen and (min-width:769px) {
.slideArea {
	width: 850px;
	float: left;
	padding-top: 20px;
}
.slideArea ul li img {
	border: 7px solid rgba(120,190,255,0.5);
}
}
/* Tablet */
@media screen and (max-width:768px) {
}

/* pager */
.slideArea .bx-wrapper .bx-pager.bx-default-pager a {
	background: #c5c5c5;
	width: 50px;
	height: 7px;
	border-radius: 0;
}
.slideArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slideArea .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5f4728;
}

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

topTodayArea

------------------------------------------------- */
.topTodayArea section h3 {
	background-color: #e06284;
	text-align: center;
	color: #fff;
	border-radius: 15px 15px 0 0;
	padding: 10px 0 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.topTodayArea section h3:before {
	content: "\f073";
	font-family: FontAwesome;
}
.topTodayArea > section > div {
	background-color: #f2f0e9;
	border: 5px solid #e06284;
	border-radius: 0 0 15px 15px;
	margin: 0 0 15px;
	padding: 20px 0 0;
}
.topTodayArea > section > div article {
	padding: 0 20px 20px;
}
.topTodayArea > section > div div {
	display: none;
}
.topTodayArea > section > div article h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 5px;
}
.topTodayArea > section > div article h4:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
	color: #bfbbae;
	font-size: 0.7em;
}
.topTodayArea > section > div article h4 span {
	color: #948572;
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 20px;
}
.topTodayArea > section > div article p:not(.todayLink) a {
	text-decoration: underline;
}
.todayMore {
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #e06284;
	padding: 10px 0 5px;
}
.todayMore:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
}
.todayMore:after {
	content: "もっと見る";
	font-weight: bold;
}
.todayMore:hover {
	color: #ffe87b;
}
.closeBtn:after {
	content: "元に戻す";
}
.closeBtn:before {
	content: "\f077";
	font-family: FontAwesome;
}
/* hoursText */
.hoursText {
	color: #48361f;
	font-weight: bold;
	line-height: 130%;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin: 0 0 10px;
	font-size: 1.3em;
}
.hoursText:before {
	content: "\f017";
	font-family: FontAwesome;
	padding-right: 5px;
	font-weight: normal;
	font-size: 1.4em;
	vertical-align: middle;
}
/* weatherBtn */
.weatherBtn a {
	display: block;
	background-color: #41301c;
	color: #fff;
	border-radius: 10px;
	padding:10px 20px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.weatherBtn a:hover {
	opacity: 0.8;
}
.weatherBtn a:before {
	content: "\f2c9";
	font-family: FontAwesome;
	padding-right: 10px;
}

/* PC */
@media print, screen and (min-width:769px) {
.topTodayArea {
	width: 240px;
	float: right;
	margin-top: 20px;
}
.topTodayArea section h3 {
	font-size: 1.6em;
}
.topTodayArea section h3:before {
	padding-right: 10px;
}
.topTodayArea > section > div article p {
	margin-left: 15px;
}
.todayZoom{
	width: 1100px;
	position: absolute;
	right: 0;
	z-index:2;
}
/* weatherBtn */
.weatherBtn a {
	font-size: 1.6em;
}

}

/* Tablet */
@media screen and (max-width:768px) {
.topTodayArea {
	margin: 0 20px 20px;
}
.topTodayArea section h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.topTodayArea section h3:before {
	padding-right: 3px;
}
/* weatherBtn */
.weatherBtn a {
	font-size: 1.3em;
	font-weight: bold;
}
}
/* -------------------------------------------------

topPickupArea

------------------------------------------------- */
.topPickupArea ul li {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.topPickupArea ul li a:hover {
	opacity: 0.8;
}
.topPickupArea ul li a img {
	display: block;
}
/* pickupPhoto */
.pickupPhoto {
	overflow: hidden;
	position: relative;
	display: block;
}
.pickupPhoto img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* PC */
@media print, screen and (min-width:769px) {
.topPickupArea {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0 30px;
}
.topPickupArea ul li {
	padding: 20px 20px 17px;
	min-height: 262px;
}
/* pickupPhoto */
.pickupPhoto {
	width: 178px;
	height: 178px;
	margin: 0 0 15px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.topPickupArea {
	padding: 10px 0 20px;
}
.topPickupArea ul li{
	padding: 10px;
	line-height:130%;
	margin: 0 ;
	min-height: 230px;
}
.topPickupArea > p{
	padding: 20px 20px 0;
}
/* pickupPhoto */
.pickupPhoto {
	width: 103px;
	height: 103px;
	margin: 0 0 8px;
}
.topPickupArea p.sp a {
	width: 250px;
	display: block;
	border-radius: 20px;
	background-color: #eeb339;
	text-align: center;
	color: #fff;
	margin: 15px auto 0;
	padding: 10px 0;
}
}
/* -------------------------------------------------

bigBannerArea

------------------------------------------------- */
.bigBannerArea ul li a {
	display: block;
	border: 1px solid #f0eee9;
	line-height: 100%;
	font-size: 0;
}
.bigBannerArea ul li a img {
	border: 5px solid #fff;
	box-sizing: border-box;
}
.bigBannerArea ul li a:hover {
	opacity: 0.8;
}

/* PC */
@media print, screen and (min-width:769px) {
.bigBannerArea {
	width: 1100px;
	margin: 0 auto;
}
.bigBannerArea ul {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 10px;
}
.bigBannerArea ul li {
	margin: 0 0 20px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.bigBannerArea {
	padding: 15px 10px 5px;
}
.bigBannerArea ul li {
	margin: 0 0 10px;
}
.bigBannerArea > p{
  margin: 0 10px 15px;
}
.bigBannerArea > p a {
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
	display: block;
	background-color: #5abd76;
	color: #fff;
	border-radius: 10px;
	padding:10px 20px;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.bigBannerArea > p a:hover {
	opacity: 0.8;
}
.bigBannerArea > p a:before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 10px;
}
.bigBannerArea > p a:after {
	content: "CLICK";
  position: absolute;
  right:15px;
  font-weight: bold;
  letter-spacing: 1px;
}
}
/* iPhone5など */
@media screen and (max-width:330px) and (orientation: portrait) {
.bigBannerArea > p a:after {
	font-size: 0.9em;
  letter-spacing: 0px;
  right:10px;
}
}

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

snsArea

------------------------------------------------- */
/* color01 */
.snsArea.ja > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) {
	border-top: 2px solid #d82624;
}
.snsArea.ja > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) h3 i, .snsArea.ja > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) p a {
	background-color: #d82624;
}
/* color02 */
.snsArea.ja > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) {
	border-top: 2px solid #91795a;
}
.snsArea.ja > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) h3 i, .snsArea.ja > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) p a {
	background-color: #91795a;
}
/* color03 */
.snsArea.ja > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) {
	border-top: 2px solid #3765a3;
}
.snsArea.ja > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) h3 i, .snsArea.ja > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) p a {
	background-color: #3765a3;
}
/* color04 */
.snsArea.ja > div:nth-child(2) > div:nth-child(2) > section:nth-child(1) {
	border-top: 2px solid #2ca7e0;
}
.snsArea.ja > div:nth-child(2) > div:nth-child(2) > section:nth-child(1) h3 i, .snsArea.ja > div:nth-child(2) > div:nth-child(2) > section:nth-child(1) p a {
	background-color: #2ca7e0;
}

/* color05 */
.snsArea.ch > div > div > section:nth-child(1) {
	border-top: 2px solid #e13c33;
}
.snsArea.ch > div > div > section:nth-child(1) h3 i, .snsArea.ch > div > div > section:nth-child(1) p a {
	background-color: #e13c33;
}

.snsArea > div > div {
	margin: 0 0 30px;
}
.snsArea > div > div > section:nth-child(1) {
	padding: 15px 0 20px;
	height: auto;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.snsArea > div > div > section:nth-child(1) h3 {
	float: left;
	line-height: 100%;
}
.snsArea > div > div > section:nth-child(1) h3 i {
	border-radius: 14px;
	width: 16px;
	height: 16px;
	font-size: 18px;
	padding: 6px;
	margin-right: 7px;
	color: #fff;
}
.snsArea > div > div > section:nth-child(1) p a {
	float: right;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 5px 0;
}
.snsArea > div > div > section:nth-child(1) p a:hover {
	opacity: 0.8;
}
/* facebook */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100% !important;
}

/* PC */
@media print, screen and (min-width:769px) {
.snsArea {
	width: 1100px;
	margin: 0 auto 30px;
	height: auto;
}
.snsArea.ja > div {
	width: 530px;
}
.snsArea.ja > div:nth-child(1) {
	float: left;
}
.snsArea.ja > div:nth-child(2) {
	float: right;
}
.snsArea > div > div > section:nth-child(1) h3 {
	width: 360px;
	font-size: 2em;
}
.snsArea > div > div > section:nth-child(1) p a {
	width: 150px;
}
.snsMain {
	width: 500px;
	margin: 0 auto;
}
.movieCaption{
	margin:0 15px;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.snsArea {
	margin: 0 20px;
	padding: 20px 0 0;
}
.snsArea > div > div > section:nth-child(1) h3 {
	width: 210px;
	font-size: 0.95em;
	font-weight: bold;
}
.snsArea > div > div > section:nth-child(1) p a {
	width: 110px;
	font-size: 0.8em;
}
.youtubeSpArea {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtubeSpArea iframe, .youtubeSpArea object, .youtubeSpArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieCaption{
	margin:5px 0 0;
}
}


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

instafeed

------------------------------------------------- */
#instafeed{
	height: auto;
}
#instafeed li{
	width: calc(33.33% - 4px);
	margin: 2px;
	float: left;
	font-size: 0;
	line-height: 100%;
}
#instafeed li:nth-child(3n+1){
	clear: both;
}
#instafeed li a:hover{
	opacity: 0.9;
}
#instafeed li a img{
	width: 100%;
}

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

smallBannerArea

------------------------------------------------- */
.smallBannerArea {
	height: auto;
}
.smallBannerArea li {
	float: left;
}
.smallBannerArea li a:hover {
	opacity: 0.8;
}

/* PC */
@media print, screen and (min-width:769px) {
.smallBannerArea {
	width: 1005px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.smallBannerArea li {
	width: 310px;
	margin: 0 12px 10px 13px;
}
.smallBannerArea li img{
	width: 100%;
}
}

/* Tablet */
@media screen and (max-width:768px) {
.smallBannerArea {
	
}
.smallBannerArea li {
	margin: 0 5px 5px;
	width: 310px;
}
.seasonColor {
	padding-bottom: 30px;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
.smallBannerAreaBg{
width: 100%;
	margin: 0 auto;
}
}



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

inforArea

------------------------------------------------- */
.topInforArea > div > dl{
	border-bottom:1px dotted #afafaf;
	padding:10px 0;
}
.topInforArea > div > dl dd:nth-child(1){
	color:#aaa;
	font-weight: bold;
	width:100px;
}
.topInforArea > div > dl dd:nth-child(2){
	width:100px;
}
.topInforArea > div > dl dd:nth-child(2) span{
	color:#fff;
	width: 80px;
	font-size: 0.8em;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
}
.topInforArea > div > dl dt a{
	font-size: 1.1em;
}
/* icon */
 .infoIcon {
 	color: #fff;
 	text-align: center;
 	font-size: 0.85em;
 	line-height: 100%;
 	margin-left: 10px;
 }
 .iTour {
 	background-color: #a7ca3d;
 }
 .iNews {
 	background-color: #e47c90;
 }
 .iOthers {
 	background-color: #58afff;
 }
/* PC */
@media print, screen and (min-width:769px) {
.topInforArea{
	width: 1100px;
	margin: 0 auto;
}
.topInforArea > div{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.topInforArea > div > dl dt,
.topInforArea > div > dl dd{
	display: table-cell;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.topInforArea {
	margin: 0 15px;
}
.topInforArea > div > dl dd{
	display:inline;
}
.topInforArea > div > dl dd:nth-child(1){
	padding:0 5px 0 0;
	vertical-align: middle;
}
.topInforArea > div > dl dt{
	display: block;
	margin-top: 5px;
}
}


