@charset "UTF-8";

/* CSS Document */
p,h3 {
  font-size: clamp(12px, 4vw, 20px);
  font-family: "Noto Sans JP";
}

h3 {
  color: #00543a;
  padding-left:5px;
  margin-bottom: 5px;
  border-left: solid #00543a;
  border-width: clamp(12px, 4vw, 20px);
  line-height: 1.1;
  font-weight: 700;
}

p {
  margin-bottom: 4vw;
  line-height: 1.4;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.menu_subTT {
  padding-left: 10px;
  display: block;
  position: relative;
}

.menu_subTT img {
  display: block;
  width: 180px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

section img {
  padding-bottom: 2vw;
}
section.ifrm h2 {
  padding: 10px;
  background-color: #ea6000;
  color: #fff;
  font-size: 1.2rem;
}

.inner {
  padding:0 6vw;
}


#radio_text {
	margin: 0 auto;
	text-align: center;
	color: #ff0000;
	font-size: 22pt;
	font-weight: bold;
	padding: 0 10px 20px;
}