@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

/*共通*/
.present_wrap {
  overflow: hidden;
  position: relative;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #353535;
  background-color: #FFFCE8;
  background-image: url(../img/bg.png);
  background-size: 100%;
	background-position: top center;
  background-repeat: repeat-y;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  body {
    background-size: contain;
  }
}

body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body * {
  box-sizing: border-box;
}

body a {
  text-decoration: none;
  transition: 0.3s;
}

body img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

body p {
  line-height: 1.4;
}

.trip__bg {
  background: #C93941;
}

.trip__txt p {
  color: #C93941;
}

.trip__btn a {
  background: #C93941;
}

.trip__btn p {
  background: #C93941;
}

.trip-border {
  border: 5px solid #C93941;
}

.ippin__bg {
  background: #E78139;
}

.ippin__txt p {
  color: #E78139;
}

.ippin__btn a {
  background: #E78139;
}

.ippin__btn p {
  background: #E78139;
}

.ippin-border {
  border: 5px solid #E78139;
}

.kaden__bg {
  background: #4FA9B8;
}

.kaden__txt p {
  color: #4FA9B8;
}

.kaden__btn a {
  background: #4FA9B8;
}

.kaden__btn p {
  background: #4FA9B8;
}

.kaden-border {
  border: 5px solid #4FA9B8;
}

.ouchi__bg {
  background: #70A157;
}

.ouchi__txt p {
  color: #70A157;
}

.ouchi__btn a {
  background: #70A157;
}

.ouchi__btn p {
  background: #70A157;
}

.ouchi-border {
  border: 5px solid #70A157;
}

.kansen__bg {
  background: #7B6299;
}

.kansen__txt p {
  color:#7B6299;
}

.kansen__btn a {
  background: #7B6299;
}

.kansen__btn p {
  background: #7B6299;
}

.kansen-border {
  border: 5px solid #7B6299;
}

.carp__bg {
  background: #E60019;
}
.carp__bg_ttl {
  background: #E60019;
  padding: 60px 0;
}
.carp__txt p {
  color: #E60019;
}

.carp__btn a {
  background: #E60019;
}

.carp__btn p {
  background: #E60019;
}

.carp-border {
  border: 5px solid #E60019;
}

.youme__bg {
  background: #C83183;
}

.youme__txt p {
  color: #C83183;
}

.youme__btn a {
  background: #C83183;
}

.youme__btn p {
  background: #C83183;
}

.youme-border {
  border: 5px solid #C83183;
}

.toppage__btn a {
  background: #E084AB;
}

/* -------------------------------------
        FV(fv.html)
------------------------------------- */

.kaiin_gentei {
  padding: 10px 0;
  background-color:#6C3A2D;
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .kaiin_gentei {
    font-size: 1.2em;
  }
}

.fv {
  text-align: center;
  padding: 40px 0;
	    background-image: url("../img/fv-bk.png");
background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 850px){
	.fv{
		 background-image: url("../img/fv-bk_sp.png");
		
	}
}

.fv .logo {
  position: absolute;
  width: 70px;
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 5px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .fv .logo {
    width: 60px;
    top: 58px;
  }
	
	.fv{
		background-position: center top;
	}
}

.fv__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 100%;
    max-width: 550px;
    padding: 20px 0;
  }
}

.fv__ttl picture {
  position: relative;
  z-index: 1;
}

.kikan {
  background: #F3E6BE;
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

@media screen and (max-width: 850px) {
  .kikan {
    padding-bottom: 4px;
    background:#F3E6BE;
    display: block;
  }
}

.kikan p {
  font-weight: 600;
  color: #956134;
}

.kikan__main {
  display: flex;
}

@media screen and (max-width: 850px) {
  .kikan__main {
    max-width: 330px;
    margin: 0 auto;
    align-items: center;
  }
}

.kikan__item {
  margin: 0 12px;
}

@media screen and (max-width: 850px) {
  .kikan__item {
    width: 98%;
    margin: 12px auto;
    margin-top: 0;
  }
}

.kikan__item-about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  margin-right: 8px;
  background: #956134;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .kikan__item-about {
    width: 37%;
    padding: 10px 0;
    border-radius: 4px;
    margin-right: 4px;
  }
}

