@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amatic+SC");

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

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

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 2;
  letter-spacing: .05em;
}

body.no-scroll {
  overflow-y: hidden;
}

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

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

.btn-more {
  border: 1px solid #333;
  background: #fff;
  color: #444;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  line-height: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  width: 200px;
  z-index: 0;
}

.btn-more::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 17px;
  left: 10px;
}

.btn-more::after {
  content: "";
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.btn-more:hover {
  color: #fff;
}

.btn-more:hover::before {
  border-color: transparent transparent transparent #fff;
}

.btn-more:hover::after {
  opacity: 1;
  width: 100%;
}

.btn-more_wide {
  width: 225px;
}

.u-btn {
  border: 1px solid #333;
  background: #fff;
  color: #444;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  padding: 10px 40px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.u-btn::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 21px;
  left: 15px;
}

.u-btn::after {
  content: "";
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.u-btn:hover {
  color: #fff;
}

.u-btn:hover::before {
  border-color: transparent transparent transparent #fff;
}

.u-btn:hover::after {
  opacity: 1;
  width: 100%;
}

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

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

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

#header {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.h-logo {
  width: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.h-tel {
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 90px;
}

.h-tel a {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  letter-spacing: 3px;
  margin: 0 0 10px;
}

.h-tel a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.h-tel p {
  font-size: 12px;
}

.humberger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: .4s;
  transition: .4s;
}

.humberger span {
  background: #804289;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.humberger span:nth-of-type(1) {
  top: 28px;
}

.humberger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.humberger span:nth-of-type(3) {
  bottom: 28px;
}

.humberger.is-on span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 11px) rotate(45deg);
  transform: translate(-50%, 11px) rotate(45deg);
}

.humberger.is-on span:nth-of-type(2) {
  opacity: 0;
}

.humberger.is-on span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -10px) rotate(-45deg);
  transform: translate(-50%, -10px) rotate(-45deg);
}

.g-navi {
  background: url(../images/share/pattern04.png);
  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;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  pointer-events: none;
  z-index: 250;
}

.g-navi.is-on {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.g-navi ul li {
  color: #737373;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.g-navi ul li+li {
  margin: 3vh 0 0;
}

.g-navi ul li a {
  display: inline-block;
  position: relative;
}

.g-navi ul li a::before {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 120%;
  height: 1px;
  margin-left: -10%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

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

.g-navi ul li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.g-navi ul li.is-current a {
  color: #fff;
}

.g-navi ul li.is-current a::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#hero {
  position: relative;
}

/* スライドショー */
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.viewer ul {
  width: 100%;
  overflow: hidden;
}

.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.viewer ul li img {
  width: 100%;
}

.hero-bg {
  background: url(../images/main_bg.jpg) top center/cover;
  width: 100%;
  height: 700px;
}

/* .hero-bg img {
  display: none;
}
 */
.hero-ttl {
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
  z-index: 200;
}

.hero-ttl.is-on {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

#middle {
  background: #fff;
  position: relative;
}

.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  padding: 50px 70px;
  margin: 0 auto -50px;
  max-width: 1024px;
  overflow: hidden;
  position: relative;
  top: -50px;
  width: 100%;
  z-index: 201;
}

.top-news .ttl {
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 100px 50px 0;
}

.top-news .ttl .en {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "Amatic SC";
  font-size: 55px;
  margin: 0 0 20px;
}

.top-news .ttl .jp {
  color: #696969;
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
}

.top-news .more {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  top: 185px;
  left: 90px;
}

.top-news .more:hover {
  text-decoration: none;
}

.top-news-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1;
}

.top-news-list li+li {
  margin-top: 35px;
}

.top-news-list time {
  color: #aaa;
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 35px 0 0;
}

.top-news-list a {
  font-size: 18px;
  color: #696969;
  font-weight: bold;
  text-decoration: underline;
}

.top-news-list a:hover {
  text-decoration: none;
}

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

.t-h3 {
  display: table;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
}

.t-h3 .en {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "Amatic SC";
  font-size: 55px;
  margin: 0 0 20px;
}

.t-h3 .jp {
  color: #804289;
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
}

.sec01 {
  background: url(../images/sec01_bg.png) no-repeat bottom center/cover;
}

.sec01 .t-container {
  padding: 100px 0 90px;
  position: relative;
}

