@charset "utf-8";
/* スマホ用のCSSはメディアクエリの外に記述する */
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body > .box {
  height: auto;
}
.box {
  height: 100%;
  min-height: 100%;
}
body {
  font-size: 18px;
}

/* -------------------------------------------- Header */
.header-box {
  height: 80px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:rgba(0,22,38,0.7);
  z-index: 100;
  display: flex;
  justify-content: space-between;
}



@media screen and (max-width: 767px){
	.psBanner {
		width:80%;
	}
	.c-btn1__txt::after{right: 10px;}
}



header nav.pc-menu {
  width: 90%;
	margin: 0 auto;
}

header nav.pc-menu ul {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav.pc-menu ul li {
  width: 33%;
}
header nav.pc-menu ul li:last-child{
	border-right: solid 1px #223e52;
}
header nav.pc-menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
	transition:.5s;
	color:#d7e1e8;
	font-weight:bold;
	position:relative;
	border-left:solid 1px #223e52;
	height:70px;
	padding-top:25px;
}

header nav.pc-menu ul li a::after{
	position:absolute;
	left:0;
	top:0;
	content:'';
	width:100%;
	height:70px;
	background:#c42323;
	opacity: 0.3;
	transform:scale(0,1);
	transform-origin:left top;
	transition:transform 0.3s;
}

header nav.pc-menu ul li a:hover::after {
	transform:scale(1,1);
}



.sm {
  display: none;
}



/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media screen and (max-width: 767px){
  header nav.pc-menu {
    display: none;
  }


  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
	  z-index:2000;
  }

  #hamburger .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #eeeeee;
    border-radius: 8px;
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }

  .sm {
      top: 60px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color: rgba(34, 49, 52, 0.7);
  }
  .sm ul {
	  width:100%;
	  display:flex;
    flex-direction: column;
  }
	.sm ul li {
		width:100%;
		text-align: center; 
		 border-top: solid 0.5px rgba(255, 255, 255, 0.2);
		padding-top:30px;
		padding-bottom:30px;
	}

  .sm ul a {    
	  color:#ffffff;   
  }
}



h1 {
  margin: 0;
}


.csWrapper {
  height: 100%;
  min-height: 100%;
}

div#corp_box{
    background:#DDF5EC; padding: 1.3em 1em;
    margin: 1.5em 0 0.5em;
}
section#cs p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 30%
}
p.closing{font-size: 0.8em;margin:0.4em 0 0.8em;text-align: center;}

.c-table2{
    border: 1px solid #dbdbdb;background-color: #fff;}
.c-table2 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}

.c-table2 dt {
  width: 200px;
  background-color: #ececec;
  border-right: 1px solid #dbdbdb;
  font-size: 1.1rem;
  color: #363636;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 30px;
  line-height: 1.8;
  text-align: left;
}
.c-table2 dd {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
}
.c-table2 dd {
    width: calc(100% - 200px);
    padding: 27px 30px 25px;
    position: relative;
}
div#entry {
  margin: 3% auto 1%;
    font-size: 1rem;
    line-height: 1.75;
    background: #3E7042;
    text-align: center;
    padding: 1em 2em;
    width: 40%;
    border-radius: 0.5rem;
}
a div#entry{color: #fff;
font-weight: 600;}
@media screen and (max-width:768px) {
  section#cs p {
    width: 80%;
  }
}

nav.btn_box ul, nav.btn_box_under ul, nav.btn_box_sp ul{
	text-align: center;
}
p#tex_red{color: #d84620;}
.btn_box p, .btn_box_sp p{text-align: center;font-family: source-han-serif-japanese, serif;}

