@charset "UTF-8";
.schedule_table {
  border: 2px solid #ffcf74;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.schedule .schedule_text {
  max-width: 730px;
  width: 90% !important;
	text-align: center;
}
.schedule_table .schedule_title {
  background: #ffcf74;
  text-align: center;
	position: absolute;
	max-width: 600px;
	width: 80%;
	left: 10%;
}
.fv .inner {
  width: 90% !important;
  background: rgba(255,255,255,0.75);
  padding-top: 40px;
  padding-bottom: 20px;
}
.schedule_center {
  text-align: center;
  display: block;
  padding: 4rem 0 5rem;
  margin-bottom: -0.5rem
}
.schedule_center p{
	max-width: 620px;
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
.schedule_btn a {
  text-align: center;
  background: #ffcf74;
}
.schedule_btn a:after {
  display: inline-block;
  vertical-align: middle;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1a1a1a;
}
.submenu {
    display: none;
}
.submenu__item h4:first-child {
  text-align: center;
  display: flex;
  align-items: center;
  color:#1a1a1a;
  }
  .submenu__item h4:first-child:before, .submenu__item h4:first-child:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1a1a1a;
}
.submenu__item h4:first-child:before {
    margin-right: 1rem;
}
.submenu__item h4:first-child:after {
    margin-left: 1rem;
}
	