.sec01-ttl {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 38px;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 0 65px;
  margin: 0 0 30px;
  z-index: 0;
}

.sec01-ttl em {
  color: #804289;
  font-size: 42px;
}

.sec01-ttl::before {
  content: "";
  background: url(../images/sec01_txt01.png) no-repeat 0 0/contain;
  width: 633px;
  height: 77px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.sec01-txt {
  text-align: center;
  margin: 0 0 65px;
}

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

.sec01-flag01,
.sec01-flag02 {
  position: absolute;
}

.sec01-flag01 {
  top: -15px;
  left: 55px;
}

.sec01-flag02 {
  top: -15px;
  right: 88px;
}

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

.sec01-list a {
  display: block;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateY(0);
}

.sec01-list a:hover {
  transform: perspective(600px) rotateY(-30deg);
}

.sec02 {
  background: url(../images/sec02_bg.jpg) no-repeat bottom center/cover;
  padding: 60px 0;
}

.sec02 .t-h3::before {
  content: "";
  background: url(../images/sec02_txt01.png) no-repeat 0 0/contain;
  width: 168px;
  height: 63px;
  position: absolute;
  top: -10px;
  right: -180px;
}

.top-gallery-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*display: -webkit-box;
    display: -ms-flexbox;*/
  display: flex;
  margin: 0 -16px 50px;
}

.top-gallery-list li {
  text-align: center;
  margin: 0 16px;
  width: 232px;
}

/* .top-gallery-list a {
  display: block;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateY(0);
}

.top-gallery-list a:hover {
  transform: perspective(600px) rotateY(-30deg);
} */

.top-gallery-list img {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
  max-height: 220px;
}

.sec03 {
  padding: 60px 0;
}

.sec03 .t-h3::before {
  content: "";
  background: url(../images/sec03_txt01.png) no-repeat 0 0/contain;
  width: 141px;
  height: 61px;
  position: absolute;
  top: -20px;
  left: -160px;
}

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

.sec03-list>li {
  width: 320px;
}

.sec03-list .list-img {
  text-align: center;
  margin: 0 0 15px;
}

.sec03-list .list-ttl {
  line-height: 1;
  text-align: center;
  margin: 0 0 15px;
}