@media screen and (min-width:768px) {
	/* ＝＝＝＝両日日程掲載 25.1.13＝＝＝＝*/
	nav.btn_box ul,nav.btn_box_under ul {display: flex;} 
	
	nav.btn_box li:first-child,nav.btn_box_under li:first-child {margin-right: 20px;}
	nav.btn_box {width: 600px;}
	nav.btn_box_under {width: 700px;}
	section#mv {
  background: url("../i/2026img_mv.jpg") no-repeat center center;
		background-size: cover;
		padding: 28em 0 0;
}
	nav.btn_box_under li{width: 100%;max-width: 400px;}
	nav.btn_box, nav.btn_box_under{
  margin: 0 auto;
  padding: 0 0 2em;
}
	nav.btn_box li{
  list-style: none;
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.5em;
  width: 290px;
}
nav.btn_box_under li {
  list-style: none;
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.5em;
	width: 340px;
}
	/*　＝＝＝＝両日日程掲載 25.1.13＝＝＝＝*/
	nav.btn_box li:first-child, nav.btn_box_under li:first-child{margin-bottom: 15px;} 
	/*　＝＝＝＝1日日程掲載 25.1.13＝＝＝＝
	nav.btn_box li:first-child, nav.btn_box_under li:first-child{margin:0 auto;}*/
}
div.down span{color: #000;}
@media screen and (max-width:767px) {
	nav.btn_box li, nav.btn_box_under li, nav.btn_box_sp li{margin: 0 auto;max-width: 85%;}
	nav.btn_box li:first-child, nav.btn_box_under li:first-child, nav.btn_box_sp li:first-child{margin-bottom: 10px;}
	div.item dd.sub,div.item dt{text-align: center;}
	.flex{padding: 2em 1em;} .mt5p{margin-bottom: 1em;}
	section#mv {
		background: url("../i/2026img_mv_sp.jpg") no-repeat center center;
		background-size: cover;
		height: 0;
        width: 100%;
        padding-top: 125%;
}
	nav.btn_box{
  margin: 0 auto;
  padding: 27.5em 0 0;
}
	nav.btn_box_sp{
		margin: 1em auto 0;
	}
	
	nav.btn_box_under{
  margin: 0 auto;
  padding: 0 0 2em;
}
	nav.btn_box li, nav.btn_box_under li, nav.btn_box_sp li{
  list-style: none;
  position: relative;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  line-height: 1em;
  font-size: 1em;
}
}

nav.btn_box li div.up, nav.btn_box_sp li div.up{
  background:#89c122;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-top: solid 2px #89c122;
  border-right: solid 2px #89c122;
  border-left: solid 2px #89c122;
}
nav.btn_box li div.down, nav.btn_box_sp li div.down{
  background: #fff;
  color: #89c122;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 2px #89c122;
  border-right: solid 2px #89c122;
  border-left: solid 2px #89c122;
}
nav.btn_box li div.cl_up, nav.btn_box_sp li div.cl_up{
  background:#707070;
  color: #fff;
	padding: 0.6em 1em 0.2em;
  border-radius: 10px 10px 0 0;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  border-left: solid 2px #707070;
}
nav.btn_box li div.cl_down, nav.btn_box_sp li div.cl_down{
  background: #fff;
  color: #707070;
	padding: 0.4em 1em;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  border-left: solid 2px #707070;
}
nav.btn_box_under li div.up {
  background-image: linear-gradient(180deg, rgba(216, 70, 32, 1), rgba(193, 38, 16, 1));
  color: #fff;
  padding: 0.6em 1em 0.4em;
  border-radius: 10px 10px 0 0;
  border-top: solid 2px #d84620;
  border-right: solid 2px #d84620;
  border-left: solid 2px #d84620;
}
nav.btn_box_under li div.cl_up {
  background:#707070;
  color: #fff;
  padding: 0.6em 1em 0.2em;
  border-radius: 10px 10px 0 0;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  border-left: solid 2px #707070;
}
nav.btn_box_under li div.down {
  background: #fff;
  color: #d84620;
  padding: 0.4em 1em;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 2px #d84620;
  border-right: solid 2px #d84620;
  border-left: solid 2px #d84620;
}
nav.btn_box_under li div.cl_down {
  background: #fff;
  color: #707070;
  padding: 0.4em 1em;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  border-left: solid 2px #707070;
}
nav.btn_box_under li span,nav.btn_box li span {
  font-size: 0.7em;
}

/* 申込開始時に追加
nav.btn_box li div.down::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #89c122;
  border-right: 2px solid #89c122;
  position: absolute;
  top: 75%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
nav.btn_box_under li div.down::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #d84620;
  border-right: 2px solid #d84620;
  position: absolute;
  top: 75%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
 */