.kikan__item-about p {
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 850px) {
  .kikan__item-about p {
    font-size: 0.8em;
  }
	.kikan__item-about{
		        width: 27%;
	}
}

.kikan__item-day p {
  display: flex;
  align-items: center;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 940px) {
	.kikan__item-day p{
		font-size: 2em;
	}
	
}
@media screen and (max-width: 850px) {
  .kikan__item-day p {
    font-size: 1.6em;
    letter-spacing: -1px;
  }
}

.kikan__item-day p span.year {
  margin-right: 4px;
  font-size: 0.6em;
}

@media screen and (max-width: 850px) {
  .kikan__item-day p span.year {
    margin-right: 2px;
  }
}

.kikan__item-day p span.youbi {
  margin: 0 8px 0 4px;
  padding: 2px 4px;
  background: #956134;
  color: #fff;
  font-size: 0.7em;
}

@media screen and (max-width: 850px) {
  .kikan__item-day p span.youbi {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 0.6em;
  }
}

.kikan__item-day p span.kara {
  margin-right: 8px;
  font-size: 0.4em;
}

@media screen and (max-width: 850px) {
  .kikan__item-day p span.kara {
    margin-right: 2px;
  }
}

.kikan__item-day p span.end {
  font-size: 0.8em;
}

.kikan__item-notice {
  width: 100%;
}

.kikan__item-notice p {
  font-size: 0.9em;
}

@media screen and (max-width: 850px) {
  .kikan__item-notice p {
    font-size: 0.8em;
  }
}


@media screen and (max-width: 940px){
	.kikan__item-day p span.youbi{
		font-size: 0.5em;
	}

}



/* -------------------------------------
        メイン
------------------------------------- */
.con {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .con {
    padding-top: 0;
  }
}

.kyusyu_intro {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .kyusyu_intro {
    display: block;
  }
}

.kyusyu_logo {
  max-width: 180px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .kyusyu_logo {
    margin: auto;
    width: 130px;
  }
}

.kyusyu_ttl {
  width: 60%;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .kyusyu_ttl {
    width: 100%;
    margin: 20px auto 0;
  }
}

.con__intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .con__intro {
    margin-bottom: 60px;
    padding: 40px 0;
    background-color: #FBFBE8;
  }
}

.con__ttl {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  padding: 8px 0;
  border-radius: 20px 20px 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .con__ttl {
    border-radius: 20px 20px 0 20px;
  }
}

.con__ttl p {
  color: #fff;
  font-size: 2em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .con__ttl p {
    font-size: 1.6em;
  }
}

.con__ttl p.small {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .con__ttl p.small {
    font-size: 1em;
  }
}

.con__subttl {
  margin: 32px auto 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .con__subttl {
    margin: 24px auto 20px;
  }
}

.con__subttl p {
  font-size: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .con__subttl p {
    font-size: 1.4em;
  }
}

.con__subttl p span.goukei {
  padding: 4px 8px;
  margin-left: 8px;
  background: #AD8636;
  background-size: cover;
  color: #fff;
}

.con__ttlnotice {
  width: 95%;
  margin: 0 auto;
  max-width: 750px;
  margin-top: 20px;
}

.con__ttlnotice-img-txt {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.con__ttlnotice-img-txt img {
  width: 60px;
  margin-right: 4px;
  float: left;
}

@media screen and (max-width: 767px) {
  .con__ttlnotice p {
    font-size: 0.8em;
    line-height: 1.6;
  }
}

.con__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 80px;
}

.con__list2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .con__list2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.item {
  position: relative;
/*  background: #fff;*/
  margin: 0 12px 80px;
  display: flex;
  flex-direction: column;	
}

.item p {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", sans-serif;
}

.item--w30 {
  width: 30%;
  min-width: 340px;
	    box-shadow: 3px 4px 3px 0px rgba(173, 134, 33, 0.68);
}

@media screen and (max-width: 767px) {
  .item--w30 {
    min-width: auto;
  }
}