@media screen and (max-width: 400px) {
  /*	body{
		display: none;
	}*/
  .fv {
    margin-bottom: 65vw !important;
  }
  .fv_date {
    font-size: 3.3vw !important;
  }
  .fv_title {
    font-size: 6.9vw !important;
  }
  .fv_text {
    font-size: 3.3vw !important;
  }
  .fv .inner {
    bottom: -91vw !important;
  }
  .fv .arrow {
    bottom: -80% !important;
  }
  .schedule .date {
    font-size: 2vw !important;
  }
  .schedule .schedule_text {
    font-size: 4vw !important;
  }
  .schedule .caution {
    font-size: 3vw !important;
  }
  .schedule_table .schedule_title {
    font-size: 3.5vw !important;
  }
  .schedule_table .schedule_right .schedule_text {
    font-size: 3.1vw !important;
    padding-left: 1em!important;
  }
	.schedule_center{
     font-size: 3.1vw !important;
      line-height: 1.5;	
	}
	
  .flow p {
    font-size: 4vw !important;
  }
}
/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {
  .schedule .date {
    top: -20% !important;
  }
  .schedule_table .schedule_right .date {
    top: 8% !important;
    left: 20%!important;
  }
  .schedule .inside_title:before, .choice .inside_title:before, .flow .inside_title:before {
    height: 25px !important;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 95% !important;
    margin: 0 auto;
  }
  .fv {
    background: url("../img/fv-img-sp.jpg");
    height: 65vw;
    margin-bottom: 60vw;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 16vw;
  }
  .fv_title {
    font-weight: bold;
    font-size: 6.7vw;
    position: relative;
    margin-bottom: 11vw;
    text-align: center;
  }
  .fv .inner {
    position: absolute;
    width: 90%;
    bottom: -80vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .fv_date {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 3.1vw;
  }
  .small_font {
    font-size: 4.7vw;
  }
  .fv_text {
    line-height: 2;
    font-size: 3.1vw;
    width: 95%;
    margin: 0 auto;
  }
  .fv .arrow {
    width: 7%;
    position: absolute;
    bottom: -72%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .inside_title {
    background: #20b485;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    font-size: 3.9vw;
    font-weight: bold;
    margin: 13vw auto 3%;
  }
  .schedule .inside_title:before {
    content: '';
    display: inline-block;
    width: 10%;
    height: 45px;
    background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .choice .inside_title:before {
    content: '';
    display: inline-block;
    width: 10%;
    height: 45px;
    background-image: url(../img/icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .flow .inside_title:before {
    content: '';
    display: inline-block;
    width: 10%;
    height: 45px;
    background-image: url(../img/icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .schedule_date {
    margin: 2vw auto 3vw;
    font-size: 4vw;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
    text-align: center;
  }
  .marker {
    font-size: 4.5vw;
    background: linear-gradient(transparent 60%, #ffdc9b 60%);
  }
  .marker2 {
    font-size: 3vw;
    background: linear-gradient(transparent 60%, #ffdc9b 60%);
  }
  .schedule .date {
    position: absolute;
    top: -20%;
    left: 25%;
    font-size: 1.9vw;
    font-weight: 100;
    letter-spacing: 0;
  }
  .schedule .caution {
    text-align: center;
    color: #20b485;
    font-size: 2.8vw;
    margin-bottom: 1.5vw;
  }
  .schedule_text {
    font-size: 1.9vw;
    width: 90%;
    margin: 0 auto 3vw;
    line-height: 1.5;
  }
  .schedule_table{
    margin: 7vw auto 0;
  }
  .schedule_table .schedule_title {
    margin: 0 auto;
    text-align: center;
    font-size: 2.9vw;
    font-weight: bold;
    padding: 1% 0;
    top: -7%;
  }

  .schedule_table .schedule_right {
    vertical-align: middle;
    padding: 4.5vw 0 0;
    position: relative;
  }
  .schedule_table .schedule_right p {
    font-size: 1.9vw;
  }
  .schedule_table .schedule_right .schedule_date {
    line-height: 0;
    letter-spacing: 0;
    font-size: 5.3vw;
    padding: 0 16%;
    display: block;
    text-align: center;
  }
  .schedule_table .schedule_right .date {
    left: 18%;
    top: 13%;
    font-size: 2.2vw;
  }
  .schedule_table .schedule_right .schedule_text {
    line-height: 1.5;
    margin: 1vw 0 3vw 1%;
    padding-left: 2em;
  }
  .choice li {
    margin: 0 auto 3%;
    list-style: none;
  }
  .choice li:last-child {
    margin-bottom: 0;
  }
  .flow p {
    font-size: 1.9vw;
    line-height: 1.5;
    margin: 1vw auto 3vw;
    text-indent: -1em;
    padding-left: 2em;
  }
  .return {
    padding-top: 9vw;
    padding-bottom: 5vw
  }
  .schedule_center {
     padding: 7vw 0 10vw;
  }
	.schedule_btn a {
    margin: 5vw auto 3%;
    padding: 1rem 0;
    font-size: 3.9vw;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
    width: 100%;
    max-width: 1000px;
    line-height: 1.3;
  }
	
	.menu li{
		list-style: none;
	}
	#item-02 .menu__item__link{
		margin-top:3rem;
	}
	.menu__item__link {
		position: relative;
	    font-size: 3.3vw;
        line-height: 1.5;
        padding: 3% 5%;		
    background: #ffcf74;
    margin-top: 5rem;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
  }
    .menu__item__link:after {
    content: '';
   background: url(../img/check_black02.svg);
    background-repeat: no-repeat;
    display: block;
    line-height: 60px;
    position: absolute;
     right: 3%;
    text-align: center;
    top: 40%;
    width: 3.9vw;
    height: 3.9vw;
    background-size: contain;
    vertical-align: middle;
	}
	.menu__item__link.on:after {
    background: url(../img/check_black01.svg);
    background-repeat: no-repeat;
}
	.submenu {
    padding: 3rem 0;
}
  .submenu__item {
    display: block !important;
    text-align: left !important;
	      font-size: 2.6vw;
	  max-width: 780px;
    margin: 0 auto;
}
  .submenu__item ul {
    margin-bottom: 2rem;
  }
  .submenu__item li {
    text-indent: -3.5em;
    padding-left: 3.5em;
    list-style: none;
  }
  .submenu__item p {
    margin-bottom: 2rem;
  }
  .submenu__item h4 {
    color: #20b485;
    font-weight: bold;
  }
	.submenu__item h4:first-child {
    font-size: 4vw;
	margin: 3rem 0 2rem;	
	}
  .submenu {
    background: #fff;
  }
}
/*横幅1081px以上からのcss*/
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .fv {
    background: url("../img/fv-img-pc.jpg");
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 7.8vw;
  }
  .fv .inner {
    position: absolute;
    text-align: center;
    width: 700px;
    bottom: -7vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fv_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 4rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .fv_date {
    position: absolute;
    top: -25%;
    left: 5%;
    font-size: 1.8rem;
  }
  .fv_text {
    line-height: 2;
    font-size: 1.4rem;
  }
  .small_font {
    font-size: 3.5rem;
  }
  .fv .arrow {
    width: 2%;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .inside_title {
    background: #20b485;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 12rem;
    margin-bottom: 4rem;
  }
  .schedule .inside_title:before {
    content: '';
    display: inline-block;
    width: 5%;
    height: 34px;
    background-image: url(../img/icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .choice .inside_title:before {
    content: '';
    display: inline-block;
    width: 6%;
    height: 34px;
    background-image: url(../img/icon02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .flow .inside_title:before {
    content: '';
    display: inline-block;
    width: 5%;
    height: 34px;
    background-image: url(../img/icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .schedule_date {
    max-width: 650px;
    margin: 0 auto;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.1em;
	 margin-bottom: 2rem; 
  }
  .marker {
    font-size: 3rem;
    background: linear-gradient(transparent 60%, #ffdc9b 60%);
  }
  .marker2 {
    font-size: 2rem;
    background: linear-gradient(transparent 60%, #ffdc9b 60%);
  }
  .schedule .date {
    position: absolute;
    top: -20%;
    left: 25%;
    font-size: 1.3rem;
    font-weight: 100;
    letter-spacing: 0;
  }
  .schedule_table {
    border: 2px solid #ffcf74;
    position: relative;
    margin-top: 5rem;
  }
  .schedule .caution {
    text-align: center;
    line-height: 2.5;
    color: #20b485;
    font-size: 1.8rem;
  }
  .schedule .schedule_text {
    font-size: 1rem;
    margin: 1rem auto 1.5rem;
  }
  .schedule_table .schedule_title {
    font-size: 1.3rem;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    top: -2.5rem;
  }
  .schedule_table .schedule_right {
    display: inline-block;
    vertical-align: middle;
    padding: 4rem 0 2rem;
    max-width: 518px;
    width: 65%;
  }
  .schedule_table .schedule_right p {
    margin: 0 15%;
    font-size: 1rem;
  }
  .schedule_table .schedule_right .schedule_date {
    line-height: 0;
    letter-spacing: 0;
    font-size: 2.3rem;
    display: block;
    text-align: center;
  }
  .schedule_table .schedule_right .date {
    left: 49%;
    top: 5%;
    font-size: 1.1rem;
  }
  .choice ul {
    display: -webkit-box; /* old Android */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .choice li {
    width: 320px;
    list-style: none;
  }
  .flow img {
    width: 600px;
    margin: 0 auto;
  }
  .flow .inner p {
    width: 550px;
    margin: 2rem auto 0;
    text-indent: -1em;
    padding-left: 2em;
  }
  .schedule_btn a {
    margin-top: 5rem;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
    width: 100%;
    max-width: 1000px;
  }
  .schedule_btn a:after {
    margin-left: 1rem;
    display: inline-block;
    vertical-align: middle;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #1a1a1a;
  }
	.menu li{
		list-style: none;
	}
	.menu__item__link {
		position: relative;
    text-align: center;
    background: #ffcf74;
    height: 30px;
    margin-top: 5rem;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    display: block;
    width: 100%;
    max-width: 1000px;
  }
    .menu__item__link:after {
    content: '';
   background: url(../img/check_black02.svg);
    background-repeat: no-repeat;
    display: block;
    line-height: 60px;
    position: absolute;
    right: 3%;
    text-align: center;
    top: 2rem;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
	}
	.menu__item__link.on:after {
    background: url(../img/check_black01.svg);
    background-repeat: no-repeat;
}
	.submenu {
    padding: 3rem 0;
}
  .submenu__item {
    display: block !important;
    text-align: left !important;
	  font-size: 16px;
	  max-width: 780px;
    margin: 0 auto;
}
  .submenu__item ul {
    margin-bottom: 2rem;
  }
  .submenu__item li {
    text-indent: -3.5em;
    padding-left: 3.5em;
    list-style: none;
  }
  .submenu__item p {
    margin-bottom: 2rem;
  }
  .submenu__item h4 {
    color: #20b485;
    font-weight: bold;
  }
	.submenu__item h4:first-child {
    font-size: 2.7rem;
    margin: 3rem 0;
	}

	
	
  .submenu {
    background: #fff;
  }
	
}
@media screen and (min-width: 1024px) {
  .fv .inner {
    bottom: -6vw;
    left: 50%;
    width: 900px;
  }
  .fv {
    margin-top: 6vw;
  }
  .fv_title {
    font-size: 5.2rem;
    margin-bottom: 1rem;
  }
  .fv_date {
    font-size: 2rem;
    left: 10%;
  }
  .fv_text {
    font-size: 1.8rem;
  }
  .schedule_table .schedule_right {
    width: 100%;
  }
  .schedule_table .schedule_right .schedule_date {
    font-size: 2.7rem;
  }
  .schedule_table .schedule_right p {
    margin: 0 16%;
  }
}
@media screen and (min-width: 1200px) {
  .fv .inner {
    bottom: -5rem;
  }
  .fv {
    margin-top: 4%;
  }
}
/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}
a {
  text-decoration: none;
}
::selection {
  background: #FF0082;
}
::-moz-selection {
  background: #FF0082;
}
a {
  cursor: pointer;
}
.footer a {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1921px) {
	.fv{
		height: 870px;
		margin-top: 8rem;
	}
	.fv .inner{
		bottom: -6rem;
	}
}