@charset "UTF-8";
@font-face {
  font-family: 'Futura Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Futura Bold"), url("Futura-Bold.woff") format("woff");
}
/* --------------------------------------------- Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: normal;
  color: #505050;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  html, body, div, span, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  abbr, address, cite, code,
  del, dfn, em, img, ins, kbd, q, samp,
  small, strong, sub, sup, var,
  b, i, a,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section, summary,
  time, mark, audio, video {
    font-size: 12px;
  }
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  line-height: 1.6em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  display: block;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
a:hover {
  text-decoration: underline;
}

a img {
  transition-property: all;
  transition: 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img:hover {
  opacity: 0.8;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }

  .disp-sp {
    display: block !important;
  }
}
/************************************************************************************************************

	メイン設定

************************************************************************************************************/
.bold {
  font-weight: 900;
}

.btn {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 12px 15px;
  background-color: #222222;
  border: 1px solid #222222;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all .2s;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}
.btn span {
  color: #fff;
}
.btn:hover {
  opacity: .8;
}

.btn-gry {
  background-color: #eee;
  border: 1px solid #eee;
  color: #505050;
  width: 90%;
  max-width: 400px;
}
.btn-gry:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ddd;
}

.btn-line {
  background-color: #4ac102;
  border: 1px solid #4ac102;
  color: #fff;
  padding-left: 35px;
}
.btn-line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/line.svg) no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

.btn-mail {
  background-color: #f25c54;
  border: 1px solid #f25c54;
  color: #fff;
  padding-left: 35px;
}
.btn-mail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/mail.svg) no-repeat center center;
  background-size: cover;
  width: 18px;
  height: 18px;
}

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

	ヘッダ

*/
#header {
  width: 100%;
  height: 80px;
  background-color: #ffd700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
  z-index: 10;
}
#header img {
  width: 100%;
  max-width: 300px;
}
#header .btn-line {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    padding: 0 15px;
  }
  #header img {
    max-width: 200px;
  }
  #header .btn-line {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
  }
  #header .btn-line:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/line.svg) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
  #header .btn-line span {
    display: none !important;
  }
  #header .btn-mail {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
  }
  #header .btn-mail:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/mail.svg) no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
  }
  #header .btn-mail span {
    display: none !important;
  }
}

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

	メインイメージ

*/
.first-view {
  width: 100%;
  height: 100vh;
  background: url(../img/hs-main-bak-pc1.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  margin-top: -80px;
}
.first-view img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .first-view {
    margin-top: -60px;
    background: url(../img/hs-main-bak-sp1.jpg) no-repeat center center;
    background-size: cover;
  }
}
.first-view .fixed-bnr {
  position: absolute;
  top: 100px;
  right: 25px;
}
@media screen and (max-width: 1024px) {
  .first-view .fixed-bnr {
    top: 100px;
    right: 25px;
  }
  .first-view .fixed-bnr img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .first-view .fixed-bnr {
    top: 70px;
    right: 15px;
  }
  .first-view .fixed-bnr img {
    width: 130px;
  }
}

.campbnr {
  margin: 40px auto 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .campbnr {
    margin: 20px auto 0;
  }
}
.campbnr img {
  margin: 0 auto;
  max-width: 100%;
}

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

	コンテンツ部分

*/
#wrapper {
  width: 100%;
}
#wrapper .wrapper-inner {
  width: 100%;
  max-width: 1200px;
}

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

	フッタ

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

	インフォ

*/
.top-info {
  margin: 100px auto;
  display: flex;
  box-sizing: border-box;
  padding: 0 15px;
}
.top-info img.top-info-img-pc,
.top-info img.top-info-img-sp {
  width: 100%;
  max-width: 640px;
}
.top-info img.top-info-img-sp {
  display: none;
}
.top-info .info-text {
  box-sizing: border-box;
  padding-left: 30px;
}
.top-info .info-text .bottom-text {
  margin-top: 20px;
}
.top-info h2 {
  white-space: nowrap;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .top-info {
    display: block;
    text-align: center;
  }
  .top-info img.top-info-img-pc {
    display: none !important;
  }
  .top-info img.top-info-img-sp {
    display: block !important;
    margin: 30px auto 0;
  }
  .top-info .info-text {
    padding-left: 0;
  }
  .top-info h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    margin: 50px auto;
    padding: 0 10px;
  }
  .top-info h2 {
    font-size: 1.3rem;
    white-space: normal;
  }
}

