@charset "utf-8";

@import "style.css";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800;900&display=swap');
@charset "utf-8";
h1 {
  font-size: 24px;
  margin: 0 auto 10px auto;
  text-align: center;
  color: #eed52c;
	font-weight: bold;
  text-shadow:
    0 0 0.05em #000, 0 0 0.10em #000, 0 0 0.15em #000, 0 0 0.30em #000;
  filter: saturate(80%);
  -webkit-background-clip: text;
  -webkit-box-reflect: below -18px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .4)), to(transparent));
	font-family: 'M PLUS 1p', sans-serif;
}
h2 {
    color: #9B1214;
    border-bottom: 2px dashed #D26466;/* 文字下の点線の太さ・種類・カラー */
    margin: 50px 0 0 0;
    padding: 0.2em 0 0 0;
    position: relative;
	font-size: 28px;
	font-family: 'M PLUS 1p', sans-serif;
}
h2:before {
    background: #d48789;/* 左上四角部分の色 */
    top: 0;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
h2:after {
    background:#d26466;/* 左下四角部分の色 */
    top: 0.8em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
h3 {
    color: #9B1214;
    border-bottom: 2px dashed #D26466;/* 文字下の点線の太さ・種類・カラー */
    margin: 50px 0 0 0;
    padding: 0.2em 0 0 0;
    position: relative;
	font-size: 28px;
	font-family: 'M PLUS 1p', sans-serif;
}
h3:before {
    background: #d48789;/* 左上四角部分の色 */
    top: 0;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
h3:after {
    background:#d26466;/* 左下四角部分の色 */
    top: 0.8em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
h4 {
    color: #9B1214;
    border-bottom: 2px dashed #D26466;/* 文字下の点線の太さ・種類・カラー */
    margin: 50px 0 0 0;
    padding: 0.2em 0 0 0;
    position: relative;
	font-size: 28px;
	font-family: 'M PLUS 1p', sans-serif;
}
h4:before {
    background: #d48789;/* 左上四角部分の色 */
    top: 0;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
h4:after {
    background:#d26466;/* 左下四角部分の色 */
    top: 0.8em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
h5 {
  font-size: 24px;
  margin: 0 auto 0 auto;
  text-align: center;
  color: #c50018;
	font-weight: bold;
  text-shadow:
    0 0 0.05em #efd8c7, 0 0 0.10em #efd8c7, 0 0 0.15em #efd8c7, 0 0 0.30em #efd8c7;
  filter: saturate(80%);
  -webkit-background-clip: text;
  -webkit-box-reflect: below -12px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .4)), to(transparent));
	font-family: 'M PLUS 1p', sans-serif;
}
h6 {
    color: #ffef00;
    border-bottom: 2px dashed #ffef00;/* 文字下の点線の太さ・種類・カラー */
    margin: 50px 0 0 0;
    padding: 0.2em 0 0 0;
    position: relative;
	font-size: 28px;
	font-family: 'M PLUS 1p', sans-serif;
}
h6:before {
    background: #fffcd2;/* 左上四角部分の色 */
    top: 0;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
h6:after {
    background:#ffef00;/* 左下四角部分の色 */
    top: 0.8em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}
.btm_01 {
  display: inline-block;
  text-align: center;
  color: #a71527;
  text-decoration: none;
  padding: 5px 20px;
  transition: .4s;
  margin: 0 auto;
  border: 2px solid #a71527;
  line-height: 1em;
	font-size: 24px;
	border-radius: 20px;
}
.btm_01:hover {
  color: #fff;
  background-color: #a71527;
  border-color: #a71527;
}
.btm_02 {
	width: 80%;
  display: inline-block;
  text-align: center;
  color: #fff;
	background-color: #a71527;
  text-decoration: none;
  padding: 5px 20px;
  transition: .4s;
  margin: 0 auto;
  border: 2px solid #a71527;
  line-height: 1em;
	font-size: 18px;
	border-radius: 20px;
}
.btm_02:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.underline {
  text-decoration: none;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  color: #000;
  font-weight: lighter;
	margin: 0 0 30px 0;
}
.underline_w {
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  font-weight: lighter;
	margin: 0 0 30px 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*slider01*/
.slider01 {
  position: relative;
}
.slider01 .slider-arrow {
  position: absolute;
  top: 52%;
  width: 30px;
  height: 30px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}
.slider01 .slider-prev {
  left: 10px;
}
.slider01 .slider-next {
  right: 10px;
}
.slider mypattern {
  width: 100%;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}
.main {
  margin: 0;
}

.a01 {
  color: #a61527;
	font-size: 24px;
}
.a02 {
  color: #275703;
	font-size: 24px;
}
.text_cen {
	clear: both;
  margin: 0;
  padding: 10px 0 50px 0;
  text-align: center;
}
.text_cen2 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.text01 {
  margin: 0;
  padding: 15px 10px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8em;
}
.text02 {
  margin: 0;
  padding: 0 10px;
  text-align: justify;
  font-size: 18px;
  line-height: 1.8em;
	color: #fff;
}
.text03 {
	color: #000;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 0 0;
font-size: 18px;
	border-bottom: 1px solid #000;
}
.text04 {
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
}
.text05 {
  padding: 5px 3%;
  border: 3px double #000;
	color: #000;
	margin: 0 auto;
	width: 100%;
	 box-sizing: border-box;
}
.text06 {
  padding: 5px 3%;
  border: 3px double #fff;
	color: #fff;
	margin: 0 auto;
	width: 98%;
	 box-sizing: border-box;
}
.text07 {
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
  font-size: 15px;
}
.content1 {
  width: 1000px;
  margin: 0 auto 100px auto;
  padding: 0;
  text-align: center;
}
.content2 {
  width: 800px;
  margin: 0 auto 50px auto;
  padding: 0;
}
.content3 {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* 画像 */
img.full {
  width: 1000px;
  left: 0;
  right: 0;
}
img.hart {
  width: 300px;
  left: 0;
  right: 0;
}
img.cb {
  width: 600px;
  left: 0;
  right: 0;
}
img.quo {
  width: 500px;
  left: 0;
  right: 0;
}
img.toku {
  width: 300px;
  left: 0;
  right: 0;
}
img.chb3 {
  width: 310px;
  left: 0;
  right: 0;
}
img.banner {
  width: 480px;
  left: 0;
  right: 0;
}
img.entry {
  width: 480px;
  left: 0;
  right: 0;
}
.flex {
  display: flex;
}
/*　バナー
------------------------------------------------------------*/
#linkbanner {
	padding:20px;
  background-image: -moz-linear-gradient(left, #f8edec 0%, #f8edec 50%, #ffffff 50%);
  background-image: -webkit-linear-gradient(left, #f8edec 0%,#f8edec 50%,#ffffff 50%);
  background-image: linear-gradient(to right, #f8edec 0%,#f8edec 50%,#ffffff 50%);
  background-position: 0px 0px;
  background-size: 5px 5px;
  background-repeat: repeat;
}
#linkbanner ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#linkbanner ul li {
  width: 50%;
  margin: 20px 0;
  text-align: center;
}
/*　グリーティング
------------------------------------------------------------*/
#greeting {
	background: url(../img/common/back02.png) repeat left top;
}
#greeting ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#greeting ul li {
  width: 31%;
  margin: 20px 1%;
  text-align: center;
}
/*　ルール
------------------------------------------------------------*/
#rule {
}
ul.chui {
	list-style-type: none;
	margin-left:16px;/* マーカーを1文字寄せた分、ULにマージンを設定*/
	text-align: left;
	margin: 0;
	font-size: 18px;
}
ul.chui li {
	margin-bottom: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}
ul.chui li:before {
	content: '※'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px; /* 1文字分、左に寄せる */
}
ul.chba {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.chba li.chba {
  width: 31%;
  margin: 20px 1%;
  text-align: center;
}
ul.chui2 {
	list-style-type: decimal;
	margin-left:16px;/* マーカーを1文字寄せた分、ULにマージンを設定*/
	text-align: left;
	margin: 30px 0;
	font-size: 18px;
}
ul.chui2 li {
	margin-bottom: 10px;
	padding-right: 10px;
	line-height: 2em;
}
ul.chui2 li:before {
	margin-left:-14px; /* 1文字分、左に寄せる */
}
.hyo1 {
  width: 98%;
  border: none;
  border-spacing: 0;
  line-height: 1.5;
  margin: 0 auto 30px auto;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
}
.hyo1 th {
  border: none;
  border-spacing: 0;
  line-height: 1.5;
  margin: 0 auto 50px auto;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
	font-weight: lighter;
	padding: 0 0 30px 0;
}
.hyo1 td {
  border: none;
  border-spacing: 0;
  line-height: 1.5;
  margin: 0 auto 50px auto;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  color: #000;
	font-weight: lighter;
	padding: 0 5px 30px 5px;
	white-space: nowrap;
}
.jikoku {
  width: 98%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto 30px auto;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.jikoku thead th.name {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #c72286;
  text-align: center;
  color: #fff;
}
.jikoku thead th.aomori {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #c50018;
  text-align: center;
  color: #fff;
}
.jikoku thead th.maebashi {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #208448;
  text-align: center;
  color: #fff;
}
.jikoku thead th.yoka {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #0055b3;
  text-align: center;
  color: #fff;
}
.jikoku thead th {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #009fe6;
  text-align: center;
  color: #fff;
}
.jikoku thead td {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #009fe6;
  text-align: center;
  color: #fff;
}
.jikoku thead th:last-child {
  border-right: 1px solid #ccc;
}
.jikoku tbody th {
  padding: 5px 2px;
  font-weight: lighter;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
  text-align: center;
}
.jikoku tbody tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.jikoku tbody td {
  padding: 5px 2px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.jikoku tbody td.name {
  padding: 5px 2px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fffbd3;
  text-align: center;
}
/*　ツイッター
------------------------------------------------------------*/
#twitter {
	background: url(../img/common/back02.png) repeat left top;
}
#twitter ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#twitter ul li {
  width: 31%;
  margin: 20px 1%;
  text-align: center;
}
.box_tw{
    padding: 10px;
    margin: 0;
    color: #000;
    background: #fbf5ad;
    border-bottom: solid 6px #aeab7d;
    border-radius: 9px;
}
/*　応募
------------------------------------------------------------*/
#oubo {
}
#oubo ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
#oubo ul li {
  width: 31%;
  margin: 20px 1%;
  text-align: center;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	.text01 {
  padding: 5px 20px;
}
  .content1 {
    width: 96%;
  }
  .content2 {
    width: 80%;
  }
  .content3 {
    width: 96%;
  }
img.hart {
  width: 100%;
}
	img.quo {
  width: 100%;
}
	img.full {
  width: 100%;
}
	img.toku {
  width: 90%;
}
	img.banner {
  width: 96%;
}
	img.chb3 {
  width: 100%;
  left: 0;
  right: 0;
}
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
h1, h5 {
  font-size: 30px;
  margin: 10px auto 30px auto;
}
h2, h3, h4 {
  font-size: 18px;
}
  .slider01 .slider-arrow {
    position: absolute;
    top: 65%;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    z-index: 10;
    cursor: pointer;
  }
	#linkbanner ul li {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
	#greeting ul li {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
	#twitter ul li {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
	#oubo ul li {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
	ul.chba li.chba {
   width: 100%;
  margin: 20px 0;
  text-align: center;
}
img.hart {
  width: 300px;
}
	img.toku {
  width: 300px;
}
	img.banner {
  width: 480px;

}
	img.chb3 {
  width: 310px;
  left: 0;
  right: 0;
}
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
h1, h5 {
  font-size: 16px;
	-webkit-box-reflect: below -10px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .4)), to(transparent));
}
  .content2 {
    width: 90%;
  }
	img.cb {
  width: 300px;
}
	img.entry {
  width: 90%;
  left: 0;
  right: 0;
}
	img.banner {
  width: 90%;
  left: 0;
  right: 0;
}
}