@charset "utf-8";

body {
	min-width: 1040px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	margin: 0 auto;
	background: #f9f9e8;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
.innerWrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	-webkit-backface-visibility: hidden;
}
a{
	color: rgba(0,0,0,1);
}
a:hover{
	color: rgba(0,0,0,0.6);
	transition: all 0.15s linear;
}
.white a,
a.white{
	color: rgba(255,255,255,1);
}
.white a:hover,
a.white:hover{
	color: rgba(255,255,255,0.8);
}
a:hover img{
	opacity:0.8;
	transition: all 0.15s linear;
}
.ro:hover{
	opacity: 0.8;
	transition: all 0.15s linear;
}
.ro:hover img{
	opacity:1;
}
.ro a:hover,
.ro a:hover img{
	transition: none;
	opacity: 1;
}
.sp,
.spCont{
	display:none;
}
#spMenuOverlay,
#spMenu{
	display: none;
}

/* commons */
.bold,strong{font-weight: bold;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.f_left{float:left;}
.f_right{float:right;}
.clear{clear:both;}

/* iconColors */
.cat.kanko{background: #28bcea;}
.cat.syokuji{background: #ff456b;}
.cat.taiken{background: #f97c15;}
.cat.blog{background: #45abff;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	padding: 0 0 33px 0;
	background: #ffffff;
}
header h1{
	font-size: 12px;
	color: #fff;
	padding: 18px 0 10px;
	background: #000;
}
header h1 p{
	padding: 0 0 0 190px;
}
header .logoArea{
	padding: 18px 0 0 190px;
	position: relative;
}
header .logoArea .mark{
	position: absolute;
	top: -60px;
	left: 30px;
}
header .logoArea .copy{
	color: #0088b9;
	margin-top: 11px;
}
header .snsIcon{
	font-size: 0;
	position: absolute;
	top: 22px;
	right: 65px;
}
header .snsIcon li{
	display: inline-block;
	margin-left: 10px;
}
header .subNav{
	font-size: 0;
	position: absolute;
	top: -30px;
	right: 65px;
}
header .subNav li{
	display: inline-block;
	font-size: 13px;
	margin-left: 22px;
}
header .subNav li:nth-child(1){
	padding-left: 15px;
	background: url(../img/ico_about.png) left center no-repeat;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
header .subNav li:nth-child(2){
	padding-left: 24px;
	background: url(../img/ico_contact.png) left center no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
header .gNav{
	margin-top: 36px;
}
header .gNav ul{
	font-size: 0;
	text-align: center;
}
header .gNav ul li{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	padding: 0 30px;
	border-right: 2px solid #0088b9;
}
header .gNav ul li:last-child{
	border-right: none;
}
header .gNav ul li:first-child a{
	color: #0088b9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	margin-top: 45px;
	padding: 30px 0 0 0;
	background: #ffffff;
	position: relative;
}
/* pageTop */
footer .pageTop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	transition: all 0.15s linear;
}
footer .pageTop.active{
	opacity: 1;
}
footer .pageTop.stop{
	position: absolute;
	bottom: inherit;
	top: -27px;
}
/* footNav */
footer .footNav > ul{
	height: auto;
	overflow: hidden;
}
footer .footNav > ul > li{
	float: left;
	margin-right: 35px;
}
footer .footNav > ul > li .hd{
	font-size: 17px;
	font-weight: bold;
	color: #0088b9;
	margin-bottom: 7px;
}
footer .footNav > ul > li > ul > li{
	padding-left: 14px;
	background: url(../img/ico_arrow02.png) left center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}
footer .footNav > ul > li:last-child > ul > li{
	font-size: 13px;
	text-decoration: underline;
	padding-left: 0;
	background: none;
}
/* snsIcon */
footer .snsIcon{
	font-size: 0;
	position: absolute;
	top: 2px;
	right: 140px;
}
footer .snsIcon li{
	display: inline-block;
	margin-left: 10px;
}
/* footLogo */
footer .footLogo{
	text-align: center;
	margin-top: 40px;
}
/* copyright */
footer .copyright{
	font-family: helvetica, arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background: #000;
	padding: 20px 0;
	margin-top: 28px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents{
	height: auto;
	overflow: hidden;
}
#main{
	width: 690px;
	float: left;
}
#side{
	width: 290px;
	float: right;
}
section.block{
	padding: 23px 20px 28px;
	border-top: 2px solid #000;
	background: #ffffff;
	margin-bottom: 35px;
	position: relative;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
section.block .description{
	color: #4c4c4c;
	margin-bottom: 25px;
	font-size: 16px;
}
/*-------------------------
	hd
-------------------------*/
/* hd01 */
.hd01{
	font-size: 23px;
	font-weight: bold;
	color: #0088b9;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	white-space: nowrap;
}
.hd01 span{
	font-family: helvetica, arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
}

/*-------------------------
	btn
-------------------------*/
/* btn01 */
.btn01{
	display: block;
	text-align: center;
	margin-top: 24px;
}
.btn01 a{
	display: inline-block;
	width: 590px;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	background: #0088b9;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn01 a span{
	padding-right: 30px;
	background: url(../img/ico_arrow01.png) right center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}

/*-------------------------
	casette
-------------------------*/
.casette__item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.casette__item a{
	display: block;
}
.casette__item .img{
	margin-bottom: 9px;
}
.casette__item .img img{
	width: 100%;
	height: auto;
}
.casette__item .cat,
.casette__item .date,
.casette__item .view{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
.casette__item .cat{
	width: 50px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding: 1px 0;
}
.casette__item .date{
	font-size: 11px;
	margin-left: 5px;
}
.casette__item .view{
	font-size: 11px;
	color: #0088b9;
	padding-left: 20px;
	background: url(../img/ico_view.png) left 2px no-repeat;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
.casette__item .ttl{
	font-size: 13px;
	line-height: 1.4;
	margin-top: 8px;
}
/* shadow */
.casette__item--shadow{
	border: 1px solid #dedede;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.casette__item--shadow .data{
	padding: 13px;
}
/* spot */
.casette--spot  .casette__item .ttl{
	font-size: 15px;
	font-weight: bold;
}
.casette--spot  .casette__item .area{
	font-size: 13px;
	color: #0069a2;
}
/* 2column */
.casette--2{
	padding-left: 5px;
}
.casette--2 .casette__item{
	width: 315px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.casette--2 .casette__item:nth-of-type(1),
.casette--2 .casette__item:nth-of-type(2){
	margin-top: 0;
}
.casette--2 .casette__item:nth-of-type(2n){
	margin-right: 0;
}
.casette--2 .casette__item .img{
	margin-bottom: 0;
}
.casette--2 .casette__item .cat{
	width: 65px;
	padding: 2px 0;
}
.casette--2 .casette__item .date{
	font-size: 15px;
}
.casette--2 .casette__item .date.spCont{
	display: none;
}
.casette--2 .casette__item .view{
	font-size: 15px;
	padding-left: 26px;
	background-position: left 3px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
.casette--2 .casette__item .ttl{
	font-size: 17px;
	margin-bottom: 5px;
}
/* 3column */
.casette--3{
	padding-left: 5px;
}
.casette--3 .casette__item{
	width: 175px;
	float: left;
	margin-right: 57px;
	margin-top: 15px;
}
.casette--3 .casette__item a{
	text-decoration: underline;
}
.casette--3 .casette__item:nth-of-type(1),
.casette--3 .casette__item:nth-of-type(2),
.casette--3 .casette__item:nth-of-type(3){
	margin-top: 0;
}
.casette--3 .casette__item:nth-of-type(3n){
	margin-right: 0;
}
/* 4column */
.casette--4{
	padding-left: 5px;
}
.casette--4 .casette__item{
	width: 155px;
	float: left;
	margin-right: 8px;
	margin-top: 15px;
}
.casette--4 .casette__item:nth-of-type(1),
.casette--4 .casette__item:nth-of-type(2),
.casette--4 .casette__item:nth-of-type(3),
.casette--4 .casette__item:nth-of-type(4){
	margin-top: 0;
}
.casette--4 .casette__item:nth-of-type(4n){
	margin-right: 0;
}
/*-------------------------
	side
-------------------------*/
#side section.block{
	padding: 15px 15px 20px;
	border-radius: 0;
}
/* bnr */
#side .bnr{
	margin-bottom: 25px;
}
#side .bnr p{
	color: #4c4c4c;
	text-align: left;
	margin-top: 10px;
	padding-left: 5px;
}
/* hd01 */
#side .hd01{
	font-size: 19px;
	margin-bottom: 10px;
}
#side .hd01 span{
	margin-left: 11px;
}
/* btn01 */
#side .btn01{
	margin-top: 15px;
}
#side .btn01 a{
	width: 220px;
}
/* casette */
#side .casette__item{
	height: auto;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 11px;
	border-bottom: 1px dashed #cccccc;
}
#side .casette__item:last-child{
	margin-bottom: 0;
}
#side .casette__item .img{
	float: left;
	width: 110px;
	margin-top: 4px;
}
#side .casette__item .data{
	padding-left: 123px;
}
#side .casette__item .cat{
	font-size: 10px;
}
#side .casette__item .date{
	margin-left: 3px;
}
#side .casette__item .ttl{
	margin-top: 5px;
	line-height: 1.38;
}
/* keyword */
#side .tags{
	font-size: 0;
	margin-top: 15px;
	margin-left: -13px;
}
#side .tags li{
	display: inline-block;
	font-size: 12px;
	padding: 7px 17px 7px 15px;
	margin-left: 18px;
	margin-bottom: 7px;
	background: #eeeeee;
	border-radius: 2px;
	position: relative;
}
#side .tags li:before{
	content: "";
	position: absolute;
	top: 0;
	left: -13px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 16px 0;
	border-color: transparent #eeeeee transparent transparent;
}
#side .tags li:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -3px;
}
/* search */
#side #search form{
	height: auto;
	overflow: hidden;
}
#side #search input{
	float: left;
	height: 38px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#side #search input#sWord{
	width: 200px;
	padding: 0 10px;
	border: 1px solid #b2b2b2;
}
#side #search input#sBtn{
	width: 60px;
	text-indent: -9999px;
	background: #b2b2b2 url(../img/ico_search.png) center center no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	cursor: pointer;
}
/* info */
#side #info ul li{
	font-size: 17.5px;
	border-bottom: 1px dashed #ccc;
	background-position: 8px center;
	background-repeat: no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
}
#side #info ul li a{
	display: block;
	position: relative;
	padding: 20px 0 20px 48px;
}
#side #info ul li a:after{
	content: "";
	border-right: 1px solid #00b0da;
	border-top: 1px solid #00b0da;
	height: 8px;
	width: 8px;
	right: 5px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -4px 0 0 0;
}
#side #info ul li.event{
	background-image: url(../img/ico_event.png);
}
#side #info ul li.weather{
	background-image: url(../img/ico_weather.png);
}
#side #info ul li.faq{
	background-image: url(../img/ico_faq.png);
}

