@charset "utf-8";
@font-face {
  font-family: "Noto Sans JP"; /* 任意のフォント名 */
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype"); /* フォントファイルのパス */
  font-weight: 400;
  /*font-style: normal;*/
}

/* 太字の場合 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  /*font-style: normal;*/
}
/*独自リセット*/
header .logo {
  width: inherit;
  height: inherit;
}
h1, h2 {
  background-color: inherit;
  color: inherit;
  padding: 0;
}
small{
font-size: 100%;
}
footer {
  position: static;
  padding-top: 0;
  background: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
img {
  width: 100%;
}
body {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #f2f2f2;
}
#bg_wrap {
  position: relative;
  padding-top: 53px;
  margin-top: -53px;
}
#bg_wrap:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/pattern.png");
  background-size: auto;
  z-index: -1;
  clip-path: inset(0);
}
p {
  margin: 0;
}
span.marker{
font-weight: 700;
/*background:linear-gradient(transparent 60%, #e8e8e8 60%);*/
background:linear-gradient(transparent 80%, #ffd800 80%);
}
h1{
font-size: 2.2rem;
font-weight: 700;
text-align: center;
position: relative;
/*display: inline-block;*/
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}
/*h1:before{
content: '';
position: absolute;
left:50%;
bottom: -15px;
display: inline-block;
width: 80px;
height: 3px;
margin-bottom: 15px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #ffd800;
border-radius: 3px;
}*/
h2{
font-size: 1.8rem;
font-weight: 700;
margin-top: 50px;
}
h2:before{
content: '●';
color: #ffd800;
margin-right: 0.5em;
}
h3{
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 0.2em;;
}
h3:before{
content: 'ー';
color: #ffd800;
margin-right: 0.5em;
}
.sp_none {
  display: none;
}
/*FLEX BOX*/
.flex {
  display: flex;
}
/*リンク*/
a:link, a:visited {
  color: #c12828;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
/*[開始]注釈*/
p.caution{
padding-left: 1em;
text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.8;
	margin-bottom: 0.5em;
}
time{
margin: 0;
padding: 0;
}
/*[終了]注釈*/

/*
---------------------------------------------------
*/
/*[開始]ヘッダ*/
header {
  background-color: #FFF;
  width: 100vw;
  height: 52px;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 0 5px;
  position: fixed;
  top: 0;
  z-index: 100;
}
header p {
  align-items: center;
  width: 90%;
  max-width: 960px;
  margin: auto;
}
header img {
    width: auto;
    height: 18px;
}
/*[終了]ヘッダ*/
/*
---------------------------------------------------
*/
/*[開始]フッタ*/
footer {
  background-color: #333;
  color: #FFF;
}
footer div {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
footer div .flex {
  width: 100%;
  max-width: 400px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}
footer div .flex a:nth-of-type(1) {
  flex-grow: 1;
}
footer div .flex a:nth-of-type(2) {
  flex-grow: 1;
}
footer div .flex a:nth-of-type(3) {
  flex-grow: 2;
}
footer div a {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
footer div a:link, footer div a:visited {
  color: #FFF;
  text-decoration: underline;
}
footer div a:hover, footer div a:active {
  text-decoration: none;
}
footer div img {
  width: 40%;
  max-width: 200px;
  display: block!important;
  vertical-align: bottom;
  padding-bottom: 1em;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}
/*[終了]フッタ*/
/*
---------------------------------------------------
*/
/*[開始]コンテンツ幅指定*/
#content_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 90px auto 0;
}
#content{
width: 88.88%;
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
/*[終了]コンテンツ幅指定*/
/*
---------------------------------------------------
*/
/*[開始]注釈*/
p.caution{
padding-left: 1em;
text-indent: -1em;
    font-size: 1.2rem;
    line-height: 1.8;
}
time{
margin: 0;
padding: 0;
}
/*[終了]注釈*/

/*[開始]本文*/
.box{
padding: 37.5px 3.6%;
background-color: #fff;
}
/*[終了]本文*/

/*[開始]表*/
table , td, th {
	/*border: 1px solid #595959;*/
	border-collapse: collapse;

}
/*#schedule .table_wrap{
 overflow-x: auto;
}*/
table{
    font-size: 1.4rem;
	width: 100%;
	border-top: #cccccc solid 3px;
	border-bottom: #cccccc solid 3px;
}
td {
word-break: break-all;
/*word-break: keep-all;*/
overflow-wrap: anywhere;
width: 50%;
border-top: #cccccc solid 1px;
padding: 0.5em 1em;
vertical-align: middle;
}
td:first-child{
background: #e8e8e8;
}
/*[終了]表*/

#comotto h3{
margin-top: 50px;
}
#comotto table{
margin-bottom: 0.2em;
}
#campaign{
margin-top: 50px;
margin-bottom: 50px;
}
#campaign h2{
color: #ff5587;
text-align: center;
}
#campaign h2:before{
content: '';
}
#campaign img, #campaign div p{
width: 100%;
max-width: 640px;
}
#campaign div{
text-align: center;
}
#campaign div p{
text-align: left;
margin-left: auto;
margin-right: auto;
}
#contact p:last-child{
margin-top: 50px;
}
#contact p.list{
padding-left: 1em;
text-indent: -1em;
}
/*スラッシュ吹き出し*/
/*https://ics.media/entry/240425/*/
.fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  /*gap: 10px;*/
  /*padding: 12px 16px;*/
}
.fukidashi::before {
  content: "";
  width: 50px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #db3364;
}
.fukidashi::after {
  content: "";
  width: 50px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #db3364;
}
#campaign h2{
color: #db3364;
font-size: 1.6rem;
}
#campaign .caution{
margin-top: 12.5px;
}