@charset "UTF-8";
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main_visual {
	/*width: 100%;
	background-image: url("../images/bg_01.png");
	background-repeat: no-repeat;
	background-size: auto 1000px;
	background-position: center 80px;
	height: 1080px;
	margin-bottom: 30px;*/
	padding-top:90px;
}

.map-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	aspect-ratio: 1616 / 1494;
	margin: 0 auto;
	background: url('../images/bg_01.png') center center / cover no-repeat;
}

.pin {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: translate(-50%, -100%);
	z-index: 2;
}
.pin img {
	width: 100%;
	height: auto;
}
.tooltip {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	/*transform: translate(-50%, -110%);*/
	transform: translate(-50%, -70%);
	z-index: 3;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none; /* ← 非アクティブ時はクリック無効 */
}
.tooltip.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto; /* ← 表示中はマウス操作OKに */
}
.tooltip img {
	max-width: 300px;
	transform: scale(1);
	height: auto;	
}
.map-container div.anime img  {
	transform: scale(0.5);
}
@media (max-width: 600px) {
	.tooltip img {
		max-width: 150px;
		transform: scale(1);
	}
	.map-container div.anime img  {
		transform: scale(0.5);
	}
	.pin img {
		width:100%;
	}
}

.cloud01 {
	position:absolute;
	top:10%;
	right:5%;
	animation: moveSide1 10s ease forwards infinite;
}
.cloud02 {
	position:absolute;
	top:2%;
	left:35%;
	animation: moveSide2 15s ease forwards infinite;
}
.cloud03 {
	position:absolute;
	top:15%;
	left:5%;
	animation: moveSide3 5s ease forwards infinite;
}
.balloon {
	position:absolute;
	top:3%;
	right: 8%;
	animation: rotate20 10s ease forwards infinite;
}
.acs {
	position:absolute;
	top:41%;
	right:10%;
	animation: moveUP 1s ease forwards infinite;
}
.ambulance {
	position:absolute;
	top:50%;
	right:11%;
	animation: moveRotate 1s ease forwards infinite;
}

.ambulance::before {
	position:absolute;
	top: 20px;
	left:10px;
	content:"";
	width: 10px;
	height: 10px;
	background:url("../images/siren02.png") no-repeat;
	background-size:contain;
	animation: MapFede 1s ease forwards infinite;
}
.ambulance::after {
	position:absolute;
	top: 3px;
	right:20px;
	content:"";
	width: 10px;
	height: 10px;
	background:url("../images/siren01.png") no-repeat;
	background-size:contain;
	animation: MapFede 1s ease forwards infinite;
}
.park {
	position:absolute;
	bottom: 24%;
	right: 13%;
	transform: scale(0.75);
}
.fountain01 {
	position:absolute;
	top:26px;
	right:94px;
	animation: movefedeOn 2s ease forwards infinite;
	animation-delay: 0.8s;
}
.fountain02 {
	position:absolute;
	top:24px;
	right:80px;
	opacity:0;
	animation: movefedeOff 2s ease forwards infinite;
	animation-delay: 0.8s;
}
@keyframes moveSide1 {
	0% { transform: translateX(0); }
	50% { transform: translateX(30px); }
	100% { transform: translateX(0); }
}
@keyframes moveSide2 {
	0% { transform: translateX(0); }
	50% { transform: translateX(80px); }
	100% { transform: translateX(0); }
}
@keyframes moveSide3 {
	0% { transform: translateX(0); }
	50% { transform: translateX(-20px); }
	100% { transform: translateX(0); }
}
@keyframes moveUP {
	0% { transform: translateY(0); }
	50% { transform: translateY(5px); }
	100% { transform: translateY(0); }
}
@keyframes moveRotate {
	0% { transform: rotate(0); }
	50% { transform: rotate(3deg); }
	100% { transform: rotate(0); }
}
@keyframes rotate20 {
	0% { transform: rotate(0);
		right:8%;
	}
	50% { transform: rotate(-20deg);
		right:8.5%;
	}
	100% { transform: rotate(0);
		right:8%;
	}
}
@keyframes movefedeOn {
	0% { opacity: 0;
	}
	100% {opacity:1;}
}
@keyframes movefedeOff {
	0% { opacity: 0;
	}
	50% {opacity:0;}
	100% {opacity:1;}
}
@keyframes MapFede {
	0% { opacity: 0;
	}
	50% {opacity:1;}
	100% {opacity:0;}
}

