@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Sacramento&family=Zen+Kurenaido&display=swap');
/* --------------------------------------------------
   Template by espace（https://espace.monbalcon.net/）
   Copyright: 2020 espace.

   利用規約を遵守の上、ご利用ください。
   二次配布、販売は禁止しています。
   --------------------------------------------------*/

/* ----- ▼ リセット　ここから（基本的には触らない方が良い部分） ▼ ----- */
html {
  font-size: 62.5%;
}
:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a, a::after, a::before, button, button::after, button::before, input, textarea, select {
  transition: all 0.7s;
}
a img, button img {
  transition-duration: .35s;
}
button {
  outline: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  cursor: hand;
}
input, textarea, select {
  font-size: 1.6rem;
}
input, textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
select {
  appearance: button;
}
p, dl, ul, form {
  margin: 25px 0;
  word-break: break-all;
}
p:last-child, dl:last-child, ul:last-child, form:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
}
@media screen and (max-width:800px) {
  p, form {
    margin: 0 0 1.7rem;
  }
  p:last-child, form:last-child {
    margin-bottom: 0;
  }
}
/* ----- ▲ リセット　ここまで（基本的には触らない方が良い部分） ▲ ----- */

/* ----- ▼ レイアウト　ここから ▼ ----- */
/* 基本 */
body {
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2) url("../../img/hea.jpeg") fixed center/250px 250px;
  background-blend-mode: lighten;
}

body {
    color: #3b4443;
    font-size: 1.4rem;
    font-family:"トーキング", 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1rem;    line-height: 1.8;
}

header{
padding:0 2rem 1rem;
background:#fff;
}

main {
  box-sizing: border-box;
    width: 70%;
     min-width: 700px;
    padding: 10px 0;
    margin: 10vh auto;
}

main > *:first-child {
  margin-top: 0;
      margin-bottom: 40px;
}

.title{
font-family:'Sacramento',  'Zen Kurenaido', sans-serif;
border-bottom:#89cff0 solid 2px;
}

article {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  margin: 200px auto;
  padding: 50px 70px 70px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px) contrast(1.1);
  -webkit-backdrop-filter: blur(5px);
}

article::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: -25px;
  left: -25px;
  border: 1px solid #fff;
  z-index: -1;
}

article > *:first-child {
  margin-top: 0;
}

article.width-sm {
  background: rgba(255, 255, 255, 0.7);
}

div.column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.column > * {
  width: 45%;
}

footer {
  bottom: 0;
  padding: 15px 0;
}

a{
text-decoration:none;
background:#ffd3de;
color:#333;
}

/* 見出し */
h1{
padding-bottom:1rem;
font-size:2.3rem;
font-family: 'Sacramento', cursive;
font-weight:normal;
text-align:center;
line-height: 0.8;
}

h1 div{
display:block;
margin:-50px auto 4rem;
width:135px;
height:100px;
background:url(../../img/hea.jpeg);
background-size:230px;
border-radius:50%;
position:relative;
}

h1 div:after{
content:'';
top:33px;
left:50%;
width:200px;
height:150px;
 -webkit-transform:translateX(-50%);
transform:translateX(-50%);
background:url(../../img/hea2.png) center top no-repeat;
position:absolute;
z-index:2;
}

h2{
font-family:'Sacramento',  'Zen Kurenaido', sans-serif;
font-size:1.7rem;
}

h2 span{
border-bottom:#89cff0 solid 2px;
}

h3{
padding:2.5em 0;
font-size:14px;
text-align:center;
text-shadow:#fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
position:relative;
z-index:2;
}

 h4, h5 {
  margin: 100px 0 50px;
  font-weight: 400;
  font-size: 16px;
  color: #7797b7;
}

h4 span {
  padding: 10px 14px;
  background: rgba(119, 151, 183, 0.2);
  border: 1px solid rgba(119, 151, 183, 0.7);
}

h5 span {
  padding: 10px 14px;
  border: 1px solid rgba(119, 151, 183, 0.7);
}

/* 装飾 */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: smaller;
}

input.netabare01_checkbox {
  display: none;
}

label.netabare01_label {
  display: inline;
  position: relative;
  background-color: #171717 !important;
  color: #171717 !important;
  cursor: pointer;
  transition: 0.3s;
}

label.netabare01_label:before {

  display: block;
  border: 1px solid #c70b0b;
  font-size: 14px;
  background-color: #ffeced;
  color: #c70b0b;
  position: absolute;
  padding: 4px 10px;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: calc(100% + 5px);
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}

label.netabare01_label:hover:before {
  opacity: 1;
}

input.netabare01_checkbox:checked + label.netabare01_label {
  color: #ffffff !important;
}

input.netabare01_checkbox:checked + label.netabare01_label:hover:before {
  opacity: 0;
}
/* スマホ設定 */
@media screen and (max-width:800px) {
  body {
    font-size: 1.3rem;
    background: #FFFFFF;
  }
  body::before {
    content: "";
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  background: rgba(255, 255, 255, 0.2) url("../../img/hea.jpeg") fixed center/250px 250px;
    opacity: .7;
    z-index: -1;
  }

  main {
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  margin: auto;
    padding-top: 30px;
  }
  main > *:first-child {
    margin-top: 30px;
  }

  article {
        width: 90%;
    margin:  auto;
    padding: 30px 15px 20px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px) contrast(1.1);
    -webkit-backdrop-filter: blur(5px);
  }
article::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border: 1px solid #fff;
  z-index: -1;
}
}
/* ----- ▲ レイアウト　ここまで ▲ ----- */