h3.obi {
  width: 100%;
  background-color: #222222;
  color: #fff;
  box-sizing: border-box;
  padding: 25px 0;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h3.obi {
    padding: 15px 0;
    font-size: 1.3rem;
  }
}

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

	about

*/
.about {
  margin: 40px auto 100px;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 20px auto 50px;
  }
}
.about h4 {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about h4 {
    font-size: 1.2rem;
  }
}
.about hr.bar {
  margin: 40px auto 80px;
  width: 80px;
  border-top: 6px #222222 solid;
}
@media screen and (max-width: 767px) {
  .about hr.bar {
    margin: 30px auto 50px;
  }
}
.about ul {
  display: flex;
}
.about ul li {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 10px;
}
.about ul li .about-col {
  position: relative;
  height: 100%;
  border: 1px #eee solid;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #eee;
  box-sizing: border-box;
  padding: 40px 30px;
}
.about ul li .about-col .about-img {
  margin-bottom: 20px;
}
.about ul li .about-col .about-img img {
  width: 100%;
  max-width: 640px;
}
.about ul li .about-col p.about-no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222222;
  border-radius: 50%;
  height: 55px;
  width: 55px;
}
.about ul li .about-col p.about-no i {
  display: inline-block;
  margin-top: -3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}
.about ul li .about-col h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about ul {
    flex-wrap: wrap;
  }
  .about ul li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .about ul li .about-col {
    padding: 40px 0;
  }
  .about ul li .about-col .about-img {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .about ul li .about-col p.about-no {
    height: 45px;
    width: 45px;
  }
  .about ul li .about-col h5 {
    margin-bottom: 8px;
    text-align: center;
  }
  .about ul li .about-col p {
    text-align: center;
  }
  .about ul li .about-col p span {
    display: block;
  }
  .about ul li:last-child {
    margin-bottom: 0;
  }
}

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

	Slider

*/
ul.slick-dtl {
  overflow: hidden;
}
ul.slick-dtl li img {
  width: 95%;
  margin: auto;
}

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

	CTA

