@charset "UTF-8";
/* ====================================================
 トップ 
 ====================================================*/
.kengaku{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}
.kengaku img{
	width: 400px
}
.kengaku .kengaku_txt{
	position: absolute;
  	top: 20px;
  	z-index: 1;
  	right: 10%;
  	font-size: 22px;
  	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
}
.kengaku .kengaku_txt .tel{
	display: flex;
  	gap: 5px;
  	line-height: 0.8;
  	margin-top: 10px;
}
.kengaku .kengaku_txt .tel img{
	width: 22px;
}
.kengaku .kengaku_txt .kengaku_txt--02{
	margin-top: 20px;
	border-bottom: 3px dotted var(--blue--01);
	font-size: 16px;
}
.top_illust--01{
	position: absolute;
  	bottom: 0px;
  	left: 40px;
  	width: 150px;
}
.top_illust--02{
	position: absolute;
	bottom: 0px;
	right: 10%;
	width: 300px;
	text-align: center;
}
.top_contact{
	width: 60px;
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 1;
}
.head_logo{
	position: absolute;
  	top: 60px;
  	right: 360px;
  	z-index: 1;
  	width: 18%;
}
.top_copy{
	position: absolute;
  	top: 350px;
  	left: 15%;
  	font-size: 50px;
  	font-weight: 700;
}
.top_copy p{
	border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-inline: 30px;
  display: table;
}
.top_copy span{
	color: var(--pink--01)
}
.top_head{
}
.top_head_img{
	margin-bottom: 100px;
}

/* ====================================================
 入園のしおり 
 ====================================================*/
.guide_ttl{
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	margin-block: 60px 30px;
}
.guide_wrap{
	font-family: "Zen Maru Gothic", sans-serif;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 400;
	width: 980px;
	margin-inline: auto;
}
.guide_wrap img{
	width: 80px;
}
.guide_wrap .guide_illust--01{
	position: absolute;
	top: -50px;
	left: 40px;
}
.guide_wrap .guide_illust--02{
	position: absolute;
	top: 550px;
	left: 40px;
}
.guide_wrap .guide_illust--03{
	position: absolute;
	top: 460px;
	right: 100px;
}
.guide_wrap .guide_illust--04{
	width: 250px;
	position: absolute;
	bottom: 120px;
	right: 0px;
}
.guide_wrap > *:last-child {
	flex-basis: 100%; /* 横幅いっぱいにする */
}
.guide_wrap > *:last-child dd{
	background-color: var(--pink--02);
	border-radius: 20px;
	padding: 20px;
}
.guide_wrap section{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.guide_wrap div{
	width: calc(100% / 2 - 20px)
}
.guide_wrap table tr td{
	padding: 10px 20px 10px 20px;
}
.guide_wrap table tr td:first-child{
	width: 7em;
}
.guide_wrap table tr td:last-child{
	border-right: none
}
.guide_wrap table tr:last-child td{
	border-bottom: none
}
.guide_wrap .guide_ttl{
	text-align: center;
	font-weight: 500;
}
.guide_wrap table{
	width: 100%;
	border-radius: 20px;
}
.guide_wrap dt{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}

.guide_wrap .guide--pink dt{
	color: var(--pink--01)
}
.guide_wrap .guide--pink table td{
	border-bottom: 1px solid var(--pink--01)
}
.guide_wrap .guide--pink table td{
	border-right: 1px solid var(--pink--01)
}
.guide_wrap .guide--pink table{
	background-color: var(--pink--02)
}

.guide_wrap .guide--blue dt{
	color: var(--blue--01)
}
.guide_wrap .guide--blue table td{
	border-bottom: 1px solid var(--blue--01)
}
.guide_wrap .guide--blue table td{
	border-right: 1px solid var(--blue--01)
}
.guide_wrap .guide--blue table{
	background-color: var(--blue--02)
}

.guide_wrap .guide--orange dt{
	color: var(--orange--01)
}
.guide_wrap .guide--orange table td{
	border-bottom: 1px solid var(--orange--01)
}
.guide_wrap .guide--orange table td{
	border-right: 1px solid var(--orange--01)
}
.guide_wrap .guide--orange table{
	background-color: var(--orange--02)
}

.guide_wrap .guide--green dt {
	color: var(--green--01);
}
.guide_wrap .guide--green table td {
	border-bottom: 1px solid var(--green--01);
}
.guide_wrap .guide--green table td {
	border-right: 1px solid var(--green--01);
}
.guide_wrap .guide--green table {
	background-color: var(--green--02);
}



/* ====================================================
 プライバシーポリシー
 ====================================================*/
.privacy{
	padding: 20px;
	font-size: 15px;
}
.privacy dt{
	font-size: 18px;
	margin: 35px 0 5px;
  border-left: 5px solid var(--pink);
  padding-left: 10px;
	font-weight: bold;
}
dt.privacy-top{
	font-size: 16px;
  border-left: none;
  padding-left: 10px;
	margin-top: 10px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
body.contact .sp-kotei,body.contact-confirm .sp-kotei {/*お問い合わせページのみ固定非表示*/
	display: none
}
body.contact .footer-logo, body.contact-confirm .footer-logo{
    margin: 0px auto 50px;
  }
#contact{
	width: min(800px, 90%);
	margin: 0 auto;
}
#contact .contact-item{
	display: flex;
	margin: 20px 0;
}
#contact .contact-item dt{
	width: 240px;
}
#contact .must{
	background-color: var(--orange--01);
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	padding: 1px 5px;
	font-size: 14px;
}
#contact input{
	padding: 10px;
  border-radius: 10px;
  border: 3px solid var(--orange--02);
	margin-bottom:5px;
}
#contact .contact-address{
	width: 375px;
}
#contact .contact-address li{
	margin-bottom: 5px;
}
#contact .privacy{
	padding: 20px;
	font-size: 15px;
}
#contact .privacy dt{
	font-size: 18px;
	margin: 35px 0 5px;
  	border-left: 5px solid var(--orange--01);
  	padding-left: 10px;
	font-weight: 500;
}
#contact dt.privacy-top{
	font-size: 16px;
  border-left: none;
  padding-left: 10px;
	margin-top: 10px;
}
.scroll-box {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #f8f4f4;
  margin: 0.30rem 0;
}
span.wpcf7-list-item {
    display: block;
}
select {
  text-transform: none;
  padding: 10px 20px;
  border: 1px solid var(--orange--02);
  border-radius: 8px;
  background-color: var(--orange--01);
}
textarea {
  padding: 10px;
  border-radius: 10px;
  border: 3px solid var(--orange--02);
}
.submit{
	margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit input{
	background-color: var(--orange--01);
  	font-size: 18px !important;
  	padding: 10px 60px !important;
  	color: #fff;
  	border-radius: 15px !important;
}
#autozip {
   display: none !important;
}


