@charset "UTF-8";

/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.fv {
  min-height: 800px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}


@media screen and (max-width: 767px) {
  .fv {
    /* height: 89vh; */
    height: 27vh;
    min-height: auto;
    margin-top: 41px;
  }
}

.fv #youtube-area {
  z-index: 1;
  /*最背面に設定*/
  top: 70px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .fv #youtube-area {
  z-index: 1;
  /*最背面に設定*/
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
}

.fv #youtube-area #youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 226.777778vh;
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.fv #youtube-area #youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}



.fv h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0%;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .fv h2 {
    top: 50%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .fv h2 span {
    font-size: 6rem;
  }
}

@-webkit-keyframes scrollmove {
  0% {
    padding-bottom: 60px;
  }

  50% {
    padding-bottom: 40px;
  }

  60% {
    padding-bottom: 40px;
  }

  100% {
    padding-bottom: 60px;
  }
}

@keyframes scrollmove {
  0% {
    padding-bottom: 60px;
  }

  50% {
    padding-bottom: 40px;
  }

  60% {
    padding-bottom: 40px;
  }

  100% {
    padding-bottom: 60px;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    height: 50px;
  }

  50% {
    height: 30px;
  }

  60% {
    height: 30px;
  }

  100% {
    height: 50px;
  }
}

@keyframes arrowmove {
  0% {
    height: 50px;
  }

  50% {
    height: 30px;
  }

  60% {
    height: 30px;
  }

  100% {
    height: 50px;
  }
}

.fv_scroll {
  position: absolute;
  right: 50%;
  /* bottom: 20px; */
  margin-right: -30px;
  bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fv_scroll {
    display: none;
  }
}

.fv_scroll:before {
  content: "";
  position: absolute;
  /* bottom: 0;
  right: 5px; */
  bottom: -60px;
  right: 27px;
  width: 1px;
  height: 10px;
  background: #eee;
  -webkit-transform: skewX(-31deg);
  transform: skewX(-31deg);
}

.fv_scroll:after {
  content: "";
  position: absolute;
  /* bottom: 0;
  right: 8px; */
  bottom: -60px;
  right: 30px;
  width: 1px;
  height: 50px;
  background: #eee;
  -webkit-animation: arrowmove 2s ease-in-out infinite;
  animation: arrowmove 2s ease-in-out infinite;
}

.fv_scroll span {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  /* -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl; */
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  -webkit-animation: scrollmove 2s ease-in-out infinite;
  animation: scrollmove 2s ease-in-out infinite;
}

.fv .ytp-gradient-top {
  display: none !important;
}

_::-webkit-full-page-media,
_:future,
:root .fv_scroll {
  right: 40px;
}

_::-webkit-full-page-media,
_:future,
:root .fv_scroll:after {
  right: -8px;
}

_::-webkit-full-page-media,
_:future,
:root .fv_scroll:before {
  right: -11px;
}

.about {
  margin: 160px auto 100px;
}

@media screen and (max-width: 767px) {
  .about {
    margin: 50px auto;
  }
}

.about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about .flex {
    display: block;
  }
}

.about .fl {
  width: 45%;
  padding-left: 10%;
}

@media screen and (max-width: 767px) {
  .about .fl {
    width: 90%;
    padding-left: 0%;
    margin: 0 auto 20px;
  }
}

.about .fl h3 {
  font-size: 1.4rem;
  color: #666;
  margin: 15px auto 120px;
}

@media screen and (max-width: 767px) {
  .about .fl h3 {
    margin: 15px auto;
  }
}

.about .fl figure {
  margin-bottom: 20px;
}

.about .fr {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .about .fr {
    width: 100%;
  }
}

.pickup {
  margin-bottom: 100px;
  margin-top: 100px;
}


.pickup h2 {
  text-align: center;
}

.pickup .gra-ttl span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.4;
}

.pickup .lazy_bottom.on {
  margin-bottom: 50px;
}

.small-text {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .pickup {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}

.pickup ul {
  width: 100%;
  margin: auto;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}


.pickup ul li {
  width: 18%;
}



@media screen and (max-width: 767px) {
  .pickup ul li {
    width: 48%;
  }
}

.pickup ul li figure {
  margin-bottom: 15px;
}

.pickup ul li figure img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pickup ul li figure img {
    width: 90%;
    margin: 0 auto;
  }
}

.pickup ul li figure a img {
  margin: 0 auto;
}

.pickup ul li h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pickup ul li h3 {
    font-size: 1.2rem;
  }
}

.pickup ul li p {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .pickup ul li p {
    font-size: 1rem;
  }
}

.slick-arrow {
  position: absolute;
  top: -100px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: -90px;
    width: 8%;
  }
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.prev-arrow:hover,
.next-arrow:hover {
  opacity: .7;
}

.slick-dots {
  bottom: -55px;
}

.slick-dots li {
  width: auto !important;
}

.life {
  background: url("./img/life_bg.png");
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .life {
    margin-bottom: 80px;
  }
}

.life .container {
  position: relative;
  padding: 230px 0 160px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .life .container {
    margin-bottom: 100px;
    padding: 130px 0 100px;
  }
}

.life .container .gra-ttl {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 150px;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .life .container .gra-ttl {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
  }
}

.life .container h3 {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 2em;
  margin-bottom: 40px;
  letter-spacing: 8px;
}

@media screen and (max-width: 767px) {
  .life .container h3 {
    font-size: 1.8rem;
    margin: 40px auto;
    letter-spacing: 4px;
  }
}

.life .container .txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .life .container .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.live {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .live {
    margin-bottom: 100px;
  }
}

.livebox {
  margin-top: -170px;
  position: relative;
  max-width: 75%;
  margin-left: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .livebox {
    margin-top: 30px;
    max-width: 95%;
  }
}

.livebox .live_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  margin-bottom: 50px;
  text-align: right;
}

.livebox .live_movie .onImg {
  position: relative;
  z-index: 100;
  width: 100%;
}

.livebox .live_movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.livebox .live_movie:before {
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.79%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.79%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.79%, #98d8d4 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBDD1", endColorstr="#98D8D4", GradientType=1);
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .livebox .live_movie:before {
    left: -5%;
    bottom: -10%;
  }
}

.livebox .gra-ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .livebox .gra-ttl {
    text-align: center;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
  }
}

