@charset "UTF-8";
/*------------------------------------------------------------------------------
	FC加藤 - layout scss
	URL: http://fc-o.com/
	Date: 2020-12-01
	Copyright© FC 2020
------------------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #333;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

.sp_el {
  display: none;
}

/*==============================================================
	header : ヘッダ
===============================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

header #siteTitle {
  margin: 0px 20px;
}

header #siteTitle img {
  width: 200px;
  height: auto;
}

header .tagline {
  margin: 25px 0;
  color: #212394;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #globalNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #globalNav li {
  margin-right: 5px;
}

header #globalNav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header #globalNav li span {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  color: #333;
}

header #globalNav li .en {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

header #globalNav li .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

header #globalNav .fl_contact {
  display: none;
}

header #globalNav .nav_icon {
  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;
  height: 50px;
  margin-bottom: 2px;
}

header #globalNav .nav_icon img {
  max-height: 100%;
}

header .contact {
  position: relative;
  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: 30px 20px;
  color: #fff;
}

header .contact span {
  position: relative;
}

header .contact::before {
  content: "";
  background: #f89c2b;
  -webkit-transform: scaleY(1.3) perspective(0.6em) rotateX(5deg);
  transform: scaleY(4) perspective(0.6em) rotateX(4deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  width: 235px;
  height: 83px;
  position: absolute;
  right: 0;
}

header .contact.current {
  background-color: #eb5500;
}

header .contact:hover::before {
  background-color: #eb5500;
}

/*==============================================================
	footer : フッタ
===============================================================*/
#toTop {
  width: 100%;
  height: 100%;
  background-color: #ffea81;
  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;
}

#toTop a {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}

.ft_fixed {
  z-index: 9;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

.ft_fixed ul li {
  width: 32%;
}

.ft_fixed ul li:nth-child(2) {
  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;
  background-color: #f89c2b;
}

.ft_fixed ul li:nth-child(3) {
  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;
  background-color: #fff;
}

.ft_fixed ul li:last-child {
  width: 4%;
}

.ft_fixed ul a {
  margin: 0;
}

.ft_fixed ul .tel {
  width: 100%;
  background-color: #f57188;
  color: #fff;
  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;
  font-size: 35px;
  font-size: 3.5rem;
  padding: 15px 5px;
}

.ft_fixed ul .tel img {
  width: 40px;
  margin-right: 10px;
}

.ft_fixed ul .base_btn {
  width: 100%;
  -webkit-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
}

.ft_fixed ul .base_btn span {
  -webkit-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  font-size: 20px;
  font-size: 2rem;
}

.ft_fixed ul .con_btn {
  background-color: #f89c2b;
}

.ft_fixed ul .reservation_btn {
  background-color: #fff;
}

.ft_fixed ul .reservation_btn span {
  color: #333;
}

footer {
  background-color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 80px;
}

footer .ft_box {
  padding: 50px 0;
  text-align: center;
}

footer .ftLogo {
  margin-bottom: 50px;
}

footer #ft_globalNav {
  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;
  margin-bottom: 40px;
}

footer #ft_globalNav li {
  margin-right: 5px;
}

footer #ft_globalNav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #ft_globalNav li span {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  color: #333;
}

footer #ft_globalNav li .en {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

footer #ft_globalNav li .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

footer #ft_globalNav .nav_icon {
  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;
  height: 50px;
  margin-bottom: 2px;
}

footer #ft_globalNav .nav_icon img {
  max-height: 100%;
}

footer .sub_nav {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

footer .sub_nav a {
  color: #333;
}

footer .sub_nav span {
  margin: 0 10px;
}

footer .ft_txt {
  font-size: 12px;
  font-size: 1.2rem;
}

footer #copyRight {
  text-align: center;
  padding-bottom: 50px;
}

/*==============================================================
	#pageTitle : 見出し共通
===============================================================*/
/*==============================================================
	#home : トップページ
===============================================================*/
#home header #globalNav .flow a.current,
#home header #globalNav .faq a.current {
  background: #44469d;
}

#home #mv_area {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#home #mv_area::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url(../img/fig_nami.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

#home #mv_area img {
  width: 100%;
  height: auto;
}

