@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

全ページ共通

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #685A59;
  letter-spacing: 2px;
  line-height: 1.8;
  background-color: rgba(252, 251, 247);
}

mark{
  background-color: #D4E4BF;
}

@media screen and (max-width: 520px) {
  body {
    font-size: 1.4rem;
  }
}
body::before, body::after {
  position: fixed;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(90deg, #A8C6A2 30%, #879F8F);
  z-index: 3;
}
body::before {
  top: 0;
}
body::after {
  bottom: 0;
}

*:hover,
*::before,
*::after {
  transition: 0.2s;
}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

画像

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

img {
/* PCの右クリック禁止 */
    pointer-events: none;
 
/* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

文字

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/
p {
  margin: 20px 0;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
}

a {
  color: #a8c6a2;
  text-decoration: none;
}

/*−−−−−−−−−− 見出し −−−−−−−−−−*/
h1 {
   width: 20%;
   margin: auto;
   display: block;
}

h2 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  font-family:  "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
  word-break: break-all;
  position: absolute;
}

h3 {
  font-family:  "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
  word-break: break-all;
  margin: 40px 0 10px;
}

 .bg-graybox h2 {
  top: 1%;
  left: 50%;
  transform: translate(-50%,-50%);
 }

 .bg-gray h2 {
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
 }

 .tate_captionL {
  top: 1%;
  left: 1%;
  transform: translate(-50%,-50%);
}

/*−−−−−−−−−− 文字装飾 −−−−−−−−−−*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 60%, #D4E4BF 60%);
}

.label {
  display: block;
  margin: 20px 0;
  padding: 2px 10px;
  background-color: #d6e9ca;
  width: -moz-fit-content;
  width: fit-content;
}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

各ページTOP画

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

 .page_head {
  height: 400px;
  background-color: #A8C6A2;
  display: flex;
  justify-content: center;
}

 .page_head img{
  height: 80%;
  margin-top: 3%;
}

/* スマホ */
@media screen and (max-width: 520px) {

  .page_head {
  height: 260px;
}

 .page_head img{
  height: 200px;
  margin-top: 10%;
}

}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

キャプション

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

.caption {
  margin-bottom: 5%;
}


/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

ボタン

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

/* homeボタン */
 .home_btn {
        background-color: #A8C6A2;
        height: 50px;
        width: 100px;
        text-align: center;
	margin: 10% auto;
        padding: 1rem;
}

 .home_btn:hover {
  background-color: #D4E4BF;
}

 .home_btn a {
	color: #fff;
}

/* スマホ */
@media screen and (max-width: 520px) {
 .home_btn {
	margin: 20% auto;
}

}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

セクション背景

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

/* 色なし */
 .bg-no {
  background-color: rgba(252, 251, 247);
  position: relative;
  padding: 30px;
  margin: unset;
  margin-bottom: 20%;
}

/* PC */
@media screen and (min-width: 1025px), print {
  .bg-no{
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 40px;
  }

}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

レイアウト

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/
/*−−−−−−−−−− 横並び −−−−−−−−−−*/
.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  align-items: center;
  margin: 10px;
}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

全体のレイアウト

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/

/*−−−−−−−−−− セクション −−−−−−−−−−*/
section {
  margin: 50px 0 20px;
}
section > :first-child {
  margin-top: 0;
}
section > :last-child {
  margin-bottom: 0;
}
section section:first-of-type {
  padding-top: 0;
}
section section:last-of-type {
  padding-bottom: 0;
}

/* PC */
@media screen and (min-width: 1025px), print {
  section {
    margin: 100px 0;
  }
}

/*−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−

フッター

−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 4;
}
footer small {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}