body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	-webkit-text-size-adjust: 100%;
}
body,td,th {  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
	color: #000000;
}

img{
	border-style:none;
display: block;
margin: 0;
padding: 0;
}

    object,  
    embed {  
        vertical-align: top;  
    }  

iframe{
    vertical-align:bottom;
}

.jim {
	font-size: 12px;
	color: #311300;
	font-weight: bold;
	line-height: 18px;
}

.new {
	font-size: 14px;
	line-height: 22px;
}

.copy {
	font-size: 12px;
	color: #ffffff;
}

.main_futer {
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

.main_futer2 {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.gree {
	font-size: 15px;
	line-height: 26px;
}
.greename {
	font-size: 18px;
	font-weight:bold
}
.day {
	font-size: 18px;
	font-weight: bold;
}


.title1 {
  font-size:24px;
  color:#000000;
  margin:0px;
  padding: 18px 0px;
  font-weight:400;
}

.title2 {
  font-size:15px;
  color:#000000;
  margin:0px;
  padding: 0px 0px;
  font-weight:300;
}

.title3 {
  font-size:20px;
  color:#FFFFFF;
  margin:0px;
  padding: 6px 16px;
  font-weight:400;
}

.title4 {
  font-size:19px;
  color:#00053a;
  margin:0px;
  padding: 2px 10px;
  font-weight:400;
}

.top_1 {
  font-size:16px;
  margin:0px;
  font-weight:500;
}

.top_2 {
  font-size:16px;
  margin:0px;
  font-weight:500;
}

.top_3 {
  font-size:19px;
  margin:0px;
  font-weight:500;
}

.link1 {
  font-size:18px;
  margin:0px;
  font-weight:400;
}

.event1 {
  font-size:18px;
  margin:0px;
  font-weight:400;
}

.hyo1 {	font-size: clamp(13px, 1.6vw, 16px);
}

.red {
	color:#FF0004
}

a.mail:link {
text-decoration : none;
color : #000000;
}
a.mail:visited { color: #000000; }
a.mail:hover { text-decoration : underline;
	color: #000000; }
a.mail:active { color: #000000; }

.shozoku {
	font-size: 12px;
}

a.pdf:link {
   background-image: url("img_01.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
   
}



/*メインメニュー*/

.btn-border1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: ;
  border: 0px solid ;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
  border-radius: 0px;
  transition: .4s;
}

.btn-border1:hover {
  background-color: #0014E6;
  border-color: ;
  color: #FFFFFF;
}

/*お問い合わせ*/

.btn-border2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #666666;
  border: 0px solid ;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  padding: 5px 0px 6px 0px;
  border-radius: 0px 0px 4px 4px;
  transition: .4s;
}

.btn-border2:hover {
  background-color: #00053a;
  border-color: ;
  color: #FFFFFF;
}

/*topボタン*/

.btn-border3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: linear-gradient(#ffffff, #EBEBEB);
  border: 1px solid ;
  border-color: #C6C6C6;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  padding: 15px 10px 15px 10px;
  border-radius: 6px;
  transition: .4s;
}

.btn-border3:hover {
  background: linear-gradient(#ffffff, #E1F3FC);
  border-color: #8FD3F5;
  color: #000000;
}


/*top画像文字*/
.title_top{
  position: relative;/*親要素にrelative*/
}
.title_top p{
  position: absolute;/*重ねたい子要素にabsolute*/
  top: 50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #000000;
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, -2px -2px 10px #ffffff, 2px -2px 10px #ffffff;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

/*ページ内リンク調整*/
a.page{
   display: block;
   margin-top:-110px;
   padding-top:110px;
}