.livebox .gra-btn {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .livebox .gra-btn {
    margin-left: auto;
  }
}

.livebox .youtube_txt {
  font-size: 1.6rem;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .livebox .youtube_txt {
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.live .gray-small-txt {
  text-align: right;
  font-size: 1.4rem;
  color: #666;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .live .gray-small-txt {
    text-align: center;
  }
}

.guest {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .guest {
    padding-bottom: 00px;
  }
}

.guest .fl {
  float: left;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .guest .fl {
    float: none;
    width: 100%;
  }
}

.guest .fr {
  width: 40%;
  float: right;
}

@media screen and (max-width: 767px) {
  .guest .fr {
    float: none;
    width: 100%;
  }
}

.guest .fr .gra-ttl {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 50px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .guest .fr .gra-ttl {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    margin-top: 20px;
  }
}

.guest .fr .gra-ttl span {
  background: -ms-linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, right top, left top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guest .fr h3 {
  margin: 50px 0 180px;
  padding: 0 0 0 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .guest .fr h3 {
    margin: 30px auto;
  }
}

.guest .fr h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.guest .fr h3 span {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: 6px;
  margin-bottom: 15px;
}

.guest .fr h3 span:last-child {
  margin-bottom: 0;
}

.cuisine {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .cuisine {
    padding-bottom: 0px;
  }
}

.cuisine .fr {
  float: right;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .cuisine .fr {
    float: none;
    width: 100%;
  }
}

.cuisine .fl {
  position: relative;
  width: 40%;
  float: left;
  padding-left: 150px;
}

@media screen and (max-width: 767px) {
  .cuisine .fl {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.cuisine .fl .gra-ttl {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 50px;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .cuisine .fl .gra-ttl {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    margin-top: 20px;
  }
}

.cuisine .fl .gra-ttl span {
  background: -ms-linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, right top, left top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cuisine .fl h3 {
  margin: 50px 0 180px;
  padding: 0 0 0 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cuisine .fl h3 {
    margin: 20px auto;
  }
}

.cuisine .fl h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.cuisine .fl h3 span {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: 6px;
  margin-bottom: 15px;
}

.cuisine .fl h3 span:last-child {
  margin-bottom: 0;
}

.spa {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .spa {
    padding-bottom: 0px;
  }
}

.spa .fl {
  float: left;
  width: 40%;
  margin-left: 15%;
}

@media screen and (max-width: 767px) {
  .spa .fl {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .spa .fl img {
    width: 100%;
    height: 281px;
    object-fit: cover;
  }
}



.spa .fr {
  width: 40%;
  float: right;
}

@media screen and (max-width: 767px) {
  .spa .fr {
    float: none;
    width: 100%;
  }
}

.spa .fr .gra-ttl {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 50px;
  top: 150px;
}

@media screen and (max-width: 767px) {
  .spa .fr .gra-ttl {
    margin-top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
  }
}

.spa .fr .gra-ttl span {
  background: -ms-linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, right top, left top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(-90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spa .fr h3 {
  margin: 60px 0 180px;
  padding: 0 0 0 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .spa .fr h3 {
    margin: 20px auto;
  }
}

.spa .fr h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.spa .fr h3 span {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 6px;
}

.spa .fr h3 span:last-child {
  margin-bottom: 0;
}

.instagram {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .instagram {
    margin-bottom: 50px;
    overflow-x: hidden;
  }
}

.instagram .gra-ttl {
  text-align: center;
}


.instagram .insta_link {
  text-align: center;
  margin-bottom: 30px;
}

.instagram .insta_link a {
  display: inline-block;
  padding: 0 30px;
  font-size: 1.4rem;
  color: #666;
  background: url("./img/icon_insta.svg");
  background-position: left;
  background-size: 20px;
  background-repeat: no-repeat;
}

.instagram_slide {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .instagram_slide {
    width: 105%;
    margin: 20px auto 30px;
  }
}

.instagram_slide_list {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .instagram_slide_list {
    padding-right: 0;
    margin-right: 15px;
  }
}


.instagram #sbi_load {
  display: none;
}

.instagram .sb_instagram_header {
  display: none;
}

@media screen and (max-width: 767px) {

  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50% !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-child(5),
  #sb_instagram #sbi_images .sbi_item:nth-child(6),
  #sb_instagram #sbi_images .sbi_item:nth-child(7),
  #sb_instagram #sbi_images .sbi_item:nth-child(8) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #sb_instagram .sbi_photo {
    height: 135px !IMPORTANT;
  }
}

.instagram .instagram_btn {
  margin-top: 30px;
}

.instagram .instagram_btn .gra-btn {
  max-width: 400px;
}

.instagram .instagram_btn img {
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 10px;
}



.activity .gra-ttl {
  text-align: center;
  margin-bottom: 15px;
}

.activity_txt {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .activity_txt {
    margin-bottom: 20px;
  }
}

.activity-wrap {
  position: relative;
  padding: 80px 0 75px;
}

@media screen and (max-width: 767px) {
  .activity-wrap {
    padding: 50px 2.5%;
  }
}

.activity-wrap:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBDD1", endColorstr="#98D8D4", GradientType=1);
}

.activity ul {
  max-width: 880px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .activity ul {
    display: block;
    margin: 0 auto 30px;
  }
}

.activity ul li {
  width: 31%;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .activity ul li {
    width: 100%;
    margin: 0 0 15px;
  }
}

.activity ul li:nth-child(2) {
  margin: 0 3.5% 30px;
}

@media screen and (max-width: 767px) {
  .activity ul li:nth-child(2) {
    width: 100%;
    margin: 0 0 15px;
  }
}

.activity ul li:nth-child(4) {
  margin: 0 3.5% 0 0;
}

@media screen and (max-width: 767px) {
  .activity ul li:nth-child(4) {
    width: 100%;
    margin: 0 0 15px;
  }
}

.activity ul li h3 {
  background: #fff;
  font-size: 1.6rem;
  color: #666;
  padding: 15px 0;
  text-align: center;
}

.pray {
  margin: 160px auto;
}

@media screen and (max-width: 767px) {
  .pray {
    margin: 50px auto;
  }
}

.pray h2 {
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 50px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .pray h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 5px;
  }
}

.pray .txt {
  font-size: 1.6rem;
  color: #000;
  line-height: 2em;
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .pray .txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.pray-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .pray-wrap {
    display: block;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .pray-wrap.lazy_bottom.on {
    margin-bottom: 10px;
  }
}

.pray-list {
  width: 31%;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .pray-list {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .pray-list figure img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
}

.pray-list h3 {
  text-align: center;
  border-bottom: 1px solid #231815;
  min-height: 80px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pray-list h3 .bd {
  font-size: 2rem;
  color: #231815;
  letter-spacing: 6px;
}

@media screen and (max-width: 767px) {
  .pray-list h3 .bd {
    font-size: 2rem;
    min-height: initial;
  }
}

.pray-list h3 .small {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 4px;
}

.pray-list ul li {
  text-align: center;
  font-size: 1.4rem;
  color: #231815;
  margin-bottom: 5px;
}

.pray-list:nth-child(1) ul li {
  width: 50%;
  float: left;
}

.pray .btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pray .btn:hover {
  background: #fff;
  color: #666;
}

.guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .guide {
    display: block;
    width: 95%;
    margin: 0 auto 100px;
  }
}

.guide .fl {
  width: calc(100% - 450px);
  float: left;
}

@media screen and (max-width: 767px) {
  .guide .fl {
    width: 100%;
    float: none;
  }
}

.guide .fr {
  width: 300px;
  margin-left: 70px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .guide .fr {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.guide .fr h2 {
  font-size: 3.6rem;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .guide .fr h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 767px) {
  .guide .fr h2 br {
    display: none;
  }
}

.guide .fr .txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .guide .fr .txt {
    margin-bottom: 30px;
  }
}

.guide .fr .btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.guide .fr .btn:hover {
  background: #fff;
  color: #666;
}

.access {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .access {
    margin-bottom: 50px;
  }
}

.access h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .access h2 {
    font-size: 2rem;
    letter-spacing: 5px;
  }
}

.access h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  letter-spacing: 3px;
}

.access-wrap {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .access-wrap {
    padding-bottom: 56.25%;
  }
}

.access-wrap iframe,
.access-wrap object,
.access-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .f_logo {
  max-width: 200px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .access .f_logo {
    margin: 40px auto 20px;
  }
}

.access .address {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .access .address {
    margin-bottom: 30px;
  }
}

.access-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .access-detail {
    padding: 20px 0;
    margin-bottom: 30px;
    display: block;
  }
}

.access-detail .fl {
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid #666;
}

@media screen and (max-width: 767px) {
  .access-detail .fl {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.access-detail .fr {
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .access-detail .fr {
    width: 100%;
    padding-left: 0;
  }
}

.access-detail h3 {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 20px;
  margin-left: -0.6em;
}

.access-detail table th {
  width: 200px;
  font-size: 1.4rem;
  color: #666;
  padding-bottom: 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .access-detail table th {
    display: block;
    font-weight: bold;
    width: 100%;
    padding-bottom: 5px;
  }
}

.access-detail table th.pb0 {
  padding-bottom: 0;
}

.access-detail table td {
  width: calc(100% - 200px);
  font-size: 1.4rem;
  color: #666;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .access-detail table td {
    display: block;
    width: 100%;
  }
}

.access-detail table td.pb0 {
  padding-bottom: 0;
}

.access-detail .txt {
  font-size: 1.4rem;
  color: #666;
}

.access .btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.access .btn:hover {
  background: #fff;
  color: #666;
}

.news {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
}

.news:before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  opacity: 0.38;
  filter: alpha(opacity=38) progid:DXImageTransform.Microsoft.Alpha(opacity=38) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBDD1", endColorstr="#98D8D4", GradientType=1);
}

.news h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
  letter-spacing: 10px;
}

.pickup-news {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news h2 {
    font-size: 2rem;
    letter-spacing: 5px;
  }
}

.news h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  letter-spacing: 3px;
}

.news ul {
  max-width: 880px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .news ul {
    margin-bottom: 30px;
  }
}

.news ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
  .news ul li a {
    padding: 15px;
    display: block;
  }
}

.news ul li a .cate {
  width: 125px;
  padding: 1px;
  display: block;
  background: -ms-linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(90deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
}

@media screen and (max-width: 767px) {
  .news ul li a .cate {
    width: 125px;
    display: inline-block;
  }
}

.news ul li a .cate .white {
  padding: 2px 0;
  display: block;
  background: #fff;
  font-size: 1.4rem;
  color: #a2529f;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news ul li a .cate .white {
    font-size: 1.2rem;
  }
}

.news ul li a .date {
  font-size: 1.4rem;
  color: #666;
  margin: 0 15px;
}

.news ul li a h3 {
  font-size: 1.4rem;
  color: #666;
  width : 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news ul li a h3 {
    margin-top: 10px;
    width : 100%;
  }
}

.news ul li:nth-child(even) a {
  background: none;
}

.news .btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.news .btn:hover {
  background: #fff;
  color: #666;
}

.gallery {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .gallery {
    margin-top: 50px;
  }
}

.gallery h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .gallery h2 {
    font-size: 2rem;
    letter-spacing: 5px;
  }
}

