@charset "utf-8";
/* CSS Document */

.pic-s{width:90%;
margin: 2% auto;}

.wide01{width:80%;
margin: 2% auto;}
.wide02{width:80%;
margin: 2% auto;}

.contact-b{wmargin: 2% auto;}



.contact-b li{width:33.1%;
float: left;
margin-right: 0.1%;
margin-left: 0.1%;}




/*-------固定戻る---------*/   
#topbutton03 {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 0%;   /* ←下端からの距離 */
      right: 0px;    /* ←右端からの距離 */
      width:100%;     /* ←横幅 */

      /* ▼最初は非表示にしておく */
      display: none;
	

      
   } 


nav{font-size:16px;}



/*-------ポップアップ---------*/ 


#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}



/*-------ポップアップ---------*/ 


#popup02 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open02 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay02 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup02:checked ~ .popup-overlay02 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window02 {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text02 {
  margin: 0;
}

.popup-text02:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close02 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}



/*-------ポップアップ---------*/ 


#popup03 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open03 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay03 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup03:checked ~ .popup-overlay03 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window03 {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text03 {
  margin: 0;
}

.popup-text03:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close03 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}


/*-------ポップアップ---------*/ 


#popup04 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open04 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay04 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup04:checked ~ .popup-overlay04 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window04 {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text04 {
  margin: 0;
}

.popup-text04:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close04 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}



/*-------ポップアップ---------*/ 


#popup05 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open05 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay05 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup05:checked ~ .popup-overlay05 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window05 {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text05 {
  margin: 0;
}

.popup-text05:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close05 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}




/*-------ポップアップ---------*/ 


#popup06 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open06 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay06 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup06:checked ~ .popup-overlay06 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window06 {
  width: 90vw;
  max-width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text06 {
  margin: 0;
}

.popup-text06:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close06 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}


/*-------アコーディオン---------*/ 

.acd-check{
  display: none;
}
.acd-label{
  background: #fff;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}
.acd-content{
 
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 130px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}






@media only screen and (min-width: 640px) {
	
.acd-check:checked + .acd-label + .acd-content{
  height: 350px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
	

}


