@charset "UTF-8";

.content_body .main {
  width: auto;
}

h3,h4{
  font-weight: bold;
}
#akigura2023 {
  font-family: "Hiragino Kaku Gothic ProN" , "Helvetica Neue" , "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #F7F6F1;
  font-size: 16px;
  line-height: 1.6em;
}
#akigura2023 a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
#akigura2023 a:active {
  color: #000000;
}
#akigura2023 a:focus {
  outline: none;
}
#akigura2023 a:hover {
  opacity: 0.6;
  transition: 1s;
}
#akigura2023 img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#akigura2023 .mt10 {
  margin-top: 10px;
}
#akigura2023 .mt20 {
  margin-top: 20px;
}
#akigura2023 .mt30 {
  margin-top: 30px;
}
#akigura2023 .mt40 {
  margin-top: 40px;
}
#akigura2023 .mt80 {
  margin-top: 80px;
}
#akigura2023 .mt100 {
  margin-top: 100px;
}
#akigura2023 .mb10 {
  margin-bottom: 10px;
}
#akigura2023 .mb20 {
  margin-bottom: 20px;
}
#akigura2023 .mb40 {
  margin-bottom: 40px;
}
#akigura2023 .mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  #akigura2023 .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .pc_none {
    display: block;
  }
}
@media screen and (max-width: 1920px) {
  #akigura2023 .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .sp_none {
    display: none;
  }
}
#akigura2023 .js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
#akigura2023 .fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
#akigura2023 .icon {
  position: absolute;
  left: 0;
}
#akigura2023 .icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#akigura2023 .icon.icon01::before {
  width: 24px;
  height: 24px;
  background: url(https://www.keiryu.jp/img/kurabiraki/icon01.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
}
#akigura2023 .icon.icon02 {
  top: 5px;
  left: 10px;
}
#akigura2023 .icon.icon02::before {
  width: 16px;
  height: 16px;
  background: url(https://www.keiryu.jp/img/kurabiraki/icon02.png) no-repeat;
  background-size: contain;
}
#akigura2023 .visual {
  background: #fff;
}
#akigura2023 .visual__hero {
  position: relative;
}
#akigura2023 .visual__hero--sns {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16%;
  margin: 0 auto;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#akigura2023 .visual__hero--sns li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .visual__hero--sns {
    bottom: 42%;
    width: 79%;
  }
}
#akigura2023 .visual__thumb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #akigura2023 .visual__thumb {
    display: none;
  }
}
#akigura2023 .visual__thumb--item {
  width: 32.8%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .visual__thumb--item {
    width: 49.2%;
  }
}
#akigura2023 .inner__content {
  width: 840px;
  margin: 0 auto;
  padding: 0 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content {
    width: 100%;
    padding: 0 15px 60px;
  }
}
#akigura2023 .inner__content .message {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .message {
    margin-bottom: 0;
  }
}
#akigura2023 .inner__content .message__ttl {
  width: 300px;
  margin: 0 auto;
}
#akigura2023 .inner__content .message__txt {
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "ten-mincho", serif;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .message__txt {
    padding: 0 20px;
  }
}
#akigura2023 .inner__content .akinav {
  height: 176px;
  width: 760px;
  margin: 0 auto 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav {
    width: 100%;
    /* height: 140px; */
    height: 185px;
    margin-bottom: 60px;
  }
}
#akigura2023 .inner__content .akinav.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav.sticky {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 10px;
  }
}
#akigura2023 .inner__content .akinav__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 40px 0; */
  padding: 100px 0 40px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav__box {
    /* padding: 10px 0 10px; */
    padding: 60px 0 10px;
    /* height: 140px; */
    height: 185px;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav__box--item {
    margin-right: 2%;
  }
  #akigura2023 .inner__content .akinav__box--item:last-child {
    margin-right: 0;
  }
}
#akigura2023 .inner__content .akinav__box--item a {
  position: relative;
  width: 142px;
  background-color: #191E6E;
  color: #ffffff;
  font-size: 11px;
  font-family: "ten-mincho", serif;
  margin: auto;
  padding: 0.5rem 1rem;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav__box--item a {
    font-size: min(3vw, 14px);
    font-family: "ten-mincho", serif;
    line-height: 1.2;
    padding: 4px 4px;
    width: min(26vw, 123px);
    height: min(6vh, 42px);
  }
}
#akigura2023 .inner__content .akinav__box--item a::after {
  content: "▼";
  color: #191E6E;
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .akinav__box--item a::after {
    font-size: 10px;
    bottom: -14px;
  }
}
#akigura2023 .inner__content .inner__wrap {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap {
    padding: 0;
  }
}
#akigura2023 .inner__content .inner__wrap .section {
  padding-top: 116px;
  margin-top: -116px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .section {
    padding-top: 140px;
    margin-top: -140px;
  }
}
#akigura2023 .inner__content .inner__wrap .section[id]::before {
  content: "";
  display: block;
  height: 121px;
  margin-top: -121px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .section[id]::before {
    height: 140px;
    margin-top: -140px;
  }
}
#akigura2023 .inner__content .inner__wrap .section__ttl--pic {
  display: block;
  margin: 0 auto;
  width: 480px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .section__ttl--pic {
    width: 100%;
  }
}
#akigura2023 .inner__content .inner__wrap .section__ttl--btm {
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: "ten-mincho", serif;
}
#akigura2023 .inner__content .inner__wrap .seccol {
  display: flex;
  justify-content: space-between;
}
#akigura2023 .inner__content .inner__wrap .guide {
  background: #FFF8E4;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide {
    padding: 30px 15px;
    margin-top: 40px;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__ttl {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__ttl {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step {
    margin-top: 0;
  }
  #akigura2023 .inner__content .inner__wrap .guide__step:nth-of-type(1) {
    margin-top: 30px;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--ttl {
  color: #191E6E;
  font-size: min(4vw, 20px);
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--ttl {
    padding-left: 70px;
    position: relative;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--ttl::before {
  content: "";
  display: inline-block;
  width: 103px;
  height: 39px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--ttl::before {
    width: 60px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    margin-right: 0;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--ttl.ttl01::before {
  background: url(https://www.keiryu.jp/img/kurabiraki/akigura2023_015.png) no-repeat;
  background-size: contain;
}
#akigura2023 .inner__content .inner__wrap .guide__step--ttl.ttl02::before {
  background: url(https://www.keiryu.jp/img/kurabiraki/akigura2023_016.png) no-repeat;
  background-size: contain;
}
#akigura2023 .inner__content .inner__wrap .guide__step--ttl.ttl03::before {
  background: url(https://www.keiryu.jp/img/kurabiraki/akigura2023_017.png) no-repeat;
  background-size: contain;
}
#akigura2023 .inner__content .inner__wrap .guide__step--box {
  width: 92%;
  margin-left: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 0 40px 3%;
  border-left: 3px dotted #DCDDDD;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol {
    flex-direction: column;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol .pic {
  width: 21%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol .pic {
    width: 60%;
    margin: 0 auto;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol .txt {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol .txt {
    width: 100%;
    margin-top: 10px;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short {
  width: 92%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short {
    width: 100%;
  }
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short.sp_reverse {
    flex-direction: column-reverse;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short .pic {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short .pic {
    width: 60%;
    margin: 0 auto;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short .txt {
  width: 66%;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short .txt {
    width: 100%;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step--box .seccol.short .txt a {
  text-decoration: underline;
}
#akigura2023 .inner__content .inner__wrap .guide__step .point {
  width: 92%;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #191E6E;
  position: relative;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide__step .point {
    width: 100%;
  }
}
#akigura2023 .inner__content .inner__wrap .guide__step .point__logo {
  position: absolute;
  top: -20px;
  left: 20px;
  display: block;
  width: 80px;
}
#akigura2023 .inner__content .inner__wrap .guide__step .point span {
  color: #E60012;
}
#akigura2023 .inner__content .inner__wrap .guide h5 {
  font-size: 28px;
  color: #191E6E;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide h5 {
    font-size: 20px;
    margin: 40px 0 40px;
  }
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list.seccol {
  flex-wrap: wrap;
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item {
  width: 48%;
  padding: 15px;
  margin-top: 40px;
  border: 2px solid #191E6E;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .inner__wrap .guide .theday__list--item {
    width: 100%;
  }
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item a {
  text-decoration: underline;
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item .pic {
  width: 80%;
  margin: 0 auto;
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item h6 {
  font-size: 19px;
  color: #191E6E;
  text-align: center;
  line-height: 1.4;
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item .fukidashi {
  position: relative;
  margin: -40px auto 0;
  color: #fff;
  font-size: 20px;
  background: #191E6E;
  border-radius: 40px;
  line-height: 2;
  text-align: center;
}
#akigura2023 .inner__content .inner__wrap .guide .theday__list--item .fukidashi::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #191E6E;
  z-index: 0;
}
#akigura2023 .inner__content .inner__wrap .guide__lasttxt {
  color: #191E6E;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#akigura2023 .inner__content .inner__wrap .guide__lasttxt a {
  color: #191E6E;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
}
#akigura2023 .inner__content .article__ttl {
  text-align: center;
}
#akigura2023 .inner__content .article__ttl--pic {
  width: 400px;
}
#akigura2023 .inner__content .article__ttl--btm {
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: "ten-mincho", serif;
}
#akigura2023 .inner__content .article__txt {
  font-size: 16px;
  text-align: center;
  font-family: "ten-mincho", serif;
}
#akigura2023 .inner__content .map__pic--click {
  position: relative;
  display: block;
  width: 196px;
  margin: 20px auto 0;
  color: #333;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 6px 6px 6px 10px;
  line-height: 1;
  text-align: center;
}
#akigura2023 .inner__content .map__txt {
  border-bottom: 3px dotted #000;
  padding-bottom: 30px;
}
#akigura2023 .inner__content .map__txt:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#akigura2023 .inner__content .map__txt .red {
  color: #E60012;
  font-weight: bold;
}
#akigura2023 .inner__content .map__txt .blue {
  color: #20B3CB;
  font-weight: bold;
  display: inline-block;
}
#akigura2023 .inner__content .map__txt .color_square {
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  padding: 2px 3px;
  margin-left: 10px;
  display: inline-block;
}
#akigura2023 .inner__content .map__txt .color_square.blue_square {
  background: #20B3CB;
}
#akigura2023 .inner__content .map__txt .color_square.green_square {
  background: #8FC31F;
}
#akigura2023 .inner__content .map__txt--ttltop {
  font-size: 30px;
  color: #191E6E;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
#akigura2023 .inner__content .map__txt--ttltop .square {
  position: absolute;
  left: 10em;
}
#akigura2023 .inner__content .map__txt--ttltop .square_txt {
  display: inline-block;
  border: 1px solid #E60012;
  border-radius: 3px;
  padding: 4px;
  color: #E60012;
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .map__txt--ttltop .square_txt:nth-child(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .map__txt--ttltop .square_bt {
    display: block;
    position: static;
  }
}
#akigura2023 .inner__content .map__txt--ttl {
  font-size: 21px;
  position: relative;
  padding-left: 30px;
}
#akigura2023 .inner__content .map__txt--ttl .circle {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 27px;
  position: absolute;
  left: 0;
}
#akigura2023 .inner__content .map__txt--ttl .circle.txt_a {
  background: #E60012;
}
#akigura2023 .inner__content .map__txt--ttl .circle.txt_b {
  background: #E8518B;
}
#akigura2023 .inner__content .map__txt--ttl .circle.txt_c {
  background: #F7AF00;
}
#akigura2023 .inner__content .map__txt--ttl .circle.txt_d {
  background: #20B3CB;
}
#akigura2023 .inner__content .photos__thirdcol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#akigura2023 .inner__content .photos__thirdcol--item {
  width: 32.8%;
  margin: 4px 4px 0 0;
}
#akigura2023 .inner__content .photos__thirdcol--item:nth-of-type(3), #akigura2023 .inner__content .photos__thirdcol--item:nth-of-type(6), #akigura2023 .inner__content .photos__thirdcol--item:nth-of-type(9), #akigura2023 .inner__content .photos__thirdcol--item:nth-of-type(12) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .photos__thirdcol--item {
    width: 49.4%;
    margin: 0 0 1% 0;
  }
}
#akigura2023 .inner__content .qa__list--item.answer {
  padding: 10px;
  background-color: #efefef;
}
#akigura2023 .inner__content .qa__list--item.question {
  padding: 10px 10px 10px 0;
}
#akigura2023 .inner__content .qa__list--item a {
  text-decoration: underline;
}
#akigura2023 .inner__content .access__ttl {
  font-size: 24px;
}
#akigura2023 .inner__content .access__txt {
  font-size: 16px;
}
#akigura2023 .inner__content .access__txt--red {
  color: #E60012;
  font-size: 16px;
}
#akigura2023 .inner__content .access__txt--red a {
  color: #E60012;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #akigura2023 .inner__content .kako {
    margin-top: 40px;
  }
}
#akigura2023 .inner__content .kako a {
  text-decoration: underline;
}
#akigura2023 .inner__content .pagetop {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#akigura2023 .inner__content .pagetop.active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=akigura2023.css.map */