btn_box p{font-size: 0.8em; text-align: center; margin-bottom: 1.5em;}
#main_box{
	background: url("../i/2025_bg.png");
}
h2 {
  color: #c42323;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
	text-align: center;
}
/*　申込開始前用の文言　*/
div.precautions{font-weight: 600;text-align: justify;line-height: 1.6em;margin: 1em auto 0;color: #C00003;width: 90%;max-width: 900px;}
div.precautions ul li{text-align: left;text-indent: -1em;padding-left: 1em;}
p.entry{font-weight: 600;font-size: 1.3em;color: #c42323;}

@media screen and (min-width:768px) {h2 {font-size: 2.0em;line-height: 1em;}
	nav.btn_box li div.up{padding: 0.6em 1em 0.2em;}
	nav.btn_box li div.down {  padding: 0.4em 1em;}
	section#howto { padding: 0 6em 5em;}
	h2 {margin: 0 0 40px;}
	section#catch {padding: 2em;}
	.btn_box p{color: #fff;}
	.btn_box_under ul li a,.btn_box ul li a {display: contents;}
}
@media screen and (max-width:767px) {h2 {font-size: 1.8em;line-height: 1.4em;}section#sOffer{margin-bottom: 80px;}
	nav.btn_box li div.up, nav.btn_box_sp li div.up {padding: 0.6em 1em 0.6em;}
	nav.btn_box li div.down, nav.btn_box_sp li div.down { padding: 0.8em 1em;}
		section#howto p.border img {  max-width: 100%;}
	section#howto { padding: 0 0 40px;}
	h2 {margin: 0 0 20px;}
	section#catch {padding: 1em 2em 2em;}
	.btn_box p, .btn_box_sp p {color: #d12b2b;font-size: 0.9em;margin-top: 0.5em;}
}
.btn_box_under p{color: #d12b2b;font-size: 0.9em;margin-top: 0.5em;text-align: center;}
.mt5p {
  padding-top: 5%;
}
section#catch {
	font-family: "hiragino-mincho-pron", sans-serif;
font-weight: 300;
font-style: normal;
  line-height: 2em;
  text-align: center;
	margin: 0 auto;
}
section#catch p {
  padding: 1em 0;
  line-height: 1.8em;
  font-size: 0.9em;
}

section#catch p img {
  max-width: 600px;
}
section#intro {
  display: block;
  position: relative;
  width: 600px;
  height: 0;
  margin: 40px auto 20px auto;
  padding-top: 440px;
}
section#intro iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 420px;
}
@media screen and (max-width:768px) {
  section#intro {
    width: 100%;
    padding-top: 300px;
  }
  section#intro iframe {
    width: 100%;
    height: 280px;
  }
	section#howto p.border img {
  max-width: 550px;
}
}
.flex {
  background:rgb(255,255,255,0.7);
}
.flex img {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.btn, .btn_corp{
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.06em;
  border-radius: 0.5rem;
  width: 100%;
}
.btn--orange, a.btn--orange {
  color: #093d6e;
  background-color: #ffffff;
  border: 2px solid #093d6e;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  background: #093d6e;
}
.btn--red, a.btn--red {
  color: #fff;
  background-color: #7d0000;
}
.btn--red:hover, a.btn--red:hover {
  color: #fff;
  background: #973333;
}
.btn--green, a.btn--green {
  color: #fff;
  background-color: #3E7042;
}
.btn--green:hover, a.btn--green:hover {
  color: #fff;
  background:#608f64;
}
.btn--gray {
  color: #fff;
  background-color: #898989;
}
p#corptitle{color: #3E7042;
font-size: 1.5em;
font-weight: 600;
text-align: center;}
section#howto {
  font-family: source-han-serif-japanese, serif;
  line-height: 2em;
  text-align: center;
  margin-bottom: 1em;
}
section#howto p {
  line-height: 1.8em;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
}
section#howto p.border img {
	background: #fff;
	padding: 1em;
}
section#howto a {
  margin: 20px auto 0 auto;
  display: block;
  width: 60%;
}
section#howto a:hover {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
section#last_box p#small {
  font-size: 0.8em;
  line-height: 1.6em;
  margin: 2% 0;
}
@media screen and (max-width:768px) {
  section#howto p {
    flex-direction: column;
  }
	section#sOffer {
  font-family: source-han-serif-japanese, serif;
  padding: 0 5% 5em;
  text-align: center;
  margin-bottom: 1em;
}
	
}