.gallery h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  letter-spacing: 3px;
}

.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .gallery ul {
    display: block;
  }
}

.gallery ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .gallery ul li {
    width: 100%;
  }
}

.gallery ul li a {
  padding: 95px 0 95px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gallery ul li a {
    padding: 50px 2.5%;
  }
}

.gallery ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.gallery ul li a h3 {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-right: 25px;
  background: url("./img/icon_blank.svg");
  background-size: 15px;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gallery ul li a h3 {
    font-size: 2rem;
  }
}

.gallery ul li:nth-child(1) a:before {
  background: url("./img/gallery01.png");
  background-size: cover;
  background-position: center;
}

.gallery ul li:nth-child(1) a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery ul li:nth-child(2) a:before {
  background: url("./img/gallery02.png");
  background-size: cover;
  background-position: center;
}

.gallery ul li:nth-child(2) a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ttl {
  margin: 75px auto 60px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .ttl {
    margin: 100px auto 50px;
  }
}

.ttl span {
  display: block;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#formWrap {
  background: #ebeff2;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  #formWrap {
    padding: 50px 0;
  }
}

#formWrap .gray {
  text-align: center;
  margin: 50px auto;
  font-size: 1.6rem;
  color: #666;
}

#formWrap .gray .err-ttl {
  margin-bottom: 30px;
}

