@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Grand+Hotel');

@font-face {
  font-family: ロゴたいぷゴシック;
  src: url('https://cdn.leafscape.be/logotype/logotype_web.woff') format("woff");
}

body {
  font-family: "Julius Sans One", "メイリオ", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #44617b;
  text-decoration: none;
  padding: 0;
  margin: 3px;
  transition: 0.5s;
}

a:hover {
  color: #80989b;
  text-decoration: none;
}

.wrp {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.act {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 15px;
  margin: 30px 25px 20px;
  background: #eaf4fc;
  border: solid 2px #fff;
  box-shadow: 0 0 0 3px #eaf4fc;
  border-radius: 6px;
  box-sizing: border-box;
}

.act:nth-child(2n) {
  background: #fff;
  border: double 7px #eaf4fc;
  margin: 30px 23px 20px;
  box-shadow: 0 0 0 1px #eaf4fc;
}

.title {
  flex: 0 0 200px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 12px 10px;
  border-right: 2px solid #add8e6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.title h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
}

.sub {
  flex: 1;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.sub p {
  margin: 0;
  padding: 0;
}

.sub a {
  display: block;
  font-size: 14px;
  margin: 3px 0;
  color: #333;
  text-decoration: none;
}

.sub a:hover {
  color: #44617b;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .act {
    flex-direction: column;
    align-items: flex-start;
  }

  .title {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #add8e6;
    padding: 6px 0;
    margin: 0 0 6px;
  }

  .title h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }

  .sub {
    padding: 0;
    margin: 0;
  }

  .sub a {
    margin: 2px 0;
    display: block;
  }
}

.sq {
  width: 151px;
  height: 151px;
  margin: 60px auto 20px;
  background: #add8e6;
  transform: rotate(45deg);
  overflow: hidden;
  border: solid 3px #fff;
  box-shadow: 0 0 0 5px #add8e6;
}

.top {
  position: absolute;
  width: 200px;
  height: 200px;
  color: #fff;
  background: transparent;
  transform: rotate(-45deg);
  text-align: center;
}

.top a {
  margin: 1px;
  padding: 0 1px;
  text-align: center;
  display: inline-block;
  width: 50px;
  color: #fff;
  background: #333;
  border: solid 1px #333;
}

.top a:hover {
  background: #eaf4fc;
  color: #333;
}

.bk {
  background: url(https://droprabbit.pink/wp-content/uploads/2025/05/p_pt_0225_l_pt_02250.jpg);
  padding: 10px;
}

.icn {
  width: 31px;
  height: 31px;
  margin: 30px auto 20px;
  background: #eaf4fc;
  transform: rotate(45deg);
  overflow: hidden;
  border: solid 2px #fff;
  box-shadow: 0 0 0 3px #eaf4fc;
}

.text {
  font-size: 14px;
  line-height: 2;
  margin: 30px 20px;
}

.text p {
  margin: 20px 10px;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  background: linear-gradient(
    to right top,
    #fff,
    #fff 25%,
    #efefef 25%,
    #efefef 50%,
    #fff 50%,
    #fff 75%,
    #efefef 75%,
    #efefef
  );
  background-size: 20px 20px;
}

header {
  background: url(https://droprabbit.pink/wp-content/uploads/2025/05/p_pt_0225_l_pt_02250.jpg);
  margin-bottom: 60px;
}

.ft {
  text-align: center;
  margin: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.ft a {
  margin: 1px;
  padding: 0 1px;
  text-align: center;
  display: inline-block;
  width: 50px;
  color: #fff;
  background: #333;
  border: solid 1px #333;
}

.ft a:hover {
  background: #eaf4fc;
  color: #333;
}

h1 {
  font-family: "Grand Hotel", ロゴたいぷゴシック, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 40px auto 20px;
  padding: 0;
  line-height: 1;
  text-align: center;
}

h2 {
  color: #333;
  font-weight: normal;
  font-family: "Julius Sans One", ロゴたいぷゴシック, sans-serif;
  font-size: 18px;
  margin: 5px auto;
  padding: 0;
}

h3 {
  color: #333;
  font-weight: normal;
  font-family: "Julius Sans One", ロゴたいぷゴシック, sans-serif;
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 10px auto 20px;
  position: relative;
  bottom: 20px;
}

input[type], textarea {
  height: 80px;
  width: 80%;
  font-family: "Julius Sans One", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  background: #add8e6;
  color: #333;
  border: solid 1px #add8e6;
  margin: 5px 10px;
  padding: 2px 5px;
}

input[type=text] {
  margin: 5px;
  height: 24px;
  width: 80px;
}

input[type=submit] {
  margin: 5px;
  height: auto;
  width: 80px;
  cursor: pointer;
  text-shadow: none;
  border: solid 1px #333;
  background: #333;
  color: #fff;
}

.higouri-footer {
  text-align: center;
  margin: 20px 0;
}

.higouri-footer a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.higouri-footer a:hover {
  color: #44617b;
}