.item--w45 {
  width: 45%;
  max-width: 480px;
  min-width: 420px;
	box-shadow: 3px 4px 3px 0px rgba(173, 134, 33, 0.68);
}

@media screen and (max-width: 767px) {
  .item--w45 {
    min-width: auto;
  }
}

.item--w50 {
  width: 46%;
	    box-shadow: 3px 4px 3px 0px rgba(173, 134, 33, 0.68);
}

.item--top {
  background: #fff;
  border-radius: 40px 40px 0 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 6px #B4B4B4;
}

@media screen and (max-width: 767px) {
  .item--top {
    margin-bottom: 40px;
    border-width: 3px;
    border-radius: 20px 20px 0 20px;
  }
}

.item--top>a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.item--top a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}

.item__img {
  background: #fff;
  padding-top: 16px;
}

.item__txtarea {
  padding: 12px;
  background: #fff;

  flex: 1;
  display: flex;
  flex-direction: column;	
}

.sports {
  padding: 6px 12px;
}

.item__star {
  position: absolute;
  width: 110px;
  left: 0;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .item__star {
    width: 180px;
    height: 180px;
    transform: scale(0.5);
    left: -50px;
    top: -90px;
  }
}

.item__about {
  display: flex;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #707070;
}

.about_inner {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #B7B7B7;
}

.item__about--noline {
  border-bottom: none;
}

.item__about .item__ttlarea {
  width: calc(100% - 44px);
}

.item__about2 {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #707070;
}

.item__about2 .item__ttlarea {
  width: 100%;
}

.item__no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 4px;
}

.item__no p {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}

.item__ttl p {
  font-size: 1.1em;
  font-weight: bold;
}

.item__ttl p.small {
  font-size: 0.9em;
  line-height: 1.3;
}

.item__ttl p.small--btm {
  margin-top: 8px;
}

.item__txt {
  margin-top: 4px;
}

.item__txt p {
  font-size: 0.9em;
}

.item__detail p {
  font-size: 0.9em;
}

.top .con p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.top__course {
  position: relative;
  border-radius: 32px 32px 0 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .top__course {
    border-radius: 12px 12px 0 0;
  }
}

.top__course p {
  color: #fff;
}

.top__ttl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__ttl {
    padding-top: 60px;
  }
}

.top__ttl p {
  position: relative;
  display: inline-block;
  color: #956134;
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 1.6;
  background: #FFFCE8;
}

@media screen and (max-width: 767px) {
  .top__ttl p {
    font-size: 1.2em;
    background: none;
  }
}

.top__ttl p span {
  background: linear-gradient(transparent 70%, #FFDD5C 70%);
}

.top__ttl p::before,
.top__ttl p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  background: #956134;
  bottom: 0;
}

@media screen and (max-width: 767px) {

  .top__ttl p::before,
  .top__ttl p::after {
    height: 60%;
  }
}

.top__ttl p::before {
  left: -8%;
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .top__ttl p::before {
    left: -5%;
    transform: rotate(-20deg);
  }
}

.top__ttl p::after {
  right: -8%;
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .top__ttl p::after {
    right: -5%;
    transform: rotate(20deg);
  }
}

.top__ex {
  position: absolute;
  display: inline-block;
  padding: 4px 12px;
  background: #E8404D;
  border-radius: 0 20px 20px 0;
  text-align: center;
  top: -30px;
}

.top__ex p {
  position: relative;
  display: inline-block;
  color: #fff;
}

.top__eximg {
  position: relative;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}

.top__ttlarea {
  text-align: center;
}

.top__ttlarea-sub p {
  font-size: 1.3em;
}

@media screen and (max-width: 1024px) {
  .top__ttlarea-sub p {
    font-size: 1em;
  }
}

.top__ttlarea-main p {
  font-size: 2em;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .top__ttlarea-main p {
    font-size: 1.8em;
  }
}

.top__goukei {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}

.top__goukei p {
  font-size: 1.6em;
  line-height: 1.2;
}

.top__goukei p span {
  margin-right: 8px;
  font-size: 0.8em;
}

.top__btn {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: auto;
}

