@charset "UTF-8";
/* =============================================================

    Layout

* ============================================================= */

/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/* =============================================================

    Base

* ============================================================= */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", "Noto Sans Japanese", "MyYuGothicM", "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #57473e;
  background: #f2f2f2;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body.is-drawer-open {
  position: fixed;
}

a {
  color: #57473e;
}

a.js-tel {
  color: #57473e !important;
  text-decoration: none !important;
}

a.js-tel._active {
  text-decoration: underline !important;
}

img {
  max-width: 100%;
}

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-wrapper {
  width: 100%;
  background: url(../img/bg.gif) bottom center repeat;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  transition: right .2s ease-out;
  right: 0;
}

/* for footer fix
=============================== */
#js-wrapper {
  overflow: hidden !important;
  position: relative;
  min-height: 100%;
  padding: 0;
  box-sizing: border-box;
}

#js-footer {
  position: absolute;
  bottom: 0;
}

/* =============================================================

  header

* ============================================================= */
.l-header {
  top: 0;
  left: 0;
  background-color: #fff;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #57473E;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
  z-index: 10;
}

.l-header:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.l-header-logo {
  display: block;
  max-width: 60%;
  float: left;
  padding: 5px 0;
  box-sizing: border-box;
}

.l-header-logo a {
  display: block;
}

.l-header-logo img {
  display: block;
}

.l-header-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 7%;
  min-width: 35px;
  max-width: 55px;
  display: block;
  float: right;
  z-index: 5;
}

.l-header-menu-button {
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding-top: 100%;
  background: #57473E;
  transition: background 0.4s;
}

.l-header-menu-button.is-active {
  background: transparent;
}

.l-header-menu-button__inner {
  color: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16% 20% 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/text_hdr_menu.png) center 85% no-repeat;
  background-size: 60%;
}

.l-header-menu-button__text {
  width: 60%;
  height: 0;
  padding-top: 27%;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
}

.l-header-menu-button__trigger {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
}

.l-header-menu-button__trigger > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}

.is-active .l-header-menu-button__trigger > span {
  background-color: #fff;
}

.l-header-menu-button__trigger > span._top {
  top: 0;
}

.is-active .l-header-menu-button__trigger > span._top {
  -webkit-transform: translateY(15px) scale(0);
      -ms-transform: translateY(15px) scale(0);
          transform: translateY(15px) scale(0);
}

.l-header-menu-button__trigger > span._middle {
  top: 50%;
  top: calc(50% - 1px);
}

.is-active .l-header-menu-button__trigger > span._middle {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header-menu-button__trigger > span._middle:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}

.is-active .l-header-menu-button__trigger > span._middle:after {
  background-color: #e6e6e6;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l-header-menu-button__trigger > span._bottom {
  bottom: 0;
}

.is-active .l-header-menu-button__trigger > span._bottom {
  -webkit-transform: translateY(-15px) scale(0);
      -ms-transform: translateY(-15px) scale(0);
          transform: translateY(-15px) scale(0);
}

/* =============================================================

  main

* ============================================================= */
/* main
--------------------------- */
.l-main {
  width: 100%;
  position: relative;
  padding: 0;
}

/* page-heading
--------------------------- */
.l-page-heading {
  padding: 25px 0 22px;
  background: #57473E;
}

.l-page-title {
  text-align: center;
  line-height: 1;
}