@media screen and (max-width: 767px) {
#contact .contact-item {
  flex-flow: column;
	padding: 0 5%;
}
#contact input {
  width: 100%;
}
#contact .contact-address {
  width: 100%;
}
textarea {
  width: 100%;
}
#contact .contact-zip input{
		width: 200px;
	}
	#contact .contact-agree input{
		width: auto;
	}
.submit {
  width: 90%;
}
}



/* ====================================================
 sp　ここから
 ====================================================*/
@media screen and (max-width: 767px) {
/* ====================================================
 sp トップ 
 ====================================================*/
.guide_ttl {
  font-size: 20px;
}
.head_logo {
  top: 20px;
  right: 5%;
  width: 28%;
}
.top_copy {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.top_copy p {
  padding-inline: 20px;
}
 .top_copy p {
    background-color: inherit;
    text-shadow: 0 0 2px white, 0 0 5px white;
    font-size: 30px;
	 writing-mode: vertical-rl;
  }
.top_illust--01 {
  bottom: -60px;
  left: 1%;
  width: 80px;
}
.top_illust--02 {
  bottom: -80px;
  right: 1%;
  width: 150px;
}	
	
	
.guide_wrap {
  width: 100%;
	flex-flow: column;
  padding-inline: 5%;
}
.guide_wrap div {
  width: 100%;
}
.guide_wrap section {
  padding: 30px 5%;
}
.guide_wrap .guide_illust--03 {
  top: 17%;
  right: 5%;
}
.guide_wrap .guide_illust--04 {
  bottom: -80px;
}
.kengaku {
	position: relative;
  display: flex;
  justify-content: center;
}
.kengaku .kengaku_txt {
  position: fixed;
  top: auto;
  z-index: 1;
  right: auto;
  font-size: 18px;
  text-align: center;
  bottom: 1%;
  background-color: #ffe300;
  border-radius: 10px;
  padding: 10px 15px;
	font-weight: 500;
}
.kengaku .kengaku_txt .kengaku_txt--02 {
  margin-top: 10px;
  font-size: 14px;
}
.kengaku .kengaku_txt .tel {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}	
/* ====================================================
 sp お問い合わせ 
 ====================================================*/
.back_wh_lt {
  margin: 30px 0% 0;
  padding: 30px 0;
}
.wrap--02 {
  padding-inline: 0%;
}
#contact .contact-item dt {
  margin-bottom: 5px;
}
#contact dt.privacy-top {
  font-size: 14px;
}
#contact .privacy dt {
  font-size: 16px;
}
}/* // sp　ここまで */