#formWrap .formTable {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #formWrap .formTable {
    width: 95%;
  }
}

#formWrap .formTable tr.hiddenbox {
  display: none;
}

#formWrap .formTable th {
  width: 190px;
  font-size: 1.6rem;
  color: #666;
  vertical-align: top;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  #formWrap .formTable th {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    font-weight: bold;
    padding: 15px 0 5px;
  }
}

#formWrap .formTable th span {
  color: #ff7ba4;
  font-size: 0.2em;
}

#formWrap .formTable td {
  padding-bottom: 30px;
  width: calc(100% - 190px);
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  #formWrap .formTable td {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    padding-bottom: 20px;
  }
}

#formWrap .formTable td input {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 1.6rem;
}

#formWrap .formTable td input::-webkit-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td input:-ms-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td input::-ms-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td input::placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td input:focus::-webkit-input-placeholder {
  color: transparent;
}

#formWrap .formTable td input:focus:-ms-input-placeholder {
  color: transparent;
}

#formWrap .formTable td input:focus::-ms-input-placeholder {
  color: transparent;
}

#formWrap .formTable td input:focus::placeholder {
  color: transparent;
}

#formWrap .formTable td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  padding: 15px;
  background-image: url(./img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 20px center;
  background-color: #666666;
  color: #fff;
  margin-bottom: 2%;
}

#formWrap .formTable td textarea {
  border: none;
  min-height: 300px;
  background: #fff;
  padding: 20px;
  width: 100%;
  font-size: 1.6rem;
}

#formWrap .formTable td textarea::-webkit-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td textarea:-ms-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td textarea::-ms-input-placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td textarea::placeholder {
  color: #d1d1d1;
}

#formWrap .formTable td textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

#formWrap .formTable td textarea:focus:-ms-input-placeholder {
  color: transparent;
}

#formWrap .formTable td textarea:focus::-ms-input-placeholder {
  color: transparent;
}

#formWrap .formTable td textarea:focus::placeholder {
  color: transparent;
}

#formWrap .pray_list {
  display: none;
  border: 1px solid #333;
  padding: 24px;
  margin-top: 24px;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  #formWrap .pray_list {
    width: 95%;
    padding: 15px;
  }
}

#formWrap .pray_list h5 {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 10px;
  text-align: center;
}

#formWrap .pray_list li {
  width: 13.5%;
  text-align: center;
  padding: 5px 0px;
  display: inline-block;
  color: #333;
}

@media screen and (max-width: 767px) {
  #formWrap .pray_list li {
    width: 32%;
  }
}

#formWrap .pray_list li ruby {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
}

#formWrap .pray_list li rb {
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  #formWrap .pray_list li rb {
    font-size: 1.4rem;
  }
}

#formWrap .submit_btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#formWrap .submit_btn:hover {
  background: #fff;
  color: #666;
}

#formWrap .back_btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#formWrap .back_btn:hover {
  background: #fff;
  color: #666;
}

#formWrap .flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #formWrap .flex-btn {
    display: block;
  }
}

#formWrap .flex-btn .submit_btn,
#formWrap .flex-btn .back_btn {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {

  #formWrap .flex-btn .submit_btn,
  #formWrap .flex-btn .back_btn {
    margin: 10px auto;
  }
}

.thanks-wrap h2 {
  text-align: center;
  font-size: 3.6rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .thanks-wrap h2 {
    font-size: 2rem;
  }
}

.thanks-wrap .txt {
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .thanks-wrap .txt {
    font-size: 1.4rem;
  }
}

.about-wrap {
  background: url("./img/about_fv.png");
  background-size: calc(100% - 19%);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 300px 0 80px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .about-wrap {
    padding: 100px 0 80px;
    margin-top: 0;
  }
}

.about-wrap h2 {
  margin-bottom: 35px;
  text-align: left;
}

.about-wrap .gra-btn {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .about-wrap .gra-btn {
    max-width: 200px;
  }
}

.about-ttl {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .about-ttl {
    margin: 35px auto 50px;
  }
}

.about-ttl h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  text-orientation: mixed;
}

.about-ttl h2 span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 10px;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.about-txt {
  margin-bottom: 150px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.8rem;
  line-height: 2.4em;
  max-height: 400px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .about-txt {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    max-height: none;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.about-list {
  margin: 150px auto;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .about-list {
    margin: 50px auto;
  }
}

.about-list dl {
  width: calc(48% - 60px);
}

@media screen and (max-width: 767px) {
  .about-list dl {
    width: 100%;
  }
}

.about-list dl dt {
  padding-top: 150px;
  position: relative;
  font-size: 3.3rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 55px;
  letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
  .about-list dl dt {
    font-size: 2.3rem;
  }
}

.about-list dl dt:before {
  position: absolute;
  left: 40%;
  top: 0;
  content: "";
  height: 120px;
  width: 1px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .about-list dl dt:before {
    left: 50%;
  }
}

.about-list dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .about-list dl dd {
    font-size: 1.4rem;
  }
}

.about-list .txt {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .about-list .txt {
    width: 100%;
    margin-top: 50px;
  }
}

.about-list figure {
  margin-bottom: 10px;
}

.about-list h3 {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.about-list h3:last-child {
  margin-bottom: 0;
}

.about-list .fl {
  float: left;
}

@media screen and (max-width: 767px) {
  .about-list .fl {
    float: none;
  }
}

.about-list .fr {
  float: right;
}

@media screen and (max-width: 767px) {
  .about-list .fr {
    float: none;
    margin-bottom: 100px;
  }
}

.about-list .grabg {
  position: relative;
}

.about-list .grabg:before {
  position: absolute;
  right: 50px;
  top: 40px;
  width: 100%;
  height: 100%;
  content: "";
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  opacity: 0.3;
  filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBDD1", endColorstr="#98D8D4", GradientType=1);
  z-index: -1;
}

.about-list-cont {
  margin-bottom: 70px;
}

.introduction-wrap {
  background: url("./img/introduction_fv.png");
  background-size: calc(100% - 19%);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 300px 0 80px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .introduction-wrap {
    padding: 100px 0 80px;
    margin-top: 0;
  }
}

.introduction-wrap h2 {
  margin-bottom: 35px;
  text-align: left;
}

.introduction-wrap .gra-btn {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .introduction-wrap .gra-btn {
    max-width: 200px;
  }
}

.greeting {
  max-width: 880px;
  margin: auto;
}

.greeting h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 100px auto 30px;
  padding: 5px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .greeting h2 {
    margin: 0px auto 30px;
  }
}

.greeting h2:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.17%, #ffbdd1), color-stop(62.94%, #8cc7f4), to(#98d8d4));
  background: linear-gradient(0deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
}

.greeting .fl {
  width: 45%;
  float: left;
}

@media screen and (max-width: 767px) {
  .greeting .fl {
    float: none;
    width: 100%;
  }
}

.greeting .fr {
  width: 52%;
  float: right;
}

@media screen and (max-width: 767px) {
  .greeting .fr {
    width: 100%;
    float: none;
  }
}

.greeting .fr h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .greeting .fr h3 {
    margin-top: 20px;
  }
}

