body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: 100%;
}
body,td,th {font-family: "Noto Sans JP", 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/* 13px 16px */
    line-height: 1.7;
    color: #231815;

}

img{
	border-style:none;
display: block;
margin: 0;
padding: 0;
}

    object,  
    embed {  
        vertical-align: top;  
    }  

iframe{
    vertical-align:bottom;
}

.jim {
	font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);/* 11px 13px */
	color: #231815;
	font-weight: normal;
}

.news1 {
	font-weight: bold;
	color: #8DC21F;
	padding-left: 0.5em;
}

.news2 {
	font-weight: normal;
	color: #231815;
	padding-left: 0.5em;
}

.copy {
	font-size: 12px;
	color: #ffffff;
}


.day {
	font-size: 18px;
	font-weight: bold;
}


.title_1 {
  font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);/* 16px 24px */
  color:#231815;
  margin:0px;
  font-weight:bold;
}

.title_2 {
  font-size:clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);/* 15px 22px */
  color:#8DC21F;
  margin:0px;
  font-weight:bold;
}

.red {
	color:#FF0004
}

a.mail:link {
text-decoration : underline;
color : #ffffff;
}
a.mail:visited { color: #ffffff; }
a.mail:hover { color: #ffffff; }
a.mail:active { color: #ffffff; }

.shozoku {
	font-size: 12px;
}

.br_span{
display: inline-block;
}

.topimg1 {
  background-image: url('img_back_01.svg');
  background-repeat:repeat-y;
  background-size: 100%;
  color: aqua;
}

.topimg2 {
  background-image: url('img_back_02.svg');
  background-repeat:repeat-y;
  background-size: 100%;
  color: aqua;
}

.topimg3 {
  background-image: url('img_under.svg');
  background-repeat:no-repeat
  background-size: 100%;
  color: aqua;
}

.button001 a {
    background: #EDE8E4;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 10px 10px 0px 0px;
	font-size: 16px;
	font-weight: 600;
    color: #231815;
    transition: 0.3s ease-in-out;
	text-decoration: none;
}
.button001 a:hover {
    background: #E8E74F;
    color: #231815;
	opacity: 1.0;
}
.button001 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #EDE8E4;
    border-right: 3px solid #EDE8E4;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #8DC21F;
}

.button002 a {
    background: #EDE8E4;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
	font-size: 16px;
	font-weight: 600;
    color: #231815;
    transition: 0.3s ease-in-out;
	text-decoration: none;
}

.button002 a:hover {
    background: #E8E74F;
    color: #231815;
	opacity: 1.0;
}
.button002 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #EDE8E4;
    border-right: 3px solid #EDE8E4;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
    border-color: #8DC21F;
}

.btn-border2{
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #EDE8E4;
  border: 0px solid #EDE8E4;
  font-style: normal;
  font-size: 16px;
  color: #BDBAB9;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0px;
  transition: .3s;
  margin-bottom: 0px;
}

a img:hover {
  opacity: 0.7;
}