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

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

/* Header */
.header-wrap {
	position: relative;
	clear: both;
	height: 166px;
	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/logo@2x.png) no-repeat 0 0;
	background-size: 145px 68px;
}
#header .grid .headbtn li,
#header .grid .headbtn li a,
.lang-btn,
.divider {
	color: #000;
}

/* entry common */
.entrytitle {
	position: relative;
	clear: both;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.entrytitle .head {
	width: 100%;
}
.entrytitle .head h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	line-height: 180%;
	margin: 0;
}
.entrytitle .head p {
	margin: 0;
	letter-spacing: 1px;
	color: #036eb7;
	font-weight: bold;
}

/* entrybox common */
.entrybox {
	position: relative;
	clear: both;
	width: 100%;
	padding: 50px 0 120px;
}
.entrybox h1 {
	font-size: 2.5em;
	line-height: 180%;
}
.entrybox h2 {
	font-size: 1.5em;
	line-height: 150%;
}
.entrybox h3 {
	font-size: 1.3em;
	line-height: 150%;
}
.entrybox h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
.entrybox h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}
.entrybox p {
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox p img {
	width: 100%;
	height: 100%;
}
.entrybox table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f2f2f2;
}
.entrybox th {
	padding: 20px 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 220%;
	font-weight: bold;
}
.entrybox td {
	padding: 20px 0;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox ul {
	margin-bottom: 20px;
}
.entrybox ul li {
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.entrybox ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page -  About */
.page-about01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-about01 .img {
	width: 100%;
	margin-bottom: 40px;
}
.page-about01 .img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.page-about01 .content {
	width: 100%;
}
.page-about01 .content h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about02 {
	width: 90%;
	max-width: 1280px;
	margin: 100px auto 0;
}
.page-about02 .head h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about02 .content-wrap {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-about02 .content-wrap .img {
	width: 42.5%;
	margin-right: 5%;
}
.page-about02 .content-wrap .img img {
	width: 100%;
	height: auto;
}
.page-about02 .content-wrap .content {
	width: 52.5%;
}
.page-about03 {
	width: 90%;
	max-width: 1280px;
	margin: 100px auto 0;
}
.page-about03 .head h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about03 .content-wrap {
	width: 100%;
	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;
}
.page-about03 .content-wrap .img {
	width: 42.5%;
}
.page-about03 .content-wrap .img img {
	width: 100%;
	height: auto;
}
.page-about03 .content-wrap .content {
	width: 52.5%;
	margin-right: 5%;
}
.page-about04 {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 100px auto 0;
	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;
}
.page-about04 .content {
	width: 100%;
	text-align: center;
}
.page-about04 .content h3 span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.page-about04 .content .btn-list {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-about04 .content .btn-list .button-arrow {
	width: 47.5%;
}
.page-about04 .content .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.page-about04 .content .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}

/* Page -  News List */
.page-newslist01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.page-newslist01 .newslist-wrap {
	width: 75%;
	margin-right: 5%;
}
.page-newslist01 .newslist-wrap .item {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 10px;
	border-bottom: 3px solid #F2F2F2;
	box-sizing: border-box;
}
.page-newslist01 .newslist-wrap .item .content span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-newslist01 .newslist-wrap .item .content span.cat {
	font-size: 80%;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background-color: #DB091C;
	color: #fff;
	padding: 3px 20px;
}
.page-newslist01 .newslist-wrap .item .content .title {
	margin-top: 20px;
}
.page-newslist01 .sidebar {
	width: 20%;
}

/* Page -  Activity List */
.page-act-list01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.page-act-list01 .act-list-wrap {
	width: 75%;
	margin-right: 5%;
}
.page-act-list01 .act-list-wrap .item {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 10px;
	border-bottom: 3px solid #F2F2F2;
	box-sizing: border-box;
}
.page-act-list01 .act-list-wrap .item .content span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-act-list01 .act-list-wrap .item .content span.area {
	font-size: 80%;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 20px;
}
.page-act-list01 .act-list-wrap .item .content .title {
	margin-top: 20px;
}
.page-act-list01 .sidebar {
	width: 20%;
}

/* Page -  News Single */
.page-single01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.page-single01 .single-wrap {
	width: 75%;
	margin-right: 5%;
}
.page-single01 .sidebar {
	width: 20%;
}
.page-single01 .single-wrap span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-single01 .single-wrap span.area {
	font-size: 80%;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 20px;
}
.page-single01 .single-wrap h2.title {
	margin-top: 10px;
}
.page-single01 .single-wrap .content {
	margin: 50px 0;
}
.page-single01 .single-wrap p {
}
.page-single01 .single-wrap .content ul,
.page-single01 .single-wrap .content ol {
	padding: 10px 20px;
}
.page-single01 .single-wrap .content ul ul {
	border: none;
}
.page-single01 .single-wrap .content ul li {
	margin-left: 1em;
}
.page-single01 .single-wrap .content ol li {
	margin-left: 1em;
}
.page-single01 .single-wrap .content p a {
	text-decoration: underline !important;
}
.page-single01 .single-wrap .content img {
	width : 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.page-single01 .single-wrap .content table {
	border: 1px solid #333;
}
.page-single01 .single-wrap .contenttable th {
	border: 1px solid #333;
	padding: 10px;
}
.page-single01 .single-wrap .content table td {
	border: 1px solid #333;
	padding: 10px;
}
.page-single01 .single-wrap .act-info {
	width : 100%;
	box-sizing: border-box;
	background: #f0f0f0;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.page-single01 .single-wrap .act-info .data {
	text-decoration: underline;
	margin-bottom: 20px;
}
.page-single01 .single-wrap .postlink {
	border-top: 3px solid #F2F2F2;
	padding-top: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-single01 .single-wrap .postlink li {
	font-size: 0.8em;
}

/* Page -  community List */
.page-community-list01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-community-list01 .community-item {
	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;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.page-community-list01 .community-item:after {
	content: "";
    display: block;
    width: 30%;
    height: 0;
}
.page-community-list01 .community-item .item {
	width: 30%;
	padding: 30px;
	margin-bottom: 80px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.page-community-list01 .community-item .item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.page-community-list01 .community-item .item .info {
	padding: 20px 0 0;
}
.page-community-list01 .community-item .item .info h5 {
	margin-bottom: 20px;
	text-align: center;
}
.page-community-list01 .community-item .item .info p {
	font-size: 0.8em;
	margin-bottom: 0;
}

/* Page -  Community Single */
.page-community-single01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-community-single01 .main-img {
	width: 100%;
	margin-bottom: 50px;
}
.page-community-single01 .main-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.page-community-single01 .content {
	margin-top: 80px;
}
.page-community-single01 .content .block {
	width: 100%;
	margin: 0 auto 50px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-community-single01 .content .block .section-img {
	width: 47.5%;
	margin-right: 5%;
}
.page-community-single01 .content .block .section-txt {
	width: 47.5%;
}
.page-community-single01 .content img {
	width : 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.page-community-single01 .info-box {
	width : 100%;
	margin-top: 80px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	background: #f0f0f0;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.page-community-single01 .info-box .area-info {
	width: 47.5%;
	margin-right: 5%;
}
.page-community-single01 .info-box .area-info .data {
	text-decoration: underline;
	margin-bottom: 20px;
}
.page-community-single01 .info-box .area-info .btn-list {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow {
	width: 47.5%;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}
.page-community-single01 .info-box .map {
	width: 47.5%;
	margin-bottom: 20px;
}
.page-community-single01 .info-box .map .responsive-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.page-community-single01 .info-box .map .responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.page-community-single01 .content .postlink {
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-community-single01 .content .postlink li {
	font-size: 0.8em;
}

/* Page -  Contact */
.page-contact01 {
	width: 75%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-contact01 .info {
	text-align: center;
	border-bottom: 3px solid #F2F2F2;
	padding-bottom: 50px;
}
.page-contact01 table {
	margin: 80px auto 20px;
	width: 100%;
	border: none !important;
}
.page-contact01 th {
	width: 25%;
	border: none !important;
	padding: 2% 0;
	font-weight: bold;
	box-sizing: border-box;
}
.page-contact01 td {
	width: 75%;
	border: none !important;
	padding: 1% 0;
	box-sizing: border-box;
}
.page-contact01 .close {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
}
.page-contact01 span.policy {
	text-decoration: underline;
}
.page-contact01 span.policy a {
	color: #727171;
}
.page-contact01 .note {
	width: 75%;
	padding-left: 25%;
	margin-bottom: 30px;
	font-size: 80%;
}
.main-contact01 .consent {
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.page-contact01 .consent .more {
	width: 100%;
	background-color: #036eb7;
	border: 3px solid #036eb7;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size: 120%;
	padding: 25px 0;
}
.page-contact01 .consent .more:hover {
	background-color: #fff;
	color: #036eb7;
}
.page-contact01 .consent .more:hover::after {
	border-left-color: #036eb7;
}

/* page-donate */
.page-donate01 {
	width: 50%;
	max-width: 1280px;
	margin: 0 auto 50px;
}
.page-donate01 h2 {
	text-align: center;
}
.page-donate02 {
	width: 50%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-donate02 .account {
	width: 100%;
	padding: 50px 5% 30px;
	box-sizing: border-box;
	background:rgba(3,110,183,0.1);
	margin-bottom: 50px;
}
.page-donate02 .account h5 {
	margin-bottom: 20px;
	text-decoration: underline;
}
.page-donate02 .account .jp {
	font-weight: bold;
}
.page-donate02 .account .en {
	margin-top: 50px;
}
.page-donate02 .account .en p {
	font-size: 80%;
}
.page-donate02 p .link {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

/* page-privacy */
.page-privacy01 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-privacy01 h3 {
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.page-privacy01 p span.info {
	font-weight: bold;
}

}

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

/* Header */
.header-wrap {
	position: relative;
	clear: both;
	height: 166px;
	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/logo@2x.png) no-repeat 0 0;
	background-size: 145px 68px;
}
#header .grid .headbtn li,
#header .grid .headbtn li a,
.lang-btn,
.divider {
	color: #000;
}

/* entry common */
.entrytitle {
	position: relative;
	clear: both;
	width: 90%;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.entrytitle .head {
	width: 100%;
}
.entrytitle .head h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	line-height: 180%;
	margin: 0;
}
.entrytitle .head p {
	margin: 0;
	letter-spacing: 1px;
	color: #036eb7;
	font-weight: bold;
}

/* entrybox common */
.entrybox {
	position: relative;
	clear: both;
	width: 100%;
	padding: 50px 0 80px;
}
.entrybox h1 {
	font-size: 1.8em;
	line-height: 160%;
}
.entrybox h2 {
	font-size: 1.5em;
	line-height: 150%;
}
.entrybox h3 {
	font-size: 1.3em;
	line-height: 130%;
}
.entrybox h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
}
.entrybox h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}
.entrybox p {
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 220%;
}
.entrybox p img {
	width: 100%;
	height: 100%;
}
.entrybox table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f2f2f2;
}
.entrybox th {
	padding: 20px 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 220%;
	font-weight: bold;
}
.entrybox td {
	padding: 20px 0;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox ul {
	margin-bottom: 20px;
}
.entrybox ul li {
	font-size: 0.9em;
	line-height: 220%;
}
.entrybox ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.entrybox ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page -  About */
.page-about01 {
	width: 90%;
	margin: 0 auto;
}
.page-about01 .img {
	width: 100%;
	margin-bottom: 30px;
}
.page-about01 .img img {
	width: 100%;
	height: auto;
}
.page-about01 .content {
	width: 100%;
}
.page-about01 .content h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about02 {
	width: 90%;
	margin: 80px auto 0;
}
.page-about02 .head h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about02 .content-wrap {
	width: 100%;
	display: block;
}
.page-about02 .content-wrap .img {
	width: 100%;
	margin: 0;
}
.page-about02 .content-wrap .img img {
	width: 100%;
	height: auto;
}
.page-about02 .content-wrap .content {
	width: 100%;
	margin-top: 30px;
}
.page-about03 {
	width: 90%;
	margin: 80px auto 0;
}
.page-about03 .head h2 {
	margin-bottom: 30px;
	color: #036eb7;
}
.page-about03 .content-wrap {
	width: 100%;
	display: block;
}
.page-about03 .content-wrap .img {
	width: 100%;
	margin: 0;
}
.page-about03 .content-wrap .img img {
	width: 100%;
	height: auto;
}
.page-about03 .content-wrap .content {
	width: 100%;
	margin-top: 30px;
}
.page-about04 {
	position: relative;
	width: 90%;
	margin: 80px auto;
	padding: 50px 5%;
	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;
}
.page-about04 .content {
	width: 100%;
	text-align: center;
}
.page-about04 .content h3 span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.page-about04 .content p br {
	display: none;
}
.page-about04 .content .btn-list {
	width: 100%;
	margin: 0;
	display: block;
}
.page-about04 .content .btn-list .button-arrow {
	width: 100%;
	margin-top: 30px;
}
.page-about04 .content .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.page-about04 .content .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}

/* Page -  News List */
.page-newslist01 {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.page-newslist01 .newslist-wrap {
	width: 100%;
	margin: 0;
}
.page-newslist01 .newslist-wrap .item {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 10px;
	border-bottom: 3px solid #F2F2F2;
	box-sizing: border-box;
}
.page-newslist01 .newslist-wrap .item .content span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-newslist01 .newslist-wrap .item .content .title {
	margin-top: 20px;
}
.page-newslist01 .sidebar {
	width: 100%;
	margin-top: 80px;
}

/* Page -  Activity List */
.page-act-list01 {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.page-act-list01 .act-list-wrap {
	width: 100%;
	margin: 0;
}
.page-act-list01 .act-list-wrap .item {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 10px;
	border-bottom: 3px solid #F2F2F2;
	box-sizing: border-box;
}
.page-act-list01 .act-list-wrap .item .content span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-act-list01 .act-list-wrap .item .content span.area {
	font-size: 80%;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 20px;
}
.page-act-list01 .act-list-wrap .item .content .title {
	margin-top: 20px;
}
.page-act-list01 .sidebar {
	width: 100%;
	margin-top: 80px;
}

/* Page -  News Single */
.page-single01 {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.page-single01 .single-wrap {
	width: 100%;
	margin: 0;
}
.page-single01 .sidebar {
	width: 100%;
	margin-top: 80px;
}
.page-single01 .single-wrap span.date {
	font-size: 90%;
	margin-right: 20px;
}
.page-single01 .single-wrap span.area {
	font-size: 80%;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 3px 20px;
}
.page-single01 .single-wrap h2.title {
	margin-top: 10px;
}
.page-single01 .single-wrap .content {
	margin: 50px 0;
}
.page-single01 .single-wrap p {
}
.page-single01 .single-wrap .content ul,
.page-single01 .single-wrap .content ol {
	padding: 10px 20px;
}
.page-single01 .single-wrap .content ul ul {
	border: none;
}
.page-single01 .single-wrap .content ul li {
	margin-left: 1em;
}
.page-single01 .single-wrap .content ol li {
	margin-left: 1em;
}
.page-single01 .single-wrap .content p a {
	text-decoration: underline !important;
}
.page-single01 .single-wrap .content img {
	width : 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.page-single01 .single-wrap .content table {
	border: 1px solid #333;
}
.page-single01 .single-wrap .contenttable th {
	border: 1px solid #333;
	padding: 10px;
}
.page-single01 .single-wrap .content table td {
	border: 1px solid #333;
	padding: 10px;
}
.page-single01 .single-wrap .act-info {
	width : 100%;
	box-sizing: border-box;
	background: #f0f0f0;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.page-single01 .single-wrap .act-info .data {
	text-decoration: underline;
	margin-bottom: 20px;
}
.page-single01 .single-wrap .postlink {
	border-top: 3px solid #F2F2F2;
	padding-top: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-single01 .single-wrap .postlink li {
	font-size: 0.8em;
}

/* Page -  community List */
.page-community-list01 {
	width: 90%;
	margin: 0 auto;
}
.page-community-list01 .community-item {
	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;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.page-community-list01 .community-item:after {
	content: "";
    display: block;
    width: 47.5%;
    height: 0;
}
.page-community-list01 .community-item .item {
	width: 47.5%;
	padding: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.page-community-list01 .community-item .item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.page-community-list01 .community-item .item .info {
	padding: 20px 0 0;
}
.page-community-list01 .community-item .item .info h5 {
	margin-bottom: 20px;
	text-align: center;
}
.page-community-list01 .community-item .item .info p {
	font-size: 0.8em;
	margin-bottom: 0;
}

/* Page -  Community Single */
.page-community-single01 {
	width: 90%;
	margin: 0 auto;
}
.page-community-single01 .main-img {
	width: 100%;
	margin-bottom: 50px;
}
.page-community-single01 .main-img img {
	width: 100%;
	height: auto;
}
.page-community-single01 .content {
	margin-top: 80px;
}
.page-community-single01 .content .block {
	width: 100%;
	margin: 0 auto 50px;
	display: block;
}
.page-community-single01 .content .block .section-img {
	width: 100%;
	margin: 0;
}
.page-community-single01 .content .block .section-txt {
	width: 100%;
	margin-top: 30px;
}
.page-community-single01 .content img {
	width : 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.page-community-single01 .info-box {
	width : 100%;
	margin-top: 80px;
	display: block;
	box-sizing: border-box;
	background: #f0f0f0;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.page-community-single01 .info-box .area-info {
	width: 100%;
	margin: 0;
}
.page-community-single01 .info-box .area-info .data {
	text-decoration: underline;
	margin-bottom: 20px;
}
.page-community-single01 .info-box .area-info .btn-list {
	width: 100%;
	display: block;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow {
	width: 100%;
	margin-bottom: 30px;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow a {
	background: #036eb7 !important;
	color: #fff !important;
	border: 3px solid #036eb7;
	font-weight: bold;
}
.page-community-single01 .info-box .area-info .btn-list .button-arrow a:hover {
    background: #fff !important;
    color: #036eb7 !important;
    border: 3px solid #036eb7;
}
.page-community-single01 .info-box .map {
	width: 100%;
	margin-bottom: 20px;
}
.page-community-single01 .info-box .map .responsive-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
.page-community-single01 .info-box .map .responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.page-community-single01 .content .postlink {
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-community-single01 .content .postlink li {
	font-size: 0.8em;
}

/* Page -  Contact */
.page-contact01 {
	width: 90%;
	margin: 0 auto;
}
.page-contact01 .info {
	text-align: center;
	border-bottom: 3px solid #F2F2F2;
	padding-bottom: 50px;
}
.page-contact01 table {
	margin: 80px auto 20px;
	width: 100%;
	border: none !important;
}
.page-contact01 th {
	width: 100%;		
	display: block;
	border: none !important;
	padding: 0;
	font-weight: bold;
	box-sizing: border-box;
}
.page-contact01 td {
	width: 100%;
	display: block;
	border: none !important;
	padding: 1% 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.page-contact01 .close {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 10px;
}
.page-contact01 span.policy {
	text-decoration: underline;
}
.page-contact01 span.policy a {
	color: #727171;
}
.page-contact01 .note {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	font-size: 80%;
}
.main-contact01 .consent {
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.page-contact01 .consent .more {
	width: 100%;
	background-color: #036eb7;
	border: 3px solid #036eb7;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size: 120%;
	padding: 25px 0;
}
.page-contact01 .consent .more:hover {
	background-color: #fff;
	color: #036eb7;
}
.page-contact01 .consent .more:hover::after {
	border-left-color: #036eb7;
}

/* page-donate */
.page-donate01 {
	width: 90%;
	margin: 0 auto 50px;
}
.page-donate01 h2 {
	text-align: center;
}
.page-donate02 {
	width: 90%;
	margin: 0 auto;
}
.page-donate02 .account {
	width: 100%;
	padding: 50px 5% 30px;
	box-sizing: border-box;
	background:rgba(3,110,183,0.1);
	margin-bottom: 50px;
}
.page-donate02 .account h5 {
	margin-bottom: 20px;
	text-decoration: underline;
}
.page-donate02 .account .jp {
	font-weight: bold;
}
.page-donate02 .account .en {
	margin-top: 30px;
}
.page-donate02 .account .en p {
	font-size: 80%;
}
.page-donate02 p .link {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

/* page-privacy */
.page-privacy01 {
	width: 90%;
	margin: 0 auto;
}
.page-privacy01 h3 {
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.page-privacy01 p span.info {
	font-weight: bold;
}

}

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

/* Header */
.header-wrap {
	position: relative;
	height: 156px;
	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/logo@2x.png) no-repeat 0 0;
	background-size: 120px 56px;
}

/* entry common */
.entrytitle {
	position: relative;
	clear: both;
	width: 90%;
	margin: 0 auto;
	height: 150px;
	overflow: hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.entrytitle .head {
	width: 100%;
}
.entrytitle .head h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 180%;
	margin: 0;
}
.entrytitle .head p {
	margin: 0;
	letter-spacing: 1px;
	color: #036eb7;
	font-weight: bold;
}

/* entrybox common */
.entrybox {
	position: relative;
	width: 100%;
	padding: 50px 0 80px;
}
.entrybox h1 {
	font-size: 1.5em;
	line-height: 180%;
}
.entrybox h2 {
	font-size: 1.3em;
	line-height: 180%;
}
.entrybox h3 {
	font-size: 1.2em;
	line-height: 180%;
}
.entrybox h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 120%;
}
.entrybox h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}
.entrybox p {
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 180%;
}
.entrybox p img {
	width: 100%;
	height: 100%;
}
.entrybox table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f2f2f2;
}
.entrybox th {
	padding: 10px 0 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 180%;
	font-weight: bold;
}
.entrybox td {
	padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.9em;
	line-height: 180%;
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 0.9em;
	line-height: 180%;
}
.entrybox ul {
	margin-bottom: 20px;
}
.entrybox ul li {
	font-size: 0.9em;
	line-height: 180%;
}
.entrybox ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.entrybox ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page -  About */
.page-about01 {
	width: 90%;
	margin: 0 auto;
}
.page-about02 {
	margin: 50px auto 0;
}
.page-about03 {
	margin: 50px auto 0;
}
.page-about04 {
	margin: 50px auto;
}
.page-about04 .content p {
	text-align: left;
}
.page-about04 .content p br {
	display: none;
}

/* Page -  community List */
.page-community-list01 {
	width: 90%;
	margin: 0 auto;
}
.page-community-list01 .community-item {
	width: 100%;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.page-community-list01 .community-item .item {
	width: 100%;
	padding: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.page-community-list01 .community-item .item img {
	width: 100%;
	height: auto;
}

/* Page -  Contact */
.page-contact01 {
	width: 90%;
	margin: 0 auto;
}
.page-contact01 .info {
	text-align: left;
}
.page-contact01 table {
	margin: 50px auto 20px;
	width: 100%;
	border: none !important;
}

}