.greeting .fr p.txt {
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .greeting .fr p.txt {
    font-size: 1.4rem;
  }
}

.greeting .fr figure {
  max-width: 175px;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.greeting .fr p.sb_txt {
  text-align: right;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.7rem;
}

.greeting .profile {
  width: 100%;
  margin: 60px 0 100px;
}

.greeting .profile th,
.greeting .profile td {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

  .greeting .profile th,
  .greeting .profile td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .greeting .profile th {
    border-top: 1px solid #eee;
  }
}

.greeting .profile iframe {
  margin-top: 20px;
}

.intro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .intro_list {
    display: block;
  }
}

.intro_list img {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .intro_list img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.news-all {
  background-color: #f0f0f1;
  padding: 80px 0 330px;
}

.news-all .inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .news-all .inner {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.news-all .gray-small-txt {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news-all .gray-small-txt {

  }
}

.news-all .flex-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style01 {
    display: block;
  }
}

.news-all .flex-style01 li {
  background-color: #fff;
  width: calc(100% / 4);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style01 li {
    width: 90%;
    margin: 0 auto;
  }
}

.news-all .flex-style01 li a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  position: relative;
}

.news-all .flex-style01 li .active {
  position: relative;
}

.news-all .flex-style01 li .active:before {
  content: "全て";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff;
  width: 90%;
  height: 100%;
  border-left: none;
  top: 10%;
  left: 5%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
}

.news-all .flex-style01 li .active.online_sanpai:before {
  content: "オンライン参拝";
}

.news-all .flex-style01 li .active.syukubou:before {
  content: "宿坊";
}

.news-all .flex-style01 li .active.c_news:before {
  content: "お知らせ";
}

.news-all .flex-style01 li .active.event:before {
  content: "祭典（イベント）";
}

.news-all .flex-style01 li .active.kigan:before {
  content: "祈願・ご供養";
}

.news-all .flex-style01 li .active.reien:before {
  content: "薬師寺霊苑";
}

@media screen and (max-width: 767px) {
  .news-all .flex-style01 li .active:before {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.news-all .flex-style01 li .active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #8cc7f4 transparent transparent transparent;
  border-width: 15px 8px 0 8px;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style01 li .active:after {
    content: none;
  }
}

.news-all .flex-style01 li+li {
  border-left: 1px solid #EBEFF2;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style01 li+li {
    border-left: 1px none;
    border-top: 1px solid #EBEFF2;
  }
}

.news-all .flex-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  column-gap: 42px;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style02 {
    display: block;
    padding: 15px 20px;
  }
}

.news-all .flex-style02 a {
  width: 77%;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style02 a {
    width: 100%;
  }
}

.news-all .flex-style02:nth-child(even) {
  background-color: #EBEFF2;
}

.news-all .flex-style02 .date-txt {
  font-size: 16px;
  color: #666;
  width: 15%;
}

@media screen and (max-width: 767px) {
  .news-all .flex-style02 .date-txt {
    margin-bottom: 5px;
    width: 100%;
  }
}

.news-detail {
  background-color: #f0f0f1;
  padding: 30px 0 100px;
}

.news-detail .inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .news-detail .inner {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
}

.news-detail .link-wrap {
  text-align: right;
}

.news-detail .link-wrap a {
  display: inline-block;
  background-color: #666;
  padding: 7px 10px;
  color: #fff;
  margin-right: -2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.news-detail .link-wrap a:hover {
  background: #fff;
  color: #666;
}

.news-detail .gray-small-txt {
  color: #666;
  margin-bottom: 10px;
}

.news-detail .btn {
  max-width: 300px;
  width: 100%;
  margin: 50px auto 0;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #666;
  -webkit-box-shadow: 2px 2px 8px #aaa;
  box-shadow: 2px 2px 8px #aaa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.news-detail .btn:hover {
  background: #fff;
  color: #666;
}

.news-detail .bg-white {
  background-color: #fff;
  padding: 15px 50px 80px;
}


@media screen and (max-width: 767px) {
  .news-detail .bg-white {
    padding: 25px 4% 50px;
  }
}

.news-detail .bg-white .gray-txt {
  color: #666;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .news-detail .bg-white .gray-txt {
    font-size: 16px;
  }
}

.news-detail .bg-white .straight-line {
  height: 2px;
  background-color: #666;
  margin: 15px 0 20px;
}

@media screen and (max-width: 767px) {
  .news-detail .bg-white .straight-line {
    margin: 5px 0 10px;
  }
}

.news-detail .bg-white .ttl01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .news-detail .bg-white .ttl01 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.news-detail .bg-white .txt01 {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}



@media screen and (max-width: 767px) {
  .news-detail .bg-white p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* 下記からエディター部分 */
.news-detail .bg-white .the_content_area pre {
  font-size: 1.5rem;
}

.news-detail .bg-white .the_content_area p {
  font-size: 1.5rem;
}

.news-detail .bg-white .the_content_area h1 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area h2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 3px solid #999;
  padding-left: 5px;
}

.news-detail .bg-white .the_content_area h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area h6 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area ul,
ol {
  font-size: 1.5rem;
  border: dotted #999 1px;
  padding: 0.5em 0.5em 0.5em 2em;
  margin-bottom: 10px;
}

.news-detail .bg-white .the_content_area ul li {
  list-style: disc;
}

.news-detail .bg-white .the_content_area ol li {
  list-style: decimal;
}