.top__btn::before {
  content: "";
  position: absolute;
  border: 14px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top__btn::before {
    border: 10px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    right: 3px;
    bottom: 3px;
  }
}

.top__btn p {
  position: relative;
  display: block;
  padding: 12px 0;
  border-radius: 0 0 0 32px;
  color: #fff;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .top__btn p {
    font-size: 1em;
    border-radius: 0 0 0 12px;
  }
}

.entry {
  background: #EBCA88;
  padding: 40px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.entry__main {
  background: #fff;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 2% 4%;
}

.entry__mainttl p {
  color: #E60019;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
}

.entry__ttl {
  padding-top: 2em;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #E60019;
}

.entry__ttl p {
  color: #E60019;
  font-weight: 600;
}

.entry__box {
  background-color: #fffbc7;
  padding: 1em;
  margin: 8px 0;
}

.entry__notice {
  margin: 8px 0;
}

.entry__notice p {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}

.menu {
  background: #F6E8F1;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .menu {
    padding: 0;
  }
}

.menu--sp {
  position: absolute;
}

.menu__ttl {
  text-align: center;
  margin-bottom: 20px;
}

.menu__ttl p {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 500;
  color: #9B4E04;
  cursor: pointer;
}

.menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  max-width: 990px;
}

@media screen and (max-width: 767px) {
  .menu__list {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 50px;
    padding: 12px 0;
    background: #FBFBE8;
    z-index: 999;
  }
}

.menu__list.is-active {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .menu__list.is-active {
    justify-content: center;
  }
}

.menu__link {
  width: 23%;
  margin: 12px 10px;
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .menu__link {
    width: 45%;
    margin: 8px;
  }
}

.menu__link a {
  position: relative;
  display: block;
  padding: 12px 0;
  border-radius: 40px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #C93941;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px){
	  .menu__link a {
    font-size: 0.95em;

  }
}
@media screen and (max-width: 767px) {
  .menu__link a {
    font-size: 0.9em;
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #C93941;
    line-height: 1;
  }
}

.menu__link a::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat;
  background-position: center;
  width: 10px;
  height: 20px;
  right: 6%;
  bottom: 32%;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .menu__link a::after {
    right: 5%;
    bottom: 24%;
  }
}

.menu__link a:hover::after {
  right: 5%;
}

.menu__link.ippin__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #E78139;
}

@media screen and (max-width: 767px) {
  .menu__link.ippin__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #E78139;
  }
}

.menu__link.kaden__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #4FA9B8;
}

@media screen and (max-width: 767px) {
  .menu__link.kaden__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #4FA9B8;
  }
}

.menu__link.ouchi__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #70A157;
}

@media screen and (max-width: 767px) {
  .menu__link.ouchi__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #70A157;
  }
}

.menu__link.kansen__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #7B6299;
}

@media screen and (max-width: 767px) {
  .menu__link.kansen__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #7B6299;
  }
}

.menu__link.carp__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #E60019;
}

@media screen and (max-width: 767px) {
  .menu__link.carp__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #E60019;
  }
}

.menu__link.youme__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #C83183;
}

@media screen and (max-width: 767px) {
  .menu__link.youme__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #C83183;
  }
}

.menu__link.toppage__btn a {
  box-shadow: 0 0 0 2px #FFF, 0 0 0 6px #E084AB;
  padding: 4px 25px;
  font-size: 1.2em;
  line-height: 1.2;
}

@media screen and (max-width: 1000px){
	.menu__link.toppage__btn a{
		    font-size: 0.95em;
	}
	
	.menu__link a::after{
		height: 16px;
	}

}







@media screen and (max-width: 767px) {
  .menu__link.toppage__btn a {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 4px #E084AB;
    padding: 5px 0;
    font-size: 0.9em;
    line-height: 1;
  }
	
		.menu__link a::after{
		height: 20px;
	}
}

.menu__chk input[type=checkbox] {
  display: none;
}

.menu__chk label {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background: #FBFBE8;
  font-size: 0.8em;
  cursor: pointer;
  z-index: 500;
}

.menu__chk label .menu__ttl {
  margin-bottom: 0;
}

.menu__chk label .menu__ttl p {
  position: relative;
}