/* インラインcss */
.lp_main {
width: 1200px;
margin: 0 auto;
}
.lp_main * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.lp_main a img:hover {
opacity: .8;
}
.lp_main img {
width: 100%;
vertical-align: bottom;
}
.lp_main ul,li {
list-style: none;
}
.lp_main .flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.mt60{
margin-top: 60px !important;
}
.lb-nav a.lb-prev {
display: none!important;
}
.lb-nav a.lb-next {
display: none!important;
}
.sp_only {
display: none;
}
.f_bnr {
position: fixed;
bottom: 0;
right: 0;
z-index: 10000;
display: block;
}
.f_bnr img {
width: 175px;
}
.line_f_bnr  {
position: fixed;
bottom: 283px;
right: 0;
z-index: 10000;
display: block;
}
.line_f_bnr img {
width: 70px;
}
@media screen and (max-width:768px) {
.lp_main {
width: 96%;
margin: 7px auto 0;
}
.content_body {
margin: 0;
}
.sp_only {
display: block;
}
.pc_only {
display: none;
}
.f_bnr {
position: fixed;
bottom: 0;
right: 0;
z-index: 10000;
display: block;
}
.f_bnr img {
width: 100%;
}
.line_f_bnr  {
position: fixed;
bottom: 80px;
right: 0;
z-index: 10000;
display: block;
}
.line_f_bnr img {
width: 58px;
}
}
.flexul {
background: #000;
}
.pay_icon_wrap {
display: flex;
justify-content: flex-end;
position: absolute;
right: 3%;
top: 37%;
}
.pay_icon_wrap img:first-child {
height: 15px;
width: auto;
background: #fff;
padding: 4px 6px 3px;
margin-bottom: 5px;
}
.pay_icon_wrap img:last-child {
height: 16px;
width: auto;
background: #fff;
padding: 3px;
}

@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}

/* インラインcss_終わり */