

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&display=swap');

/*全ページ共通*/

html.spacebook {
  font-size: .73vw;
}

body {
  background-color: black;
  width: 100%;
  color: white;
  margin: 0;/* bodyの余白を削除 */
  padding: 0;/* bodyの余白を削除 */
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

h1 {
  margin: 0;
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}


/*全ページ共通終わり*/

    

        /*edit*/
        .view_all_zone{
          margin: 16rem 3%;
          background-color: white;
          color: black;
        }
        .view_all{
          padding:5% 5%;
        }
        .day p{
          text-align: right;
          font-size: 1.1vw;
        }
        .view_title h1{
          text-align: center;
          margin-bottom: 7px;
        }
        .view_title p{
          text-align: center;
          margin-top:0;
          font-size: 1.7rem;
        }
        
        .text1 p{
          font-size: 1.7rem;
        }
        .text1 p{
          margin:0;
        }

        .set2{
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          display: -ms-grid;
          display: grid;
          -ms-grid-rows: auto;
          grid-template-rows: auto;
          -ms-grid-columns: 55% 45%;
          grid-template-columns: 55% 45%;
          padding-top: 0px;
        }

        .set2 > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
        }

        .set2 > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 2;
        }
        








      
      
        



    /*edit終了*/

/*bottom_banner*/
.bottom_banner {
  background-color: #dcdcdc;
  width: 100%;
  height: 4em;
  position: fixed;
  bottom: 0;
  padding: 0;
  font-size: 2rem;
}

.bottom_banner_tab {
  width: 90%;
  max-width: 98rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.home {
  width: 24%;
  background-color: #fff;
  text-align: center;
  border-radius: .7em;
  padding-block: .5em;
  -webkit-box-shadow: 5px 5px 10px 1px gray;
          box-shadow: 5px 5px 10px 1px gray;
  color: #000;
}

.contact {
  width: 73%;
  background-color: #95D1C6;
  text-align: center;
  border-radius: .7em;
  padding-block: .5em;
  -webkit-box-shadow: 5px 5px 10px 1px gray;
          box-shadow: 5px 5px 10px 1px gray;
  color: #fff;
}













.details-summary {
	cursor: pointer;
	transition: 0.2s;
	padding: 6px;
	border-radius: 6px;
	font-size: 25px;

	/* ホバー時のスタイル */
	&:hover {
		cursor: pointer;
		background-color: #bee1de;
	}

	/* タブフォーカス時のスタイル */
	&:focus-visible {
		outline: dashed #00a5a0;
	}
}





.details-summary2 {
	cursor: pointer;
	transition: 0.2s;
	padding: 6px;
	border-radius: 6px;
	font-size: 20px;

	/* ホバー時のスタイル */
	&:hover {
		cursor: pointer;
		background-color: #bee1de;
	}

	/* タブフォーカス時のスタイル */
	&:focus-visible {
		outline: dashed #00a5a0;
	}

  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  font-size: 20px;
}


.set2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 75% 25%;
  grid-template-columns: 75% 25%;
  padding-top: 10px;
  margin-left: 5px;
  margin-bottom: 8px;
}

.set2 > *:nth-child(1){
-ms-grid-row: 1;
-ms-grid-column: 1;
}

.set2 > *:nth-child(2){
-ms-grid-row: 1;
-ms-grid-column: 2;
}




.text2 p{
  padding-top: 10px;
  font-size: 13px;
  padding-left: 25px;
  padding-top: 1rem;
}


.set2_left{
  position: relative;
  padding-left: 0; /* 線とテキストの間隔 */
  margin-bottom: 1em;
  margin-left: 40px;
}

.set2_left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px; /* 線の太さ */
  background-color: #65bbbe; /* テーマカラー */
  border-radius: 2px; /* 丸みを帯びた線がいい場合 */
}


.text3 p{
  padding-top: 10px;
  font-size: 18px;
  padding-left: 10px;
}

.text3 i{
  font-size: 15px;
  padding-left: 12px;
}

.photo1{
  height:auto;
  width:auto;
  text-align: center;
  
  -ms-flex-item-align: center;
  
      -ms-grid-row-align: center;
  
      align-self: center;
}
.photo1 img{
  height:20rem;
  width:auto;
  height: 10rem;
}

.view_writingArea {
  padding-bottom: 3rem;
}

.bottom_banner {
  font-size: 1.6rem;
}


















@media screen and (max-width:640px) {

  html.spacebook {
    font-size: 2.4vw;
  }

  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1rem;
  }
 

.view_title p{
  font-size: 13px;
  text-align: left;
}

.details-summary{
  font-size: 20px;
}










.set2_left {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}

.set2 {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-right:10%;
  font-size: 5px;
}

.text3 {
  text-align: left;
  margin-bottom: 1em;
}

.photo1 img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}


  .photo1 img {
    width: 100%;
  }



























  .view_writingArea {
    padding-bottom: 3rem;
  }

  .bottom_banner {
    font-size: 1.6rem;
  }
}

















@media screen and (min-width:980px) {
  .bottom_banner {
    font-size: 24px;
  }
}











