body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: 100%;
}

.back_img { 
  background-image: url(img_back.jpg);
  background-size: 100%;
  background-position: top;
  background-color: #f7cbcb;
  background-repeat: no-repeat;
}

body,td,th {
	font-family:"Noto Sans JP", 'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
    font-size: 15px;
	line-height: 1.7;
	color: #595757;
}

img{
	border-style:none;
display: block;
margin: 0;
padding: 0;
}

    object,  
    embed {  
        vertical-align: top;  
    }  

iframe{
    vertical-align:bottom;
}

.jim1 {
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);/*12px 15px */
	font-weight: 700;
	color: #ea5e7b;
}

.jim2 {
	font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);/*11px 14px */
	color: #595757;
	font-weight: 400;
	line-height: 1.5;
}

.jim3 {
	font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);/*11px 14px */
	color: #ffffff;
	font-weight: 400;
}

.news_t {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);/*14px 20px */
	line-height: 1.6;
	font-weight: 600;
	color: #ea5e7b;
}
.new1 {
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);/*13px 15px */
	line-height: 1.6;
	color: #ea5e7b;
	font-weight: 700;
}

.new2 {
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);/*13px 15px */
	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.858rem + 1.02vw, 1.625rem); /*17px 26px */
  color:#ffffff;
  margin:0px;
  font-weight:600;
}

.title_02 {
  font-size:clamp(1rem, 0.864rem + 0.68vw, 1.375rem); /*16px 22px */
  color:#ea5e7b;
  margin:0px;
  font-weight:600;
}


.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: #EA5E7B;
}

.btn-border1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fad7de;
  border: 1px solid #fad7de;
  font-style: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #ea5e7b;
  text-decoration: none;
  font-weight: bold;
  padding:  10px 5px;
  border-radius: 100px;
  transition: .3s;
}

.btn-border1:hover {
  background-color: #ea5e7b;
  border-color: #ea5e7b;
  color: #ffffff;
}


.button002 a {
    background: #fef6e5;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 10px;
	font-size: clampclamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
	font-weight: 600;
    color: #585858;
    transition: 0.3s ease-in-out;
	text-decoration: none;
}
.button002 a:hover {
    background: #fde8bd;
    color: #ea5e7b;
}
.button002 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fef6e5;
    border-right: 3px solid #fef6e5;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
    border-color: #ea5e7b;
}


.btn-border3{
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: #fef6e5;
  border: 1px solid #fef6e5;
  font-style: normal;
  font-size: clampclamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #cccccc;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 5px;
  transition: .3s;
  margin-bottom: 0px;
}


span.br{
   display: inline-block;
}
