@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: 500;
  /* Yutaka added */
  vertical-align: baseline;
  text-decoration: none; }

body {
  line-height: 1;
  color: #333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

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

/*--------------------------------------------------
  color
--------------------------------------------------*/
/*--------------------------------------------------
  common
--------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: "Roboto", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  min-width: 1100px;
  overflow-x: hidden; }

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  transition: all  0.5s ease; }

a:hover {
  opacity: 0.7; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.spOnly {
  display: none; }

.font-family01 {
  font-family: 'Satisfy', cursive; }

a.cursor:hover {
  cursor: pointer; }

/* ホバー時にズーム */
.zoom img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .24s ease-in-out;
  -o-transition: .24s ease-in-out;
  transition: .24s ease-in-out; }

.zoom:hover {
  opacity: 1; }

.zoom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.loader-bg {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #d84249;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  top: 40%;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

.mv-text00 {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: relative;
  z-index: 9000;
  text-align: center; }

.mv-text00 img {
  display: inline-block;
  position: absolute;
  height: 38px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.fadeUp02 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s; }

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  background: #fff;
  background-image: url(../img/common/background01.png);
  background-repeat: repeat-x;
  background-position: top;
  position: fixed;
  width: 100%;
  min-width: 1100px;
  z-index: 999; }

.header-inner {
  /*	padding: 0 30px;*/
  margin: 0 auto;
  position: absolute;
  right: 30px;
  z-index: 1000; }
  .header-inner .snsLink {
    font-size: 0;
    text-align: right;
    padding-top: 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .header-inner .snsLink li {
    display: inline-block;
    width: 34px;
    margin-left: 8px; }
    .header-inner .snsLink li img {
      width: 100%; }

nav {
  padding-top: 38px;
  position: relative;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.menu-container {
  width: 100%;
  margin: 0 auto; }

.menu > ul {
  margin: 0 auto;
  width: 1060px;
  min-width: 1100px;
  list-style: none;
  padding: 0;
  font-size: 0;
  text-align: center;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*    &:before,
    &:after {
      content: "";
      display: table;
    }*/ }
  .menu > ul:after {
    clear: both; }
  .menu > ul > li {
    display: inline-block;
    text-align: center;
    width: 130px;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    vertical-align: bottom;
    z-index: 12; }
    .menu > ul > li a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
      display: block;
      position: relative;
      padding: 0 0 1.5rem 0;
      -webkit-transition: 1s all ease 0;
      -o-transition: 1s all ease 0;
      transition: 1s all ease 0; }
    .menu > ul > li.menu-down a:hover {
      opacity: 1; }
    .menu > ul > li > a > img {
      height: 38px;
      width: auto;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .menu > ul > li > a > img.voice-img {
      height: 46px; }
    .menu > ul > li > a:hover > img {
      -webkit-transform: translate(0, -2px) rotateZ(-8deg);
      -ms-transform: translate(0, -2px) rotate(-8deg);
      transform: translate(0, -2px) rotateZ(-8deg); }
    .menu > ul > li span.menu-text01 {
      display: block;
      margin-top: 10px;
      position: relative; }
    .menu > ul > li.menu-down:hover a span::after {
      content: url(../img/common/nav_arrow.png);
      position: absolute;
      left: 0;
      right: 0;
      bottom: -18px;
      margin: 0 auto; }
    .menu > ul > li > ul {
      display: none;
      width: 1100px;
      background: #4294b7;
      position: absolute;
      left: 0px;
      /*        margin: 0 auto;*/
      list-style: none;
      padding: 40px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 99; }
      .menu > ul > li > ul > li {
        background: none;
        display: inline-block;
        width: 210px;
        margin: 0 20px; }
        .menu > ul > li > ul > li a {
          border: 0;
          width: 100%;
          padding: 0;
          margin-bottom: 12px; }
        .menu > ul > li > ul > li a:hover {
          opacity: 0.8; }
        .menu > ul > li > ul > li p {
          text-align: left;
          color: #fff;
          font-size: 1.3rem;
          line-height: 1.4; }
        .menu > ul > li > ul > li a img {
          width: 100%;
          height: auto;
          margin-bottom: 8px;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
        .menu > ul > li > ul > li a:hover img {
          opacity: 0.8; }
        .menu > ul > li > ul > li a span.menu-text02 {
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          text-align: left;
          display: block;
          padding-left: 12px;
          position: relative; }
        .menu > ul > li > ul > li a span.menu-text02::before {
          content: "";
          background: url(../img/common/icon_arrow.svg) no-repeat center;
          background-size: contain;
          width: 6px;
          height: 10px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto 0; }
  .menu > ul > li.logo {
    width: 320px;
    height: 97px;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 15;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .menu > ul > li.logo:hover {
      -webkit-transform: translate(0, -3px);
      -ms-transform: translate(0, -3px);
      transform: translate(0, -3px); }
    .menu > ul > li.logo a {
      padding: 1.5rem 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .menu > ul > li.logo a:hover {
        opacity: 1; }
    .menu > ul > li.logo h1 img {
      width: 248px;
      height: auto;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.menu > ul::after {
  content: url(../img/common/header_bg.png);
  width: 348px;
  height: 111px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.menu-mobile {
  display: none;
  padding: 20px; }

/*--------------------------------------------------
  fix-nav
--------------------------------------------------*/
header.fix .snsLink {
  opacity: 0; }

header.fix nav {
  padding: 10px 0 0 0; }

header.fix .menu > ul > li a {
  padding: 0 0 1rem 0; }

header.fix .menu > ul > li > a > img {
  height: 32px; }

header.fix .menu > ul > li > a > img.voice-img {
  height: 40px; }

header.fix .menu > ul > li.logo h1 img {
  width: 220px; }

header.fix .menu > ul > li.logo {
  height: 80px; }

header.fix .menu > ul > li.logo a {
  padding: 1rem; }

header.fix .menu > ul::after {
  display: none; }

/*--------------------------------------------------
   reserve
--------------------------------------------------*/
.reservation {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 900; }
  .reservation a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    border-radius: 12px 0 0 12px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    width: 50px;
    height: 200px;
    padding: 26px 17px;
    background: #d84249;
    background-image: url(../img/common/reservation_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom 24px;
    background-size: 40px 27px;
    position: relative;
    opacity: 1; }
  .reservation a:hover {
    width: 60px;
    padding: 26px 22px; }
  .reservation a::after {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 17px;
    position: relative; }

/*--------------------------------------------------
   page-top
--------------------------------------------------*/
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: none; }

.page-top a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: #d84249;
  border-radius: 100px; }

.page-top a::before {
  position: absolute;
  margin: -4px 0 0 -6px;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.page-top a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  background: url(../img/common/background01.png) repeat-x bottom;
  padding-bottom: 40px; }
  footer .footer-wrap {
    width: 1100px;
    margin: 0 auto;
    border-bottom: 1px dotted #333;
    padding: 24px 0; }
    footer .footer-wrap .footer-box01 {
      width: 540px;
      float: left;
      font-size: 0; }
      footer .footer-wrap .footer-box01 .footer-logo {
        width: 220px;
        display: inline-block;
        margin-right: 20px;
        vertical-align: bottom; }
      footer .footer-wrap .footer-box01 .footer-btn01 {
        display: inline-block;
        font-size: 1.6rem;
        background: #d84249;
        border-radius: 30px;
        padding: 8px 40px;
        margin-right: 18px;
        vertical-align: bottom;
        color: #fff;
        font-weight: bold; }
      footer .footer-wrap .footer-box01 .footer-sns {
        display: inline-block; }
        footer .footer-wrap .footer-box01 .footer-sns li {
          width: 35px;
          display: inline-block;
          margin-right: 8px; }
          footer .footer-wrap .footer-box01 .footer-sns li img {
            width: 100%;
            height: auto; }
  footer .footer-copy {
    width: 400px;
    float: right;
    text-align: right;
    font-size: 13px;
    padding-top: 46px;
    line-height: 1.3; }
    footer .footer-copy a {
      color: #333;
      text-decoration: underline; }

/*  /common  */
/*-------------------------------------------------------------

  index

---------------------------------------------------------------*/
/*--------------------------------------------------
  mv(index)
--------------------------------------------------*/
.top .mv {
  position: relative;
  padding-top: 135px; }

.top .mv .inner {
  width: 96%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px; }

.top .mv .inner ul li img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  border-radius: 5px; }

.top .mv h2 {
  position: absolute;
  width: 1000px;
  height: 58px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 800; }
  .top .mv h2 img {
    width: 100%;
    height: auto;
    z-index: 800; }

/*--------------------------------------------------
  section common
--------------------------------------------------*/
section h3 {
  text-align: center; }

/*--------------------------------------------------
  index sec01 information
--------------------------------------------------*/
.top .sec01 {
  padding: 44px 0 100px 0; }
  .top .sec01 h3 {
    margin: 0 0 54px 0; }
  .top .sec01 .info-wrapper {
    width: 960px;
    margin: 0 auto; }
  .top .sec01 .info li {
    background-color: #f0f0f0;
    width: 100%;
    padding: 22px 28px;
    margin-bottom: 10px; }
    .top .sec01 .info li dl {
      width: 100%;
      display: table; }
    .top .sec01 .info li dl dt {
      display: table-cell;
      width: 146px; }
      .top .sec01 .info li dl dt span {
        display: block;
        padding: 7px 0;
        border-radius: 20px;
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        width: 106px; }
      .top .sec01 .info li dl dt span.news {
        background-color: #d84249; }
      .top .sec01 .info li dl dt span.reserve {
        background-color: #4294b7; }
    .top .sec01 .info li dl dd {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    .top .sec01 .info li dl dd .date {
      font-size: 1.6rem;
      display: inline-block;
      margin-right: 52px; }
    .top .sec01 .info li dl dd .info-text {
      display: inline-block;
      font-size: 1.6rem;
      padding-right: 15px;
      line-height: 1.6; }
    .top .sec01 .info li dl dd p a {
      display: block;
      color: #333;
      text-decoration: underline;
      position: relative;
      padding-right: 23px; }
    .top .sec01 .info li dl dd .info-text a.out::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: url(../img/common/icon_linkout.svg) no-repeat right center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  .top .sec01 .info-btn01 {
    display: block;
    font-size: 18px;
    width: 148px;
    padding: 12px 10px 12px 0;
    border: solid 1px #333;
    border-radius: 22px;
    text-align: center;
    background: url(../img/common/icon_linkout.svg) no-repeat right 30px center;
    float: right;
    margin: 10px 0;
    color: #333; }
  .top .sec01 .info-btn01:hover {
    background-color: #dbe9f0;
    opacity: 1; }

/*--------------------------------------------------
  index sec02 about
--------------------------------------------------*/
.top .sec02 {
  background: #f2e1e1;
  background-image: url(../img/common/background_texture01.png);
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden; }
  .top .sec02::before {
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    background: url(../img/common/background_shape01.png) repeat-x;
    position: absolute;
    top: -6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .top .sec02::after {
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    background: url(../img/common/background_shape01.png) repeat-x;
    position: absolute;
    bottom: -4px; }
  .top .sec02 h3 {
    position: relative;
    width: 271px;
    height: 73px;
    margin: 0 auto 60px auto; }
    .top .sec02 h3::after {
      content: "";
      display: block;
      width: 70px;
      height: 56px;
      background: url(../img/index/ttl_about_img01.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -4px;
      right: 50px; }
  .top .sec02 .about-list-wrapper {
    width: 800px;
    margin: 0 auto;
    position: relative; }
  .top .sec02 .about-list {
    width: 100%;
    margin: 0 auto 20px auto; }
    .top .sec02 .about-list li {
      padding: 22px 50px 22px 54px;
      background: url(../img/common/border_dotted.png) repeat-x bottom; }
      .top .sec02 .about-list li dl {
        font-size: 0; }
      .top .sec02 .about-list li dt {
        font-size: 40px;
        display: inline-block;
        margin-right: 30px; }
      .top .sec02 .about-list li dd {
        font-size: 19px;
        display: inline-block;
        font-weight: bold;
        color: #565656;
        line-height: 1.4; }
        .top .sec02 .about-list li dd span.blue {
          color: #4294b7;
          font-weight: bold; }
        .top .sec02 .about-list li dd span.small {
          font-size: 14px;
          font-weight: bold;
          color: #565656; }
  .top .sec02 .about-text01 {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #565656; }
  .top .sec02 .about-img img {
    width: 100%; }
  .top .sec02 .about-img01 {
    width: 129px;
    height: 136px;
    position: absolute;
    top: -60px;
    left: -184px;
    z-index: 3; }
  .top .sec02 .about-img02 {
    width: 94px;
    height: 100px;
    position: absolute;
    top: 86px;
    left: -222px;
    z-index: 3; }
  .top .sec02 .about-img03 {
    width: 190px;
    height: 401px;
    position: absolute;
    top: -130px;
    right: -216px;
    z-index: 3; }
  .top .sec02 .about-img04 {
    width: 116px;
    height: 177px;
    position: absolute;
    bottom: 0;
    left: -130px;
    z-index: 3; }
  .top .sec02 .about-img05 {
    width: 391px;
    height: 261px;
    position: absolute;
    bottom: 20px;
    right: -360px;
    z-index: 2;
    display: none; }

/*--------------------------------------------------
  index sec03 plan
--------------------------------------------------*/
.top .sec03 {
  padding: 40px 0 0 0; }
  .top .sec03 h3 {
    margin-bottom: 80px; }
  .top .sec03 .plan-list {
    width: 1076px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .top .sec03 .plan-list li {
      width: 50%;
      margin-bottom: 96px; }
      .top .sec03 .plan-list li dt {
        width: 370px;
        margin: 0 auto;
        position: relative; }
        .top .sec03 .plan-list li dt .plan-menu {
          display: inline-block;
          font-size: 21px;
          font-weight: 500;
          color: #fff;
          background-color: #282626;
          padding: 8px 30px 10px 30px;
          border-radius: 3px;
          position: absolute;
          right: 0;
          bottom: 16px; }
        .top .sec03 .plan-list li dt span {
          display: block;
          position: absolute; }
      .top .sec03 .plan-list li dt img {
        width: 100%; }
      .top .sec03 .plan-list li dd {
        font-size: 15px;
        text-align: center;
        line-height: 1.6;
        margin-top: 20px; }
    .top .sec03 .plan-list li:nth-child(1) dt span {
      width: 201px;
      top: -3px;
      left: -10px; }
    .top .sec03 .plan-list li:nth-child(2) dt span {
      width: 193px;
      top: -20px;
      left: -10px; }
    .top .sec03 .plan-list li:nth-child(3) dt span {
      width: 176px;
      top: 16px;
      right: -20px; }
    .top .sec03 .plan-list li:nth-child(4) dt span {
      width: 185px;
      top: 16px;
      right: -40px; }

/*--------------------------------------------------
  index sec04 gallery
--------------------------------------------------*/
.top .sec04 {
  background: url(../img/index/background_img01.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 470px;
  position: relative;
  z-index: 2; }
  .top .sec04 .gallery-wrap {
    background: url(../img/index/background_base01.png) no-repeat top center;
    padding-top: 202px; }
    .top .sec04 .gallery-wrap h3 {
      padding-left: 20px;
      margin-bottom: 56px; }
    .top .sec04 .gallery-wrap .gallery-list {
      width: 940px;
      margin: 0 auto;
      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; }
      .top .sec04 .gallery-wrap .gallery-list li {
        width: 300px;
        height: 300px;
        border: solid 8px #fff;
        margin-bottom: 24px;
        overflow: hidden; }
        .top .sec04 .gallery-wrap .gallery-list li img {
          width: 100%;
          height: auto;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .top .sec04 .gallery-wrap .gallery-list li a:hover {
          opacity: 1; }
        .top .sec04 .gallery-wrap .gallery-list li a:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .top .sec04 .gallery-wrap02 {
    background: url(../img/index/background_base02.png) no-repeat bottom center;
    padding-bottom: 166px; }
    .top .sec04 .gallery-wrap02 .gallery-text01 {
      width: 940px;
      margin: 0 auto;
      position: relative; }
      .top .sec04 .gallery-wrap02 .gallery-text01 img {
        width: 352px;
        position: absolute;
        right: -120px;
        bottom: -68px;
        margin: 0 auto; }

/*--------------------------------------------------
  index sec05 line@
--------------------------------------------------*/
.top .sec05 {
  background: url(../img/index/background_img02.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  top: -122px;
  padding: 200px 0 433px 0; }
  .top .sec05 .member-wrap {
    width: 1060px;
    background: #fff;
    margin: 0 auto;
    padding: 56px 70px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 8px rgba(71, 71, 71, 0.45);
    box-shadow: 5px 5px 8px rgba(71, 71, 71, 0.45); }
    .top .sec05 .member-wrap h3 {
      text-align: left;
      font-size: 2.6rem;
      font-weight: bold;
      background: #329ec1;
      border-radius: 3px;
      padding: 12px 28px;
      color: #fff;
      position: relative;
      letter-spacing: 1.6px; }
      .top .sec05 .member-wrap h3 span {
        font-weight: bold;
        font-size: 2.5rem; }
      .top .sec05 .member-wrap h3::after {
        content: "";
        width: 87px;
        height: 83px;
        background: url(../img/index/member_img01.png) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 5%; }
    .top .sec05 .member-wrap .member-text01 {
      font-size: 2rem;
      font-weight: bold;
      color: #4294b7;
      margin: 20px 0 40px 0; }
    .top .sec05 .member-wrap ul {
      width: 500px;
      float: left; }
    .top .sec05 .member-wrap ul li {
      font-size: 1.7rem;
      margin-bottom: 16px;
      line-height: 1.8;
      padding-left: 20px;
      background: url(../img/common/marker01.png) no-repeat left top 8px;
      background-size: 13px 14px; }
    .top .sec05 .member-wrap .member-innerBox {
      width: 388px;
      float: left;
      padding-top: 40px;
      margin-left: 30px; }
      .top .sec05 .member-wrap .member-innerBox .member-id {
        background: #dbe9ee;
        border-radius: 5px;
        padding: 60px 50px;
        margin-bottom: 20px;
        position: relative; }
        .top .sec05 .member-wrap .member-innerBox .member-id img.member-id-img01 {
          position: absolute;
          width: 68px;
          top: -50px;
          left: -100px;
          right: 0;
          margin: 0 auto; }
        .top .sec05 .member-wrap .member-innerBox .member-id .member-text03 {
          position: absolute;
          font-size: 1.9rem;
          text-align: center;
          line-height: 59px;
          width: 140px;
          height: 59px;
          padding-left: 12px;
          background: url(../img/index/member_fukidashi.png) no-repeat;
          background-size: contain;
          top: -40px;
          left: 136px;
          right: 0;
          margin: 0 auto; }
      .top .sec05 .member-wrap .member-innerBox .member-text02 {
        font-size: 2.6rem;
        font-weight: bold;
        text-align: center; }
        .top .sec05 .member-wrap .member-innerBox .member-text02 span {
          font-size: 2.8rem;
          color: #4294b7;
          font-weight: bold; }
      .top .sec05 .member-wrap .member-innerBox .member-text04 {
        font-size: 2.3rem;
        font-weight: bold;
        color: #4294b7;
        text-align: center; }

/*  /index  */
/*-------------------------------------------------------------

  page-common

---------------------------------------------------------------*/
.page-mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 135px; }
  .page-mv img {
    width: 100%; }

.breadcrumbs {
  font-size: 0;
  width: 1100px;
  margin: 16px auto 0 auto;
  padding: 0 20px; }
  .breadcrumbs li {
    font-size: 1.4rem;
    display: inline-block; }
    .breadcrumbs li a {
      color: #4294b7; }

.page-ttl {
  position: relative;
  margin-bottom: 80px; }
  .page-ttl h2 {
    font-size: 50px;
    text-align: center;
    padding-top: 28px; }
    .page-ttl h2.jp {
      font-weight: bold;
      font-size: 2.6rem; }
  .page-ttl .page-ttl-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    margin: 0 auto;
    z-index: 10; }
  .page-ttl::before {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    background: #d84249;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto; }
  .page-ttl::after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    background: #4294b7;
    position: absolute;
    left: 0;
    right: -55px;
    bottom: -40px;
    margin: 0 auto;
    z-index: 2; }

.page-text01 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8; }

.toIndex {
  width: 124px;
  margin: 0 auto;
  padding: 32px 0 126px 0; }
  .toIndex a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    /*    transition: all .3s ease;*/ }
    .toIndex a img {
      display: block;
      width: 62px;
      height: auto;
      margin: 0 auto 10px auto;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .toIndex a span {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 1.4rem;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .toIndex a:hover img {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg); }

/*-------------------------------------------------------------

  concept

---------------------------------------------------------------*/
.concept .page-ttl .page-ttl-icon {
  width: 80px;
  height: auto; }
  .concept .page-ttl .page-ttl-icon img {
    width: 100%;
    height: auto; }

/*--------------------------------------------------
  concept-sec01
--------------------------------------------------*/
.concept .sec01 {
  margin-bottom: 156px; }
  .concept .sec01 .concept-img01 {
    display: block;
    margin: 0 auto 78px auto;
    width: auto; }
  .concept .sec01 .concept-01 {
    margin-bottom: 106px; }
    .concept .sec01 .concept-01 h3 {
      text-align: center;
      font-size: 2.3rem;
      font-weight: bold;
      margin-bottom: 46px; }
    .concept .sec01 .concept-01 p {
      text-align: center;
      font-size: 1.6rem;
      line-height: 2.4; }
  .concept .sec01 .concept-02 {
    width: 970px;
    height: 896px;
    background-color: #fbf2f2;
    margin: 0 auto;
    position: relative; }
    .concept .sec01 .concept-02 P {
      font-size: 1.6rem;
      line-height: 2.4;
      position: absolute;
      top: 62px;
      left: -46px; }
      .concept .sec01 .concept-02 P span {
        display: inline-block; }
    .concept .sec01 .concept-02 img {
      display: block;
      position: absolute;
      right: -112px;
      top: 62px; }

/*--------------------------------------------------
  concept-sec02
--------------------------------------------------*/
.concept .sec02 {
  padding: 108px 0 100px 0;
  background: #dbe9f0;
  background-image: url(../img/common/background_texture01.png);
  position: relative; }
  .concept .sec02::before {
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    background: url(../img/common/background_shape01.png) repeat-x;
    position: absolute;
    top: -4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .concept .sec02 h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 42px; }
    .concept .sec02 h3 span {
      font-size: 3.8rem;
      font-weight: bold; }
  .concept .sec02 p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 38px; }
  .concept .sec02 ul {
    width: 800px;
    margin: 0 auto; }
    .concept .sec02 ul li {
      background: #fff;
      padding: 16px 102px;
      border-radius: 100px;
      margin-bottom: 12px;
      font-size: 1.8rem;
      color: #4294b7;
      font-weight: bold; }
      .concept .sec02 ul li span {
        display: inline-block;
        font-size: 28px;
        padding-right: 20px; }

/*--------------------------------------------------
  concept-sec03
--------------------------------------------------*/
.concept .sec03 {
  background: url(../img/concept/background_img01.jpg) no-repeat top center;
  background-size: contain;
  padding: 580px 0 0 0;
  margin-bottom: 30px; }
  .concept .sec03 .profile-inner {
    background-color: #dbe9f0;
    background-image: url(../img/common/background_texture01.png);
    position: relative;
    height: 650px; }
    .concept .sec03 .profile-inner .profile-box {
      background-color: #fff;
      width: 1060px;
      margin: 0 auto;
      border-radius: 3px;
      padding: 88px 54px;
      position: absolute;
      top: -240px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .concept .sec03 .profile-inner .profile-box h3 {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .concept .sec03 .profile-inner .profile-box .profile-box01 {
        display: inline-block;
        vertical-align: top;
        width: 290px;
        text-align: right; }
        .concept .sec03 .profile-inner .profile-box .profile-box01::after {
          content: "Yuri Suwa";
          color: #d84249;
          position: absolute;
          font-weight: bold;
          font-size: 2rem;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          top: 300px;
          left: 15px;
          letter-spacing: 1px;
          z-index: 10; }
      .concept .sec03 .profile-inner .profile-box .profile-box02 {
        display: inline-block;
        vertical-align: top;
        padding-left: 52px;
        width: 656px;
        position: relative; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 .profile-text01 {
          font-size: 1.6rem;
          margin-bottom: 10px;
          position: relative; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 .profile-text02 {
          font-size: 2.6rem;
          font-weight: bold;
          margin-bottom: 45px; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 .profile-text02 span {
          font-size: 1.6rem;
          font-weight: bold; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 dl dt {
          font-size: 1.6rem;
          font-weight: bold;
          color: #4294b7;
          margin-bottom: 16px; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 dl dd {
          font-size: 1.6rem;
          line-height: 1.4; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 dl dd:not(:last-child) {
          margin-bottom: 40px; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 .profile-linkBtn {
          width: 220px;
          position: absolute;
          right: 0;
          bottom: 0; }
        .concept .sec03 .profile-inner .profile-box .profile-box02 .profile-linkBtn a {
          padding: 16px 20px;
          font-size: 1.4rem;
          display: block;
          background: #4294b7;
          background-image: url(../img/common/icon_arrow.svg);
          background-repeat: no-repeat;
          background-size: 8px 14px;
          background-position: center right 10%;
          width: 100%;
          color: #fff;
          font-weight: bold; }

/*-------------------------------------------------------------

  plan common

---------------------------------------------------------------*/
.plan .plan-page-mv {
  width: 100%;
  height: auto;
  max-height: 700px;
  overflow: hidden;
  padding-top: 135px;
  position: relative; }
  .plan .plan-page-mv img {
    width: 100%; }
  .plan .plan-page-mv::after {
    content: "";
    background: url(../img/plan/mv_shape01.png) no-repeat center;
    display: block;
    width: 100%;
    height: 82px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4; }
  .plan .plan-page-mv .planTtl-up {
    width: 1000px;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }

.plan .page-ttl {
  width: 1000px;
  margin: 0 auto; }

.plan .page-ttl::before {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  background: #d84249;
  position: absolute;
  left: 0;
  right: auto;
  bottom: -25px;
  z-index: 4; }

.plan .page-ttl::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background: #4294b7;
  position: absolute;
  left: 55px;
  right: 0;
  bottom: -25px;
  margin: 0;
  z-index: 4; }

.plan .breadcrumbs {
  width: 1000px;
  padding: 0; }

.plan h2 {
  font-size: 76px;
  text-align: left; }

.plan .page-text01 {
  text-align: left;
  width: 1000px;
  margin: 28px auto 0 auto; }

.plan .page-text02 {
  text-align: left;
  width: 1000px;
  margin: 24px auto 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 126px; }

.plan .plan-gallery {
  margin-bottom: 110px; }
  .plan .plan-gallery h3 {
    font-size: 3rem;
    margin-bottom: 20px; }

.plan .plan-price {
  padding: 100px 0 130px 0;
  position: relative;
  overflow: hidden; }
  .plan .plan-price::before {
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    background: url(../img/common/background_shape01.png) repeat-x;
    position: absolute;
    top: -6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .plan .plan-price::after {
    content: "";
    display: block;
    height: 43px;
    width: 100%;
    background: url(../img/common/background_shape01.png) repeat-x;
    position: absolute;
    bottom: -4px; }
  .plan .plan-price h3 {
    font-size: 3rem;
    margin-bottom: 48px; }
  .plan .plan-price .priceBox {
    width: 962px;
    margin: 0 auto 36px auto;
    padding: 14px;
    border-radius: 5px; }
    .plan .plan-price .priceBox .priceBox-inner {
      padding: 46px 94px;
      border-radius: 5px;
      text-align: center; }
    .plan .plan-price .priceBox .price01 {
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      border-bottom: solid #fff 2px;
      text-align: center;
      display: inline-block;
      padding: 0 30px 15px 30px;
      margin-bottom: 13px; }
    .plan .plan-price .priceBox .price01 span.price-text01 {
      font-size: 28px;
      font-weight: bold;
      display: inline-block;
      padding-left: 36px; }
    .plan .plan-price .priceBox .price01 span.price-text02 {
      font-size: 1.8rem; }
    .plan .plan-price .priceBox .price01 span.price-text03 {
      font-size: 1.8rem; }
    .plan .plan-price .priceBox .price02 {
      font-size: 1.3rem;
      font-weight: bold;
      color: #fff;
      line-height: 1.4; }
    .plan .plan-price .priceBox dl {
      font-size: 0;
      text-align: left;
      width: 580px;
      margin: 25px auto 0 auto; }
      .plan .plan-price .priceBox dl dt {
        font-size: 1.6rem;
        font-weight: bold;
        padding: 6px 0;
        width: 124px;
        background-color: #fff;
        border-radius: 100px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 16px; }
      .plan .plan-price .priceBox dl dd {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
        margin-bottom: 16px; }
  .plan .plan-price .flow ul {
    width: 1000px;
    margin: 0 auto; }
  .plan .plan-price .flow ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .plan .plan-price .flow ul li dl {
      width: 776px;
      display: table;
      padding-bottom: 52px;
      margin-top: 52px; }
    .plan .plan-price .flow ul li dt {
      display: table-cell;
      padding-right: 30px;
      vertical-align: middle; }
    .plan .plan-price .flow ul li dd {
      display: table-cell;
      font-size: 1.8rem;
      line-height: 1.83; }
    .plan .plan-price .flow ul li dd span.flow-small {
      font-size: 1.6rem; }
    .plan .plan-price .flow ul li .imgWrap {
      width: 200px; }
      .plan .plan-price .flow ul li .imgWrap img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 156px; }
  .plan .plan-price .flow ul li:nth-child(odd) .imgWrap {
    padding-left: 20px; }
  .plan .plan-price .flow ul li:nth-child(even) .imgWrap {
    padding-right: 20px; }

.plan .planLink {
  padding: 54px 0 104px 0; }
  .plan .planLink p {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 56px; }
  .plan .planLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 974px;
    margin: 0 auto; }
  .plan .planLink ul li {
    width: 298px; }
    .plan .planLink ul li a {
      display: block; }
    .plan .planLink ul li dt {
      margin-bottom: 14px; }
    .plan .planLink ul li dt img {
      width: 100%;
      height: auto; }
    .plan .planLink ul li dd {
      font-size: 1.8rem;
      color: #333;
      font-weight: bold;
      padding-left: 18px;
      background: url(../img/plan/plan_linkArrow.svg) no-repeat left center; }

.plan #slider .sp-image-container {
  background: #f2f2f2; }

.plan #slider .sp-image-container .sp-image {
  width: auto !important;
  height: 100% !important; }

/*-------------------------------------------------------------

  itsumo plan & I am plan

---------------------------------------------------------------*/
.itsumoPlan .page-text02, .iamPlan .page-text02 {
  text-align: left;
  width: 1000px;
  margin: 24px auto 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #4294b7;
  margin-bottom: 126px; }

.itsumoPlan .plan-price, .iamPlan .plan-price {
  background: #dbe9f0;
  background-image: url(../img/common/background_texture01.png); }
  .itsumoPlan .plan-price .priceBox, .iamPlan .plan-price .priceBox {
    background-color: #4294b7; }
    .itsumoPlan .plan-price .priceBox .priceBox-inner, .iamPlan .plan-price .priceBox .priceBox-inner {
      border: dotted 2px #acc6d5; }
    .itsumoPlan .plan-price .priceBox dl dt, .iamPlan .plan-price .priceBox dl dt {
      color: #4294b7; }
  .itsumoPlan .plan-price .flow ul li dl, .iamPlan .plan-price .flow ul li dl {
    border-bottom: dotted 1px #4294b7; }
  .itsumoPlan .plan-price .flow ul li:last-child dl, .iamPlan .plan-price .flow ul li:last-child dl {
    border-bottom: none; }
  .itsumoPlan .plan-price .flow ul li dd a, .iamPlan .plan-price .flow ul li dd a {
    color: #4294b7; }

.iamPlan .plan-price .priceBox dl {
  margin: 12px auto 0 auto; }

.iamPlan .page-text01 {
  margin: 28px auto 126px auto; }

/*-------------------------------------------------------------

  wedding plan

---------------------------------------------------------------*/
.weddingPlan .page-text02 {
  text-align: left;
  width: 1000px;
  margin: 24px auto 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #d84249;
  margin-bottom: 126px; }

.weddingPlan .plan-price {
  background: #f2e1e1;
  background-image: url(../img/common/background_texture01.png); }
  .weddingPlan .plan-price .priceBox {
    background-color: #e26173; }
    .weddingPlan .plan-price .priceBox .priceBox-inner {
      border: dotted 2px #f1e1e1; }
    .weddingPlan .plan-price .priceBox dl dt {
      color: #d84249; }
  .weddingPlan .plan-price .flow ul li dl {
    border-bottom: dotted 1px #d84249; }
  .weddingPlan .plan-price .flow ul li:last-child dl {
    border-bottom: none; }
  .weddingPlan .plan-price .flow ul li dd a {
    color: #d84249; }

/*-------------------------------------------------------------

  product

---------------------------------------------------------------*/
.product .page-ttl .page-ttl-icon {
  width: 80px;
  height: auto; }
  .product .page-ttl .page-ttl-icon img {
    width: 100%;
    height: auto; }

/*--------------------------------------------------
  product-sec01
--------------------------------------------------*/
.product .sec01 {
  text-align: center;
  overflow: hidden;
  /*background: url(../img/system/background_shape01.gif) no-repeat center bottom;*/
  padding-bottom: 0;
  height: 1200px; }
  .product .sec01 img {
    margin-bottom: 74px; }
  .product .sec01 p {
    font-size: 1.5rem;
    line-height: 2;
    position: absolute;
    width: 700px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 30; }

/*--------------------------------------------------
  product-sec02
--------------------------------------------------*/
.product .sec02 {
  background: #dbe9f0;
  background-image: url(../img/common/background_texture01.png);
  padding: 0 0 80px 0;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  text-align: center; }
  .product .sec02 .sec02-inner {
    background: url(../img/system/background_shape01.gif) no-repeat top center;
    padding-top: 500px; }
  .product .sec02 h3 {
    font-size: 3.6rem;
    display: inline-block;
    position: relative;
    margin-bottom: 90px; }
    .product .sec02 h3::before {
      content: "";
      display: block;
      width: 35px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -70px;
      margin: auto 0; }
    .product .sec02 h3::after {
      content: "";
      display: block;
      width: 35px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -70px;
      margin: auto 0; }
  .product .sec02 .product-menuBox {
    width: 1160px;
    margin: 0 auto 60px auto;
    background: #fff;
    padding: 46px 40px;
    text-align: left; }
    .product .sec02 .product-menuBox .product-innerBox01 {
      width: 518px;
      float: left; }
      .product .sec02 .product-menuBox .product-innerBox01 h4 {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 26px; }
      .product .sec02 .product-menuBox .product-innerBox01 .price {
        color: #7c7c7c;
        letter-spacing: 1px;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 3px dotted #ccc; }
      .product .sec02 .product-menuBox .product-innerBox01 .detail {
        color: #7c7c7c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 46px; }
        .product .sec02 .product-menuBox .product-innerBox01 .detail ul {
          width: 50%; }
        .product .sec02 .product-menuBox .product-innerBox01 .detail li {
          font-size: 1.4rem;
          font-weight: bold;
          margin-bottom: 10px; }
      .product .sec02 .product-menuBox .product-innerBox01 .recommend {
        color: #4294b7;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 16px; }
      .product .sec02 .product-menuBox .product-innerBox01 .guide {
        font-size: 1.4rem;
        line-height: 2.28; }
    .product .sec02 .product-menuBox .product-innerBox02 {
      width: 524px;
      float: right; }
      .product .sec02 .product-menuBox .product-innerBox02 img {
        width: 100%;
        height: auto;
        margin-bottom: 5px; }
      .product .sec02 .product-menuBox .product-innerBox02 .l2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .product .sec02 .product-menuBox .product-innerBox02 .l2 img {
          width: 256px;
          height: 164px; }
    .product .sec02 .product-menuBox .product-innerBox03 {
      padding-top: 62px;
      width: 100%;
      clear: both;
      text-align: center;
      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; }
      .product .sec02 .product-menuBox .product-innerBox03 img {
        width: 352px;
        height: 230px; }
    .product .sec02 .product-menuBox.box03 {
      margin-bottom: 100px; }
    .product .sec02 .product-menuBox.box04 .product-innerBox01 h4 {
      font-size: 2rem;
      color: #7c7c7c;
      letter-spacing: 1px; }
    .product .sec02 .product-menuBox.box04 .product-innerBox01 h4 span {
      font-size: 1.5rem; }
    .product .sec02 .product-menuBox.box04 .price {
      font-size: 1.6rem;
      line-height: 1.8; }
    .product .sec02 .product-menuBox.box04 .comment {
      color: #d84249;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.6;
      margin-top: 20px; }
    .product .sec02 .product-menuBox.box04 .product-innerBox03 {
      padding-top: 46px; }
      .product .sec02 .product-menuBox.box04 .product-innerBox03 p {
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
        font-size: 1.4rem; }
    .product .sec02 .product-menuBox.box04 .set-text01 {
      font-size: 2rem;
      font-weight: bold;
      color: #d84249;
      text-align: center;
      margin: 34px 0 14px;
      line-height: 1.5; }
    .product .sec02 .product-menuBox.box04 .set-text02 {
      font-size: 1.6rem;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 16px; }
  .product .sec02 .product-contact {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2; }
    .product .sec02 .product-contact a {
      font-weight: bold;
      color: #d84249; }

/*-------------------------------------------------------------

  faq

---------------------------------------------------------------*/
.faq .page-ttl .page-ttl-icon {
  width: 92px;
  height: auto; }
  .faq .page-ttl .page-ttl-icon img {
    width: 100%;
    height: auto; }

/*--------------------------------------------------
  faq-sec01
--------------------------------------------------*/
.faq .sec01 .faq-inner {
  width: 1060px;
  margin: 0 auto; }
  .faq .sec01 .faq-inner h3 {
    font-size: 2.1rem;
    color: #fff;
    text-align: left;
    font-weight: bold;
    background: #e26173;
    padding: 6px 30px 6px 20px;
    margin-bottom: 40px; }
    .faq .sec01 .faq-inner h3::before {
      content: "Q";
      font-size: 4rem;
      font-family: 'Satisfy', cursive;
      font-weight: normal;
      padding-right: 12px; }
  .faq .sec01 .faq-inner dl {
    width: 960px;
    margin: 0 auto 100px auto; }
  .faq .sec01 .faq-inner dl dt {
    font-size: 1.8rem;
    color: #5e5e5e;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    margin-bottom: 14px;
    border-bottom: 2px dotted #e26173;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .faq .sec01 .faq-inner dl dt:hover {
      color: #e26173; }
    .faq .sec01 .faq-inner dl dt::before {
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      background: url(../img/system/faq_icon01.svg) no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  .faq .sec01 .faq-inner dl dt.on::before {
    content: "";
    background: url(../img/system/faq_icon02.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .faq .sec01 .faq-inner dl dd {
    font-size: 1.7rem;
    color: #5e5e5e;
    line-height: 1.9;
    padding: 26px;
    margin-bottom: 30px;
    background: #f2e1e1;
    border-radius: 8px;
    display: none; }
    .faq .sec01 .faq-inner dl dd a {
      color: #d84249;
      text-decoration: underline; }
  .faq .sec01 .faq-inner dl dd li {
    text-indent: -2rem;
    padding-left: 1.7rem; }

/*-------------------------------------------------------------

  voice

---------------------------------------------------------------*/
.voice .page-ttl .page-ttl-icon {
  width: 96px;
  height: auto; }
  .voice .page-ttl .page-ttl-icon img {
    width: 100%;
    height: auto; }

.voice .page-ttl h2 span {
  font-size: 5rem;
  display: inline-block;
  padding-left: 10px; }

/*--------------------------------------------------
  voice-sec01
--------------------------------------------------*/
.voice .sec01 .grid-container {
  width: 1060px;
  margin: 0 auto 100px auto; }
  .voice .sec01 .grid-container .grid {
    width: 518px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 1px 1px 8px rgba(204, 204, 204, 0.6), 1px 1px 5px rgba(204, 204, 204, 0.6);
    box-shadow: 1px 1px 8px rgba(204, 204, 204, 0.6), 1px 1px 5px rgba(204, 204, 204, 0.6); }
    .voice .sec01 .grid-container .grid p.grid-text01 {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.8;
      text-align: justify;
      text-justify: inter-ideograph; }
    .voice .sec01 .grid-container .grid p.grid-text02 {
      text-align: right;
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 30px; }
    .voice .sec01 .grid-container .grid.blue {
      background-color: #dbe9f0;
      background-image: url(../img/common/background_texture01.png); }
      .voice .sec01 .grid-container .grid.blue .grid-inner {
        border: dotted 2px #4294b7;
        border-radius: 5px;
        padding: 42px 28px 36px 28px; }
      .voice .sec01 .grid-container .grid.blue p {
        color: #4294b7; }
    .voice .sec01 .grid-container .grid.red {
      background-color: #f2e1e1;
      background-image: url(../img/common/background_texture01.png); }
      .voice .sec01 .grid-container .grid.red .grid-inner {
        border: dotted 2px #d84249;
        border-radius: 5px;
        padding: 42px 28px 36px 28px; }
      .voice .sec01 .grid-container .grid.red p {
        color: #d84249; }

/*-------------------------------------------------------------

  contact

---------------------------------------------------------------*/
.contact .page-ttl .page-ttl-icon {
  width: 76px;
  height: auto; }
  .contact .page-ttl .page-ttl-icon img {
    width: 100%;
    height: auto; }

.contact .page-ttl h2 {
  font-size: 5rem; }

/*--------------------------------------------------
  contact-sec01
--------------------------------------------------*/
.contact .sec01 .contact-reserve {
  margin: 100px 0 0 0; }

.contact .sec01 iframe {
  width: 100%;
  hegiht: auto;
  height: 1330px; }

/*--------------------------------------------------
  contact-sec02
--------------------------------------------------*/
.contact .sec02 {
  margin: 85px 0 100px 0; }
  .contact .sec02 h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 30px; }
  .contact .sec02 .contact-mail {
    width: 720px;
    margin: 0 auto;
    /*    background: $bg01;*/
    border-radius: 5px;
    padding: 42px;
    /*    border: solid 1px $blue;*/ }
    .contact .sec02 .contact-mail .contact-link {
      text-align: center;
      margin-bottom: 30px; }
      .contact .sec02 .contact-mail .contact-link a {
        color: #d84249;
        font-weight: bold;
        font-size: 3.8rem;
        background: url(../img/contact/contact_mail_icon.png) no-repeat left center;
        background-size: contain;
        display: inline-block;
        padding-left: 66px;
        letter-spacing: 1.3px; }
    .contact .sec02 .contact-mail .contact-text01 {
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.6; }
      .contact .sec02 .contact-mail .contact-text01 a {
        color: #d84249;
        font-size: 2rem;
        font-weight: bold;
        text-decoration: underline; }

/*-------------------------------------------------------------

  privacy

---------------------------------------------------------------*/
.privacy .sec01 .privacy-inner {
  width: 1100px;
  margin: 0 auto; }

.privacy .sec01 .privacy-box {
  margin-bottom: 50px; }

.privacy .sec01 h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px; }

.privacy .sec01 .privacy-text01 {
  font-size: 16px;
  line-height: 1.7; }

.privacy .sec01 .privacy-box ul {
  margin-bottom: 20px; }
  .privacy .sec01 .privacy-box ul li {
    font-size: 16px;
    margin-bottom: 12px; }
