@charset "UTF-8";

/*
==================================
	沖縄　#okinawaWrap
==================================
*/


/*沖縄カメラ
==================================
*/

/*テーマ名*/
.themeName{
	margin:10px;
	padding:5px 10px;
	color:#fff;
	font-size:120%;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #a28371;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #a78978), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #a78978 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #a78978 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #a78978 50%, transparent 50%, transparent);
}
.themeName span{
	padding-right:10px;
	margin-right:10px;
	position:relative;
	display:block;
	color:#ffd1d0;
}

/*テーマボックス内*/
.themeBox{
	margin:10px;
}
.themeBox .detail p{
	font-size:120%;
	line-height:1.3em;
}

/*おすすめの被写体*/
.subject{
	margin-bottom:10px;
	border:dotted 1px #fc9491;
	padding:5px;
}
.subject dt{
	color:#f38c89;
	font-weight:bold;
}
.subject dd{
	position:relative;
	padding-left:20px;
}
.subject dd:before{
	content:"●";
	color:#fc9491;
	font-size:10px;
	position:absolute;
	left:5px;
	top:2px;
}


/*メイン画像*/
.themeImg p{
  margin: 10px auto 10px auto;
	padding:0;
	text-align:center;
}
.themeImg img{
	max-width:230px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}

/*ワンポイント*/
.onepoint{
	padding:10px 0;
}
.onepoint h4{
	text-align:center;
	margin:5px 0;
}
.onepoint h4 span.op{
	display:block;
	background:#fc9491 url(../img/okinawa/onepoint.png) no-repeat center left;
	background-size: 30px;
	padding:5px 10px 5px 30px;
	margin:0 auto 5px auto;
	width:70%;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.onepoint h4 span.txt{
	font-weight:bold;
	color:#f38c89;
	font-size:110%;
}
.onepoint .opImg{
	margin:0 0 10px 0;
	text-align:center;
}
.onepoint .opImg img{
	max-width:230px;
	max-height:180px;
}
.onepoint .opLead{
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	font-size:110%;
	line-height:1.3em;
}
.onepoint .opTxt{
	line-height:1.3em;
}




/*フロフィール*/
.profileBox{
	margin:10px 10px;
}
.profileBox .imgProfile{
	float:left;
	width:30%;
	text-align:center;
	padding-right:10px;
}
.profileBox .imgProfile img{
	width:100%;
}
.profileBox .detailProfile{
	float:right;
	width:70%;
}

.profileBox .detailProfile dt{
	font-weight:bold;
	font-size:110%;
	padding-bottom:10px;
}



@media screen and (min-width: 481px) {/*タテ持ち*/

.themeBox .detail p{
	padding-top:15px;
}

/*テーマ横並び*/
.themeBox{
	width:100%;
	margin:0;
	padding:10px;
}
.themeName br{ /*改行なし*/
	display:none;
}

.themeBox .detail{
	width:60%;
	display:inline-block;
	vertical-align:top;
}
.themeBox .themeImg{
	width:38%;
	display:inline-block;
	vertical-align:top;
	padding:0 5px;
}
.themeBox .onepoint{
	display:block;
	vertical-align:top;
}
/*メイン画像*/
.themeImg p{
  margin:0 0 10px 0;
}
.themeImg img{
	width:90%;
}
/*ワンポイント*/
.onepoint{
}
.onepoint h4{
	margin:0 0 5px 0;
	text-align:left;
}
.onepoint h4 span.op{
	display:inline-block;
	width:auto;
	margin-right:10px;
}
.onepoint h4 span.txt{
	display:inline-block;
}
.onepoint .opImg{
	float:left;
	padding:0 10px 0 0;
}
/*テーマ別画像のサイズ*/
.theme1 .onepoint .opImg img{max-width:230px;}
.theme3 .onepoint .opImg img{max-width:200px;}

}






/*沖縄ゴルフ
==================================
*/


/*ゴルフ体験*/
#golf.checkBox,
#golf2.checkBox  {
	margin:0 10px;
}
#golf.checkBox .courseList{
	color:#333;
}

/*こんなのもいかが？*/
#golf2.checkBox:before{
	top:15px;
}
#golf2.checkBox .imgCheck {
  margin: 0 10px 7px 0;
  width: 50%;
  float: left;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}
#golf2.checkBox dl {
	margin: 0 0 10px 0;
  display: block;
	line-height: 1.4em;
}
#golf2.checkBox dl dd{
	padding: 0 ;
}