.news-detail .bg-white .the_content_area ul li,
.news-detail .bg-white .the_content_area ol li {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.news-detail .bg-white .the_content_area p strong {
  font-weight: bold;
}

.news-detail .bg-white .the_content_area p em {
  font-style: italic;
}

/*# sourceMappingURL=style.css.map */


.prayers-wrap {
  background: url("./img/prayers_mv.png");
  background-size: calc(100% - 19%);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 300px 0 80px;
  margin-top: 30px;
  margin-right: 8.7vh;
}

@media screen and (max-width: 767px) {
  .prayers-wrap {
    padding: 100px 0 80px;
    margin-top: 0;
    margin-right: 0;
  }
}

.prayers-wrap .container>.gra-ttl {
  text-align: left;
}

.prayers-wrap .container>.gra-ttl+.gra-btn {
  text-align: left;
  margin: 30px 0 0;
}

.prayers-ttl {
  margin: 120px auto;
}

@media screen and (max-width: 767px) {
  .prayers-ttl {
    margin: 35px auto 50px;
  }
}

.prayers-ttl h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  text-orientation: mixed;
}

.prayers-ttl h2 span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 10px;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.prayers-list {
  margin: 150px auto;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .prayers-list {
    margin: 50px auto;
  }
}

.prayers-list .container {
  text-align: left;
}

.prayers-list dl {
  width: calc(48% - 60px);
}

@media screen and (max-width: 767px) {
  .prayers-list dl {
    width: 100%;
  }
}

.prayers-list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .prayers-list dl dt {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .prayers-list dl dt:before {
    left: 50%;
  }
}