#home #mv_area .mv_grad {
  position: absolute;
  top: 0;
  right: -15%;
  z-index: 1;
  width: 70%;
  height: 100%;
}

#home #mv_area .grad_img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  background: linear-gradient(40deg, #fff580, #fe988b, #f56f87, #f78a9e);
}

#home #mv_area .mv_tl {
  opacity: 0;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2;
}

#home #mv_area .mv_txt_box {
  position: absolute;
  right: 12%;
  top: 25%;
  text-align: center;
  color: #fff;
  z-index: 9;
}

#home #mv_area .mv_sub_txt {
  opacity: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  border: 3px solid #fff;
  padding: 10px;
  margin-bottom: 30px;
}

#home #mv_area .is-scroll .grad_img {
  -webkit-animation: figLeft 1.8s ease-out 0s 1 forwards;
          animation: figLeft 1.8s ease-out 0s 1 forwards;
}

#home #mv_area .is-scroll .mv_tl {
  -webkit-animation: fadeIn 1.8s ease-out 2.5s 1 forwards;
          animation: fadeIn 1.8s ease-out 2.5s 1 forwards;
}

#home #mv_area .is-scroll .mv_sub_txt {
  -webkit-animation: fadeIn 1.8s ease-out 2s 1 forwards;
          animation: fadeIn 1.8s ease-out 2s 1 forwards;
}

#home #mv_area .mv_humen {
  position: relative;
  z-index: 2;
  width: 44%;
  z-index: 1;
}

#home #mv_area .mv_humen .chara {
  position: relative;
  width: 400px;
  margin-left: -10%;
}

#home #mv_area .mv_humen .chara img {
  width: 100%;
  height: auto;
}

#home #mv_area .mv_humen .name_box {
  position: absolute;
  bottom: 50px;
  left: -20px;
}

#home #mv_area .mv_humen .name_box .consultant {
  font-size: 14px;
  font-size: 1.4rem;
}

#home #mv_area .mv_humen .name_box .name {
  font-size: 16px;
  font-size: 1.6rem;
}

#home #mv_area .mv_humen .txt {
  position: absolute;
  top: 90px;
  right: -50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 0 0 #44469d;
          box-shadow: 3px 3px 0 0 #44469d;
}

#home #mv_area .mv_humen .txt::before {
  content: "";
  width: 20px;
  height: 15px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 60%;
  left: -3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 3px 0 0 #44469d;
          box-shadow: 0 3px 0 0 #44469d;
  border-radius: 3px 0 0 3px;
}

#home #mv_area .announcement {
  width: 80%;
  border: 4px solid #ff7222;
  color: #44469d;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 10px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

#home #mv_area .announcement::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff7222;
}

#home #mv_area .announcement::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#home #mv_area .announcement .tl {
  width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #ff7222;
  color: #fff;
  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;
  margin-right: 15px;
  border-radius: 10px;
}

#home #mv_area .announcement .txt {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

#home #mv_area .announcement .txt_box {
  width: calc(100% - 115px);
}

#home #mv_area .announcement .date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home #mv_area .announcement .date {
  font-size: 27px;
  font-size: 2.7rem;
  width: calc(100% - 80px);
  letter-spacing: -1px;
  line-height: 1.2;
}

#home #mv_area .announcement .date span {
  font-size: 22px;
  font-size: 2.2rem;
}

#home #mv_area .announcement .date .week {
  margin-left: 5px;
}

#home #mv_area .announcement .free {
  background-color: #ff7222;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  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;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

#home #mask_area {
  margin: 0;
  padding-top: 80px;
  background-color: #fff;
}

#home #mask_area .mask_box {
  opacity: 0;
  border: 3px solid #e67684;
  padding: 50px;
}

#home #mask_area .mask_tl {
  text-align: center;
  color: #e67684;
  margin-bottom: 30px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#home #mask_area .mask_tl h2 {
  margin-top: 10px;
  font-size: 30px;
  font-size: 3rem;
}

#home #mask_area .mask_txt {
  line-height: 2;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

#home #mask_area.is-scroll .mask_box {
  -webkit-animation: fadeIn 1.8s ease-out 0.3s 1 forwards;
          animation: fadeIn 1.8s ease-out 0.3s 1 forwards;
}

