@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "source-han-sans-cjk-sc", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* FONT
 * ----------------------------------------------- */
.ft-min {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600; /*700*/
}
.ft-hansans {
 font-family: "source-han-sans-cjk-sc", sans-serif;
 font-weight: 400; /*500/700*/
}
.ft-tenmin {
 font-family: "ten-mincho-text", serif;
 font-weight: 400;
 font-style: italic;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.container {
  overflow: hidden;
}

.img {
  display: block;
  max-width: 100%;
}

body {
  position: static !important;
  top: auto !important;
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.flex-md {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-md-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-md-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center-md {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.order1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.md {
    display: block !important;
}
.sm {
    display: none !important;
}
@media only screen and (max-width: 767px) {
  .md {
      display: none !important;
  }
  .sm {
      display: block !important;
  }
  body {
      font-size: 12px;
      line-height: 1.67;
  }
  .container {
      min-width: 320px;
  }
  .img {
      width: 100%;
  }
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION KEYVISUAL
 * ----------------------------------------------- */
.section-keyvisual {
  position: relative;
  background: #fff6f1;
}
.section-keyvisual .wrapper {
  width: 1400px;
  margin: 0 auto;
}
.section-keyvisual img {
  display: block;
  width: 100%;
}
.btn-main {
  position: absolute;
  bottom: -78px;
  left: 0;
  right: 0;
  z-index: 60;
}
.btn-cont {
  z-index: 60;
}
.btn-form {
  position: relative;
  width: 720px;
  height: 159px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.btn-form.fixed {
  height: 125px;
}
.btn-form img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.btn-form:hover img:nth-of-type(2) {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
	.section-keyvisual .wrapper {
	  width: 100%;
	}
	.btn-main {
	  position: absolute;
	  bottom: 15px;
	}
	.btn-form {
	  width: 100%;
	  height: 100px;
	}
	.btn-form img {
	  position: absolute;
	  top: 54%;
	}
	.btn-form.fixed {
	  height: 100px;
	}
	.btn-form.fixed img {
	  position: absolute;
	  top: 50%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION BEFORE
 * ----------------------------------------------- */
.section-before {
  background: url("../img/before_bg.jpg") no-repeat center;
  height: 1000px;
  padding-top: 140px;
  margin-bottom: 20px;
}
.section-before .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-before img {
  width: 100%;
}
.section-before h2 {
  font-size: 46px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.section-before {
	  height: auto;
	  padding: 60px 0 0;
	}
	.section-before .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-before h2 {
	  font-size: 36px;
	  padding: 0 4%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION RECOMMEND
 * ----------------------------------------------- */
.section-recommend {
  background: url("../img/recommend-bg.jpg") no-repeat center;
  height: 780px;
}
.section-recommend .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-recommend .wrapper .img {
  margin-top: 50px;
}
.section-recommend .wrapper img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.section-recommend {
	  background: none;
	  height: auto;
	  padding-top: 0;
	}
	.section-recommend .wrapper {
	  width: 100%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* POINT
 * ----------------------------------------------- */
.section-point {
  background: #f4dee3;
  text-align: center;
  padding: 70px 0 90px;
}
.section-point h2 {
  display: flex;
  align-items: center;
  font-size: 70px;
  margin-bottom: 40px;
}
.section-point h2:before,
.section-point h2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.section-point h2:before {
  margin-right: 1rem;
}
.section-point h2:after {
  margin-left: 1rem;
}
.section-point .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-point .box {
  background: #fff;
  text-align: left;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 60px;
}
.section-point .box .numBox {
  display: flex;
  margin-bottom: 60px;
}
.section-point .box .numBox .num {
  width: 130px;
  margin-right: 30px;
}
.section-point .box .numBox .num img {
  width: 130px;
}
.section-point .box .numBox .txt-box .ttl {
  color: #e72559;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.section-point .box .numBox .txt-box .txtBox {
  font-size: 20px;
  line-height: 1.5;
}
.section-point .box .imgBox {
  display: flex;
  justify-content: space-between;
  width: 890px;
}
.section-point .box .imgBox ul {
  width: 420px;
}
.section-point .box .imgBox .ttl {
  color: #e72559;
  font-size: 26px;
  line-height: 1;
  margin: 20px 0 15px;
}
.section-point .box .imgBox .txtBox {
  font-size: 20px;
  line-height: 1.5;
}
.section-point .box .img-pt2 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.section-point .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-point h2 {
	  font-size: 46px;
	  line-height: 1;
	}
	.section-point h2:before {
	  margin-right: .5rem;
	}
	.section-point h2:after {
	  margin-left: .5rem;
	}
	.section-point .box {
	  width: 100%;
	  padding: 40px 30px;
	}
	.section-point .box .numBox {
	  flex-wrap: wrap;
	}
	.section-point .box .numBox .num {
	  width: 110px;
	  margin: 0 0 15px 0;
	}
	.section-point .box .numBox .num img {
	  width: 110px;
	}
	.section-point .box .numBox .txt-box .ttl {
	  font-size: 32px;
	  line-height: 1.2;
	}
	.section-point .box .imgBox {
	  flex-wrap: wrap;
	  width: 100%;
	}
	.section-point .box .imgBox ul {
	  margin-bottom: 60px;
	  width: 100%;
	}
	.section-point .box .imgBox img {
	  width: 100%;
	}
	.section-point .box .img-pt2 img {
	  width: 100%;
	  margin-bottom: 20px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* ABOUT
 * ----------------------------------------------- */
.section-about {
  background: url("../img/about_bg.jpg") no-repeat center;
  height: 2442px;
  text-align: center;
}
.section-about .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-about h2 {
  color:#000;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-top: 60px;
}
.section-about h2 span {
  color:#bd9639;
  font-size: 62px;
}
.section-about .ttl {
  display: inline-block;
  padding: 30px 0 80px;
}
.section-about .img2 {
  margin: 110px 0 60px;
}
.section-about .arrow {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.section-about {
	  text-align: center;
	  height: auto;
	  padding: 0 0 100px;
	}
	.section-about .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-about .arrow {
	  width: 20%;
	}
	.section-about img {
	  width: 100%;
	}
	.section-about h2 {
	  font-size: 38px;
	  line-height: 1.1;
	  padding: 0 4%;
	  margin-top: 40px;
	}
	.section-about h2 span {
	  display: inline-block;
	  font-size: 46px;
	  margin-bottom: 10px;
	}
	.section-about .ttl {
	  padding: 20px 4% 30px;
	}
	.section-about .img {
	  padding-top: 30px;
	}
	.section-about .img2 {
	  margin: 80px 0 60px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* FLOW
 * ----------------------------------------------- */
.section-flow {
  background: url("../img/flow_bg.gif") repeat 0 0;
  text-align: center;
  padding: 80px 0;
}
.section-flow .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-flow h2 {
  color:#000;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 90px;
}
.section-flow h2 span {
  color:#bd9639;
}
.section-flow .cont {
  background: #fff;
  text-align: left;
  border: solid 4px #ddd3bc;
  padding: 70px 80px;
  margin-bottom: 40px;
  width: 100%;
}
.section-flow .cont .ttl {
  display: flex;
  align-items: center;
  background: #f6f5f5;
  padding: 10px 40px;
  margin-bottom: 40px;
}
.section-flow .cont .ttl .step {
  color: #b38e3a;
  font-size: 30px;
  margin-right: 40px;
}
.section-flow .cont .ttl p.step span {
  display: inline-block;
  padding-left: 5px;
  font-size: 50px;
}
.section-flow .cont .ttl p.txt {
  color: #60553a;
  font-size: 26px;
  font-weight: bold;
}
.section-flow .cont .box {
  display: flex;
  margin-bottom: 60px;
}
.section-flow .cont .box .imgBox {
  width: 300px;
  margin-right: 40px;
}
.section-flow .cont .box .imgBox img {
  width: 300px;
}
.section-flow .cont .box .txtBox .txt {
  font-size: 20px;
  line-height: 1.5;
}
.section-flow .cont .box .txtBox .img {
  margin-top: 30px;
}

.btn-yoyaku {
  position: relative;
  width: 380px;
  height: 70px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.btn-yoyaku img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.btn-yoyaku:hover img:nth-of-type(2) {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
	.section-flow .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-flow h2 {
	  font-size: 46px;
	  margin-bottom: 40px;
	}
	.section-flow .cont {
	  padding: 4%;
	  width: 100%;
	}
	.section-flow .cont .ttl {
	  flex-wrap: wrap;
	  line-height: 1.4;
	  padding: 10px 30px 25px;
	  margin-bottom: 40px;
	}
	.section-flow .cont .ttl.one {
	  padding: 23px 30px 25px;
	}
	.section-flow .cont .ttl .step {
	  font-size: 20px;
	  margin-right: 30px;
	}
	.section-flow .cont .ttl p.step span {
	  padding-left: 3px;
	  font-size: 30px;
	}
	.section-flow .cont .ttl p.txt {
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 1.2;
	}
	.section-flow .cont .box {
	  flex-wrap: wrap;
	}
	.section-flow .cont .box .imgBox {
	  margin: 0 0 20px 0;
	}
	.section-flow .cont .box .txtBox {
	  width: 100%;
	}
	.section-flow .cont .box .txtBox .txt {
	  font-size: 20px;
	  line-height: 1.4;
	}
	.section-flow .cont .box .txtBox .img {
	  margin-top: 30px;
	}
	.section-flow .cont .box .txtBox .img img {
	  width: 100%;
	}
	.btn-yoyaku {
	  width: 100%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* LOCATION
 * ----------------------------------------------- */
.section-location {
  background: #faf5ea;
  text-align: center;
  padding: 80px 0 100px;
}
.section-location .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.section-location h2 {
  color: #a3884c;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
.section-location .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.section-location .box .imgBox {
  width: 48%;
}
.section-location .box .imgBox img {
  width: 100%;
}
.section-location .box .txtBox {
  width: 48%;
  text-align: left;
  letter-spacing: 0.05em;
}
.section-location .box .txtBox .ttl {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  border-bottom: solid 3px #a3884c;
  padding-bottom: 15px;
}
.section-location .box .txtBox .add {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin: 30px 0 10px;
  padding-left: 30px;
}
.section-location .box .txtBox .add::before {
  content: url(../img/ico_add.png);
  position: absolute;
  top: 1px;
  left: 0;
}
.section-location .box .txtBox .tel {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 30px;
}
.section-location .box .txtBox .tel::before {
  content: url(../img/ico_tel.png);
  position: absolute;
  top: 3px;
  left: 3px;
}
.section-location .box .txtBox .open {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.section-location .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.section-location h2 {
	  font-size: 52px;
	  margin-bottom: 40px;
	}
	.section-location .box {
	  width: 100%;
	  margin-bottom: 40px;
	}
	.section-location .box .imgBox {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.section-location .box .imgBox img {
	  width: 100%;
	}
	.section-location .box .txtBox {
	  width: 100%;
	}
	.section-location .box .txtBox .ttl {
	  font-size: 28px;
	}
}

/*
 * ----------------------------------------------- */
/* FOOTER
 * ----------------------------------------------- */
.footer-site {
  background: #333;
  color: #fff;
  padding: 80px 0 200px;
}
.footer-site .wrapper {
  width: 1080px;
  margin: 0 auto;
}
.footer-site .footer-logo img {
  width: 244px;
  margin-bottom: 50px;
}
.footer-site .footer-link {
  display: flex;
  font-size: 16px;
  text-align: left;
}
.footer-site .footer-nav a:link,
.footer-site .footer-nav a:hover,
.footer-site .footer-nav a:visited,
.footer-site .footer-nav a:active {
  color: #fff;
}
.footer-site .footer-nav .ico {
  position: relative;
  margin-right: 70px;
}
.footer-site .footer-nav .ico-img {
}
.footer-site .footer-nav .ico-img::after {
  content: url(../img/ico_link.png);
  position: absolute;
  top: 0;
  left: 73px;
}
.footer-site .footer-nav .ico-img2::after {
  content: url(../img/ico_link.png);
  position: absolute;
  top: 0;
  left: 72px;
}
.footer-site .copyright {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.footer-site {
	  padding: 80px 0 150px;
	}
	.footer-site .wrapper {
	  width: 100%;
	  padding: 0 4%;
	}
	.footer-site .footer-logo img {
	  margin-bottom: 40px;
	}
	.footer-site .footer-nav .ico {
	  margin-right: 0;
	  line-height: 2;
	  width: 100%;
	}
	.footer-site .footer-nav .ico-img {
	}
	.footer-site .footer-link {
	  flex-wrap: wrap;
	}
	.footer-site .copyright {
	  margin-top: 50px;
	}
}

/*
 * ----------------------------------------------- */
/* gototop
 * ----------------------------------------------- */
.gototop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  z-index: 70;
}
.gototop img {
  width: 75%;
  z-index: 99;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	  .gototop {
	      right: 0;
	      width: 100%;
	      text-align: center;
	  }
	  .gototop img {
	      width: 96%;
	  }
}