.prayers-list dl dd {
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .prayers-list dl dd {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.prayers-list .txt {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .prayers-list .txt {
    width: 100%;
    margin-top: 50px;
  }
}

/* .prayers-list .fl figure {
  width: 50vw;
} */

.prayers-list h3 {
  font-size: 5.4rem;
  margin-bottom: 35px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .prayers-list h3 {
    font-size: 3.4rem;
  }
}

.prayers-list .fl {
  float: left;
}

.prayers-list .fl .gra-btn,
.prayers-list .fr .gra-btn {
  margin: 85px 0 0;
}

@media screen and (max-width: 767px) {
  .prayers-list .fl .gra-btn.page-pray {
    margin: 25px auto 40px;
  }

}

.prayers-list .fr figure {
  width: 49.5vw;
  position: absolute;
  top: 0;
  left: 0;
}

.prayers-list .fl figure {
  width: 50vw;
  position: absolute;
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .prayers-list .fl {
    float: none;
  }
}

.prayers-list .fr {
  float: right;
}

@media screen and (max-width: 767px) {
  .prayers-list .fr {
    float: none;
    margin-bottom: 100px;
  }

  .prayers-list .fr.mb40 {
    margin-bottom: 40px;
  }

  .prayers-list .fr.prayers-mb40 {
    margin-bottom: 30px;
  }

  .prayers-list-cont .fr .gra-btn.site_btn {
    margin: 25px auto 40px;
  }
}

.prayers-list .bg {
  position: relative;
}

.prayers-list .bg figure:before {
  position: absolute;
  left: -80px;
  top: 80px;
  width: 100%;
  height: 100%;
  content: "";
  background: #3fa1ed;
  opacity: 0.3;
  z-index: -1;
}

.prayers-list .fl.bg figure:before {
  left: auto;
  right: -80px;
}

.prayers-list .bg2 figure:before {
  background: #a2529f;
}

.prayers-list-cont {
  position: relative;
  margin-bottom: 20vw;
}

.prayers-list-cont.bn {
  margin-bottom: 12vw;
}

@media screen and (max-width: 767px) {
  .prayers-list-cont.mb80 {
    margin-bottom: 80px;
  }
}


.prayers-list-cont.noukotsu {
  margin-top: 22vw;
}

@media screen and (max-width: 767px) {
  .prayers-list-cont.noukotsu {
    margin-bottom: 80px;
  }
}

.prayers-list-cont .prayers_page {
  margin-top: 180px;
}

.prayers-list-cont.bn01 {
  margin-bottom: 28vw;
}

/* .prayers-list-cont:before {
  position: absolute;
  left: 50%;
  bottom: -120px;
  content: "";
  height: 120px;
  width: 1px;
  background: #000;
} */

.prayers-list-cont.bn:before {
  display: none;
}

/* .prayers_img03 {
  margin: 65px 0;
} */
.prayers-list-cont .pray_list {
  /* display: none; */
  border: 1px solid #333;
  padding: 24px 14px;
  margin-top: 24px;
  border-radius: 10px;
  max-width: 900px;
  margin: 22vw auto 60px;
}

.prayers-list-cont .pray_list h5 {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 10px;
  text-align: center;
}

.prayers-list-cont .pray_list li {
  width: 13.5%;
  text-align: center;
  padding: 5px 0px;
  display: inline-block;
  color: #333;
}

@media screen and (max-width: 767px) {
  .prayers-list-cont .pray_list li {
    width: 32.5%;
  }
}

.prayers-list-cont .pray_list li ruby {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .prayers-list-cont .pray_list li ruby {
    white-space: nowrap;
  }
}



.prayers-list-cont .pray_list li rb {
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.topics-wrap {
  background: url(./img/topics_mv.png);
  background-size: calc(100% - 19%);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 300px 0 80px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .topics-wrap {
    padding: 100px 0 80px;
    margin-top: 0;
  }
}


.topics-wrap h2 {
  margin-bottom: 35px;
  text-align: left;
}

.topics-wrap .gra-btn {
  margin-left: 0;
}

.topics-ttl {
  margin: 120px auto;
}

.haka_ttl {
  text-align: center;
}

.haka_ttl h2 {
  margin-top: 60px;
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .haka_ttl h2 {
    font-size: 2.8rem;
    margin-top: 0px;
  }


}

.haka_ttl h2 span {
  font-size: 3.8rem;
}

@media screen and (max-width: 767px) {
  .haka_ttl h2 span {
    font-size: 2.2rem;
  }
}

.haka_ttl h3 {
  margin-bottom: 30px;
}

.haka_ttl h3 span {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .haka_ttl h3 span {
    font-size: 1.8rem;
  }
}

.haka_ttl h3 span::before {
  position: absolute;
  content: "";
  left: -85px;
  top: 26px;
  width: 85px;
  height: 50px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .haka_ttl h3 span::before {
    left: -54px;
    top: 27px;
    width: 65px;
    height: 21px;
    border-top: 1px solid #000;
    transform: rotate(63deg);
  }
}

.haka_ttl h3 span::after {
  position: absolute;
  content: "";
  right: -180px;
  top: 26px;
  width: 85px;
  height: 50px;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .haka_ttl h3 span::after {
    right: -130px;
    top: 26px;
    width: 65px;
    height: 21px;
    border-top: 1px solid #000;
    transform: rotate(-65deg);
  }
}

.topics-ttl h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: auto;
  text-orientation: mixed;
}

.nayami ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .nayami ul {
    display: block;
  }
}

.nayami ul li {
  width: 24%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nayami ul li {
    width: 47%;
    margin-bottom: 45px;
    float: left;
    margin-left: 10px;
  }
}

.nayami ul li p {
  font-size: 1.6rem;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .nayami ul li p {
    font-size: 1.4rem;
  }
}

.nayami ul li a {
  max-width: 100px;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
}

.topics-ttl h2 span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 10px;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.nayami .color_arrow {
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}

.nayami .color_arrow img {
  max-width: 156px;
}

@media screen and (max-width: 767px) {
  .nayami .color_arrow img {
    max-width: 70px;
  }
}

.anshin {
  text-align: center;
  margin-bottom: 60px;
}

.anshin h2 {
  text-align: center;
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .anshin h2 {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

.anshin h2 span {
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .anshin h2 span {
    font-size: 3.6rem;
  }
}

.anshin p {
  text-align: center;
  line-height: 2.4;
  font-size: 1.6rem;
  color: #444;
}

@media screen and (max-width: 767px) {
  .anshin p {
    font-size: 1.3rem;
  }
}

.haka_about {
  position: relative;
  height: 800px;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .haka_about {
    height: 890px;
  }
}

.haka_about::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  content: "";
  background: -moz-linear-gradient(0% 50% 0deg, rgba(255, 189, 209, 1) 3.17%, rgba(140, 199, 244, 1) 62.94%, rgba(140, 202, 198, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 189, 209, 1) 3.17%, rgba(140, 199, 244, 1) 62.94%, rgba(140, 202, 198, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0317, rgba(255, 189, 209, 1)), color-stop(0.6294, rgba(140, 199, 244, 1)), color-stop(1, rgba(140, 202, 198, 1)));
  background: -o-linear-gradient(0deg, rgba(255, 189, 209, 1) 3.17%, rgba(140, 199, 244, 1) 62.94%, rgba(140, 202, 198, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 189, 209, 1) 3.17%, rgba(140, 199, 244, 1) 62.94%, rgba(140, 202, 198, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#8CCAC6' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(255, 189, 209, 1) 3.17%, rgba(140, 199, 244, 1) 62.94%, rgba(140, 202, 198, 1) 100%);
  opacity: 0.15;
  filter: alpha(opacity=15) progid:DXImageTransform.Microsoft.Alpha(opacity=15) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#8CCAC6', GradientType=1);
}

@media screen and (max-width: 767px) {
  .haka_about::before {
    height: 920px;
  }
}

.haka_about .container {
  max-width: 1040px;
}

.haka_about h2 {
  text-align: center;
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .haka_about h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
}

.haka_about .fl {
  float: left;
  width: 40%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .haka_about .fl {
    width: 100%;
    float: none;
  }

}

.haka_about .fl p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media screen and (max-width: 767px) {
  .haka_about .fl p {
    margin-bottom: 20px;
  }
}

.haka_about .fr {
  float: right;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .haka_about .fr {
    float: none;
    width: 100%;
    position: static;
  }
}

.haka_about .fr figure {
  width: 47.5vw;
  position: absolute;
  top: 0;
  left: 0;
}


.flow {
  width: 100%;
  margin-top: 60px;
}

.flow h2 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .flow h2 {
    font-size: 3.8rem;
  }
}

.flow h2 span {
  font-size: 3.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow h2 span {
    font-size: 2.3rem;
  }
}

.flow h3 {
  margin-bottom: 50px;
  text-align: center;
}

.flow h3 span {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow h3 span {
    font-size: 2rem;
  }
}

.flow h3 span::before {
  position: absolute;
  content: "";
  left: -95px;
  top: 15px;
  width: 65px;
  height: 50px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .flow h3 span::before {
    left: -54px;
    top: 9px;
    width: 45px;
    height: 21px;
    border-top: 1px solid #000;
    transform: rotate(63deg);
  }
}

.flow h3 span::after {
  position: absolute;
  content: "";
  right: -85px;
  top: 18px;
  width: 65px;
  height: 50px;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .flow h3 span::after {
    right: -48px;
    top: 8px;
    width: 45px;
    height: 21px;
    border-top: 1px solid #000;
    transform: rotate(-65deg);
  }
}

.flow ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .flow ul {
    display: block;
    margin-bottom: 0;
  }
}

.flow ul.list01 {
  max-width: 725px;
  width: 100%;
  margin: 0 auto 70px;
}

.flow ul li {
  width: 28%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow ul li {
    width: 100%;
  }
}

.flow ul li::before {
  position: absolute;
  right: -50px;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 21.7px;
  border-color: transparent transparent transparent #252525;
}

@media screen and (max-width: 767px) {
  .flow ul li::before {
    display: none;
  }
}

.flow ul.list01 li {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .flow ul.list01 li {
    width: 100%;
  }
}

.flow ul li:nth-child(3)::before {
  display: none;
}

.flow ul.list01 li:nth-child(2)::before {
  display: none;
}

.modaal-close {
  position: absolute;
  right: 0px;
  top: -45px;
}

.modaal-content-container img {
  margin: auto;
  display: block;
}

.contact_line {
  padding: 2px;
  margin: 60px 0;
  background: -ms-linear-gradient(-43.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4' ,GradientType=0)";
  background: linear-gradient(133.23deg, #ffbdd1 3.17%, #8cc7f4 62.94%, #98d8d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBDD1', endColorstr='#98D8D4', GradientType=1);
}

.wid880 {
  max-width: 880px;
  margin: auto;
}

.contact_line .wh_bk {
  background-color: #fff;

  width: 99.9%;
  margin: auto;
  padding: 40px;
}

.contact_line .wh_bk p {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
}

.contact_line .wh_bk .tel {
  font-size: 2.7rem;
  text-align: center;
  color: #444;
  margin: auto;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.contact_line .wh_bk .tel a{
  color: #444;
}
.contact_line h2 {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.contact_line h2 span {
  margin-left: 40px;
  /* font-size: 1.5rem; */
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .contact_line h2 span {
    display: block;
    margin-left: 0;
  }
}

.topics_con01.container,
.topics_con02.container,
.topics_con05.container {
  max-width: 880px;
}

.topics_con03 .container,
.topics_con04 .container {
  max-width: 1040px;
}

.topics_con01 {
  margin: 0 auto 190px;
}

.topics_con01 h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  margin: 0 0 85px;
  font-weight: 100;
}

.topics_con01 p {
  color: #666;
  font-size: 1.6rem;
  line-height: 4rem;
}

.topics_con02 {
  margin: 0 auto 190px;
}

.topics_con02 h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  margin: 0 0 55px;
  font-weight: 100;
}

.topics_con02 h4 {
  font-size: 1.8rem;
  margin: 0 0 15px;
  font-weight: bold;
  text-align: left;
}

.topics_con02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topics_con02 ul li {
  width: 22%;
}

.topics_con02 ul li p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  text-align: left;
  margin: 15px 0 0;
}

.topics_con03 {
  margin: 0 auto 190px;
  position: relative;
}

/* .topics_con03:before {
  position: absolute;
  left: 50%;
  bottom: -120px;
  content: "";
  height: 120px;
  width: 1px;
  background: #000;
} */

.topics_con03 .fl {
  float: left;
  width: 35%;
  text-align: left;
}

.topics_con03 .fr {
  float: right;
  width: 50%;
  position: relative;
}

.topics_con03 h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  margin: 0 0 60px;
  font-weight: 100;
}

.topics_con03 p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.topics_con03 figure {
  width: 49.5vw;
  position: absolute;
  top: 0;
  left: 0;
}

.topics_con03 figure:before {
  position: absolute;
  left: -80px;
  top: 80px;
  width: 50vw;
  height: 100%;
  content: "";
  background: #442e76;
  opacity: 0.3;
  z-index: -1;
}

.topics_con04 {
  margin: 150px auto 190px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topics_con04 {
    margin: 150px auto 85px;
  }
}

/* .topics_con04:before {
  position: absolute;
  left: 50%;
  bottom: -120px;
  content: "";
  height: 120px;
  width: 1px;
  background: #000;
} */

.topics_con04 .fl {
  float: left;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topics_con04 .fl {
    width: 100%;
    float: none;
  }
}

.topics_con04 .fr {
  float: right;
  width: 35%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .topics_con04 .fr {
    width: 100%;
    float: none;
  }
}

.topics_con04 h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  margin: 0 0 60px;
  font-weight: 100;
}

.topics_con04 h4 {
  font-size: 3.4rem;
  margin: 0 0 35px;
  font-weight: bold;
}

.topics_con04 p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 767px) {
  .topics_con04 p {
    margin-bottom: 30px;
  }
}