.menu__chk label .menu__ttl p::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_brown.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  right: -12%;
  bottom: 20%;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.menu__chk label .menu__ttl.is-active p::before {
  background: url(../img/arrow_brown.svg) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
}

.trip .item__no {
  background: #C93941;
}

.trip__area {
  display: inline-block;
  padding: 4px 8px;
  background: #FFF6A9;
  margin-bottom: 12px;
	width: fit-content;
}

.trip__area p {
  color: #593B07;
  font-size: 0.9em;
  font-weight: bold;
}

.trip__detail {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-bottom: 8px;
}

.trip__detail::before {
  content: "";
  position: absolute;
  width: 30px;
  min-height: 40px;
  background: url(../img/trip/door.jpg?aaa) no-repeat;
  background-size: contain;
  left: 4px;
  top: 0;
}

.trip__detail-txt {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.trip__detail-txt p {
  color: #C93941;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .trip__detail-txt p {
    font-size: 1em;
  }
}

.trip__detail-txt p span.notice {
  font-size: 0.8em;
  color: #353535;
}

.ippin .item__no {
  background: #E78139;
}

.ippin__frozen {
  margin-top: 12px;
  text-align: right;
  width: 56px;
  margin-left: auto;
  height: 30px;
}

.kaden .item__no {
  background: #4FA9B8;
}

.ouchi .item__no {
  background: #70A157;
}

.con__listwrap2 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3% 0;
  border-radius: 40px;
  max-width: 1100px;
  margin: 0 auto 5%;
}

@media screen and (max-width: 767px) {
  .con__listwrap2 {
    border-radius: 20px;
    margin: 0 auto 10%;
  }
}


.kansen .con::before,
.kansen .con::after {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .kansen .con__listwrap {
    background-size: cover;
  }
}

.kansen .item__no {
  background: #7B6299;
}

.kansen .item__ttl--kansen p {
  font-size: 0.9em;
  font-weight: normal;
}

.kansen__detail {
  display: flex;
  align-items: flex-start;
  margin: 12px 0;
}

.carp .con::before,
.carp .con::after {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .carp .con__listwrap {
    background-size: cover;
  }
}

.carp .item__no {
  background: #E60019;
}

.youme .con::before,
.youme .con::after {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .youme .con__list {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .youme .con__listwrap {
    background-size: cover;
  }
}

.youme__intro {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 980px;
  padding: 5px;
  background: #FFDCDC;
  border-radius: 16px;
}

.youme__intro-txt p {
  color: #DB2360;
  font-size: 1.3em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .youme__intro-txt p {
    font-size: 1.1em;
  }
}

.youme__intro-txt p span.no {
  padding: 0 4px;
  background:#C83183;
  color: #fff;
}

.youme .con__subttl--youme {
  margin: 12px auto;
}

.youme .con__subttl--youme p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .youme .con__subttl--youme p {
    font-size: 1.4em;
  }
}

.youme .con__subttl--youme p span.goukei {
  padding: 4px 8px;
  margin-left: 8px;
  background-size: cover;
  color: #fff;
}

.youme__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #DB2360;
  border-radius: 16px;
  text-align: center;
}

.youme .item--youme {
  padding: 1em 0.5em 0.5em;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(255, 60, 140, 0.2);
}

@media screen and (max-width: 767px) {
  .youme .item--youme {
    margin-bottom: 20px;
  }
}

.youme .item__no {
  width: 40px;
  height: 40px;
  background: #C70079;
}

.youme__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
}

.youme__ttl-img {
  width: 80px;
}

.youme__ttl p {
  color: #C70079;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.youme__ttl p span.small {
  font-size: 0.6em;
}

.wchance {
  width: 95%;
  margin: 80px auto 160px;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .wchance {
    width: 95%;
    max-width: 500px;
    margin: 40px auto 80px;
  }
}

