html, body {
    margin: 0;
	padding: 0;
}

body img {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}

.wrapper img {
	display: block;
}

img {
	padding: 0;
	margin: 0;
	width: 100%;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity:0.7;
}

.navbar {
  margin: 0 auto;
  max-width: 850px;
	position: fixed;
	top: 0;
  z-index: 9999;
	background: #ba7e66;
	border-bottom: 1px solid #ffffff;
}

.nav  {
  width: 100%;
}

.nav_logo {
	width: 32.94%;
  float: left;
}
.nav_01 {
	width: 16.47%;
  float: left;
}
.nav_02 {
	width: 17.65%;
  float: left;
}

.sticky {
  position: fixed;
  top: 0;
  max-width: 850px;
	z-index: 9999;
}

.cv {
	position: relative;
}

.btn_01 {
	position: absolute;
  width: 56%;
	top: 87%;
	left: 22%;
}

.btn_02 {
	position: absolute;
  width: 56%;
	top: 87%;
	left: 22%;
}

.additional {
	position: absolute;
    width: 56%;
	top: 59%;
	left: 6%;
}

.cv2 {
	position: relative;
}

.btn_02_left {
	position: absolute;
  width: 32%;
	top: 80%;
	left: 10%;
}

.btn_02_right {
	position: absolute;
  width: 32%;
	top: 80%;
	right: 10%;
}

.more {
	position: relative;
	cursor: pointer;
}

.btn_03 {
	position: absolute;
  width: 47%;
  top: 84%; l
  eft: 26.5%;
}

.info {
	position: relative;
}

.info .tel {
	position: absolute;
    width: 60%;
	top: 32%;
	left: 20%;
}

.info .line {
	position: absolute;
	width: 23.5%;
	top: 63%;
    left: 26.5%;
}

.info2 {
	position: relative;
}

.info2 .tel {
	position: absolute;
    width: 60%;
	top: 32%;
	left: 20%;
}

.info2 .line {
	position: absolute;
	width: 23.5%;
	top: 63%;
    left: 26.5%;
}

.faq {
	position: relative;
}

.faq .fb {
	position: absolute;
  width: 18%;
  bottom: 9.2%;
  left: 22%;
}
.faq .line {
	position: absolute;
  width: 26.4%;
  bottom: 9.2%;
  right: 24%;
}

.terms {
width:100%;
height: 220px;
font-size: 14px;
line-height:1.5;
text-align: left;
background: #fff;
padding: 15px 20px;
margin-bottom: 30px;
overflow-y: auto;
box-sizing: border-box;
border: 1px solid #DCDCDC;
}

/*定期説明折りたたみ*/
summary {
  display: block;
  list-style: none;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
  cursor: none!important;
}

summary .btn_05 {
  cursor: pointer;
}

summary .btn_05:hover {
  cursor: pointer;
  opacity: 0.7;
}

details[open] .details-content {
	animation: fadein 0.5s ease;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


/*YT影片*/
.video {
	/*background-color: #fcf5ed;*/
	position: relative;
	/*background-image: url("https://ilha.tw/img/vc2021/video_bg.png");
	background-size: contain;
	width: 100%;*/
}
.video-content {
	position: absolute;
	top: 25%;
	left: 5%;
	width: 90%;
}
@media screen and (max-width: 640px) {
	.video-content {
	left: 0;
	width: 100%;
}
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