.l-page-title__main {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.l-page-title__sub {
  padding-top: 1.6em;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  color: #FDC355;
}

/* page-contents
--------------------------- */
.l-page-contents {
  padding-top: 35px;
  padding-bottom: 55px;
  position: relative;
}

.l-page-contents._no-top-space {
  padding-top: 0;
}

.l-page-contents._no-bottom-space {
  padding-bottom: 0;
}

.l-page-contents._no-space {
  padding-top: 0;
  padding-bottom: 0;
}

/* section
--------------------------- */
.l-section-lead {
  text-align: center;
  padding-bottom: 20px;
}

.l-inner-contents:not(:last-child) {
  margin-bottom: 50px;
}

.l-inner-contents._side-space {
  padding-left: 15px;
  padding-right: 15px;
}

.l-inner-contents._both-space {
  padding-top: 40px;
  padding-bottom: 50px;
}

.l-inner-contents._no-space {
  margin-bottom: 0 !important;
}

/* =============================================================

  footer

* ============================================================= */
.l-footer {
  width: 100%;
}

.l-footer-inner {
  width: 100%;
  color: #57473e;
  background: url(../img/bg_footer.jpg) center bottom repeat #ddd;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.l-footer-head {
  padding-bottom: 20px;
}

.l-footer-button {
  display: inline-block;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #57473E;
  color: #57473E;
  padding: 1em 2em;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-footer-button > .fa {
  padding-right: .5em;
}

.l-footer-information {
  font-size: 0;
}

.l-footer-information__item {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

.l-footer-information__item:not(:empty):before {
  content: "\FF0F";
}

.l-footer-information__item:last-of-type:before {
  content: none;
}

.l-footer-information__item:first-child:before {
  content: none;
}

.l-footer-copyright {
  padding-top: .5em;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

/* =============================================================

  drawer

* ============================================================= */
.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 26;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1;
  box-sizing: border-box;
}

.l-drawer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #57473E;
  z-index: 1;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
}

.is-drawer-open .l-drawer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.l-drawer-container {
  background-color: #57473E;
  position: relative;
  z-index: 2;
}

.l-drawer-head {
  color: #FFF;
  padding: .8em 15px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.l-drawer-box {
  color: #FFF;
  border-bottom: 1px solid;
}

.l-drawer-box__body {
  display: none;
}

.l-drawer-box a {
  color: #FFF;
  display: block;
  padding: 1em 15px;
  text-decoration: none;
  position: relative;
}

.l-drawer-box a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 1em;
  width: 20px;
  font-size: 1.2em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.l-drawer-box a._pc:after {
  content: "\f108";
  font-size: 1em;
}

.l-drawer-box a[target="_blank"]:after, .l-drawer-box a[href^="javascript"]:after {
  content: "\f08e";
  font-size: 1em;
}

.l-drawer-box a.l-drawer-box-toggle:after {
  content: "\f107";
  transition: all .3s;
  font-size: 1.2em;
}

.l-drawer-box a.l-drawer-box-toggle.is-open:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.l-drawer-pages {
  padding-left: 1.5em;
}

.l-drawer-pages > li {
  border-top: 1px dotted;
}

/* =============================================================

  Utility

* ============================================================= */
/* color
====================================== */
.red {
  color: #cc0000;
}

.blue {
  color: #0066cc;
}

.green {
  color: #66cc00;
}

/* strong
====================================== */
.strong {
  font-weight: bold;
}

/* align & float
====================================== */
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatCenter {
  float: center;
}

/* clear
====================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* width
====================================== */
.w10 {
  width: 10px;
}

.w15 {
  width: 15px;
}

.w20 {
  width: 20px;
}

.w25 {
  width: 25px;
}

.w30 {
  width: 30px;
}

.w35 {
  width: 35px;
}

.w40 {
  width: 40px;
}

.w45 {
  width: 45px;
}

.w50 {
  width: 50px;
}

.w55 {
  width: 55px;
}

.w60 {
  width: 60px;
}

.w65 {
  width: 65px;
}

.w70 {
  width: 70px;
}

.w75 {
  width: 75px;
}

.w80 {
  width: 80px;
}

.w85 {
  width: 85px;
}

.w90 {
  width: 90px;
}

.w95 {
  width: 95px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w100per {
  width: 100%;
}

.w50per {
  width: 49%;
}

/*2分割*/
.w33per {
  width: 33%;
}

/*3分割*/
.w24per {
  width: 24%;
}

/*4分割*/
/* margin & padding
====================================== */
.mAuto {
  margin: 0 auto;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-45 {
  margin-bottom: -45px;
}

.mb-50 {
  margin-bottom: -50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.m-l5 {
  margin-left: -5px;
}

.ml-10 {
  margin-left: -10px;
}

.ml-15 {
  margin-left: -15px;
}

.ml-20 {
  margin-left: -20px;
}

.ml-25 {
  margin-left: -25px;
}

.ml-30 {
  margin-left: -30px;
}

.ml-35 {
  margin-left: -35px;
}

.ml-40 {
  margin-left: -40px;
}

.ml-45 {
  margin-left: -45px;
}

.ml-50 {
  margin-left: -50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.p3 {
  padding: 3px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

/* font-size
====================================== */
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

/* display
====================================== */
.dBlock {
  display: block;
}

.dNone {
  display: none;
}

.dInline {
  display: inline;
}

.dInline-block {
  display: inline-block;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.imeDis {
  ime-mode: disabled;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.border {
  border: 1px solid #d8d8d8;
}

.borderL {
  border-left: 1px solid #d8d8d8;
}

.borderT {
  border-top: 1px solid #d8d8d8;
}

.borderR {
  border-right: 1px solid #d8d8d8;
}

.borderB {
  border-bottom: 1px solid #d8d8d8;
}

/*dotline*/
hr.dashline {
  color: #D8D8D8;
  size: 1;
  border-style: dashed;
}

hr.dotline {
  color: #D8D8D8;
  size: 1;
  border-style: dotted;
}

@media screen and (max-width: 1100px){
  /* for desktop */
}

@media screen and (max-width: 768px){
  /* for tablet */
}

@media screen and (max-width: 480px){
  /* for mobile */
}