#home #news_area {
  background-color: #fff;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

#home #news_area li {
  padding: 0 40px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e67684;
}

#home #news_area .new {
  background-color: #f89c2b;
  color: #fff;
  padding: 5px;
}

#home .contents_base {
  margin-top: 0;
  /* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
}

#home .contents_base .tl_box {
  padding: 80px 0;
  text-align: center;
}

#home .contents_base .tl_box .tl span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

#home .contents_base .tl_box .tl .en {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 20px;
}

#home .contents_base .tl_box .tl .ja {
  line-height: 1.2;
}

#home .contents_base .contents_box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, #fff580, #fe988b, #f56f87, #f78a9e);
}

#home .contents_base .contents_box .lead_txt {
  text-align: center;
  width: 800px;
  margin: auto;
  padding: 80px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
}

#home .contents_base .contents_box .tl {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 40px;
}

#home .contents_base .contents_box .tl::before {
  content: "";
  width: 70px;
  height: 1px;
  margin-right: 10px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
}

#home .contents_base .contents_box .tl::after {
  content: "";
  width: 70px;
  height: 1px;
  margin-left: 10px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
}

#home .contents_base .contents_box .ico_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

#home .contents_base .contents_box .ico_list li {
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 32%;
  background-color: #fff;
  margin-bottom: 2%;
  padding: 40px;
  text-align: center;
}

#home .contents_base .contents_box .ico_list li img {
  width: auto;
  height: 100px;
  margin-bottom: 20px;
}

#home .contents_base .contents_box .ico_list li .txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

#home .contents_base .contents_box .pho_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 50px;
}

#home .contents_base .contents_box .pho_list li {
  opacity: 0;
  width: 32%;
  margin-bottom: 2%;
  text-align: center;
}

#home .contents_base .contents_box .pho_list li img {
  width: 100%;
  height: auto;
}

#home .contents_base .contents_box .pho_list li .photo {
  position: relative;
}

#home .contents_base .contents_box .pho_list li .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 10px;
  width: 60%;
  font-size: 18px;
  font-size: 1.8rem;
}

#home .contents_base .contents_box .btn_box {
  text-align: center;
  padding-bottom: 80px;
}

#home .contents_base .contents_box .btn_box .btn_txt {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

#home .contents_base .contents_box .btn_box .base_btn {
  background-color: #fff;
  color: #e67684;
  margin-top: 20px;
}

#home .contents_base .contents_box .btn_box .base_btn:hover {
  opacity: 0.9;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(1) {
  -webkit-animation: slideUP 1.2s ease-out 0.3s 1 forwards;
          animation: slideUP 1.2s ease-out 0.3s 1 forwards;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(2) {
  -webkit-animation: slideUP 1.2s ease-out 0.6s 1 forwards;
          animation: slideUP 1.2s ease-out 0.6s 1 forwards;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(3) {
  -webkit-animation: slideUP 1.2s ease-out 0.9s 1 forwards;
          animation: slideUP 1.2s ease-out 0.9s 1 forwards;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(4) {
  -webkit-animation: slideUP 1.2s ease-out 1.2s 1 forwards;
          animation: slideUP 1.2s ease-out 1.2s 1 forwards;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(5) {
  -webkit-animation: slideUP 1.2s ease-out 1.5s 1 forwards;
          animation: slideUP 1.2s ease-out 1.5s 1 forwards;
}

#home .contents_base .contents_box .ico_list.is-scroll li:nth-child(6) {
  -webkit-animation: slideUP 1.2s ease-out 1.8s 1 forwards;
          animation: slideUP 1.2s ease-out 1.8s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(1) {
  -webkit-animation: slideUP 1.2s ease-out 0.3s 1 forwards;
          animation: slideUP 1.2s ease-out 0.3s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(2) {
  -webkit-animation: slideUP 1.2s ease-out 0.6s 1 forwards;
          animation: slideUP 1.2s ease-out 0.6s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(3) {
  -webkit-animation: slideUP 1.2s ease-out 0.9s 1 forwards;
          animation: slideUP 1.2s ease-out 0.9s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(4) {
  -webkit-animation: slideUP 1.2s ease-out 1.2s 1 forwards;
          animation: slideUP 1.2s ease-out 1.2s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(5) {
  -webkit-animation: slideUP 1.2s ease-out 1.5s 1 forwards;
          animation: slideUP 1.2s ease-out 1.5s 1 forwards;
}

#home .contents_base .contents_box .pho_list.is-scroll li:nth-child(6) {
  -webkit-animation: slideUP 1.2s ease-out 1.8s 1 forwards;
          animation: slideUP 1.2s ease-out 1.8s 1 forwards;
}

#home .contents_base .loopSliderWrap {
  background-color: #fff;
  top: 0;
  left: 0;
  height: 327px;
  overflow: hidden;
  position: absolute;
}

#home .contents_base .loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 327px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#home .contents_base .loopSlider ul {
  height: 327px;
  float: left;
  overflow: hidden;
}

#home .contents_base .loopSlider ul li {
  width: 500px;
  height: 327px;
  float: left;
  display: inline;
  overflow: hidden;
}

#home .contents_base .loopSlider ul li img {
  width: 100%;
  height: auto;
}

#home .contents_base .loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

#home .contents_base .studio_area {
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

#home .contents_base .studio_area .fl_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(20%, #fff), color-stop(0%, #fff4ad), to(#fff4ad));
  background: linear-gradient(270deg, #fff 0%, #fff 20%, #fff4ad 0%, #fff4ad 100%);
  padding: 30px 0;
}

#home .contents_base .studio_area .fl_box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff4ad;
}

#home .contents_base .studio_area .fl_box::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 80%;
  background: url(../img/fig_flowe_03.png) no-repeat;
  width: 357px;
  height: 292px;
}

#home .contents_base .studio_area .con_box {
  width: 47%;
  z-index: 2;
}

#home .contents_base .studio_area .con_box img {
  opacity: 0;
  width: 100%;
  height: auto;
}

#home .contents_base .studio_area .con_box .photo {
  position: relative;
}

#home .contents_base .studio_area .con_box .photo .txt {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 30px;
  font-size: 3rem;
}

#home .contents_base .studio_area .con_box .photo .txt span {
  opacity: 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(1) img {
  -webkit-animation: slideLeft 1.6s ease-out 0.3s 1 forwards;
          animation: slideLeft 1.6s ease-out 0.3s 1 forwards;
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(1) .photo .txt span:nth-child(1) {
  -webkit-animation: fadeIn 1s ease-out 1.7s 1 forwards;
          animation: fadeIn 1s ease-out 1.7s 1 forwards;
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(1) .photo .txt span:nth-child(3) {
  -webkit-animation: fadeIn 1s ease-out 2s 1 forwards;
          animation: fadeIn 1s ease-out 2s 1 forwards;
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(2) img {
  -webkit-animation: slideLeft 1.2s ease-out 0.9s 1 forwards;
          animation: slideLeft 1.2s ease-out 0.9s 1 forwards;
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(2) .photo .txt span:nth-child(1) {
  -webkit-animation: fadeIn 1s ease-out 2.3s 1 forwards;
          animation: fadeIn 1s ease-out 2.3s 1 forwards;
}

#home .contents_base .studio_area.is-scroll .con_box:nth-child(2) .photo .txt span:nth-child(3) {
  -webkit-animation: fadeIn 1s ease-out 2.6s 1 forwards;
          animation: fadeIn 1s ease-out 2.6s 1 forwards;
}

#home #concept_area {
  background: url(../img/pho_concept.png) no-repeat center/cover;
  background-attachment: fixed;
}

#home #concept_area .contents_box::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  background: url(../img/fig_flowe_01.png) no-repeat;
  width: 253px;
  height: 292px;
}

#home #concept_area .contents_box::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  background: url(../img/fig_flowe_02.png) no-repeat;
  width: 306px;
  height: 292px;
}

#home #lineup_area {
  margin-top: 0;
  background: url(../img/pho_lineup.png) no-repeat center/cover;
  background-attachment: fixed;
}

#home #lineup_area .contents_box::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  background: url(../img/fig_flower_04.png) no-repeat;
  width: 234px;
  height: 329px;
}

#home #lineup_area .contents_box::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  background: url(../img/fig_flower_05.png) no-repeat;
  width: 306px;
  height: 292px;
}

#home #price_area {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 50px;
}

#home #price_area::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/fig_tri_01.png) no-repeat;
  width: 196px;
  height: 336px;
}

#home #price_area::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../img/fig_tri_02.png) no-repeat;
  width: 193px;
  height: 336px;
}

#home #price_area .price_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  z-index: 2;
}

#home #price_area li {
  opacity: 0;
  width: 30%;
  border: 5px solid #f57089;
  position: relative;
  background-color: #fffada;
  padding: 0 20px 20px;
}

#home #price_area .plan {
  background-color: #f57089;
  text-align: center;
  color: #fff;
  padding: 10px;
  position: relative;
  top: -30px;
  font-size: 22px;
  font-size: 2.2rem;
}

#home #price_area .tl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 2px solid #f57089;
}

#home #price_area .price {
  padding: 30px 20px;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

#home #price_area .is-scroll li:nth-child(1) {
  -webkit-animation: fadeIn 1.2s ease-out 0.3s 1 forwards;
          animation: fadeIn 1.2s ease-out 0.3s 1 forwards;
}

#home #price_area .is-scroll li:nth-child(2) {
  -webkit-animation: fadeIn 1.2s ease-out 0.6s 1 forwards;
          animation: fadeIn 1.2s ease-out 0.6s 1 forwards;
}

#home #price_area .is-scroll li:nth-child(3) {
  -webkit-animation: fadeIn 1.2s ease-out 0.9s 1 forwards;
          animation: fadeIn 1.2s ease-out 0.9s 1 forwards;
}

#home #access_area {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  position: relative;
}

#home #access_area::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 0px;
  background: url(../img/fig_tri_03.png) no-repeat;
  width: 101px;
  height: 353px;
}

#home #access_area .access_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

#home #access_area .left_box {
  width: 35%;
}

#home #access_area .left_box .name {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#home #access_area .left_box .txt {
  line-height: 2;
}

#home #access_area .right_box {
  width: 55%;
}

#home #access_area .map {
  width: 100%;
  height: 450px;
}

#home #access_area .base_btn {
  width: 300px;
}

#home #faq_area {
  padding: 80px 0;
  background: url(../img/bg_question.png) no-repeat center/cover;
}

#home #contact_area {
  margin: 0;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: url(../img/bg_contact.png) no-repeat center/cover;
}

#home #contact_area .tl {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
}

#home #contact_area .txt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

#home #contact_area .tel {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 10px;
  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;
}

#home #contact_area .tel img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

#home #contact_area .fl_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

#home #contact_area .base_btn {
  width: 350px;
  margin: 0;
}

#home #contact_area .con_btn {
  background-color: #f89c2b;
  margin-right: 60px;
}

#home #contact_area .con_btn:hover {
  background-color: #eb5500;
}

#home #contact_area .reservation_btn {
  background-color: #fff;
  color: #333;
}

#home #contact_area .reservation_btn:hover {
  background-color: #ffd6d6;
}

/*==============================================================
	#er404 : エラー
===============================================================*/
#er404 header #globalNav .home a.current {
  background: #44469d;
}

#er404 header #globalNav .home a.current:hover {
  background: #1c1e64;
}

#er404 section {
  margin-bottom: 30px;
}

#er404 section h3 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #44469d;
  margin-bottom: 20px;
  border-bottom: 3px solid #44469d;
}

#er404 section a {
  color: #44469d;
}

#er404 .contents_box {
  margin-bottom: 50px;
}

#er404 .contents_box .inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

#er404 .contents_box .txt_box {
  width: 75%;
}

#er404 .contents_box .fig {
  width: 20%;
}

#er404 .contents_box .fig img {
  width: 100%;
  height: auto;
}

#er404 #pageTitle img {
  display: none;
}

#er404 #desc {
  margin-bottom: 30px;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
  #home #point_area .point_tl {
    padding: 20px 10px;
  }
  footer .ft_top {
    max-width: 1200px;
  }
}

/*END
---------------------------------------------------------------------------------------*/