/*開始速度*/

.delay-1 {
	animation-delay: 0.3s;
}
.delay-2 {
	animation-delay: 0.8s;
}
.delay-3 {
	animation-delay: 1.3s;
}
.delay-4 {
	animation-delay: 1.8s;
}
.delay-5 {
	animation-delay: 2.3s;
}

/*コンテンツ*/
h2,h3,h4,h5 {
	font-family: "Kosugi Maru", sans-serif;
}
dl,li,a,p {
	font-family: "BIZ UDGothic", sans-serif;
}
h2 {
	color:#DB5325;
	font-size:32px;
	letter-spacing: 0.1em;
}
h3{
	background:#F36834;
	color:#fff;
	border-radius:10px;
	padding: 1rem 1rem;
	font-size:32px;
	margin-bottom: 30px;
}
h4 {
	font-size:28px;
	margin: 6rem 0 5rem;
}
h4 p {
	text-align: center;
	position:relative;
}
h4 p::before {
	position:absolute;
	top:-2rem;
	left:0;
	content:"";
	background-image:url("../images/h2.png");
	background-size:contain;
	width: 100%;
	height: auto;
	aspect-ratio: 1434 / 15;
}
h4 p::after {
	position:absolute;
	bottom:-2rem;
	left:0;
	content:"";
	background-image:url("../images/h2.png") ;
	background-size:contain;
	width: 100%;
	height: auto;
	aspect-ratio: 1434 / 15;
}

h4 p span{
	color:#ff0000;
}
h5 {
	font-size:18px;
	padding: 1em 2em;
}

ul {
	padding: 0 2rem;
}
ul li {
	position: relative;
    padding: 0px 0px 0px 1.2em;
	font-weight: 600;
    list-style: none;
	margin: 0.5rem 0 1rem;
}
ul li::before { position: absolute;
    top: 12px;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    width: 0.7em;
    height: 0.7em;
    background-color: #F9A900;
    content: "";
}
ul li span,.red {
	color:#ff0000;
}

