/* 共通 */
* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.container{
    width: 80%;
    max-width: 1280px;
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
}
h1,h2,h3,h4,.bold{font-weight: 700;}
h1{
    height: 0px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: normal;
}
h2{
    font-size: 50px;
    line-height: 1.5em;
    margin-right: 30px;
}
h3{font-size: 30px;}
h4{
    font-size: 20px;
    padding: 24px 0;
}
h5{font-size: 16px;}
.margin-bottom30{
    margin-bottom: 30px;
}
.margin-bottom50{
    margin-bottom: 50px;
}
.margin-bottom80{
    margin-bottom: 80px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top50{
    margin-top: 50px;
}
.margin-top80{
    margin-top: 80px;
}
.flex{
    display: flex;
    align-items:center;
    flex-wrap:wrap;
}
.bg_ph{
    background-position:right top;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
.bg_ph h1,
.bg_ph h3,
.bg_ph p {
    width: 48%;
}
.bg_ph .fb,
.bg_ph .mailto,
.reserve p{
    width: auto;
}
.shadow{
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}
.circle{
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 50%;  
    margin: 10px;
    background-color: #ffffff;
    display: inline-block;
}
.circle img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.map_address{
    color: #ffffff;
    padding: 6px 14px;
    display: inline-block;
    position: relative;
}
.map_address:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
}
.center_about .title{
    font-size: 20px;
    padding-bottom: 20px;
}
table{
    border-collapse: collapse;
    table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
table th{
    border: solid 1px #9ACED3;
    background-color: #8BC7CF;
    padding: 10px 20px; 
    color: #ffffff;
}
table td{
    border: solid 1px #E6E6E6;
    padding: 10px 20px; 
}
table td:empty{
    background-color: #F9F9F9;
}
table tr:first-child > td{
    border-top: 0;
}
table tr:last-child > td{
    border-bottom: 0;
}
table tr td:last-child{
    border-right: 0;
}
.border_adjus_bottom{
    border-bottom: 0;
}
.border_adjus_left{
    border-left: 0;
}
table tr:nth-of-type(even){
    background-color: #F9F9F9;
}
table .title{
    font-weight: bold;
    color: #666666;
    border-left: 0;
}
table tr td:not(.title){
    text-align: center;
}
.triangle_orange{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #FF931E;
    padding-right: 4px;
}
.triangle_blue{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #ED6863;
    padding-right: 4px;
}
.triangle_white{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #ffffff;
    padding-right: 4px;
}
.triangle_contact{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 6px solid;
    border-color: #8BC7CF transparent transparent transparent;
    margin-left: 10px;
    position: absolute;
    top: 36px;
}
.pdf_dl{
    justify-content: center;
}
.pdf_dl img{
    width: 40px;
    margin-right: 20px;
    margin-bottom: -14px;
}
.pdf_dl p{
    color: #ffffff;
    font-size: 20px;
    padding: 30px 10px;
    letter-spacing: 0.4em;
}
.pdf_dl a{
    margin: 0 10px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #ffffff;
    transition:all 0.2s;
}
.pdf_dl a:hover{
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
}
.note_list{
    list-style-position: inside;
    padding: 40px;
}
.note_list li{
    padding-left: 1.4em;
    text-indent: -1.4em;
    font-size: 12px;
    color: #666666;
}
.border_orange{
    border: 1px solid #FF931E;
    line-height: 0;
}
.border_blue{
    border: 1px solid #8BC7CF;
    line-height: 0;
}
.title_orange{
    font-size: 16px;
    font-weight: bold;
    color: #FF931E;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
}
.title_blue{
    font-size: 16px;
    font-weight: bold;
    color: #8BC7CF;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    position: relative;
}
.title_orange img,
.title_blue img {
    width: 22px;
    margin-right: 8px;
    margin-bottom: -4px;
}
.phone img{
    display: block;
    width: 14px;
    object-fit: contain;
    margin-right: 6px;
    transition:all 0.5s;
}
.phone{
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: -6px;
    margin-right: 10px; 
    border: 3px solid #333333;
    background-color: #333333;
    transition:all 0.5s;
}
.tel a {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.tel a:hover .phone{ 
    background-color: transparent;
    background-image: url(../images/phone_black.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 2px 3px 6px rgba(0,0,0,0.3);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
}
.tel a:hover .phone img{ 
    display: none;
}
.note{
    font-size: 12px;
}
.note_10{
    padding-top: 10px;
}



/* ヘッダー */
.header p{
    color: #B3B3B3;
    text-align: right;
    padding: 5px 10px;
}
.header_img{
    border-left: 10px solid #FF931E;
    border-right: 10px solid #8BC7CF;
    background-image: url(../images/header_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 40vh;
    
}



.menu{
    position: fixed;
    width: 100%;
    z-index: 100;
}
.menu ul{
    display: flex;
    display: -webkit-flex;
}
.menu li {
    display: table;
    width: calc(100% / 5);
    height: 80px;
    padding: 0;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.menu li a {
    display: table-cell;
    width: 100%;
    height: 80px;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    list-style: none;
}
.menu li:nth-child(1) {
    background-color: #FF931E;
}
/*
.menu li:nth-child(2) {
    background-color: #67B5BF;
}
*/
.menu li:nth-child(2) {
    background-color: #ED6863;
}
.menu li:nth-child(3) {
    background-color: #FFCC33;
}
.menu li:nth-child(4) {
    background-color: #7AC943;
}
.menu li:nth-child(5) {
    background-color: #00A99D;
}
.menu li a:hover {
    color: #000000;
}
.menu div .triangle_white{
    border: 6px solid;
    border-color: transparent transparent transparent #ffffff;
    padding-right: 6px;
}



/* 金屋 */
.orange{
    width: 100%;
    border-top: 10px solid #FF931E;
    border-left: 10px solid #FF931E;
}
.orange .bg_ph{
    background-image: url(../images/kanaya_ph01.jpg);
}
.orange .map_address{
    background-color: #FF931E;
}
.orange .map_address:after {
    border-bottom: 38px solid #FF931E;
}
.img30{
    width: 40%;
    height: 300px;
    object-fit: cover;
}
.orange .center_about{
    width: 60%;
    padding-left: 30px;
}
.orange .center_about .flex{
    align-items: stretch;
}
.orange .center_about dt,
.orange .center_about dd{
    padding: 10px;
    display: block;
}
.orange .center_about dt:nth-of-type(odd),
.orange .center_about dd:nth-of-type(odd){
    background-color: #F9F9F9;
}
.orange .center_about dt{
    width: 150px;
    font-weight: bold;
}
.orange .center_about dd{
    width: calc(100% - 150px);
}
.orange_table{
    align-items: flex-start;
    justify-content:space-between;
}
.orange_table div{
    width: 48%;
}
.orange_table div table{
    width: 100%;
}
.orange table th{
    border: solid 1px #FFAC5A;
    background-color: #FF931E;
}
.orange .pdf_dl{
    background-color: #FF931E;
}
.border_orange .note_list{
    list-style: none;
}
.border_orange .note_list li span{
    font-size: 12px;
    color: #FF931E;
}
.orange .comment{
    align-items: flex-start;
    justify-content: space-between;
}
.orange .comment > div{
    width: 48%; 
}
.contact{
    padding: 0 20%;
    text-align: center;
}
.contact p{
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}
.contact p:last-child{
    border-bottom: 0;
}
.contact .title_orange{
    border-bottom: 2px solid #FF931E;
    font-size: 18px;
    padding: 10px 0;
}
.contact .triangle_orange{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 8px solid;
    border-color: #FF931E transparent transparent transparent;
    padding-right: 0;
    margin-bottom: 4px;
}
.fb a{
    display: inline-block;
    color: #225AA8;
    text-decoration: none;
    transition:all 0.2s;
}
.fb a:hover{
    opacity: 0.7;
}
.fb img{
    width: 20px;
    margin-right: 8px;
    margin-bottom: -4px;
}
.mailto a{
    text-decoration: none;
    transition:all 0.2s;
}
.mailto a:hover{
    opacity: 0.7;
}
.mailto img{
    width: 20px;
    margin-right: 8px;
    margin-bottom: -2px;
}



/* 地域学園 */
.blue{
    width: 100%;
    border-top: 10px solid #ED6863;
    border-right: 10px solid #ED6863;
}
.blue .bg_ph{
    background-image: url(../images/chiikigakuen_ph01.jpg);
}
.blue .map_address{
    background-color: #ED6863;
}
.blue .map_address:after {
    border-bottom: 38px solid #ED6863;
}
.img24{
    width: 24%;
    margin-right: 30px;
}
.img50{
    width: 48%;
    height: 200px;
    object-fit: cover;
    margin-right: 30px;
}
.blue .contact .title_blue{
    border-bottom: 2px solid #ED6863;
    padding-top: 24px;
}
.blue .fb,
.blue .mailto{
    padding: 30px 10px ;
}
.pdf_dl_pamph img{
    width: 34px;
    margin-right: 8px;
    margin-bottom: -16px;
    margin-left: 30px;
}
.pdf_dl_pamph a{
    display: inline-block;;
    margin: 0 10px;
    color: #E85454;
    text-decoration: none;
    border-bottom: 1px dashed #ED6863;
    transition:all 0.2s;
}
.pdf_dl_pamph a:hover{
    border-bottom: 2px solid #ED6863;
    margin-bottom: 1px;
}
.reserve{
    flex-wrap: nowrap;
    display: inline-block;
    background-color: #ED6863;
    padding: 16px 30px;
    border-top: 3px solid #ED6863;
    border-bottom: 3px solid #E85454;
    border-radius: 5px;
    transition:all 0.2s;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
}
.reserve:hover{
    background-color: #E85454;
    border-bottom:  3px solid #E85454;
    border-top: 3px solid #ED6863;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.2);
}
.reserve img {
    width: 20px;
    margin-right: 10px;
}
.reserve p{
    display: inline-block;
    color: #ffffff;
}
.blue .contact{
    padding: 0;
    text-align: left;
}
.blue .contact p{
    border-bottom: 0;
    padding: 0;
}
.blue .contact p .tel {
    display: inline-block;
    padding-right: 10px;
}
.center_title{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-right: 10px;
}
.blue_table{
    align-items: flex-start;
    justify-content: center;
}
.blue_table .blue_table01{
    width: 100%;
}
.blue_table .blue_table02{
    width: calc(100% - 200px);
    padding-right: 40px;
}
.blue_table .blue_table03{
    width: 200px;
}
.blue_table .blue_table03 .title{
    width: 32%;
}
.blue_table01 table,
.blue_table02 table,
.blue_table03 table{
    width: 100%;
}
.blue_table01 table tr:nth-of-type(even),
.blue_table02 table tr:nth-of-type(even){
    background: transparent;
}
.blue .pdf_dl{
    background-color: #67B5BF;
}
.blue .comment {
    justify-content: center;
}



/* 地域学園 */
.pink{
    width: 100%;
}
.pink .break_line{
    border-top: 10px solid #ED6863;
}
.pink .map_address{
    background-color: #ED6863;
}
.pink .map_address:after {
    border-bottom: 38px solid #ED6863;
}
.pink .contact .title_blue{
    border-bottom: 2px solid #ED6863;
}
.pink .title_blue{
    color: #ED6863;
}
.pink .pdf_dl{
    background-color: #ED6863;
}
.triangle_pink{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #ED6863;
    padding-right: 4px;
}
.pink .triangle_contact{
    border-color: #ED6863 transparent transparent transparent;
}
.border_pink{
    border: 1px solid #ED6863;
    line-height: 0;
}
.pink table th{
    border: solid 1px #ED7E79;
    background-color: #ED6863;
}



/* 新津東町庭球場 */
.yellow{
    width: 100%;
}
.yellow .break_line{
    border-top: 10px solid #FFCC33;
}
.yellow .map_address{
    background-color: #FFCC33;
}
.yellow .map_address:after {
    border-bottom: 38px solid #FFCC33;
}
.yellow .contact .title_blue{
    border-bottom: 2px solid #FFCC33;
}
.yellow .title_blue{
    color: #FFCC33;
}
.yellow .pdf_dl{
    background-color: #FFCC33;
}
.triangle_yellow{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #FFCC33;
    padding-right: 4px;
}
.yellow .triangle_contact{
    border-color: #FFCC33 transparent transparent transparent;
}
.border_yellow{
    border: 1px solid #FFCC33;
    line-height: 0;
}
.yellow table th{
    border: solid 1px #F5D731;
    background-color: #FFCC33;
}



/* 新津東部運動広場 */
.green{
    width: 100%;
}
.green .break_line{
    border-top: 10px solid #7AC943;
}
.green .map_address{
    background-color: #7AC943;
}
.green .map_address:after {
    border-bottom: 38px solid #7AC943;
}
.green .contact .title_blue{
    border-bottom: 2px solid #7AC943;
}
.green .title_blue{
    color: #7AC943;
}
.triangle_green{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #7AC943;
    padding-right: 4px;
}
.green .triangle_contact{
    border-color: #7AC943 transparent transparent transparent;
}
.border_green{
    border: 1px solid #7AC943;
    line-height: 0;
}
.green table th{
    border: solid 1px #86D152;
    background-color: #7AC943;
} 
.green .pdf_dl{
    background-color: #7AC943;
}



/* 東部運動広場庭球場 */
.apua{
    width: 100%;
}
.aqua .break_line{
    border-top: 10px solid #00A99D;
}
.aqua .map_address{
    background-color: #00A99D;
}
.aqua .map_address:after {
    border-bottom: 38px solid #00A99D;
}
.aqua .contact .title_blue{
    border-bottom: 2px solid #00A99D;
}
.aqua .title_blue{
    color: #00A99D;
}
.triangle_aqua{
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-color: transparent transparent transparent #00A99D;
    padding-right: 4px;
}
.aqua .triangle_contact{
    border-color: #00A99D transparent transparent transparent;
}
.border_aqua{
    border: 1px solid #00A99D;
    line-height: 0;
}
.aqua table th{
    border: solid 1px #34B3AA;
    background-color: #00A99D;
} 



/* フッター */
.footer{
    width: 100%;
    background-color: #8CC63F;
}
.footer .flex{
    justify-content: center;
}
.footer .container > p{
    padding: 0 20%;
}
.footer .container p{
    color: #ffffff;
    padding-bottom: 30px;
}
.footer .container div div{
    width: 60%;
    text-align: center;
    padding: 10px 40px;
}
.footer .container div p{
    color: #ffffff;
    border-bottom: 1px solid #9CCE5A;
    padding: 20px 0;
}
.footer .container div p:last-child{
    border-bottom: 0;
}
.footer .container p span{
    color: #ffffff;
}
.footer .phone{
    border: 3px solid #ffffff;
    background-color: #ffffff;
}
.footer .tel a {
    color: #ffffff;
}
.footer .tel a:hover .phone{ 
    background-image: url(../images/phone_white.png);
    box-shadow: 2px 3px 10px rgba(0,0,0,0.2); 
}
.footer small{
    display: block;
    color: #558200;
    text-align: center;
    margin-top: 20px;
}
.footer .container .center{
    padding: 20px 0;
    margin: 30px 0;
}
.footer .center a{
    color: #ffffff;
    text-decoration: none;
    padding: 2px 5px;
    margin: 0 5px;
    transition:all 0.3s;

}
.footer .center a:hover{
    opacity: 0.7;
}



/* PageTop */
.pagetop{
    position: fixed;
    bottom: -14px;
    right: 20px;
    mix-blend-mode: multiply;
}
.pagetop a{
    display: block;
    background-color: #aaaaaa;
    padding: 20px;
    padding-top: 30px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px;
    transition:all 0.2s;
}
.pagetop a .arrow{
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.pagetop a .arrow::before,
.pagetop a .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.pagetop a .arrow::before{
    left: 30px;
    bottom: 40px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.pagetop a:hover{
    background-color: #000000;
}



.news {
    padding: 20px 25px;
    background-color: brown;
    margin-bottom: 100px;
}
.news h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}
.news p {
    color: #fff;
}

.news2 {
    padding: 20px 25px;
    background-color: cadetblue;
    margin-bottom: 30px;
}
.news2 h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}
.news2 p {
    color: #fff;
}
.news2 a {
    color: #fff;
    font-size: 18px;
}
.news2 ul {
    margin: 0 20px 10px 20px;
    padding: 0 20px;
}
.news2 li {
    color: #fff;
}

.news-list .shadow {
    width: 100%;
}
.news-list a {
    line-height: 200%;
    text-decoration: none;
}
.news-list a:hover {
    color: blue;
}
.news-list .back-top {
    margin: 30px 0 0 0;
}
.news-list h2 {
    font-size:36px;
    margin-bottom: 20px;
}
.news-list h3 {
    font-size:26px;
    margin-bottom: 20px;
}
.news-list .date {
    text-align: right;
}