/* archives */
#side #archives .casette {
	margin-top: 20px;
}
#side #archives .casette__item {
	font-size: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#side #archives .casette__item:not(:last-child) {
	margin-bottom: 16px;
}
#side #archives .casette__item a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	margin-right: 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■breadcrumb
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#breadcrumb > .list {
    display: flex;
    margin-bottom: 20px;
}
#breadcrumb > .list li:not(:last-child):after {
    content: ">";
    margin: 0 0.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pager
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pager {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#pager li {
    color: #000;
    font-weight: bold;
    margin-right: 10px;
    font-size: 21px;
}
#pager a {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    width: 40px;
    padding: 5px 0;
}
#pager .active a {
    background: #e5e5e5;
}
#pager .next a,
#pager .last a {
    border: none;
    width: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.det_txt {
    font-size: 17px;
    margin-top: 1em;
}
.det_txt h3 {
    border-left: 5px solid #0088b9;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 20px;
    margin: 1em 0;
}
.det_txt h3 + img,
.det_txt h4 + img {
    margin-top: 0;
}
.det_txt h4 {
    border-left: 5px solid #55c6e5;
    font-weight: bold;
    font-size: 20px;
    margin: 1em 0;
}
.det_txt h3 span {
    display: block;
    padding: 10px;
}
.det_txt h4 span {
    display: block;
    padding: 7px 10px;
}
.det_txt img {
    margin: 1em 0;
}
.det_keyword {
    border-top: 1px solid #ccd4d6;
    margin-top: 50px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.det_keyword > .txt {
	width: 15%;
}
.det_keyword > .tags {
	width: 85%;
}
.det_keyword li{
	display: inline-block;
	font-size: 12px;
	padding: 7px 17px 7px 15px;
	margin-left: 18px;
	margin-bottom: 7px;
	background: #eeeeee;
	border-radius: 2px;
	position: relative;
}
.det_keyword li:before{
	content: "";
	position: absolute;
	top: 0;
	left: -13px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 16px 0;
	border-color: transparent #eeeeee transparent transparent;
}
.det_keyword li:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -2px;
	margin-top: -3px;
}
.det_sns_btm {
	display: flex;
    justify-content: center;
    margin: 40px 0 20px;
}
.det_sns_btm li:not(:last-child) {
    margin-right: 10px;
}
.det_more_ttl {
    color: #0088b9;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■bloglist
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#bloglist {
    padding: 45px 30px 35px;
}
#bloglist > .ttl {
    color: #0088b9;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 40px;
}
#bloglist > .ttl img {
    vertical-align: middle;
    margin-right: 0.5em;
    width: 40px;
}
#bloglist > .entry li {
    border-bottom: 1px dashed #999;
    padding-bottom: 30px;
    margin-top: 30px;
}
#bloglist > .entry a {
    display: flex;
}
#bloglist .box {
    position: relative;
    margin-left: 30px;
}
#bloglist .head {
    font-size: 16px;
    margin-bottom: 20px;
}
#bloglist .cat {
    color: #FFF;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.25em;
    padding: 2px 0 2px 0.25em;
    min-width: 70px;
    margin-right: 1em;
}
#bloglist .category.blog {
}
#bloglist .entry .ttl {
    font-size: 18px;
}
#bloglist .name {
    color: #0088b9;
    position: absolute;
    bottom: 0;
    background: url(../img/okinawa/jjgirl_ico03.png) no-repeat 0 50%;
    padding-left: 1.5em;
}