.word {
	display:flex;
	justify-content:flex-end;
}
.word div {
	background: #FFF5D4;
	border-radius: 10px;
	padding: 1rem;
}
.word p {
	line-height: 2;
}
.word p a {
	color: #000;
	padding-left:0.8em;
	position: relative;
	margin-left: 20px;
}
.word p a::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #000;
    content: "";
}
.image {
	margin: 50px auto;
}
section {
	margin-bottom:80px;
}
section > .content_wrap {
	max-width:1200px;
	margin: 0 auto;
	position:relative;
}
section > .content_wrap .title_wrap {
	position:absolute;
	top:-50px;
	left:2%;
	z-index: 1;
}
section h2 {
	padding: 30px 20px 20px 70px;
}
section.use_acs h2 {
	background:url("../images/bg_title01.png") no-repeat;
	background-size:cover;
	position:relative;
}
section.about_acs h2 {
	background:url("../images/bg_title02.png") no-repeat;
	background-size:cover;
	position:relative;
}
section.goal h2 {
	background:url("../images/bg_title03.png") no-repeat;
	background-size:cover;
	position:relative;
}
section.treatment h2 {
	background:url("../images/bg_title02.png") no-repeat;
	background-size:cover;
	position:relative;
}
section h2::before {
	position: absolute;
	content: "";
	width: 60px;
	height:60px;
	top: 20px;
	left:15px;
	background:url("../images/ico_title.png") no-repeat;
	background-size:contain;
}
.content {
	background:#fff;
	border-radius:15px;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	padding: 4rem 3rem;
	position:relative;
}
.content::before {
	position:absolute;
	content:"";
	width:326.5px;
	height:74.5px;
	top:-70px;
	right: 2%;
	background:url("../images/town_1.png") no-repeat;
	background-size:contain;
}
.content > .movie {
	padding: 1rem 3rem;
}
.movie_wrap {
	position:relative;
	display: inline-block;
	padding-bottom: 56.25%;
    height: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
  z-index: 2;
}
.movie_wrap iframe {
	border-radius:15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie_wrap video {
  display: block;
  z-index: 1;
  position: relative;
}
.content_note {
	margin: 150px 0 80px;
	padding: 0 2em;
	font-size: 14px;
	font-weight:600;
	letter-spacing: 0.05em;
}
.content_note .note_wrap {
	position:relative;
}

.content_note .note_wrap p{
	position:relative;
	line-height: 2;
	background-image: url("../images/note_middle@300x.png"); 
	background-size:contain;
	background-repeat: repeat-y;
	padding: 0em 5em 4em 7em;
	z-index:2
}
.content_note .note_wrap::before {
	position:absolute;
	width: 100.1%;
	height: auto;
	aspect-ratio: 1411 / 177;
	content: "";
	top:-5.5em;
	left: 0rem;
	z-index: 0;
	background-image: url("../images/note_top@300x.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.content_note .note_wrap::after {
	position:absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 1410 / 179;
	content: "";
	bottom:-1.28em;
	left: 0;
	z-index: 0;
	background-image: url("../images/note_bottom@300x.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.content_note .note_wrap p::after {
	position:absolute;
	width: 13%;
	height: auto;
	aspect-ratio: 267 / 492;
	content: "";
	bottom:0;
	right: -6em;
	z-index: 2;
	background-image: url("../images/pen@300x.png");
	background-repeat:no-repeat;
	background-size:contain;
}
section.goal .image{
	width: 80%;
}
.content_area > p {
	padding: 2rem 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
}
section.goal .word {
	padding: 2rem 0;
}
section.goal .word div {
	display:flex;
}

.table {
	padding: 0 2rem;
	font-weight: 600;
}
.table h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.table p.title {
	
	background: #D5EAD7;
	padding: 3px 1em;
}
.table .text_wrap {
	display: flex;
	padding: 1em;
}
.table .text_wrap .left_col {
	width: 20%;
}
.table .text_wrap .right_col {
	width: 80%;
}
.table .text_wrap.first {
	border-bottom: solid 1px #A8A8A8;
}
.tableB {
	padding: 0 2em;
}
.tableB dl {
	background:#D5EAD7;
	font-weight: 600;
	display: flex;
	padding: 0.5em 1em;
	margin-bottom: 1px;
}
.tableB dl dt {
	width: 30%;
}
.tableB dl dd {
	width: 70%;
}
h4.bottom {
	margin: 1rem 0 3rem;
	padding:0.5em 2em;
	font-size:24px;
	position:relative;
}
h4.bottom::after {
	position:absolute;
	bottom:-0.5rem;
	left:0;
	content:"";
	background-image:url("../images/h2.png") ;
	background-size:contain;
	width: 100%;
	height: auto;
	aspect-ratio: 1434 / 15;
}
.point_title {
	font-weight: 600;
	text-align: center;
	background: #FEDA4E;
	border: 3px solid #fff;
	border-radius: 15px;
	padding: 1em;
	letter-spacing:0.05em;
	margin: 0 3rem 2em;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
	transition: 0.5s;
}
.point_title:hover {
	background: #F36834;
	color:#fff;
}
.attention {
	margin: 1em 3rem 2em;
	padding:1em 0;
	background: #FFFCDB;
	position: relative;
	z-index:1;
	font-weight: 600;
}
.attention::before {
	position:absolute; 
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	content:"";
	background-image:url("../images/ico_pin.png") ;
	background-repeat:no-repeat;
	z-index:0;
}
.attention .title {
	font-size:18px;
	display: flex;
	border-bottom: solid 1px #707070;
	padding: 1em 3.5rem;
}
.attention .title span {
	color:#F36834;
}
.attention .title p {
	padding-right: 30px;
}
.attention .text {
	padding: 1em 3.5rem;
	font-size: 16px;
}
.attention .text p {
	line-height: 2;
}
.faq_wrap {
	background:#C1DB81;
	padding: 2rem;
}
.faq_wrap .faq {
	background:#fff;
	padding: 2rem;
}
.faq_wrap .faq dl {
	margin:2em 0;
}
.faq_wrap .faq dl dt,.faq_wrap .faq dl dd {
	position:relative;
	line-height:2;
	display:flex;
	align-items:flex-start;
	margin-bottom:10px;
	font-weight:600;
	font-family: "BIZ UDGothic", sans-serif;
}
.faq_wrap .faq dl dt {
	margin-bottom: 20px;
}
.faq_wrap .faq dl dt::before {
	font-size:1.5em;
	content:"Ｑ";
	font-weight:500;
	color:#3eb135;
	border: solid 2px #3eb135;
	padding: 2px;
	border-radius:5px;
	margin-right:40px;
	line-height: 1;
}
.faq_wrap .faq dl dd::before {
	font-size:1.5em;
	content:"Ａ";
	font-weight:500;
	color:#fff;
	border: solid 2px #3eb135;
	background: #3eb135;
	padding: 2px;
	border-radius:5px;
	margin-right:40px;
	line-height: 1;
}

/*コラム部分*/

div.column {
	background-color:#fef7f2;
	padding:2rem;
}

.column .column_title{
	display:flex;
}

.column .column_title .image{
	width:15%;
    margin: 2rem 0 4rem;
}

.column h4{
	text-align: center;
    align-content: center;
	margin: 2rem 0 4rem;
	width:80%;
}

.column span{
	color:#ff0000;
}

.column .content_area {
	background-color:#FFF;
	border-radius:16px;
	padding:1rem;
}

/*冒頭：手帳について*/

section.about_site{
	background-color:#fffee4;
	border-radius:16px;
	padding:1rem;
	max-width:1200px;
	margin: 20px auto 80px;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}

section.about_site > .content_wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.about_note {
    margin: 40px 0 40px;
    padding: 0 2em;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media (max-width: 1200px) {
	body {
		padding: 0 10px;
	}
	.park {
		right: 10%;
		transform: scale(0.6);
	}
	.cloud02 {
		top:0%;
		left:35%;
	}
	.cloud03 {
		top:12%;
		left:3%;
	}
}
@media (max-width: 1000px) {
	.header_wrap {
		width: 100%;
	}
	.cloud01 {
		top:6%;
		right:3%;
	}
	.cloud02 {
		top:-4%;
		left:38%;
	}
	.cloud03 {
		top:8%;
		left:2%;
	}
	.balloon {
		top:2%;
		right: 6%;
		}
	.acs {
		top:40%;
		right:10%;
	}
	.ambulance {
		top:49.5%;
		right:11%;
	}
	.park {
		bottom: 20%;
		right: 8%;
		transform: scale(0.5);
	}
	
	.content {
		padding:3rem 2rem;
	}
	.content_note .note_wrap::before {
		width:100.2%;
	}
	.content_note .note_wrap::after {
		bottom: -1.10em;
		width: 100.3%
	}
}
@media (max-width: 900px) {
	.cloud01 {
		top:3%;
		right:1%;
	}
	.cloud02 {
		top:-6%;
		left:38%;
	}
	.cloud03 {
		top:8%;
		left:2%;
	}
	.balloon {
		top:-1%;
		right: -5%;
		}
	.acs {
		top:38%;
		right:10%;
	}
	.ambulance {
		top:48.5%;
		right:11%;
	}
	@keyframes moveRotate {
		0% { transform: rotate(0) scale(0.8); }
		50% { transform: rotate(3deg) scale(0.8); }
		100% { transform: rotate(0) scale(0.8); }
	}
	@keyframes moveUP {
		0% { transform: translateY(0) scale(0.8); }
		50% { transform: translateY(5px) scale(0.8); }
		100% { transform: translateY(0) scale(0.8); }
	}
	@keyframes rotate20 {
	0% { transform: rotate(0) scale(0.8);
		right:8%;
	}
	50% { transform: rotate(-20deg) scale(0.8);
		right:8.5%;
	}
	100% { transform: rotate(0) scale(0.8);
		right:8%;
	}
}
	.park {
		right: 4%;
	}
}
@media (max-width: 800px) {
	.ambulance {
		top:48.5%;
		right:11%;
		transform: scale(0.3);
	}
	.park {
		right:2%;
		transform: scale(0.4);
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size:24px;
	}
	.content_note .note_wrap::before {
		top: -4em;
	}
	.content_note .note_wrap p {
		padding: 0 4em 3em 6em;
	}
}
@media (max-width: 700px) {
	.cloud03 {
		top:8%;
		left:-3%;
	}
	.balloon {
		top:-6%;
		right: -12%;
		}
	.acs {
		top:36%;
		right:4%;
	}
	.ambulance {
		top:46.5%;
		right:6%;
	}
	.park {
		bottom: 18%;
		right:-5%;
		transform: scale(0.35);
	}
	@keyframes moveRotate {
		0% { transform: rotate(0) scale(0.5); }
		50% { transform: rotate(3deg) scale(0.5); }
		100% { transform: rotate(0) scale(0.5); }
	}
	@keyframes moveUP {
		0% { transform: translateY(0) scale(0.5); }
		50% { transform: translateY(5px) scale(0.5); }
		100% { transform: translateY(0) scale(0.5); }
	}
	@keyframes rotate20 {
	0% { transform: rotate(0) scale(0.5);
		right:8%;
	}
	50% { transform: rotate(-20deg) scale(0.5);
		right:8.5%;
	}
	100% { transform: rotate(0) scale(0.5);
		right:8%;
	}
}
@media (max-width: 600px){
	body {
		font-size: 0.9em;
	}
	.park {
		bottom: 13%;
		right:-18%;
		transform: scale(0.3);
	}
	h4 {
		margin: 5rem 0 3rem;
	}
	.content_note .note_wrap::before {
		top: -3em;
	}
	.content_note .note_wrap p {
		padding: 0 2em 2em 3em;
	}
	.table {
		padding: 0 0.5rem;
	}
	section > .content_wrap .title_wrap {
		top: -60px;
	}
	section.goal .content_wrap {
		padding-top: 5rem 0 0;
	}
	section.treatment > .content_wrap {
		padding-top: 5rem;
	}
	section.treatment > .content_wrap .title_wrap {
		top: -20px;
	}
	.content{
		padding:2rem 1rem;
	}
	.attention {
		margin: 1em 0 2em;
	}
	.attention .title {
		flex-flow:column;
	}
	ul {
		padding: 0 1rem;
	}
	.content > .movie {
		padding: 0.5rem 1rem;
	}
	.content_area > p {
		padding:0.5rem;
	}
	.faq_wrap {
		padding: 1rem;
	}
	.content_note .note_wrap p::after {
		display:none;
	}
}
@media (max-width: 480px){
	main {
		overflow:hidden;
	}
	.map-container div.anime img  {
		transform: scale(0.4);
	}
	.cloud01 {
		top:0%;
		right:-1%;
	}
	.cloud02 {
		top:-15%;
		left:20%;
	}
	.cloud03 {
		top:0%;
		left:-10%;
	}
	.balloon {
		top:-20%;
		right: -30%;
		}
	.acs {
		top:25%;
		right:-3%;
	}
	.ambulance {
		top:40.5%;
		right:0%;
	}
	.park {
		bottom: 8%;
		right:-30%;
		transform: scale(0.25);
	}
	.pin img {
		width:70%;
	}
	.content {
		padding: 2rem 0.5rem;
	}
	.content > .movie {
		padding: 0.5rem 0;
	}
	.content_note {
		padding:0;
		margin: 80px 0 40px;
	}
	h2 {
		font-size:22px;
	}
	section.goal h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 20px;
	}
	h4 p{
		font-size:18px;
	}
	h5 {
		padding: 1em 0.5em;
	}
	.table .text_wrap {
		flex-flow: column;
		padding:0.5em;
	}
	.table .text_wrap .left_col {
		width: 100%;
		border-bottom: solid 1px #efefef;
		margin-bottom: 10px;
		font-size:1.1em;
	}
	.table .text_wrap .right_col {
		width: 100%;
	}
	.tableB {
		padding: 0 0.5em;
	}
	.image {
		margin: 20px auto;
	}
	section.goal .image {
		width: 100%;
	}
	.point_title {
		margin: 0 0.5rem 1rem;
	}
	.attention .title {
		padding: 1em 1rem 1em 2rem;
	}
	.attention .text {
		padding: 1em 1rem 1em 2rem;
	}
	h4.bottom {
		padding: 0.5em;
	}
	.faq_wrap {
		padding: 0.5rem;
	}
	.faq_wrap .faq {
		padding: 1rem;
	}
	.column .column_title .image{
	width:35%;
}

   .column h4{
	font-size:1.2rem;
	text-align: center;
    align-content: center;
	margin: 2rem 0 4rem;
	width:60%;
}
}