.copyright,
.copyright_top {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #333333;
  font-size: 0.8em;
  padding: 0.5em;
  box-sizing: border-box;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(40px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#s_toPageTop {
  padding: 50px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 1023px) {
  #s_toPageTop {
    right: -40px;
    bottom: 20px;
  }

  #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }

  #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}

.items-anm {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s;
}

.items-anm.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media screen and (max-width: 767px) {

  .con__list2.swiper-wrapper {
    height: auto;
    margin: auto;
    width: 100%;
  }

  .con__listwrap2.swiper {
    padding: 5%;
  }

  .item.swiper-slide {
    width: 90%;
    height: auto;
    margin-bottom: 0;
  }



  .swiper-button_wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    position: relative;
  }

  .swiper-button_wrap .swiper-button-prev:after,
  .swiper-button_wrap .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 24.6px 20px 0;
    border-color: transparent #fafafa transparent transparent;
  }

  .swiper-button_wrap .swiper-button-next.hana_bg,
  .swiper-button_wrap .swiper-button-prev.hana_bg {
    position: static;
    background: #E4007A;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  .swiper-button_wrap .swiper-button-next.miyabi_bg,
  .swiper-button_wrap .swiper-button-prev.miyabi_bg {
    position: static;
    background: #0DA646;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  .swiper-button_wrap .swiper-button-next.bimi_bg,
  .swiper-button_wrap .swiper-button-prev.bimi_bg {
    position: static;
    background: #EB5C12;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  .swiper-button_wrap .swiper-button-next.zeppin_bg,
  .swiper-button_wrap .swiper-button-prev.zeppin_bg {
    position: static;
    background: #B98D00;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 5px;
  }

  .swiper-button_wrap .swiper-button-next.swiper-button-disabled,
  .swiper-button_wrap .swiper-button-prev.swiper-button-disabled {
    background: #c9c9c9;
    opacity: 1;
  }

  .swiper-button_wrap .swiper-button-next:after,
  .swiper-button_wrap .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 24.6px;
    border-color: transparent transparent transparent #fafafa;
  }
}

.course_ttl {
  display: flex;
  margin: 40px auto 20px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .course_ttl {
    display: block;
    width: 100%;
  }
}

.course_ttl_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course_ttl_inner {
    max-width: 300px;
    margin: auto;
  }
}


.course_ttl_number {
  background-color: #E60019;
  color: #fff;
  font-size: 2.2em;
  padding: 5px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  margin-right: 10px;
}

.course_ttl_name {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .course_ttl_name {
    margin: 0;
  }
}
.course_ttl_name img {
  max-height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .course_ttl_name img {
    height: 100%;
  }
}

.tousenninzu {
  color: #E4007A;
}

.tousenninzu p {
  font-size: 1.5em;
  font-weight: 800;
}

.tousenninzu p span {
  font-size: 2.5em;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .tousenninzu {
    margin: 10px auto 0;
    text-align: center;
    position: relative;
    width: 56%;
  }

  .tousenninzu::before,
  .tousenninzu::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #E4007A;
  }

  .tousenninzu:before {
    left: 0;
  }

  .tousenninzu:after {
    right: 0;
  }

  .tousenninzu p {
    font-size: 1.5em;
  }

  .tousenninzu p span {
    font-size: 2.2em;
  }
}

.tousenninzu.miyabi {
  color: #0DA646;
}
@media screen and (max-width: 767px) {
.tousenninzu.miyabi::before,
.tousenninzu.miyabi::after {
  background-color: #0DA646;
}
}

.tousenninzu.bimi {
  color: #EB5C12;
}
@media screen and (max-width: 767px) {
.tousenninzu.bimi::before,
.tousenninzu.bimi::after {
  background-color: #EB5C12;
}
}

.tousenninzu.zeppin {
  color: #B98D00;
}
@media screen and (max-width: 767px) {
.tousenninzu.zeppin::before,
.tousenninzu.zeppin::after {
  background-color: #B98D00;
}
}

/************WEB entry*************/

.entry-btn{
	max-width: 400px;
	margin: 0 auto;
	padding: 15px;
	background-color: #C51572;
	border-radius: 50px;
	margin-top: 1em;
	margin-bottom: 1.5em;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.40);
}
.entry-btn:hover{
	box-shadow: none;
	    transition: all 1s;
}

.entry-btn p{
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

/*# sourceMappingURL=style-presentcamp.css.map */