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

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/beachclean/images/main01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0;
}

#mainVisual h1 b {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 85%;
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

#tab {
	letter-spacing: -.4em;
	clear: both;
	margin-top: 1em;
}

#tab li {
	display: inline-block;
	width: 49.5%;
	letter-spacing: normal;
	cursor: pointer;
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 1.8% 0;
	text-align: center;
}

#tab li:not(:last-child) {
	margin-right: 1%;
}

#tab li:hover,
#tab li.select {
    background-color: #29a3dd;
}

#panel {
	margin-bottom: 2em;
}

#panel li.each {
	background: #eee;
	padding: 1.5em;
}

#panel li.each:not(:first-child){
	display: none; 
}

#panel li.each .txt01 {
	margin-top: 0;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#index h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 1em;
}

#index table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin: 1em 0 2.5em;
}

#index table th,
#index table td {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0.8em;
	vertical-align: middle;
}

#index table th {
	background: #333;
	color: #fff;
	font-weight: bold;
}

#index table tr:nth-child(even) {
	background: #fff;
}

#index table tr:nth-child(odd) {
	background: #f8f8f8;
}

#index table td {
	color: #666;
	font-size: 85%;
	line-height: 1.5;
}

#index table td b {
	font-weight: bold;
	font-size: 124%;
	color: #000;
	display: block;
	margin-bottom: 0.4em;
}

#index table .cel01 {
	width: 22%;
}

#index table .cel03 {
	font-size: 100%;
	color: #000;
}

#index table .cel03 .txt01 {
	color: #dc2520;
}

#index table .btn01 {
	width: 15%;
}

#index table .btn01 a {
    display: block;
    padding: 0.4rem 0;
    background-color: #29a3dd;
    color: #fff;
    text-align: center;
}

#index span.new {
    margin-right: 2%;
    background: #dc2520;
    border-radius: 100%;
    padding: 8px 4px;
    font-family: 'Lobster', cursive;
    font-size: 90%;
    letter-spacing: 1px;
    color: #fff;
}

#index table .btn01 {
	width: 15%;
}

#index .ecoBox01 {
	padding: 1em;
	background: #fff;
}

#index .ecoBox01 h2 {
	padding: 0.5em 0 0.2em;
}

#index .ecoBox01 ul {
	padding: 2em 0.8em;
}

#index .ecoBox01 ul li:not(:last-child) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}



