@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 16px;
	
}

body {
	font-size: 62.5%;

}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; 
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	margin: 0px;
}

img01 {
	text-align:center;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}






/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#warp{
	width:765px;
	margin:0 auto;
}

#sec1{
	padding: 43px 0 10px;
	background: #fff;
	text-align: center;
}
#sec1 p{
	color:#3ababd;
	margin: 20px 0 10px;
}
#wrap2{
	padding: 35px 0;
	background: rgb(53,207,199);
background: linear-gradient(180deg, rgba(53,207,199,1) 0%, rgba(22,100,220,1) 100%);

}
#sec2{
	text-align: center;
	margin-bottom: 70px;
}
#sec2 p{
	margin-top: 30px;
	color: #fff;
}

#sec3{
	position: relative;
	background: url(/image/jp/pages/feature/okinawa/20190628/photo05.png) no-repeat;
	height: 320px;
	margin-bottom: 30px;
}
#sec3 p,#sec5 p,#sec7 p{
	width: 300px;
	position:absolute;
	bottom: 60px;
	left: 30px;
	font-size: 14px;
	color: #3b3b3b;
}
#sec4{
	position: relative;
	background: url(/image/jp/pages/feature/okinawa/20190628/photo06.png) no-repeat;
	height: 320px;
	margin-bottom: 30px;
}
#sec4 p,#sec6 p{
	width: 300px;
	position:absolute;
	bottom: 70px;
	right: 30px;
	font-size: 14px;
	color: #3b3b3b;
}
#sec5{
	position: relative;
	background: url(/image/jp/pages/feature/okinawa/20190628/photo07.png) no-repeat;
	height: 320px;
	margin-bottom: 30px;
}
#sec6{
	position: relative;
	background: url(/image/jp/pages/feature/okinawa/20190628/photo08.png) no-repeat;
	height: 320px;
	margin-bottom: 30px;
}
#sec7{
	position: relative;
	background: url(/image/jp/pages/feature/okinawa/20190628/photo09.png) no-repeat;
	height: 320px;
	margin-bottom: 30px;
}
#sec8{
	text-align: center;
	padding: 30px;
	background: #fff000;
}

/*アコーディオン*/

/*ラベル*/
.accbox label {

}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 10px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pc{
		display: none !important;
	}
	.sp{
		display:inherit !important;
	}

}