.detail_list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .detail_list {
    margin-top: 0px;
  }
}

.detail_list.hakajima {
  margin-top: 340px;
}

@media screen and (max-width: 767px) {
  .detail_list.hakajima {
    margin-top: 30px;
  }
}

.detail_list h2 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 80px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .detail_list h2 {
    font-size: 2.8rem;
  }
}

.detail_list.hakajima h2 {
  margin-bottom: 30px;
}

.detail_list ul {
  display: flex;
  max-width: 600px;
  margin: auto;
  justify-content: space-between;
}

.detail_list li {
  width: 45%;
  margin-bottom: 50px;
}

.detail_list li .gray {
  color: #666666;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.detail_list li img {
  margin-bottom: 10px;
}

.detail_list li .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin: 10px 0;
}

.detail_list li span {
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #A2529F;
  position: relative;
  height: 30px;
  float: left;
}

.detail_list li span.gra-btn {
  max-width: 140px;
}

.topics_con04 .gra-btn {
  margin: 85px 0 0;
}

.topics_con04 figure {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .topics_con04 figure {
    position: static;
    width: 100%;
  }
}

.topics_con04 figure:before {
  position: absolute;
  right: -80px;
  top: 80px;
  width: 50vw;
  height: 100%;
  content: "";
  background: #442e76;
  opacity: 0.3;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .topics_con04 figure:before {
    display: none;
  }
}

.topics_con05 {
  margin: 0 auto 140px;
}

.topics_con05 h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.8rem;
  margin: 0 0 60px;
  font-weight: 100;
}

.topics_con05 table {
  width: 100%;
}

.topics_con05 table tr {
  background: #f3f6f8;
}

.topics_con05 table tr:nth-child(even) {
  background: #e8edf0;
}

.topics_con05 table th,
.topics_con05 table td {
  font-size: 1.8rem;
  color: #666;
  padding: 35px 0 35px 110px;
  width: 50%;
}

.topics_con06 {
  background: #ebeff2;
  padding: 80px 0;
  text-align: center;
}

.topics_con06 .wh_bk .soudan {
  margin: 0;
}

.topics_con06 .contact_line {}

.topics_con06 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 55px;
}

@media screen and (max-width: 767px) {
  .topics_con06 h3 {
    font-size: 2.2rem;
    margin: 0 0 37px;
  }
}

.topics_con06 p {
  color: #666;
  font-size: 2.1rem;
  margin: 0 0 60px;
  line-height: 4rem;
}

@media screen and (max-width: 767px) {
  .topics_con06 p {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}

.topics_con06 b {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6.6rem;
  margin: 0 0 75px;
  font-weight: 100;
  display: block;
}

@media screen and (max-width: 767px) {
  .topics_con06 b {
    font-size: 4.6rem;
  }
}

.no_post_msg {
  font-size: 1.8rem;
}




.news ul.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

.news ul.flex li {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .news ul.flex li {
    width: 100%;
    margin-bottom: 30px;
  }
}



.news ul.flex li a {
  display: block;
  padding: 0;
  background: none;
}

.news ul.flex li a .clearfix {
  margin: 20px 0;
}

.news ul.flex li a .clearfix .cate {
  float: left;
}

.news ul.flex li a .clearfix .cate .white {
  width: 100%;
}

.news ul.flex li a .clearfix .date {
  float: right;
  margin: 0;
}

.news ul.flex li a p {
  font-size: 14px;
  text-align: left;
  color: #666;
}
