@charset "UTF-8";
/* ==========================================
   Template: EASY meishi（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300|Raleway:100,300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+2:wght@400&display=swap');
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::after, *::before {
  box-sizing: border-box;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, img, p {
  margin: 0;
  padding: 0;
}
hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em 0;
  width: 100%;
}
h1, h2, h3, h4, h5, p {
  line-height: 1.6em;
}
/* ==========================================
  以下、デザインを決める記述です。
  ※印で検索することで設定箇所へジャンプします。
   ========================================== */
body {
  background: #f3f3f3;
  /* ↑背景色 ※ */
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* 全体のフォント ※ */
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}
section {
  overflow: hidden;
  width: calc(90vw - 40px);
  max-width: 1100px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 5px 20px -12px #69827d73;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  div:nth-of-type(2).col {
    padding-top: 0px;
  }
}
header {
  width: 120px;
  /*background: url("../img/20220808.png") no-repeat 0% 60% /cover;*/
  background-position: center;
  /*min-height: 700px;*/
  /* 以下backgroundから始まる数行がタイトル背景のグラデーションです ※ */
  background: #f6ff93;
  background: linear-gradient(121deg, #84fab0 0%, #8fd3f4 100%);
  position: relative;
}
header h1 {
  color: #ffffff;
  font-family: "Spartan", "Noto Sans JP", sans-serif;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  top: -10px;
  right: -15px;
  font-size: 40px;
  font-weight: 100;
  word-break: keep-all;
  width: 90vh;
  text-align: right;
}
@media screen and (max-width: 991px) {
  header {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  header {
    /*background: url("../img/20220808.png") no-repeat 0% 13% /100%;*/
    background: #f6ff93;
    background: linear-gradient(121deg, #84fab0 0%, #8fd3f4 100%);
    width: 100%;
    height: 140px;
    min-height: 140px;
  }
  header h1 {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    top: auto;
    right: auto;
    bottom: -10px;
    font-size: 25px;
  }
}
.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.col {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 40px 20px;
}
.col > p:first-of-type {
  margin-top: 0;
}
.col > div:first-of-type {
  margin-top: 0;
}
.col > h2:first-of-type {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #36a196;
  /* ↑リンクの色　一括置換すると見出し色なども一緒に変わります ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #00C1E9;
  /* ↑リンクをホバーしたときの色 ※ */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.btn {
  display: block;
  background: #36a196;
  color: white;
  padding: 3px 10px;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.btn:hover {
  background: #00C1E9;
}
dl, ol, p, ul {
  margin: 10px auto 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  dl, ol, p, ul {
    margin: 15px auto;
  }
}
h2 {
  color: #36a196;
  font-weight: 100;
  font-size: 20px;
  margin: 20px 0 10px;
  font-family: 'M PLUS 2', sans-serif;
}
h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 400;
}
.center {
  text-align: center;
}
dl.memo dt {
  width: 100%;
  color: #36a196;
  padding: 1px 5px;
}
dl.memo dd {
  border-left: 1px dotted #d0d0d0;
  margin: 0 0 0 1em;
  padding: 0 0 1em 1em;
}
.box2 {
  background: #c6ece8;
  /* ↑色付きボックスの背景色 ※ */
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 5px;
}
strong.marker {
  background-size: auto auto;
  background-color: #ffffff;
  /* ※マーカー付き強調のシマシマのベースカラー */
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AFF0FD 2px, #AFF0FD 5px);
  /* ※マーカー付き強調のシマシマカラー */
}
ol.list {
  counter-reset: list;
  list-style-type: none;
  padding: 0px;
}
ol.list li {
  position: relative;
  line-height: 30px;
  padding: 0.3em 0.3em 0.3em 3.5em;
  font-size: 14px;
  border-bottom: dashed 1px #36a196;
}
ol.list li:last-child {
  border-bottom: 0px;
}
ol.list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  font-weight: bold;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #36a196;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.sns-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  max-width: 600px;
}
ul.sns-list li {
  margin-bottom: .1em;
  margin-top: .1em;
}
ul.sns-list li a {
  font-size: 12px;
  border: 1px solid;
  color: #333;
  padding: 4px 6px;
  border-radius: 20px;
}
ul.sns-list li a:hover {
  background: #65676d;
  color: #ffffff;
}
ul.sns-list li a.twitter:hover {
  background: #1DA1F2;
  border: 2px solid #1DA1F2;
  color: #ffffff;
}
ul.sns-list li a.tumblr:hover {
  background: #36465d;
  border: 2px solid #36465d;
  color: #ffffff;
}
ul.sns-list li a.lineat:hover {
  background: #00b900;
  border: 2px solid #00b900;
  color: #ffffff;
}
ul.sns-list li a.youtube:hover {
  background: #cd201f;
  border: 2px solid #cd201f;
  color: #ffffff;
}
ul.sns-list li a.note:hover {
  background: #2dcdb5;
  border: 2px solid #2dcdb5;
  color: #ffffff;
}
ul.sns-list li a.amazon:hover {
  background: #FF9900;
  border: 2px solid #FF9900;
  color: #ffffff;
}
ul.sns-list li a.marsh:hover {
  background: #F3969A;
  border: 2px solid #F3969A;
  color: #ffffff;
}
ul.sns-list li a.skeb:hover {
  background: #30B396;
  border: 2px solid #30B396;
  color: #ffffff;
}
ul.sns-list li a.pixiv:hover {
  background: #0096FA;
  border: 2px solid #0096FA;
  color: #ffffff;
}
ul.sns-list li a.booth:hover {
  background: #FC4D50;
  border: 2px solid #FC4D50;
  color: #ffffff;
}
ul.sns-list li a.fantia:hover {
  background: #FF5600;
  border: 2px solid #FF5600;
  color: #ffffff;
}
ul.sns-list li:not(:last-of-type) {
  margin-right: 10px;
}
div.mailform {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
div.mailform button[type=submit] {
  border: none;
  padding: 7px 15px;
  font-size: 14px;
  background: #36a196;
  color: #ffffff;
  border-radius: 5px;
  margin: 2px;
  background: #36a196;
}
div.mailform button[type=submit]:hover {
  outline: none;
  background: #00C1E9;
  cursor: pointer;
}
div.mailform textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 3px;
  font-family: YuGothic, 'Yu Gothic', 'TsukuBRdGothic-Regular', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Cambria Math', 'Avenir', sans-serif;
  margin: 0;
  padding: 5px;
  font-size: 14px;
}
div.mailform textarea:focus {
  outline: none;
  background: white;
}
button.newiine_btn {
  margin: 3px 0;
}
div.hitokoto p.bold {
  margin: 3px 0;
  color: #36a196;
  font-weight: bold;
  font-size: 12px;
}
p.smallp {
  font-size: 12px;
  margin: 5px 0;
}
footer p {
  text-align: center;
}
footer p a {
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
}
.only-phone {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-phone {
	margin-top:0px;
    display: block;
  }
}
/* 20220830 add illust */
ul.illust {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
ul.illust li {
  position: relative;
  height: 60px;
  width: 60px;
  margin-bottom: 3px;
  padding: 0;
}
ul.illust li:before {
  display: none;
}
ul.illust li:not(:last-of-type) {
  margin-right: 3px;
}
ul.illust li a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
ul.illust li a:hover {
  opacity: .7;
}
ul.illust li a img {
  border-radius: 5px;
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
a.imgcard {
  display: block;
  font-size: 12px;
  width: 100%;
  background: url("../img/bl.png") no-repeat 10% 0% /60%;
  background-position: right;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  border: 1px solid;
  color: #333;
  padding: 5px;
  margin: 20px 0;
  border-radius: 5px;
}
a.imgcard:hover {
  opacity: 0.5;
}
/* 20220830 add bigcard */
a.bigcard {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
a.bigcard:hover {
  background: #f7f6f3;
  /* ※リンクカードをホバーしたときの背景色 */
  color: inherit;
}
a.bigcard h5 {
  font-size: 20px;
  margin: 10px 0 0;
}
a.bigcard .memo {
  font-size: 13px;
  margin-top: 0;
  color: #aba9a5;
}
a.bigcard figure {
  margin: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
a.bigcard figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*サイズ変更なしバージョン*/
a.bigcard2 {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  margin-bottom: 5px;
  color: #333333;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  align-self: stretch;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.bigcard2:hover {
  background: #f7f6f3;
  /* ※リンクカードをホバーしたときの背景色 */
  color: inherit;
}
a.bigcard2 h5 {
  font-size: 15px;
  margin: 0;
}
a.bigcard2 p {
  margin: 0.3em 0;
}
a.bigcard2 .memo {
  font-size: 13px;
  margin-top: 0;
  color: #aba9a5;
}
a.bigcard2 figure {
  margin: 0;
  overflow: hidden;
  display: block;
  width: auto;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100px;
  margin-right: 10px;
}
a.bigcard2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
a.bigcard2 .text {
  -webkit-box-flex: 2;
  flex: 2;
  padding: 5px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  a.bigcard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-self: stretch;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  a.bigcard h5 {
    font-size: 20px;
    margin: 0;
  }
  a.bigcard p {
    margin: 0.8em 0;
  }
  a.bigcard .memo {
    font-size: 13px;
    margin-top: 0;
    color: #aba9a5;
  }
  a.bigcard figure {
    display: block;
    width: auto;
    -webkit-box-flex: 1;
    flex: 1;
    height: auto;
    min-height: 150px;
    margin-right: 10px;
  }
  a.bigcard figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  a.bigcard .text {
    -webkit-box-flex: 2;
    flex: 2;
    padding: 5px;
  }
}