@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body {
  background: url(../images/share/bg01.jpg);
  border-top: 5px solid #051726;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #051726;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

a[href^="tel"] {
  cursor: default;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #051726;
  z-index: 10;
}

header .container {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}

.h-intro {
  padding-top: 10px;
}

.h-intro .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.h-intro .logo {
  width: 279px;
}

.h-tel {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}

.h-tel li+li {
  margin-left: 20px;
}

.pc-navi {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  display: flex;
  justify-content: flex-end;
}

.pc-navi>li {
  line-height: 1;
}

.pc-navi>li+li {
  margin-left: 40px;
}

.pc-navi>li>a {
  display: block;
  color: #fff;
  font-size: 19px;
  transition: .5s;
}

.pc-navi>li>a:hover {
  color: #bb3313;
}

.g-navi .dropdown {
  position: relative;
  padding-bottom: 30px;
}

.g-navi .dropdown .child {
  pointer-events: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  transition: .4s ease-in-out;
  width: 200px;
  opacity: 0;
  z-index: 10;
}

.g-navi .dropdown ul {
  background: #fff;
  padding: 30px;
}

.g-navi .dropdown ul li {
  text-align: center;
  margin: 0 0 10px;
}

.g-navi .dropdown ul li:last-child {
  margin: 0;
}

.g-navi .dropdown ul li a {
  display: inline-block;
  color: #333;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  line-height: 1.5;
  transition: .5s;
}

.g-navi .dropdown ul li a:hover {
  color: #bb3313;
}

.g-navi .dropdown:hover>a {
  color: #bb3313;
}

.g-navi .dropdown:hover .child {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

.hero .slick-slide {
  width: 100%;
  height: 100vh;
  min-height: 950px;
  position: relative;
}

.hero .slick-slide::before {
  pointer-events: none;
  content: "";
  background: url(../images/hero_deco01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero .main01 {
  background: url(../images/main01_snow.jpg) no-repeat center/cover;
}

.hero .main02 {
  background: url(../images/main02.jpg) no-repeat center/cover;
}

.hero .main03 {
  background: url(../images/main03.jpg) no-repeat center/cover;
}

.hero .main04 {
  background: url(../images/main04.jpg) no-repeat center/cover;
}

.hero .hero-container {
  display: flex;
  flex-direction: column;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-width: 1200px;
  width: 90%;
  padding: 150px 0 0;
  margin: 0 auto;
  position: relative;
}

.hero .main03 .hero-container {
  justify-content: flex-end;
}

.hero .label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  width: 220px;
  height: 370px;
  position: relative;
  margin-left: 110px;
}

.hero .label::before {
  content: "";
  background: url(../images/hero_deco02.png) no-repeat 0 0/contain;
  width: 112px;
  height: 100px;
  position: absolute;
  top: -40px;
  right: 0;
}

.hero .txt {
  color: #fff;
  font-size: 28px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
}

.hero .txt em {
  font-size: 50px;
}

main {
  padding: 0 0 125px;
}

.t-ttl01 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
}

.t-ttl01.white {
  color: #fff;
}

.t-ttl02 {
  border-bottom: 1px solid #000;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.t-ttl02::before {
  content: "";
  background: #bb3313;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.t-ttl02 em {
  font-size: 45px;
}

.t-container {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}

.t-btn, .btn-more, .u-btn {
  display: inline-block;
  background: url(../images/share/bg02.jpg);
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  min-width: 300px;
  overflow: hidden;
  transition: .5s;
  position: relative;
}

.t-btn::before, .btn-more::before, .u-btn::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-right: 15px;
  vertical-align: 2px;
}

.t-btn:hover, .btn-more:hover, .u-btn:hover {
  opacity: .5;
}

.btn-more {
  padding: 7px 0;
  min-width: 160px;
}

.sec01 {
  background: url(../images/sec01_bg.png) no-repeat center top 80px;
  padding: 120px 0 90px;
}

.sec01-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.sec01-ttl::before {
  content: "";
  display: inline-block;
  background: url(../images/share/ico_temple.png) no-repeat 0 0/contain;
  width: 44px;
  height: 41px;
  margin-right: 10px;
  vertical-align: -4px;
}

.sec01-ttl em {
  font-size: 45px;
}

.sec01-txt {
  text-align: center;
  padding: 0 100px;
  margin-bottom: 40px;
}

.sec01-txt p+p {
  margin-top: 30px;
}

.sec01-list {
  display: flex;
  justify-content: space-between;
  margin: 90px 0 0;
}

.sec01-list li {
  width: 47.18%;
}

.sec01-list .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.sec01-list a {
  display: block;
  transition: .5s;
}

.sec01-list a:hover {
  opacity: .5;
}

.sec02 {
  margin-bottom: 115px;
}

.sec02-layout {
  display: flex;
  flex-direction: row-reverse;
}

.sec02-layout .l-img {
  position: relative;
  width: 459px;
  margin: 0 0 0 50px;
}

.sec02-layout .l-img::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.sec02-layout .l-desc {
  flex: 1;
  padding: 70px 0 0 115px;
  position: relative;
}

.sec02-layout .l-ttl {
  border-right: 1px solid #ea876f;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  padding-right: 30px;
  height: 115px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
}

.sec02-layout .l-ttl span {
  display: block;
  line-height: 1;
}

.sec02-layout .l-ttl .jp {
  font-size: 20px;
  margin: 0 0 0 5px;
}

.sec02-layout .l-ttl .en {
  color: #6f6f6f;
  font-size: 14px;
}

.sec02-layout .l-btn {
  text-align: right;
  margin-top: 35px;
}

.sec02-layout+.sec02-layout {
  margin-top: 70px;
}

.sec02-layout:nth-child(odd) {
  flex-direction: row;
}

.sec02-layout:nth-child(odd) .l-img {
  margin: 0 50px 0 0;
}

.sec03 {
  background: url(../images/sec03_bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 70px 0;
  margin: 0 auto;
  max-width: 1350px;
}

.sec03 ul {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec03 ul li {
  position: relative;
  padding-left: 20px;
}

.sec03 ul li+li {
  margin-top: 5px;
}

.sec03 ul li:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

.sec03 ul .small {
  font-size: 15px;
}

.sec03 p+p {
  margin-top: 35px;
}

.sec04 {
  padding: 90px 0;
}

.sec04-list {
  display: flex;
  justify-content: space-between;
}

.sec04-list li {
  width: 47.18%;
}

.sec04-list .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.sec04-list a {
  display: block;
  transition: .5s;
}

.sec04-list a:hover {
  opacity: .5;
}

.sec05-layout01 {
  position: relative;
  margin-bottom: 60px;
}

.sec05-layout02 {
  display: flex;
  justify-content: space-between;
}

.sec05-layout02 .item {
  position: relative;
  width: 47.18%;
}

.sec05-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.list-top-blog {
  display: flex;
}

.list-top-blog li {
  margin: 0 16px 0 0;
  width: 228px;
}

.list-top-blog li:nth-child(4n) {
  margin: 0;
}

.list-top-blog .list-img {
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.list-top-blog .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 218px;
  height: 150px;
  transition: .5s;
}

.list-top-blog time {
  display: block;
  color: #888;
}

.list-top-blog .list-ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-top-blog a:hover .list-img img {
  opacity: .5;
}

.list-top-topics {
  margin: -15px 0 0;
}

.list-top-topics li {
  border-bottom: 1px dotted #958e8b;
}

.list-top-topics a {
  display: block;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
}

.list-top-topics a:hover {
  background: rgba(51, 51, 51, 0.05);
}

.list-top-topics time {
  display: inline-block;
  color: #888;
  width: 90px;
}

.list-top-topics .category {
  background: #dfd3a4;
  display: inline-block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 11px;
  padding: 1px 10px;
  vertical-align: 1px;
  margin-right: 10px;
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  transition: .5s;
  width: 78px;
}

.pagetop a:hover {
  opacity: .5;
}

footer {
  background: #051726;
  color: #fff;
  padding: 60px 0 10px;
}

.f-container {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}

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

.f-intro .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.f-intro .logo {
  width: 360px;
  margin-bottom: 15px;
}

.f-intro .address {
  font-size: 14px;
  margin: 0 0 0 -5px;
}

.f-tel {
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}

.f-tel li+li {
  margin-top: 10px;
}

.site-map {
  margin-bottom: 50px;
}

.site-map ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.site-map ul li::after {
  content: "|";
  margin: 0 5px;
}

.site-map ul li:last-child::after {
  display: none;
}

.site-map a:hover {
  text-decoration: underline;
}

.copyright {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  text-align: center;
}

/*------------
下層レイアウト
--------------*/
.page-ttl {
  display: flex;
  align-items: flex-end;
  height: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.page-ttl h2 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 40px;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 960px;
  width: 90%;
}

.page-ttl:before {
  content: "";
  background: #ddd url(../images/under/bg_greeting.jpg) no-repeat center/cover;
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.page-ttl.seiryuin::before {
  background: url(../images/under/bg_seiryuin.jpg) no-repeat center/cover;
}

.page-ttl.tokuhouin::before {
  background: url(../images/under/bg_tokuhouin.jpg) no-repeat center/cover;
}

.page-ttl.cemetery::before {
  background: url(../images/under/bg_cemetery.jpg) no-repeat center/cover;
}

.page-ttl.event::before {
  background: url(../images/under/bg_event.jpg) no-repeat center/cover;
}

.page-ttl.event01::before {
  background: url(../images/under/bg_event_01.jpg) no-repeat center/cover;
}

.page-ttl.access::before {
  background: url(../images/under/bg_access.jpg) no-repeat center/cover;
}

.page-ttl.contact::before {
  background: url(../images/under/bg_contact.jpg) no-repeat center/cover;
}

.page-ttl.funeral::before {
  background: url(../images/under/bg_funeral.jpg) no-repeat center/cover;
}

.page-ttl.grave::before {
  background: url(../images/under/bg_grave.jpg) no-repeat center/cover;
}

.page-ttl.legal_summary::before {
  background: url(../images/under/bg_legal_summary.jpg) no-repeat center/cover;
}

.breadcrumb ul {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 13px;
  color: #051726;
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.u-contents p+p {
  margin-top: 25px;
}

main.column2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 125px;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

main.column2 .u-contents {
  width: 740px;
}

main.column2 .side-navi {
  width: 240px;
}

main.column2 .tall {
  padding: 0;
}

.side-links-01 {
  border: 1px solid #ddd;
  border-top: 4px solid #051726;
}

.side-links-01 .ttl {
  border-bottom: 1px solid #ddd;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  padding: 15px 30px;
}

.side-links-01>ul {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 15px;
  padding: 20px 30px;
}

.side-links-01>ul>li {
  position: relative;
  padding: 0 0 0 15px;
}

.side-links-01>ul>li::before {
  content: "";
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  left: 0;
  top: 10px;
}

.side-links-01>ul>li+li {
  margin-top: 7px;
}

.side-links-01>ul>li>a:hover {
  text-decoration: underline;
}

.side-links-01>ul ul {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0 0 0;
}

.side-links-01>ul ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.side-links-01>ul ul li::before {
  content: "";
  background: #333;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}

.side-links-01>ul ul li+li {
  margin-top: 10px;
}

.side-links-01>ul ul li a:hover {
  text-decoration: underline;
}

/*------------
下層パーツ
--------------*/
.u-h3 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.u-h302 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 25px;
  margin-bottom: 30px;
}

.u-h4, .postdata h4 {
  border-bottom: 1px solid #000;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.u-h4::before, .postdata h4::before {
  content: "";
  background: #bb3313;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.u-h5, .postdata h5 {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  padding: 0 0 0 25px;
  margin: 0 0 13px;
  position: relative;
}

.u-h5::before, .postdata h5::before {
  content: "";
  background: #bb3313;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}

.txt-name {
  text-align: right;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
}

.short+.short {
  margin-top: 50px;
}

.tall {
  padding: 120px 0 0;
}

.u-container {
  margin: 0 auto;
  max-width: 960px;
  width: 90%;
}

.l-imgR, .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-desc, .l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

.l-style01 {
  display: flex;
  justify-content: space-between;
}

.l-style01 .l-intro {
  display: flex;
  flex-direction: column;
  margin: -5px 0 0;
  width: 35%;
}

.l-style01 .l-desc {
  width: 58%;
}

.l-style01 .l-ttl {
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 28px;
  margin-bottom: 30px;
}

.l-style01 .l-ttl02 {
  display: inline-block;
  border-bottom: 1px solid #051726;
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.l-style01 .l-img {
  margin: auto 0 0;
}

.l-style01 .sub-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 14px;
}

.l-style01 .job {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  margin-bottom: 5px;
}

.l-style01 .kana, .l-style01 .small {
  font-size: 15px;
  margin-left: 15px;
}

.l-style02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.l-style02 .l-img {
  background: #eee;
  text-align: center;
  padding: 50px;
  margin: 0 -50px 0 80px;
  width: 500px;
}

.l-style02 .l-img img {
  flex-shrink: 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.4);
}

.l-style02 .l-desc {
  flex: 1;
  text-align: justify;
}

.l-style02 .l-ttl {
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 28px;
  margin-bottom: 25px;
}

.l-information {
  display: flex;
  justify-content: space-between;
}

.l-information .item:nth-of-type(1) {
  width: 40%;
}

.l-information .item:nth-of-type(2) {
  width: 55%;
}

.l-information .item-ttl {
  border-bottom: 1px solid #ccc;
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.l-information .item-ttl::before {
  content: "";
  background: #bb3313;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.l-contact-tel {
  text-align: center;
}

.l-contact-tel .l-ttl {
  display: table;
  border-bottom: 1px solid #333;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  text-align: center;
  padding: 0 0 15px;
  margin: 0 auto 30px;
}

.l-contact-tel .l-tel {
  display: flex;
  justify-content: center;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 23px;
  line-height: 1;
  margin-bottom: 30px;
}

.l-contact-tel .l-tel li+li {
  margin-left: 25px;
}

.l-contact-tel .l-txt {
  font-size: 14px;
}

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-disc li+li {
  margin-top: 5px;
}

.list-disc li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num>li:before {
  background: #051726;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-num>li+li {
  margin-top: 5px;
}

.list-gallery.column3 {
  display: flex;
  flex-wrap: wrap;
}

.list-gallery.column3>li {
  width: 33.333%;
}

.list-price {
  display: flex;
  justify-content: space-between;
}

.list-price li {
  border: 1px solid #333;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  text-align: center;
  padding: 15px;
  width: 30%;
  position: relative;
}

.list-price li+li::before {
  content: "";
  background: url(../images/share/ico_plus.svg) no-repeat 0 0/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: -35px;
}

.list-flow {
  border: 1px solid #ddd;
  padding: 70px;
}

.list-flow>li {
  position: relative;
  padding: 5px 0 50px 100px;
}

.list-flow>li::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 24px;
}

.list-flow>li:last-child {
  padding: 5px 0 0 100px;
}

.list-flow>li:last-child::before {
  display: none;
}

.list-flow .num {
  display: inline-block;
  background: #051726;
  border-radius: 5px;
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.list-flow .list-ttl {
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 23px;
  margin-bottom: 15px;
}

.dl-career {
  display: flex;
  flex-wrap: wrap;
}

.dl-career dt {
  border-bottom: 1px dashed #ccc;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  color: #888;
  padding: 10px 0;
  width: 25%;
}

.dl-career dd {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  width: 75%;
}

.dl-information {
  display: flex;
  flex-wrap: wrap;
}

.dl-information dt {
  font-weight: bold;
  width: 30%;
}

.dl-information dd {
  width: 70%;
}

.dl-event {
  border-top: 1px solid #b9b9b9;
  display: flex;
  flex-wrap: wrap;
}

.dl-event dt {
  border-bottom: 1px solid #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  padding: 25px 0;
  width: 30%;
}

.dl-event dd {
  border-bottom: 1px solid #b9b9b9;
  padding: 25px 0;
  width: 70%;
}

.table-style01 th, .table-style01 td {
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
}

.table-style01 th {
  background: rgba(5, 23, 38, 0.5);
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  text-align: left;
}

.table-event th, .table-event td {
  padding: 25px 15px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
}

.table-event th {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 20px;
  text-align: center;
}

.list-event li {
  position: relative;
  padding-left: 50px;
}

.list-event li+li {
  margin-top: 10px;
}

.list-event .day {
  font-weight: bold;
  position: absolute;
  left: 0;
}

.box-style01 {
  background: #eee;
  padding: 50px;
}

.box-style01 .box-ttl {
  display: flex;
  align-items: center;
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 22px;
  margin-bottom: 30px;
}

.box-style01 .box-ttl::after {
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  margin-left: 30px;
  flex: 1;
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

/*------------
お問い合わせ
--------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 20px 0;
}

.contact-form .hissu {
  color: #E57373;
  margin-left: 5px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}

.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}

.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: .4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form .mwform-radio-field input[type="radio"]:checked+.mwform-radio-field-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}

.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 7px;
  transition: .3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.contact-form .mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}

.contact-form .preferred-date .time {
  display: flex;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .preferred-date .time select {
  width: 80px;
}

.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}

.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}

.contact-form .birthday {
  display: flex;
  align-items: center;
}

.contact-form .birthday select {
  width: 100px;
}

.contact-form .birthday .year {
  margin: 0 10px;
}

.contact-form .birthday .month {
  margin: 0 10px;
}

.contact-form .birthday .day {
  margin: 0 0 0 10px;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.mw_wp_form_confirm .file-button {
  cursor: auto;
  display: block;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  padding: 0;
  margin-top: 0;
}

.mw_wp_form_confirm .file-button .file-txt {
  display: none;
}

.mw_wp_form_confirm .file-button .file-delete {
  display: none;
}

.mw_wp_form_confirm .file-button .mw-wp-form_image {
  display: block;
  width: 100px;
}

/*------------
投稿パーツ
--------------*/
/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li+li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  border-bottom: 1px solid #ddd;
  color: #051726;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 22px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl a {
  transition: .5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: .5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.list-post-type01 .list-img a {
  transition: .5s;
}

.list-post-type01 .list-img a:hover {
  opacity: .5;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  border: 1px solid #051726;
  color: #051726;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

.list-post-type01 .list-txt {
  margin: 0 0 15px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  display: inline-block;
  background: url(../images/share/bg02.jpg);
  color: #fff;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 13px;
  text-align: center;
  padding: 7px 30px;
  overflow: hidden;
  transition: .5s;
  position: relative;
}

.list-post-type01 .list-btn a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-right: 15px;
  vertical-align: 2px;
}

.list-post-type01 .list-btn a:hover {
  opacity: .5;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single .l-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 30px;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  border: 1px solid #051726;
  color: #051726;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

/*詳細ページ*/
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: '';
  background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 0;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "FOT-筑紫オールド明朝 Pro R";
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #000;
}

.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  line-height: 1;
  overflow: hidden;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.prev,
.post-number-single a.next {
  position: relative;
  top: -3px;
  margin-top: 0;
}

.post-number-single a.next::before {
  content: '';
  background: url(../images/share/ico_arrow_post_left.svg) center no-repeat/contain;
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}


.post-number-single a.prev::after {
  content: '';
  background: url(../images/share/ico_arrow_post_right.svg) center no-repeat/contain;
  display: inline-block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.all {
  padding: 2px 0 0;
}

.post-number-single a:hover {
  opacity: .5;
}

/*------------
common
--------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.fo20-16 {
  font-size: 20px;
}

@media (max-width: 800px) {
  .fo20-16 {
    font-size: 16px;
  }
}

.bold, strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.blue {
  color: #1470bd;
}

.underline {
  text-decoration: underline;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30-15 {
  margin-bottom: 30px !important;
}

.mb50-30 {
  margin-bottom: 50px !important;
}

.mb100-50 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.google-map iframe {
  vertical-align: bottom;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

/*------------
お問い合わせ
--------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 20px 0;
}

.contact-form .hissu {
  color: #E57373;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form select, .contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  vertical-align: 0;
  margin: 0 10px 0 0;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field, .contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}

.contact-form .preferred-date .time {
  display: flex;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .preferred-date .time select {
  width: 80px;
}

.contact-form .preferred-date .time .hour {
  margin: 0 10px;
}

.contact-form .preferred-date .time .minute {
  margin: 0 0 0 10px;
}

.contact-form .birthday {
  display: flex;
  align-items: center;
}

.contact-form .birthday select {
  width: 100px;
}

.contact-form .birthday .year {
  margin: 0 10px;
}

.contact-form .birthday .month {
  margin: 0 10px;
}

.contact-form .birthday .day {
  margin: 0 0 0 10px;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transition: .5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .5;
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 8px;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #2292ab;
}

.slick-dots li.slick-active button {
  background: #2292ab;
}

/* falling-item */
.falling .falling-item {
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

@-webkit-keyframes falling01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-50deg);
    transform: translate(0, 0) rotate(-50deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-500px, 800px) rotate(50deg);
    transform: translate(-500px, 800px) rotate(50deg);
  }
}

@keyframes falling01 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(-50deg);
    transform: translate(0, 0) rotate(-50deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-500px, 800px) rotate(50deg);
    transform: translate(-500px, 800px) rotate(50deg);
  }
}

@-webkit-keyframes falling02 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  70% {
    -webkit-transform: translate(10px, 500px);
    transform: translate(10px, 500px);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(100px, 700px) rotate(-50deg);
    transform: translate(100px, 700px) rotate(-50deg);
  }
}

@keyframes falling02 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  70% {
    -webkit-transform: translate(10px, 500px);
    transform: translate(10px, 500px);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(100px, 700px) rotate(-50deg);
    transform: translate(100px, 700px) rotate(-50deg);
  }
}

@-webkit-keyframes falling03 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 600px) rotate(-50deg);
    transform: translate(-100px, 600px) rotate(-50deg);
  }
}

@keyframes falling03 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-100px, 600px) rotate(-50deg);
    transform: translate(-100px, 600px) rotate(-50deg);
  }
}

@-webkit-keyframes falling04 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-800px, 700px) rotate(30deg);
    transform: translate(-800px, 700px) rotate(30deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-1200px, 900px) rotate(-50deg);
    transform: translate(-1200px, 900px) rotate(-50deg);
  }
}

@keyframes falling04 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(50deg);
    transform: translate(0, 0) rotate(50deg);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-800px, 700px) rotate(30deg);
    transform: translate(-800px, 700px) rotate(30deg);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-1200px, 900px) rotate(-50deg);
    transform: translate(-1200px, 900px) rotate(-50deg);
  }
}

.sns-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .sns-logo {
    justify-content: center;
  }
}

.top_cont01 {
  padding: 80px 0 0 0;
}

@media (max-width: 800px) {
  .top_cont01 {
    padding: 40px 0 0 0;
  }
}