@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img {
  width: auto;
} /* IE8 */
img {
  width: 100%;
}
img {
  max-width: 100%;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.act_btnsub {
  width: 50%;
}
.gazouitem {
  margin-top: -0.3em;
}
#lp_header {
  width: 100%;
  height: auto;
  background-color: #17171F;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  padding-top: 1%;
  padding-bottom: 1%;
}
#wrapper {
  background-color: #f0ede4;
}
.header_inner {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.header_inner_left {
  width: 48%;
}
#lp_header h1 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
font-size: 20px;
line-height: 50px;
color: #977C44;
padding-top: 0.2em;
}
.header_inner_right {
  width: 48%;
}
.header_inner_right .flex .item_text {
  width: 43%;
  font-size: 16px;
  color: #987D45;
  border-right: 2px solid #987D45;
}
.header_inner_right .flex .item_text span {
  font-size: 21px;
}
.header_inner_right .flex .item_img {
  color: #987D45;
  font-size: 21px;
  width: 50%;
  border-radius: 4px;
  border: solid 1px #987D45;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.8em;
}
.header_inner_right .flex .item_img::before {
  content: '';
  display: inline-block; /*忘れずに！*/
  width: 40px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(../images/icon_track.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.maincontents {
  width: 720px;
  margin: auto;
}
.main_visual {
  line-height: 0;
}
#lp_header_sp {
  display: none;
}
/*▼アクションボタン*/
#casher_sp {
  display: none;
}
/*▼マウスオーバー時拡大アニメーション*/
.hover10 {
  transition: all 0.6s ease 0s;
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
/*▲マウスオーバー時拡大アニメーション*/
.fuwafuwa {
  -webkit-animation: fuwafuwa 1s infinite linear alternate;
  animation: fuwafuwa 1s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(5deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0)rotate(5deg);
  }
}
/*▲アクションボタン*/
#regulation {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-top: 5%;
}
.reg_left {
  width: 48%;
}
.reg_right {
  width: 48%;
}
.kadomaru {
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  border-radius: 10px;
}
.info_title {
  background: #EEE;
  border: 2px solid #999;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.info_text .red {
  color: #C00;
}
.space20 {
  padding-bottom: 20px;
  clear: both;
}
#footer_lp {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 10px;
}
#wrapper #fase07 h2 {}
#fase09 .contents.clearfix .flex.txt {}
#regulation flex {}
.flex li h2 {}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 20px;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #eab800;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #eab800;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #000;
  text-align: center;
  display: block;
  padding: 20px;
  font-weight: bold;
}