section#sOffer p.closing{margin-bottom: 20px;}
section#sOffer p.border{margin-bottom: 80px;}
section#sOffer p {
    line-height: 1.8em;
    font-size: 0.9em;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
section#sOffer p img {
  max-width: 800px;
	width: 100%;
}

section#sOfferSp p {
  padding: 0 0 1.5em;
  line-height: 1.8em;
  font-size: 0.9em;
}
section#sOfferSp p img {
  max-width: 1200px;
}
@media screen and (max-width: 767px){
.c-table1 dl, .c-table2 dl {
    display: block;
}
.c-table1 dt, .c-table2 dt {
    font-size: 1rem;
    width: 100%;
    border-right: none;
    display: block;
    padding: 10px;
    text-align: left;
}
    .c-table2 dd {
    display: block;
}
    .c-table1 dd, .c-table2 dd {
    width: 100%;
    padding: 10px;
    text-align: left;
}
}
@media screen and (min-width:769px) {
  section#sOfferSp {
    display: none;
  }
	.sp_only{display: none;}
}
@media screen and (max-width:768px) {
  section#sOffer {
    display: none;
  }
    img{width: 100%;}
	.pc_only{display: none;}
}
section#last_box ul li {
  font-size: 1rem;
      text-indent: -5em;
    padding-left: 5em;
}
.blackBelt {
  text-decoration: none;
  font-size: 0.6em;
  text-align: center;
  background: #000000;
  padding: 2px 10px;
  color: #ffffff;
}
footer {
  position: relative;
  background: #222;
  font-family: aileron, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-align: center;
}
footer ul li {
  border-top: 1px solid #555555;
  padding: 1.2em 0;
}
footer ul li:last-child {
  border-bottom: 1px solid #555555;
}
footer ul a {
  display: block;
  padding: 0 10px;
  color: #ccc;
  text-align: center;
}
footer p {
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

section#last_box {
  margin: 0 auto ;
	padding-bottom: 40px;
  width: 90%;
}

section#last_box dd#fee {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}
section#last_box dd.text {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 0.6em 0 0em;
}

ul.day-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.day-box_corp {
  justify-content: space-between;
  flex-wrap: wrap;
}
section#last_box ul li section#last_box ul::after {
  content: ' ';
  display: block;
  clear: both;
}

div.item{
	font-family: source-han-serif-japanese, serif;
}
div.item dl {
  line-height: 1.8em;
}
div.item dt {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2.1em;
}
div.item dd.sub {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 600;
}
div.item dd.profile_box {
  font-size: 0.8em;
  line-height: 1.9em;
  font-weight: 100;
}
span#red_s {
  color: #E81013;
  font-weight: 600;
}
span#red_s a {
  text-decoration-line: underline;
}
video {
  max-width: 100%; /* はみ出ないように */
}
section#last_box dd#img {
  max-width: 550px;
  margin: 2% auto 0;
}
@media screen and (min-width:560px) {
  h1 {
    margin: 0 auto;
  }
  .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .item + .item {
    line-height: 1.4em;
    margin-left: 3%;
  }
  .item img {
    width: inherit;
  }
  .btn {
    width: 49%;
    margin: 2% auto 0;
  }
.btn_corp {
    width: 90%;
    margin: 2% auto 0;
  } 
  section#last_box dd.text {
    text-align: center;
  }
  section#last_box p#small {
    font-size: 0.8em;
    text-align: center;
    margin: 2% 0;
  }
  div.item dl {
    margin-bottom: 0;
  }
  .mt5p {
    padding-top: 3%;
  }
}
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
  h1 {
    max-width: 950px;
  }
  section#catch {
    margin: 0 auto;
	padding: 2em 0 80px;
    max-width: 853px;
  }
  section#last_box {
    max-width: 1020px;
  }
  .flex {
    max-width: 800px;
        width: 100%;
        margin: 0 auto 1%;
        padding: 40px 30px;
  }

  .btn {
    width: 49%;
    margin: 2% auto 0;
  }
    .btn_corp {
    width: 100%;
    margin: 2% auto 0;
  }
  footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  footer ul li {
    border-top: none;
    padding: 0;
  }
  footer ul li:last-child {
    border-bottom: none;
  }
  footer ul a:hover {
    color: #ca353b;
  }
  footer p {
    padding: 0 0 20px;
  }
}