@charset "UTF-8";
/* ------------------------------------------------------------ */
/* Home 
/* ------------------------------------------------------------ */

/* PC */
@media print, screen and (min-width: 1024px) {

/* Header */
.header-wrap {
	position: relative;
	height: 100vh;
	z-index: 10;
}
#header .grid .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/wp-content/themes/noto-cleanbeach/images/h_logo@2x.png) no-repeat 0 0;
	background-size: 145px 68px;
}
#header .grid .headbtn li,
#header .grid .headbtn li a,
.lang-btn,
.divider {
	color: #fff;
}

/* top-main */
#top-main {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top-main .top-slider {
    display: inline-block;
}
#top-main li img {
    display:block;
    width: 100vw;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;'; 
	z-index: 1;
}
.top-donate {
	position: absolute;
	bottom: 50px;
	right: 5%;
	z-index: 10;
	width: 180px;
	height: 180px;
}
.top-donate a {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 180px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/noto-cleanbeach/images/top-donate@2x.png) no-repeat 0 0;
	background-size: 180px 180px;
}

/* Index next */
#index-next {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0 0;
}
.main-next01 {
	width: 100%;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-next01 .head {
	text-align: center;
	width: 300px;
	background:rgba(3,110,183,0.1);
	box-sizing: border-box;
	padding: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-next01 .head h2 {
	position:relative;
	font-size: 18px;
	line-height: 150%;
	margin: 0 !important;
	color: #036eb7;
	font-weight: bold;
}
.main-next01 .head h2 .fas {
	padding-right: 10px;
}
.main-next01 .content {
	flex: 1;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #036eb7;
	border-bottom: 1px solid #036eb7;
	box-sizing: border-box;
	padding: 20px;
}
.main-next01 .content .link-item {
	margin: 0;
}
.main-next01 .content .link-item a {
	display: block;
}
.main-next01 .content .link-item .info .title {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}

/* Index about */
#index-about {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-about01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 120px 0 100px;
	position: relative;
	z-index: 1;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.main-about01 .content {
	width: 45%;
}
.main-about01 .content .intro {
	text-align: left;
}
.main-about01 .head {
	width: 50%;
	min-height: 640px;
	background: url(/wp-content/themes/noto-cleanbeach/images/bg-index-about01@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.main-about01 .head h2 {
	letter-spacing: 3px;
	margin: 0 30px;
	font-size: 40px;
	writing-mode: vertical-rl;
}
.main-about01 .head p.sub {
	line-height: 100%;
	font-weight: bold;
	font-family: "bokutoh-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	writing-mode: vertical-rl;
	color: #036eb7;
}

/* Index community */
#index-community {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 130px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #036eb7;
}
.main-community01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-community01 .img {
	width: 47.5%;
	margin-right: 5%;
}
.main-community01 .img .slide-item .item {
	width: 100%;
	margin: 0 10px;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.main-community01 .img .slide-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.main-community01 .img .slide-item .item .info {
	padding: 20px 0 0;
}
.main-community01 .img .slide-item .item .info h5 {
	margin-bottom: 20px;
	text-align: center;
}
.main-community01 .img .slide-item .item .info p {
	font-size: 0.8em;
	margin-bottom: 0;
}
.main-community01 .img .slide-item button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.main-community01 .img .slide-item .slick-dots li button:before {
	margin-top: 30px;
	font-size: 48px!important;
}
.main-community01 .content {
	width: 47.5%;
	box-sizing: border-box;
	color: #fff;
}
.main-community01 .content h2{
	letter-spacing: 3px;
	font-size: 40px;
}
.main-community01 .content .btn-list {
	margin-top: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.main-community01 .content .btn-list .button-arrow {
	width: 360px;
}
.main-community01 .content .btn-list .button-arrow a {
	background: #fff !important;
	color: #036eb7 !important;
	border: 3px solid #fff;
	font-weight: bold;
}
.main-community01 .content .btn-list .button-arrow a:hover {
    background: #036eb7 !important;
    color: #fff !important;
    border: 3px solid #fff;
}

/* Index news */
#index-news {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 150px 0;
}
.main-news01 {
	width: 100%;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-news01 .head {
	width: 15%;
}
.main-news01 .head h2 {
	letter-spacing: 3px;
	margin: 10px 0 20px;
	font-size: 54px;
	writing-mode: vertical-rl;
}
.main-news01 .content {
	width: 85%;
}
.main-news01 .content ul {
	margin: 0 0 30px;
}
.main-news01 .content ul li {
	padding: 30px 0;
	border-bottom: 1px solid #F2F2F2;
	position: relative;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-news01 .content span.date {
	font-size: 90%;
	margin-right: 40px;
}
.main-news01 .content span.title {
	width: 82%;
	font-weight: bold;
}
.main-news01 .content .btn-list {
	margin-top: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.main-news01 .content .btn-list .button-arrow {
	width: 360px;
}
.main-news01 .content .btn-list .button-arrow a {
	background: #fff !important;
	color: #036eb7 !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.main-news01 .content .btn-list .button-arrow a:hover {
    background: #036eb7 !important;
    color: #fff !important;
    border: 3px solid #036eb7;
}

/* Index support */
#index-support {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 120px;
	padding: 80px 10%;
	box-sizing: border-box;
	background:rgba(3,110,183,0.1);
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-support01 {
	width: 100%;
	text-align: center;
}
.main-support01 h3 span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.main-support01 .btn-list {
	width: 100%;
	margin-top: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-support01 .btn-list .button-arrow {
	width: 47.5%;
}
.main-support01 .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.main-support01 .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}

}

/* TAB */
@media screen and (max-width: 1023px){

/* Header */
.header-wrap {
	position: relative;
	height: 100vh;
	z-index: 10;
}
#header .grid .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/wp-content/themes/noto-cleanbeach/images/h_logo@2x.png) no-repeat 0 0;
	background-size: 145px 68px;
}
#header .grid .headbtn li,
#header .grid .headbtn li a,
.lang-btn,
.divider {
	color: #fff;
}

/* top-main */
#top-main {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top-main .top-slider {
    display: inline-block;
}
#top-main li img {
    display:block;
    width: 100vw;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover;'; 
	z-index: 1;
}
.top-donate {
	position: absolute;
	bottom: 50px;
	right: 5%;
	z-index: 10;
	width: 180px;
	height: 180px;
}
.top-donate a {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 180px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/noto-cleanbeach/images/top-donate@2x.png) no-repeat 0 0;
	background-size: 180px 180px;
}

/* Index next */
#index-next {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 0;
}
.main-next01 {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.main-next01 .head {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background:rgba(3,110,183,0.1);
	box-sizing: border-box;
	padding: 15px;
}
.main-next01 .head h2 {
	position: relative;
	font-size: 18px;
	line-height: 150%;
	margin: 0 !important;
	font-weight: bold;
	color: #036eb7;
}
.main-next01 .head h2 .fas {
	padding-right: 10px;
}
.main-next01 .content {
	display: block;
	border-top: none;
	border-bottom: 1px solid #036eb7;
	box-sizing: border-box;
	padding: 20px;
}
.main-next01 .content .link-item {
	margin: 0;
}
.main-next01 .content .link-item a {
	display: block;
}
.main-next01 .content .link-item .info .title {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}

/* Index about */
#index-about {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.main-about01 {
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	z-index: 1;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: block;
}
.main-about01 .content {
	width: 100%;
	margin-top: 30px;
}
.main-about01 .content .intro {
	text-align: left;
}
.main-about01 .head {
	width: 100%;
	background: none;
	display: block;
}
.main-about01 .head h2 {
	letter-spacing: 3px;
	margin: 0;
	font-size: 32px;
}
.main-about01 .head p.sub {
	line-height: 100%;
	font-weight: bold;
	font-family: "bokutoh-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #036eb7;
}

/* Index community */
#index-community {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 90px;
	display: block;
	background-color: #036eb7;
}
.main-community01 {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.main-community01 .img {
	width: 100%;
	margin: 0;
}
.main-community01 .img .slide-item .item {
	width: 100%;
	margin: 0 10px;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.main-community01 .img .slide-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.main-community01 .img .slide-item .item .info {
	padding: 20px 0 0;
}
.main-community01 .img .slide-item .item .info h5 {
	margin-bottom: 20px;
	text-align: center;
}
.main-community01 .img .slide-item .item .info p {
	font-size: 0.8em;
	margin-bottom: 0;
}
.main-community01 .img .slide-item button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.main-community01 .img .slide-item .slick-dots li button:before {
	margin-top: 30px;
	font-size: 48px!important;
}
.main-community01 .content {
	width: 100%;
	margin-top: 100px;
	color: #fff;
}
.main-community01 .content .btn-list {
	margin-top: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.main-community01 .content .btn-list .button-arrow {
	width: 100%;
}
.main-community01 .content .btn-list .button-arrow a {
	background: #fff !important;
	color: #036eb7 !important;
	border: 3px solid #fff;
	font-weight: bold;
}
.main-community01 .content .btn-list .button-arrow a:hover {
    background: #036eb7 !important;
    color: #fff !important;
    border: 3px solid #fff;
}

/* Index news */
#index-news {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
.main-news01 {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.main-news01 .head {
	width: 100%;
}
.main-news01 .head h2 {
	letter-spacing: 3px;
	margin: 10px 0 20px;
	font-size: 1.5em;
}
.main-news01 .content {
	width: 100%;
}
.main-news01 .content ul {
	margin: 0 0 30px;
}
.main-news01 .content ul li {
	padding: 30px 0;
	border-bottom: 1px solid #F2F2F2;
	position: relative;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main-news01 .content span.date {
	font-size: 90%;
	margin-right: 40px;
}
.main-news01 .content span.title {
	width: 100%;
}
.main-news01 .content .btn-list {
	margin-top: 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.main-news01 .content .btn-list .button-arrow {
	width: 100%;
	margin: 0 auto;
}
.main-news01 .content .btn-list .button-arrow a {
	background: #fff !important;
	color: #036eb7 !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.main-news01 .content .btn-list .button-arrow a:hover {
    background: #036eb7 !important;
    color: #fff !important;
    border: 3px solid #036eb7;
}

/* Index support */
#index-support {
	position: relative;
	width: 90%;
	margin: 30px auto 80px;
	padding: 50px 5%;
	box-sizing: border-box;
	background:rgba(3,110,183,0.1);
	display: block;
}
.main-support01 {
	width: 100%;
	text-align: center;
}
.main-support01 h3 span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.main-support01 p br {
	display: none;
}
.main-support01 .btn-list {
	width: 100%;
	margin: 0;
	display: block;
}
.main-support01 .btn-list .button-arrow {
	width: 100%;
	margin-top: 30px;
}
.main-support01 .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.main-support01 .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}

}

/* SP */
@media screen and (max-width: 767px){

#header .grid .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	text-indent: 100%;
	background: url(/wp-content/themes/noto-cleanbeach/images/h_logo@2x.png) no-repeat 0 0;
	background-size: 120px 56px;
}

.top-donate {
	position: absolute;
	bottom: 50px;
	right: 5%;
	z-index: 10;
	width: 120px;
	height: 120px;
}
.top-donate a {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 120px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/noto-cleanbeach/images/top-donate@2x.png) no-repeat 0 0;
	background-size: 120px 120px;
}

/* Index about */
.main-about01 .head h2 {
	letter-spacing: 2px;
	margin: 0;
	font-size: 1.3em;
}

/* Index community */
.main-community01 .img .slide-item .item {
	padding: 20px;
}
.main-community01 .img .slide-item img {
	width: 100%;
	height: auto;
}
.main-community01 .img .slide-item button{
	display: none;
}
.main-community01 .img .slide-item .slick-dots li button:before {
	display: none;
}
.main-community01 .content {
	width: 100%;
	margin-top: 50px;
	color: #fff;
}

/* Index news */
.main-news01 .head h2 {
	letter-spacing: 2px;
	margin: 10px 0 20px;
	font-size: 1.3em;
}
.main-news01 .content ul li {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.main-news01 .content span.date {
	font-size: 90%;
	margin-right: 0;
	margin-bottom: 20px;
}
.main-news01 .content span.title {
	line-height: 150%;
}

/* Index support */
.main-support01 p {
	text-align: left;
}

}