*/
.cta-bar {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}
.cta-bar .cta-bar-inner {
  position: relative;
  width: 100%;
  background-color: #ffd700;
  display: flex;
  align-items: center;
  margin: 60px auto;
  box-sizing: border-box;
  padding: 20px 30px;
}
.cta-bar .cta-bar-inner .cta-icon {
  margin-right: 15px;
}
.cta-bar .cta-bar-inner .cta-text p, .cta-bar .cta-bar-inner .cta-text span {
  color: #3d2e00;
}
.cta-bar .cta-bar-inner .cta-text p.font-en {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.cta-bar .cta-bar-inner .cta-text p span {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.cta-bar .cta-bar-inner .cta-btn {
  white-space: nowrap;
  margin-left: auto;
}
.cta-bar .cta-bar-inner .cta-btn .btn-line {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .cta-bar .cta-bar-inner {
    flex-wrap: wrap;
    margin: 100px auto 60px;
    padding: 20px 0;
  }
  .cta-bar .cta-bar-inner .cta-icon {
    margin: 0;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cta-bar .cta-bar-inner .cta-text {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .cta-bar .cta-bar-inner .cta-text p.font-en {
    font-size: 1.2rem;
  }
  .cta-bar .cta-bar-inner .cta-text p span {
    font-size: 1.3rem;
    display: block;
  }
  .cta-bar .cta-bar-inner .cta-btn {
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
  }
  .cta-bar .cta-bar-inner .cta-btn a {
    margin: 5px;
  }
}

.cta-bar-last {
  max-width: 100%;
  padding: 0;
  background-color: #ffd700;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.cta-bar-last .cta-bar-inner {
  position: relative;
  width: 100%;
  background-color: #ffd700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.cta-bar-last .cta-bar-inner .cta-icon {
  margin: 0;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cta-bar-last .cta-bar-inner .cta-text {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.cta-bar-last .cta-bar-inner .cta-text p.font-en {
  font-size: 1.4rem;
  color: #3d2e00;
}
.cta-bar-last .cta-bar-inner .cta-text p span {
  font-size: 1.8rem;
  color: #3d2e00;
}
@media screen and (max-width: 767px) {
  .cta-bar-last .cta-bar-inner .cta-text p span {
    font-size: 1.6rem;
    display: block;
  }
}
.cta-bar-last .cta-bar-inner .cta-btn {
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
}
.cta-bar-last .cta-bar-inner .cta-btn a {
  margin: 5px;
}

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

	CASE

*/
.case {
  display: flex;
  margin: 100px auto 50px;
}
@media screen and (max-width: 1024px) {
  .case {
    margin: 70px auto 40px;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    margin: 40px auto;
  }
}
.case .case-img {
  width: 100%;
  max-width: 480px;
}
.case .case-img .case-img-big {
  box-sizing: border-box;
  padding: 5px;
}
.case .case-img img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.case .case-img ul.page-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 480px;
  margin: 0 auto;
}
.case .case-img ul.page-gallery li {
  width: 33.33333%;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .case .case-img {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.case .case-text {
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .case .case-text {
    padding: 0;
  }
}
.case .case-text h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .case .case-text h4 {
    font-size: 1.3rem;
  }
}
.case .case-text p {
  margin: 10px 0;
}
.case .case-text blockquote {
  position: relative;
  margin: 40px auto;
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 55px;
}
@media screen and (max-width: 1024px) {
  .case .case-text blockquote {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .case .case-text blockquote {
    margin: 20px auto 0;
    padding: 55px 30px;
  }
}
.case .case-text blockquote:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(../img/quote-left.svg) no-repeat center center;
  width: 26px;
  height: 26px;
}
.case .case-text blockquote:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(../img/quote-right.svg) no-repeat center center;
  width: 26px;
  height: 26px;
}

.fancybox-navigation svg {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fancybox-navigation {
    display: none !important;
  }
}

.fancybox-infobar span {
  color: #fff;
}

.case-cta {
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-cta {
    margin: 0 auto 50px;
  }
}

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

	premium

*/
.premium {
  margin: 40px auto 100px;
}
@media screen and (max-width: 767px) {
  .premium {
    margin: 20px auto 50px;
  }
}
.premium h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .premium h4 {
    font-size: 1.2rem;
  }
}
.premium p.premium-tobi {
  text-align: center;
  font-size: 1.2rem;
}
.premium p.premium-tobi:before {
  content: "＼";
  padding-right: 5px;
}
.premium p.premium-tobi:after {
  content: "／";
  padding-left: 2px;
}
.premium .premium-pop {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .premium .premium-pop {
    margin: 20px auto;
  }
}
.premium .premium-pop .premium-wak {
  display: inline-block;
  width: 480px;
  height: 154px;
  background: url(../img/pd-waku.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .premium .premium-pop .premium-wak {
    width: 322px;
    height: 103px;
  }
}
.premium .premium-pop .premium-wak p {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .premium .premium-pop .premium-wak p {
    font-size: 1.2rem;
  }
}

.bak_sq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 215, 0, 0.8);
  z-index: -1;
}

.room-deco {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.room-deco h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.room-deco ul {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-deco ul li {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 auto 25px;
}
.room-deco ul li .room-img {
  width: 100%;
  margin-bottom: 15px;
}
.room-deco ul li .room-img img {
  width: 100%;
  max-width: 520px;
}
.room-deco ul li h4 {
  /*				font-family: $fonts_en;*/
  font-size: 1.6em;
  text-align: left;
  font-weight: bold;
}
.room-deco ul li h4:before {
  position: relative;
  top: -3px;
  left: 0;
  content: "-";
  padding-right: 5px;
}
.room-deco ul li p {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .room-deco {
    margin: 40px auto 0;
  }
  .room-deco ul {
    margin: 0 auto;
  }
  .room-deco ul li {
    width: 100%;
    padding: 30px 20px 30px 30px;
    margin: 0 auto 15px;
  }
  .room-deco ul li .room-img {
    margin-bottom: 5px;
  }
  .room-deco ul li .room-img img {
    margin: 0 auto;
  }
  .room-deco ul li h4 {
    font-size: 1.3rem;
  }
  .room-deco ul li:last-child {
    margin-bottom: 0;
  }
}
/* -----------------------------------------------------------------------------------------------------------

	実績

*/
.per {
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .per {
    margin: 20px auto 50px;
  }
}
.per h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .per h4 {
    font-size: 1.2rem;
  }
}
.per p.per-top-text {
  text-align: center;
  margin: 20px auto;
}
.per p.per-top-text span {
  display: block;
}
.per p.per-top-text span.btm {
  display: inline-block;
  /*border-bottom:1px $bk_color solid;*/
  margin-bottom: 20px;
}
.per .per-top-img {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 60px;
}
.per .per-top-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .per .per-top-img {
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.yogo-area {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  background: url(../img/yogo-bak.png) repeat center center;
}
@media screen and (max-width: 767px) {
  .yogo-area {
    padding: 50px 0;
  }
}
.yogo-area ul {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.yogo-area ul li {
  width: 50%;
  box-sizing: border-box;
}
.yogo-area ul li .yogo-img {
  text-align: center;
}
.yogo-area ul li .yogo-img img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.yogo-area ul li .yogo-inner h4 {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 20px;
}
.yogo-area ul li .yogo-inner a.sns-bnr {
  display: inline-block;
  margin-top: 40px;
  box-shadow: 3px 3px 6px #eee;
}
@media screen and (max-width: 767px) {
  .yogo-area ul {
    flex-wrap: wrap;
  }
  .yogo-area ul li {
    width: 100%;
    padding: 0 15px;
  }
  .yogo-area ul li .yogo-img img {
    max-width: 300px;
  }
  .yogo-area ul li .yogo-inner {
    text-align: center;
    margin: 25px auto 0;
  }
  .yogo-area ul li .yogo-inner h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .yogo-area ul li .yogo-inner p {
    text-align: left;
  }
  .yogo-area ul li .yogo-inner a.sns-bnr {
    margin-top: 30px;
  }
  .yogo-area ul li:last-child {
    width: auto;
    margin: auto;
  }
}

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

	FAQ

*/
.faq {
  background-color: #f7f7f7;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 15px 80px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 15px 90px;
  }
}
.faq dl {
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 3px 3px 6px #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .faq dl {
    margin: 20px auto;
    padding: 30px 15px;
  }
}
.faq dl dt {
  width: 60px;
}
.faq dl dt p {
  font-family: "Futura Bold", sans-serif;
  font-size: 2.5rem;
  line-height: 1em;
  text-align: center;
}
.faq dl dt p.faq-a {
  color: #f25c54;
}
.faq dl dd {
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .faq dl dt {
    width: 40px;
  }
  .faq dl dd {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
.faq dl dd.faq-q-text {
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.faq dl dd.faq-q-text span {
  line-height: 1em;
}
.faq dl dd.faq-q-text p {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.6em;
}

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

	FAQ

*/
#footer {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 25px 0;
  background-color: #222222;
  color: #fff;
  text-align: center;
}
#footer .ft-wrap-new-f {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer img.foot-logo {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
#footer .ft-sns {
  margin: 30px 0;
  display: flex;
}
#footer .ft-sns li {
  padding: 0 3px;
}
#footer .ft-sns li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer p.copyright {
  margin: 0 auto;
  font-size: .5rem;
  color: #fff;
  white-space: nowrap;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 50px 25px 0;
  }
  #footer .ft-wrap-new-f {
    display: block;
  }
  #footer img.foot-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
  }
  #footer .ft-sns {
    justify-content: center;
  }
}
/* -----------------------------------------------------------------------------------------------------------

	STEP

*/
.step {
  background-color: #f7f7f7;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 15px 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 30px 15px;
  }
}
.step .step-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.step .step-inner .step-top {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
}
.step .step-inner .step-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/db-left.png) no-repeat center center;
  background-size: cover;
  width: 29px;
  height: 168px;
}
.step .step-inner .step-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/db-right.png) no-repeat center center;
  background-size: cover;
  width: 29px;
  height: 168px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-top {
    padding: 0 20px;
  }
  .step .step-inner .step-top:before {
    width: 21px;
    height: 122px;
  }
  .step .step-inner .step-top:after {
    width: 21px;
    height: 122px;
  }
}
.step .step-inner .step-top h4 {
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-top h4 {
    font-size: 1.2rem;
  }
}
.step .step-inner .step-top span {
  font-size: .9rem;
  white-space: nowrap;
}
.step .step-inner .step-area {
  width: 100%;
  background: url(../img/step-bak.gif) repeat-y center center;
  background-size: 60px 16px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area {
    background: initial;
  }
}
.step .step-inner .step-area .step-start {
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-start {
    padding: 15px 30px;
  }
}
.step .step-inner .step-area .step-start h5 {
  position: relative;
  white-space: nowrap;
  font-size: 1.7rem;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-start h5 {
    font-size: 1.2rem;
    padding-right: 65px;
  }
}
.step .step-inner .step-area .step-start h5:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-passport.png);
  background-size: cover;
  width: 58px;
  height: 73px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .step-start {
    position: relative;
    margin-bottom: 35px;
  }
  .step .step-inner .step-area .step-start:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/arrow-down.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
  }
}
.step .step-inner .step-area .step-air {
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-air {
    padding: 15px 20px;
  }
}
.step .step-inner .step-area .step-air h5 {
  position: relative;
  white-space: nowrap;
  font-size: 1.7rem;
  padding-left: 155px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-air h5 {
    font-size: 1.2rem;
    padding-left: 140px;
  }
}
.step .step-inner .step-area .step-air h5:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-air.png);
  background-size: cover;
  width: 136px;
  height: 70px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .step-air {
    position: relative;
    margin-bottom: 35px;
  }
  .step .step-inner .step-area .step-air:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/arrow-down.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
  }
}
.step .step-inner .step-area .step-col {
  width: 100%;
  margin: 60px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-col {
    margin: 50px 0;
    box-sizing: border-box;
    padding: 0 0 0 10px;
  }
}
.step .step-inner .step-area .step-col ul.step-in {
  width: 100%;
  max-width: 480px;
  display: flex;
  box-shadow: 3px 3px 6px #eee;
}
.step .step-inner .step-area .step-col ul.step-in li {
  position: relative;
  width: 50%;
  background-color: #fff;
}
.step .step-inner .step-area .step-col ul.step-in li img.step-img {
  width: 100%;
  max-width: 240px;
}
.step .step-inner .step-area .step-col ul.step-in li span {
  display: inline-block;
  background-color: #ffd700;
  box-sizing: border-box;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 1.2rem;
}
.step .step-inner .step-area .step-col ul.step-in li img.step-cat {
  width: 108px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.step .step-inner .step-area .step-col ul.step-in li p {
  margin-top: 65px;
  text-align: left;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 0 5px 0 15px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-col ul.step-in li p {
    margin-top: 55px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area .step-col-last {
    margin-bottom: 30px;
  }
}
.step .step-inner .step-area .step-col-left {
  justify-content: flex-start;
}
.step .step-inner .step-area .step-col-right {
  justify-content: flex-end;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .step-col-left,
  .step .step-inner .step-area .step-col-right {
    justify-content: center;
  }
}
.step .step-inner .step-area .step-in-left {
  position: relative;
}
.step .step-inner .step-area .step-in-left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-left.svg) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .step-in-left:after {
    background: initial;
  }
}
.step .step-inner .step-area .step-in-right {
  position: relative;
}
.step .step-inner .step-area .step-in-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow-right.svg) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .step-in-right:after {
    background: initial;
  }
}
.step .step-inner .step-area .mgt {
  margin-top: -120px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .mgt {
    margin-top: 0;
  }
}
.step .step-inner .step-area .mgt2 {
  margin-top: -280px;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area .mgt2 {
    margin-top: 0;
  }
}
.step .step-inner .step-area .step-point {
  box-sizing: border-box;
  padding: 40px 25px;
  border: 1px #ccc dashed;
}
.step .step-inner .step-area .step-point h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.step .step-inner .step-area .step-point ol {
  padding-left: 15px;
}
.step .step-inner .step-area .step-point ol li {
  text-align: left;
  list-style-type: disc;
  font-size: .9rem;
}
.step .step-inner .step-area-last {
  width: 100%;
  background: url(../img/step-bak-blank.gif) repeat-y center center;
  background-size: 60px 16px;
  margin: 0 auto 100px;
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 1180px) {
  .step .step-inner .step-area-last {
    background: initial;
    padding-top: 15px;
  }
}
.step .step-inner .step-area-last .step-last {
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 80px;
  margin: 60px auto 0;
}
.step .step-inner .step-area-last .step-last:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/step-last-up.png);
  background-size: cover;
  width: 375px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area-last .step-last:before {
    top: -45px;
    width: 320px;
    height: 75px;
  }
}
.step .step-inner .step-area-last .step-last:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/step-last-down.png);
  background-size: cover;
  width: 375px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area-last .step-last:after {
    bottom: -45px;
    width: 320px;
    height: 75px;
  }
}
.step .step-inner .step-area-last .step-last h5 {
  white-space: nowrap;
  font-size: 1.7rem;
  text-align: center;
}
.step .step-inner .step-area-last .step-last p {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step .step-inner .step-area-last .step-last p span {
    font-size: 1.2rem;
    display: block;
  }
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

a.foot-toku {
  display: block;
  font-size: .9rem;
  margin: 30px auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  a.foot-toku {
    display: block;
    font-size: .8rem;
    margin: 30px auto;
    color: #fff;
  }
}