.sec03-list .list-ttl .en {
  border-bottom: 2px solid #d6b77a;
  color: #d6b77a;
  display: inline-block;
  font-family: "Amatic SC";
  font-size: 45px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.sec03-list .list-ttl .jp {
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
}

.sec03-list .list-desc {
  margin: 0 0 40px;
}

.sec03-list .list-btn {
  text-align: center;
}

.sec03-list .list-img a {
  display: block;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateY(0);
}

.sec03-list .list-img a:hover {
  transform: perspective(500px) rotateY(-20deg);
}

.sec04 {
  background-color: #a9a9a9;
  padding: 60px 0;
  overflow: hidden;
}

.sec04 .t-h3::before {
  content: "";
  background: url(../images/sec04_txt01.png) no-repeat 0 0/contain;
  width: 168px;
  height: 63px;
  position: absolute;
  top: -20px;
  right: -190px;
}

.top-blog-list .list-item {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 50px;
  margin: 0 4vw;
  max-width: 1024px;
  width: 100%;
  z-index: 10;
}

.top-blog-list .list-img {
  margin: 0 60px 0 0;
  max-width: 420px;
}

.top-blog-list .list-img img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.top-blog-list .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-blog-list time {
  color: #aaa;
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.top-blog-list .list-ttl {
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  margin: 0 0 25px;
}

.top-blog-list .list-ttl:hover {
  text-decoration: underline;
}

.top-blog-list .list-btn {
  margin: 30px 0 0;
}

.top-blog-list .btn-more {
  width: 140px;
}

.top-blog-wrap {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.top-blog-wrap .blog-prev,
.top-blog-wrap .blog-next {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.top-blog-wrap .blog-prev {
  background: url(../images/share/slick_arrow_left.png) no-repeat 50% 50%/contain;
  background-size: 28px 38px;
  left: -5vw;
}

.top-blog-wrap .blog-prev:hover {
  -webkit-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
}

.top-blog-wrap .blog-next {
  background: url(../images/share/slick_arrow_right.png) no-repeat 50% 50%/contain;
  background-size: 27px 38px;
  right: -5vw;
}

.top-blog-wrap .blog-next:hover {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.pagetop {
  background: url(../images/share/pattern03.jpg);
  line-height: 40px;
}

.pagetop a {
  color: #fff;
  display: block;
  text-align: center;
  font-family: "FOT-筑紫オールドゴシック Std B";
  -webkit-transition: .5s;
  transition: .5s;
}

.pagetop:hover {
  -webkit-animation: pagetop 30s infinite linear;
  animation: pagetop 30s infinite linear;
  letter-spacing: 5px;
}

@-webkit-keyframes pagetop {
  0% {
    background-position: 0, 0;
  }

  100% {
    background-position: 100%, 0;
  }
}

@keyframes pagetop {
  0% {
    background-position: 0, 0;
  }

  100% {
    background-position: 100%, 0;
  }
}

.f-01 {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 30px;
  margin: 0 auto;
  max-width: 1024px;
}

.f-logo {
  width: 100px;
  margin: 0 auto 30px;
}

.f-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.f-time dt {
  color: #d6b77a;
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.f-time dt+dd {
  margin: 0 0 0 10px;
}

.f-time dd+dt {
  margin: 0 0 0 20px;
}

.f-02 {
  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;
  padding: 40px 0;
}

.f-tel {
  text-align: center;
  line-height: 1;
  margin: 0 40px 0 0;
}

.f-tel a {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0 0 10px;
}

.f-tel a i {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.f-tel p {
  font-weight: bold;
  font-size: 12px;
}

.f-access-btn {
  border: 1px solid #333;
  background: #fff;
  color: #444;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  line-height: 45px;
  text-align: center;
  position: relative;
  width: 200px;
  z-index: 0;
}

.f-access-btn i {
  margin: 0 10px 0 0;
}

.f-access-btn::after {
  content: "";
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.f-access-btn:hover {
  color: #fff;
}

.f-access-btn:hover::after {
  opacity: 1;
  width: 100%;
}

.site-map {
  background: url(../images/share/pattern01.jpg);
  padding: 30px 0;
}

.site-map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 auto;
  width: 800px;
}

.site-map ul li+li {
  margin: 0 0 0 30px;
}

.copyright {
  font-family: Verdana, "Droid Sans";
  background: #804289;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

/*------------
下層レイアウト
--------------*/
.breadcrumb {
  margin: 10px 0;
  width: 100%;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
}

.breadcrumb ul li {
  display: inline;
}

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

#under-middle {
  overflow: hidden;
}

#under-middle .contents p+p {
  margin-top: 15px;
}

.page-ttl {
  background: url(../images/share/page_ttl.jpg) no-repeat 50% 50%/cover;
  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;
  text-align: center;
  width: 100%;
  height: 350px;
  margin: 80px 0 0;
}

.page-ttl h2 {
  font-family: "Amatic SC";
  font-size: 70px;
  letter-spacing: 5px;
}

/*------------
下層パーツ
--------------*/
.deco {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.u-h3 {
  display: table;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
}

.u-h3 .en {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "Amatic SC";
  font-size: 55px;
  margin: 0 0 25px;
}

.u-h3 .jp {
  color: #804289;
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
}

.u-h302 {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 30px;
  padding: 0 0 25px;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}

.u-h302::after {
  content: "";
  background: #d6b77a;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.u-h4, .postdata h4 {
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  margin: 0 0 15px;
}

.u-h5, .postdata h5 {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 17px;
  margin: 0 0 15px;
}

.bg01 {
  background: url(../images/share/pattern01.jpg);
}

.bg02 {
  background: url(../images/sec01_bg.png) bottom/cover;
}

.bg03 {
  background: url(../images/share/bg-img01.jpg) bottom/cover;
}

.bg04 {
  background: url(../images/share/bg-img02.jpg) bottom/cover;
}

.bg05 {
  background: url(../images/share/bg-img03.jpg) bottom/cover;
}

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

.tall {
  padding: 70px 0;
}

.u-container {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

.intro-txt {
  text-align: center;
  margin: 0 0 70px;
}

.col2, .col2-col2,
.col3, .col3-col2,
.col4, .col4-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2, .col2-col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2>li, .col2-col2>li {
  margin: 0 0 30px;
  width: 49%;
}

.col3, .col3-col2 {
  margin: 0 -1%;
}

.col3>li, .col3-col2>li {
  margin: 0 1% 25px;
  width: 31.3333333%;
}

.col4, .col4-col2 {
  margin: 0 -1%;
}

.col4>li, .col4-col2>li {
  margin: 0 1% 15px;
  width: 23%;
}

.l-imgR, .l-imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-imgR .l-ttl, .l-imgL .l-ttl {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 22px;
  padding: 4px 5px 4px 15px;
  margin: 0 0 20px;
}

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

.l-imgR .l-desc, .l-imgL .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.box-attention {
  background: #fff;
  position: relative;
  padding: 50px;
  text-align: center;
  z-index: 0;
}

.box-attention::before {
  content: "";
  background: url(../images/share/pattern02.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.box-attention::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.box-attention .box-ttl {
  color: #804289;
  display: table;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}

.box-attention .box-ttl::before {
  content: "";
  background: url(../images/under/attention_txt.png) no-repeat 0 0/contain;
  width: 168px;
  height: 74px;
  position: absolute;
  top: -75px;
  right: -140px;
}

.box-attention2 {
  background: #ffeb3b;
  position: relative;
  padding: 50px;
  text-align: center;
  z-index: 0;
}

.box-attention2::before {
  content: "";
  background: url(../images/share/pattern02.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.box-attention2::after {
  content: "";
  background: #fff6b5;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.box-attention2 .box-ttl {
  color: #804289;
  display: table;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}

.box-attention2 .box-ttl::before {
  content: "";
  /*background: url(../images/under/attention_txt.png) no-repeat 0 0/contain;*/
  width: 168px;
  height: 74px;
  position: absolute;
  top: -75px;
  right: -140px;
}

.box-attention2 .box-ttl::before {
  content: "";
  /*background: url(../images/under/attention_txt.png) no-repeat 0 0/contain;*/
  width: 168px;
  height: 74px;
  position: absolute;
  top: -75px;
  right: -140px;
}

.box-attention3 {
  background: #ffaab0;
  position: relative;
  padding: 50px;
  text-align: center;
  z-index: 0;
  width: 60%;
  margin: auto;
}

.box-attention3::before {
  content: "";
  background: url(../images/share/pattern05.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.box-attention3::after {
  content: "";
  background: #ffcfd2;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.box-attention3 .box-ttl {
  color: #804289;
  display: table;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
}

.box-attention3 .box-ttl::before {
  content: "";
  /*background: url(../images/under/attention_txt.png) no-repeat 0 0/contain;*/
  width: 168px;
  height: 74px;
  position: absolute;
  top: -75px;
  right: -140px;
}

.box-attention3 .box-ttl::before {
  content: "";
  /*background: url(../images/under/attention_txt.png) no-repeat 0 0/contain;*/
  width: 168px;
  height: 74px;
  position: absolute;
  top: -75px;
  right: -140px;
}


.list-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-style01>li {
  width: 30%;
  margin: 0 5% 15px 0;
}

.list-style01>li:nth-child(3n) {
  margin: 0 0 15px;
}

.list-style01 .list-img {
  text-align: center;
  margin: 0 0 20px;
}

.list-style01 .list-ttl {
  text-align: center;
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 18px;
  margin: 0 0 10px;
}

.list-style01 .list-desc {
  text-align: justify;
}

.dl-style01 dt {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 20px;
  position: relative;
}

.dl-style01 dt::before {
  content: "";
  background: #d6b77a;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.dl-style01 dd+dt {
  margin-top: 10px;
}

.table-style01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.table-style01 th, .table-style01 td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px;
}

.table-style02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-style02 th, .table-style02 td {
  padding: 10px 20px;
  border: 1px solid #ddd;
  vertical-align: top;
  background: #fff;
}

.table-style02 th {
  background: #696969;
  color: #fff;
  font-family: "FOT-筑紫オールドゴシック Std B";
  text-align: center;
  vertical-align: middle;
}

.u-flag01,
.u-flag02 {
  position: absolute;
}

.u-flag01 {
  top: -25px;
  left: 55px;
}

.u-flag02 {
  top: 0;
  right: 88px;
}

/*------------
Items
--------------*/
.under-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.under-item-list li {
  text-align: center;
  margin: 0 16px 70px;
  width: 232px;
}

.under-item-list li figure {
  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;
}

.under-item-list .list-img {
  margin: 0 0 10px;
}

.under-item-list .list-img a {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.under-item-list .list-img a:hover {
  opacity: .5;
}

.under-item-list .list-img img {
  max-height: 232px;
}

.under-item-list .list-ttl {
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 14px;
  padding: 0 0 18px;
  margin: 0 0 20px;
  position: relative;
}

.under-item-list .list-ttl::before {
  content: "";
  background: #ddd;
  width: 22px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.under-item-list .list-desc {
  font-size: 13px;
  margin: 0 0 20px;
}

.under-item-list .btn-more {
  font-size: 11px;
  line-height: 30px;
  width: 120px;
}

.under-item-list .btn-more::before {
  top: 11px;
  left: 10px;
}

/*------------
Menu
--------------*/
.menu-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 0 50px;
}

.menu-anchor li {
  cursor: pointer;
}

.menu-anchor li+li::before {
  content: "/";
  color: #dfdfdf;
  margin: 0 15px;
}

.menu-anchor li.select {
  color: #804289;
}

.box-menu {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
}

.box-menu .box-ttl {
  line-height: 1;
  text-align: center;
  margin: 0 0 70px;
}

.box-menu .box-ttl .en {
  border-bottom: 2px solid #d6b77a;
  color: #d6b77a;
  display: inline-block;
  font-family: "Amatic SC";
  font-size: 45px;
  padding: 0 0 3px;
  margin: 0 0 25px;
}

.box-menu .box-ttl .jp {
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 18px;
}

.box-menu .box-ttl .jp .slow-txt,
.block-ttl .slow-txt {
  font-size: 12px;
  margin-left: 15px;
}

.block-menu {
  margin: 0 0 70px;
}

.block-menu p {
  text-align: center;
}

.block-menu:last-child {
  margin: 0;
}

.block-menu .block-ttl {
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}

.block-menu+.block-menu {
  margin: 70px 0 0;
}

.table-menu {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.table-menu td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 0;
}

.table-menu td.price-yen {
  padding-left: 45px;
}

.table-menu .slow-txt {
  font-size: 12px;
}

.table-menu th {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 0;
  text-align: center;
}

.table-menu td span {
  width: 27%;
  display: inline-block;
}

.table-menu td:nth-of-type(1) {
  text-align: left;
}

.table-menu th:nth-of-type(2),
.table-menu td:nth-of-type(2) {
  color: #888;
}

.table-menu th:nth-of-type(3),
.table-menu td:nth-of-type(3) {
  color: #804289;
}

/*------------
Concept
--------------*/
.list-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-concept li {
  width: 232px;
  margin: 0 32px 0 0;
}

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

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

.list-concept .list-img {
  text-align: center;
}

.list-concept .list-ttl {
  background: url(../images/share/pattern03.jpg);
  color: #fff;
  text-align: center;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  padding: 5px;
  margin: 0 0 15px;
  position: relative;
}

.list-concept .list-ttl::before {
  content: "";
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 15px;
  top: 1.1rem;
}

.list-concept .list-desc {
  line-height: 1.5;
}

.list-concept a:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

/*------------
Gallery
--------------*/
.under-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

.under-gallery-list li {
  text-align: center;
  padding: 0 15px;
  margin: 0 0 30px;
  width: 25%;
}

.under-gallery-list .list-img {
  line-height: 0;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}

.under-gallery-list .list-img:before, .under-gallery-list .list-img:after {
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.under-gallery-list .list-img:before {
  background: url(../images/share/dot.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.under-gallery-list .list-img:after {
  content: "More Detail";
  color: #fff;
  font-size: 22px;
  font-family: "Amatic SC";
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  z-index: 1;
}

.under-gallery-list img {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.under-gallery-list .category {
  display: block;
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 14px;
  margin: 0 0 5px;
}

.under-gallery-list .name {
  line-height: 1;
}

.under-gallery-list a:hover .list-img:before, .under-gallery-list a:hover .list-img:after {
  opacity: 1;
}

.under-gallery-list a:hover .list-img:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.under-gallery-list a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.l-gallery-single,
.l-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 50px;
}

.l-gallery-single .l-img,
.l-item-single .l-img {
  text-align: center;
  margin: 0 50px 0 0;
  overflow: hidden;
  width: 400px;
}

.l-gallery-single .l-desc,
.l-item-single .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}

.l-gallery-single .l-ttl,
.l-item-single .l-ttl {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  padding: 5px 5px 5px 15px;
  margin: 0 0 10px;
}

.table-gallery,
.table-item {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.table-gallery th, .table-gallery td,
.table-item th,
.table-item td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 0;
}

.table-gallery td,
.table-item td {
  color: #804289;
  text-align: right;
}

/*------------
Salon info
--------------*/
.list-salon-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-salon-view li {
  overflow: hidden;
  width: 25%;
}

.list-salon-view li a {
  display: block;
  position: relative;
}

.list-salon-view li a:before, .list-salon-view li a:after {
  opacity: 0;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.list-salon-view li a:before {
  background: url(../images/share/dot.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.list-salon-view li a:after {
  content: "Zoom In";
  color: #fff;
  font-size: 22px;
  font-family: "Amatic SC";
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.list-salon-view li a:hover:before, .list-salon-view li a:hover:after {
  opacity: 1;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

/*------------
Recruite
--------------*/
.recruit-cont {
  padding: 30px 0;
}

.recruit-tel {
  border: 1px solid #ddd;
  padding: 25px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  width: 500px;
}

.recruit-tel .ttl {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  margin: 0 0 10px;
}

.recruit-tel a {
  background: url(../images/share/pattern02.png) repeat-x 0 bottom;
  display: inline-block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

.recruit-tel a i {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.recruit-tel p {
  font-weight: bold;
  font-size: 12px;
}

/*------------
STAFF
--------------*/
.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-list li {
  cursor: pointer;
  width: 25%;
  padding: 0 10px;
  margin: 0 0 30px;
}

.staff-list .list-desc {
  text-align: center;
}

.staff-list .list-img {
  text-align: center;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.staff-list .list-img::before, .staff-list .list-img::after {
  opacity: 0;
  position: absolute;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.staff-list .list-img:before {
  background: url(../images/share/dot.png);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.staff-list .list-img:after {
  content: "More Detail";
  color: #fff;
  font-size: 20px;
  font-family: "Amatic SC";
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  z-index: 1;
}

.staff-list .list-img img {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.staff-list li:hover .list-img::before, .staff-list li:hover .list-img::after {
  opacity: 1;
}

.staff-list li:hover .list-img::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.staff-list li:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.staff-list .name {
  font-family: "FOT-筑紫オールドゴシック Std B";
}

.staff-list .job {
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 13px;
}

.staff-list .jp {
  margin: 0 10px 0 0;
  font-size: 20px;
}

.staff-list .en {
  color: #888;
  font-size: 12px;
  letter-spacing: 2px;
}

.modal-content {
  display: none;
  position: fixed;
  width: 900px;
  z-index: 10001;
}

.modal-overlay {
  display: none;
  background: rgba(226, 226, 226, 0.85);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.modal-close:before, .modal-close:after {
  background: #333;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.modal-close:hover::before, .modal-close:hover::after {
  width: 130%;
}

.modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.staff-detail {
  background: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.staff-detail .staff-img {
  width: 40%;
  margin: 0 50px 0 0;
}

.staff-detail .staff-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-detail .name {
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 0 15px;
}

.staff-detail .job {
  display: block;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 13px;
  margin: 0 0 5px;
}

.staff-detail .jp {
  margin: 0 10px 0 0;
  font-size: 25px;
}

.staff-detail .en {
  color: #888;
  font-size: 13px;
  letter-spacing: 2px;
}

.dl-profile {
  max-height: 500px;
  overflow: auto;
}

.dl-profile dt {
  border-bottom: 1px solid #ddd;
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 16px;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  position: relative;
}

.dl-profile dt::before {
  content: "";
  background: #804289;
  width: 3px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 9px;
}

.dl-profile dd {
  line-height: 1.8;
}

.dl-profile dd+dt {
  margin-top: 10px;
}

.dl-profile::-webkit-scrollbar {
  width: 5px;
}

.dl-profile::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.dl-profile::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*------------
投稿パーツ
--------------*/
.select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 0 50px;
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff url(../images/select_down.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 1px solid #333;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  vertical-align: middle;
  height: 40px;
  padding: 5px 12px;
  color: #333;
  width: 320px;
}

.select-wrapper select+select {
  margin: 0 0 0 30px;
}

.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "FOT-筑紫オールドゴシック Std B";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.post-number a {
  background: #eff2f5;
  color: #333;
  display: block;
  padding: 0 10px;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.post-number a:hover {
  background: #804289;
  color: #fff;
}

.post-number .current {
  background: #804289;
  color: #fff;
  display: block;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
}

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

.list-post-type01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.list-post-type01 .list-img {
  width: 320px;
  margin: 0 30px 0 0;
  text-align: center;
}

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

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

.list-post-type01 .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-post-type01 .list-ttl {
  border-bottom: 1px solid #ddd;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 20px;
  color: #804289;
  padding: 0 0 10px;
  margin: 0 0 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

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

.list-post-type01 .list-data {
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 0 10px;
}

.list-post-type01 time {
  color: #d6b77a;
  letter-spacing: 3px;
  margin: 0 15px 0 0;
}

.list-post-type01 .category {
  background: #804289;
  color: #fff;
  font-size: 11px;
  padding: 2px 17px;
  vertical-align: 1px;
}

.list-post-type01 .category+.category::before {
  margin: 0 0 0 15px;
}

.list-post-type01 .list-btn {
  text-align: right;
  margin-top: 30px;
}

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

.l-post-single .l-ttl {
  border-bottom: 1px solid #ddd;
  color: #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 25px;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.l-post-single .post-data {
  font-family: "FOT-筑紫オールドゴシック Std B";
  line-height: 1;
  margin: 0 0 25px;
}

.l-post-single .post-data time {
  color: #d6b77a;
  letter-spacing: 3px;
  margin: 0 15px 0 0;
}

.l-post-single .post-data .category {
  background: #804289;
  color: #fff;
  font-size: 11px;
  padding: 2px 15px;
  vertical-align: 1px;
}

.l-post-single .post-data .category+.category::before {
  content: ",";
  margin: 0 5px;
}

.postdata::after {
  content: "";
  clear: both;
  display: block;
}

.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 ol li {
  list-style: inside decimal;
}

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: .2s;
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

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

.under-line {
  text-decoration: underline;
}

.red {
  color: #F44336;
}

.purple {
  color: #804289;
}

.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;
}

.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;
}

.ml5 {
  margin-left: 5px;
}

.pd30 {
  padding-bottom: 30px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left;
}

/*------------
slick
--------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
  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;
}

[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 {
  background: url(../images/share/slick_arrow.jpg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

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

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

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

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

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

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

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

/* LightBox */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*------------
Animation
--------------*/
.sec01-ttl, .sec01-txt p, .page-ttl h2, .u-container {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
}

.sec01-ttl.is-action, .sec01-txt p.is-action, .page-ttl h2.is-action, .u-container.is-action {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.t-h3 .en, .t-h3 .jp {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0;
}

.t-h3 .jp {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.t-h3.is-action .en, .t-h3.is-action .jp {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.sec01-list li, .top-gallery-list li, .sec03-list li {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1s cubic-bezier(0.3, 0.1, 0.05, 1);
  transition: all 1s cubic-bezier(0.3, 0.1, 0.05, 1);
  opacity: 0;
}

.sec01-list.is-action li, .top-gallery-list.is-action li, .sec03-list.is-action li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.sec01-list li:nth-child(1), .top-gallery-list li:nth-child(1), .sec03-list li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sec01-list li:nth-child(2), .top-gallery-list li:nth-child(2), .sec03-list li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sec01-list li:nth-child(3), .top-gallery-list li:nth-child(3), .sec03-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sec01-list li:nth-child(4), .top-gallery-list li:nth-child(4), .sec03-list li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* Grow Rotate */
.grow-rotate {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}

/* Wobble Top */
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Pulse Shrink */
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  animation-name: pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}

.float-shadow:hover {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Glow */
.glow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Outline Outward */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.outline-outward:before {
  content: '';
  position: absolute;
  border: #ececec solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  transition-property: top right bottom left;
}

.outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Wobble Vertical */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Pulse Grow */
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  animation-name: pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Grow */
.grow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  transform: scale(1.1);
}

.fo18 {
  font-size: 18px;
}


.faq .l-ttl {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #804289;
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-size: 22px;
  padding: 4px 5px 4px 15px;
  margin: 0 0 20px;
}
