@charset "utf-8";

 /* 初期化 */
.sakka {
  font-family: "Shippori Mincho B1",serif;
  text-align: center;
  font-size: 20px;
}
.sakka p {
}
.sakka h1 {
  text-align: center;
  font-size: 180%;
}
.sakka h2{
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
}
.sakka-arc-ul {
  list-style: none;
  display: flex;
}
.sakka-arc-li {
  width: 33%;
  padding: 1em;
}
.sakka img {
  width: 100%;
}

/* 全体 */
.sakka-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* タイトル */
.sakka-sec-title {
  padding-bottom: 3em;
}
.sakka-title-sp {
  display: block;
}
.sakka-title-pc {
  display: none;
}

/* 本文 */
.sakka-sec-text {
}
.sakka-text-wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}
.sakka-text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 0;
}

/* 特徴 */
.sakka-sec-point {
}
.sakka-point-wrap {
  margin-bottom: 0;
  padding: 60px 0;
  width: 100%;
  max-width: 1180px;
}
.sakka-point-box {
  display: flex;
  width: 90%;
  max-width: 980px;
  height: auto;
  margin: 0 auto 2rem;
  line-height: 1.8;
}
.sakka-point-box h2 {
  padding-bottom: 0.5rem;
}
.sakka-point-box:nth-child(even) {
  text-align: left;
  display: flex;
  flex-direction: row;
}
@media(max-width : 750px) {
    .sakka-point-box:nth-child(even) {
    display: block;
    }
}

.sakka-point-box:nth-child(odd) {
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
}
@media(max-width : 750px ) {
    .sakka-point-box:nth-child(odd){
    display: block;
    }
}

@media screen and (min-width: 751px) {
  .sakka-point-img {
    width: 380px;
      flex-shrink: 0;}
}

 /* アーカイブ */
.sakka-archive-wrap {
  background-color: #EEEEEE;
  max-width: 1280px;
}
.sakka-archive {
  margin: 0 auto;
  padding: 0 auto;
  width: 90%;
  max-width: 980px;
}

 /*　ボタン */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #D11C2C;
  font-weight: bold; 
}

/* 768px以上の場合に適用 */
@media screen and (min-width:768px) {
  /* 全体 */
  .sakka-wrap {
    padding-bottom: 4em;
  }

  .h1 {
    font-size: 150%;
    }
  /* タイトル */
  .sakka-title-sp {
    display: none;
  }
  .sakka-title-pc {
    display: block;
  }
  
  /* 本文 */
  .sakka-sec-items {
    width: 100%;
  }
  .sakka-items-title {
    font-size: 2em;
    padding-bottom: 0.4em;
  }
  
  /* 注意書き */
  .sakka-sec-notes {
    border-radius: 0.2em;
  }
  .sakka-sec-notes {
  }
  .sakka-notes {
    font-size: 1em;
  }

}
