body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: 100%;
}
body,td,th {font-family:
'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.6;
	color: #000000;

}

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
</style>

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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 */
	font-weight: 300;
}

.jim1 {
	font-size: clamp(0.688rem, 0.642rem + 0.23vw, 0.813rem);/*11px 13px */
	font-weight: 600;
}

.new {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	line-height: 1.6;
}

.copy {
	font-size: 12px;
	color: #ffffff;
}

.day {
	font-size: 18px;
	font-weight: bold;
}


.title_01 {
  font-size:clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem); /*17px 23px */
  color:#FFFFFF;
  margin:0px;
  font-weight:600;
}

.title_02 {
  font-size:clamp(1rem, 0.841rem + 0.8vw, 1.438rem); /*16px 23px */
  color:#D77F76;
  margin:0px;
  font-weight:600;
}


.title_03 {
  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
  color:#396B7B;
  margin:0px;
  font-weight:400;
}

.title_04 {
  font-size:clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); /*14px 18px */
  color:#396B7B;
  margin:0px;
  font-weight:400;
}

.hyo1 {
  font-size: clamp(0.563rem, 0.449rem + 0.57vw, 0.875rem);
  line-height: 1.7;
}


.red {
	color:red;
}

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;
}

.rogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #F4F2F0;
}

.btn-border1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #E9E5E2;
  border: 1px solid #E9E5E2;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  padding: 6px;
  border-radius: 0px 0px 10px 10px;
  transition: .3s;
}

.btn-border1:hover {
  background-color: #D1A590;
  border-color: #D1A590;
  color: #ffffff;
}

.btn-border2{
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #E9E5E2;
  border: 1px solid #E9E5E2;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  padding: 9px 12px 7px 15px;
  border-radius: 30px;
  transition: .3s;
  margin-bottom: 7px;
}

.btn-border2:hover {
  background-color: #9CB1B8;
  border-color: #9CB1B8;
  color: #ffffff;
}

.btn_no {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #E9E5E2;
  border: 1px solid #E9E5E2;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #B2B2B2;
  text-decoration: none;
  font-weight: 600;
  padding: 9px 12px 7px 15px;
  border-radius: 30px;
  margin-bottom: 7px;
}

a img:hover {
  opacity: 0.7;
}

span.br{
   display: inline-block;
}