@media screen and (min-width:768px) and (max-width:1024px) {
  /* 768pxから1024pxまでの幅の場合に適応される */
  .header_inner_left {
    width: 100%;
  }
  #lp_header {
    text-align: center;
  }
  .header_inner_right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* 767pxxまでの幅の場合に適応される */
  img {
    vertical-align: bottom;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .header_inner_left {
    width: 100%;
    padding: 1em 0;
  }
  #lp_header {
    text-align: center;
  }
  .header_inner_right {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
  }
  .header_inner_right .flex .item_text {
    width: 100%;
    border-right: none;
  }
  .header_inner_right .flex .item_img {
    width: 100%;
    margin-top: 5%;
    padding: 0.1em;
  }
  #lp_header_sp {
    display: block;
  }
  #fase01_sp {
    display: block;
  }
  #fase01 {
    display: none;
  }
  .isnt_it {
    width: auto;
  }
  #fase02 {
    height: auto;
  }
  .fase02_ttl_inner {
    margin-bottom: 4%;
  }
  .fase02_ttl::after {
    border-width: 20px;
    margin-left: -20px;
  }
  .contents {
    width: auto;
  }
  .fase02_inner {
    width: auto;
    background-size: contain;
  }
  .fase02_reason_left {
    position: absolute;
    width: auto;
    height: auto;
    top: 18%;
    left: 0;
    right: 0;
    padding: 1em;
  }
  .fase02_reason_left .reason_ttl {
    border-radius: 5px;
    font-size: 22px;
  }
  .fase02_reason_left h3 {
    font-size: 31px;
  }
  .fase02_reason_left p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .fase02_reason_right {
    position: absolute;
    width: auto;
    height: auto;
    top: 60%;
    left: 0px;
    padding: 1em;
  }
  .fase02_reason_right .reason_ttl {
    border-radius: 5px;
    font-size: 22px;
  }
  .fase02_reason_right h3 {
    font-size: 31px;
  }
  .fase02_reason_right p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .fase03_ttl {
    width: 100%;
    box-shadow: 0 0 10px 33px #fff inset;
  }
  .fase04cont {
    background: url(../images/fase04_bk_img.jpg) 0% 100% no-repeat;
    background-size: contain;
  }
  #fase03 .contents {
    width: auto;
    padding: 3em 1em 3em 1em;
  }
  .item_comp {
    width: auto;
  }
  .component ul li {
    width: 28%;
  }
  #fase04 {
    background-image: none;
  }
  #fase04_bk h2 {
    padding: 0 0.5em;
  }
  .fase04_ttl {
    display: none;
  }
  .fase04sp_ttl {
    display: block;
  }
  #fase04 .fase04_cont .flex li {
    width: auto;
  }
  .fase04_cont .flex li p {
    font-size: 16px;
  }
  #fase05 {
    display: none;
  }
  #fase05_sp {
    display: block;
    width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 132%;
    background: url(../images/fase05sp_bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #fase07 h2 {
    display: none;
  }
  #fase07 h3 {
    display: block;
  }
  #fase07 .fase07_img01 {
    display: none;
    width: auto;
  }
  #fase07 .contents .fase07_img_an p {
    width: 90%;
  }
  .fase06_txt {
    width: auto;
    padding: 0 1em;
    font-size: 16px;
  }
  #fase08 {
    padding-left: 2em;
    padding-right: 2em;
  }
  #fase08 h2 {
    width: auto;
  }
  .fase08_txt {
    width: auto;
    padding: 1em;
  }
  #fase08 .contents {
    width: auto;
    margin-top: 8%;
  }
  #fase08 .contents .left {
    width: auto;
    float: none;
  }
  #fase08 .contents .right {
    width: auto;
    float: none;
    margin-top: 14%;
  }
  #fase09 {
    padding-left: 1em;
    padding-right: 1em;
  }
  #fase09 h2 {
    width: auto;
  }
  .fase09_txt {
    font-size: 33px;
    width: auto;
  }
  #fase09 .contents .flex {
    justify-content: space-evenly;
  }
  #fase09 .contents .flex p {
    width: 48%;
  }
  #fase09 .contents .flex .itembox {
    width: auto;
  }
  #fase09 .contents .flex .itembox {
    width: auto;
    margin-top: 5%;
  }
  #fase09 .contents .flex .itembox dl dt {
    font-size: 23px;
  }
  #fase09 .contents .flex .itembox dl .flex_txt {
    font-size: 14px;
  }
  #regulation {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .info_text {
    font-size: 14px;
  }
  .info_title {
    font-size: 14px;
    padding: 5px;
  }
  .reg_right {
    width: 45%;
  }
  .reg_left {
    width: 45%;
  }
  #section08 {
    width: auto;
    padding: 0 1em;
  }
  .info_left {
    font-size: 0.9em;
    width: auto;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
  }
  .info_right {
    font-size: 0.9em;
    width: auto;
    margin-top: 30px;
    float: none;
    padding-right: 0px;
  }
  /*.cashier {
	display: none;
}
.sp_cashier {
	display: block;
}*/
  .sec01 {
    display: none;
  }
  .sec02 {
    display: none;
  }
  .sec03 {
    display: none;
  }
  .sec04 {
    display: none;
  }
  .sec05 {
    display: none;
  }
  .sec06 {
    display: none;
  }
  .sec07 {
    display: none;
  }
  .sec01_sp {
    display: block;
  }
  .sec02_sp {
    display: block;
  }
  .sec03_sp {
    display: block;
  }
  .sec04_sp {
    display: block;
    padding: 0 1em;
  }
  .sec05_sp {
    display: block;
  }
  .sec06_sp {
    display: block;
  }
  .sec07_sp {
    display: block;
    padding: 0 1em;
    margin: 10% 0;
  }
  .sec04_inner {
    overflow: hidden;
  }
  .sec04_sp_head {
    margin: 20% 0 0 0;
  }
  .sec04-img01 {
    margin-top: 20%;
  }
  .sec04_sp .sec04_inner.in-blue .num {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 50px;
    color: #3FBECA;
    width: 20%;
    margin: 0 auto;
  }
  .in-blue h2 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 34px;
    color: #3FBECA;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: #3FBECA solid 5px;
  }
  .in-blue h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20%;
  }
  .sec04_sp .sec04_inner.in-green .num {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 50px;
    color: #6FB169;
    width: 20%;
    margin: 0 auto;
  }
  .in-green h2 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 34px;
    color: #6FB169;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: #6FB169 solid 5px;
  }
  .in-green h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20%;
  }
  .sec04_sp .sec04_inner.in-brown .num {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 50px;
    color: #D8734C;
    width: 20%;
    margin: 0 auto;
  }
  .in-brown h2 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 34px;
    color: #D8734C;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: #D8734C solid 5px;
  }
  .in-brown h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20%;
  }
  .sec04_sp .sec04_inner.in-red .num {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 50px;
    color: #D25279;
    width: 20%;
    margin: 0 auto;
  }
  .in-red h2 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 34px;
    color: #D25279;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: #D25279 solid 5px;
  }
  .in-red h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20%;
  }
  .sec04_sp .sec04_inner.in-purple .num {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 50px;
    color: #AC7FAA;
    width: 20%;
    margin: 0 auto;
  }
  .in-purple h2 {
    font-family: "丸フォーク M", "Maru Folk Medium";
    font-size: 34px;
    color: #AC7FAA;
    line-height: 1.2em;
    margin-bottom: 0.3em;
    padding-top: 0.2em;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: #AC7FAA solid 5px;
  }
  .in-purple h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20%;
  }
  .sec07_sp_ttl {
    margin-bottom: 10%;
  }
  .flex_sec07sp {
    display: flex;
    /*flex-wrap: wrap;*/
    -webkit-flex-direction: column; /* Safari etc. */
    -ms-flex-direction: column; /* IE10        */
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10%;
  }
  .flex_item-txt h2 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 19px;
    font-weight: bold;
    color: #599F0C;
    /*text-shadow: white 1px 1px 2px, white -1px 1px 2px,
                 white 1px -1px 2px, white -1px -1px 2px;*/
  }
  .flex_item-img {
    width: 50%;
  }
  .flex_item-txt {
    width: auto;
    margin-bottom: 10%;
  }
  .sec07sp_prof_inner {
    margin-bottom: 5%;
  }
  .sec07sp_prof-name {
    font-size: 18px;
    margin-bottom: 5%;
    font-weight: bold;
    text-align: center;
  }
  .sec07sp_prof-post {
    font-size: 16px;
    text-align: center;
  }
  .sec07sp_prof-capacity {
    font-size: 13px;
    background: #FFFFF6;
    padding: 1em;
    box-shadow: 0px 0px 6px 3px #f5f5a9;
  }
  .sec07sp_prof_cont p {
    font-weight: bold;
  }
  .sec07sp_inner {
    border: 1px solid #599F0C;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
  }
  .maincontents {
    width: auto;
    margin: auto;
  }
	/*ボタンを調整*/
#sp-fixed-menu li{
   font-size: 16px;
}
}