@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "游教科書体 New M", "Yu Kyokasho New M", sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/* リンク色 */
a {
  color: #000000;
}

a:hover, a:active {
  color: #777;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
.contents {
  padding: 0 10px;
  text-align: left;
}

.layout-section {
  margin-bottom: 40px;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  padding-bottom: 20px;
  position: relative;
  background: url("../../assets/img/common/header/bgi--section.png") repeat;
  background-color: #fff;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-right {
  float: right;
  width: 33%;
}
.header-right .header-site-name {
  margin: 18.5px 0;
}

/* グローバルボタン */
.btn--menu {
  background: #83300E;
  height: 36px;
  line-height: 1;
  padding: 5px;
  border: 1px solid #83300E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 113%;
  color: #fff;
}
.btn--menu span {
  display: block;
  font-size: 66%;
  padding-top: 3px;
}

.header-center {
  float: right;
  width: 33%;
  margin-top: 108px;
}
.header-center .header-center__title {
  max-width: 100px;
}

.header-left {
  margin-right: 34px;
}

.bnr-michelin {
  position: absolute;
  top: 0px;
  left: 10px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
}

.footer {
  background: url("../../assets/img/common/footer/bgi--footer--sp.png") no-repeat top center;
  background-size: cover;
  margin-top: calc(100%*-0.07);
  padding-top: calc(100%*0.07);
  height: calc(100%*0.25);
  padding-bottom: 15px;
}

.footer-site-name {
  text-align: left;
  width: 147px;
  margin-top: 73px;
  margin-left: 30px;
}

/* フッター　会社情報 */
address {
  font-style: normal;
  background: url("../../assets/img/common/footer/bgi--contact--sp.png") no-repeat;
  margin: calc(100vw * -0.24) 0px 0px -10px;
  padding: calc(100vw * 0.24 + 10px) 50px calc(100vw * 0.1) 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  background-size: cover;
}
address .address__phone {
  font-size: 25px;
}
address .address__time {
  margin-bottom: 10px;
}

/* コピーライト */
.copy {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: 0px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #fff;
  display: none;
  width: 100%;
  clear: both;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 20;
}
.global-nav .nav-header {
  background: #83300E;
  padding: 20px 0;
  position: relative;
  color: #fff;
}
.global-nav .nav-header .nav-header__title {
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 125%;
}
.global-nav h2 {
  margin: 10px;
  font-size: 100%;
}
.global-nav > ul {
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  font-size: 88%;
}
.global-nav > ul li {
  border-top: 1px solid #ddd;
}
.global-nav > ul li a {
  display: block;
  padding: 15px 5px;
}
.global-nav > ul li a.drop {
  position: relative;
}
.global-nav > ul li a.drop i {
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.global-nav > ul li a.drop.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-nav > ul li ul {
  display: none;
  background: #eee;
  padding: 0 10px;
  list-style: none;
}
.global-nav > ul li ul li {
  padding-left: 10px;
}
.global-nav .btn--menu {
  background: #fff;
  min-width: 50px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 15px;
  right: 10px;
  line-height: 1;
  font-size: 150%;
  color: #83300E;
}
.global-nav .btn--menu span {
  display: block;
  padding-top: 3px;
  font-size: 66%;
}
.global-nav .btn--menu.btn--trigger-close {
  background: #fff;
  color: #83300E;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #83300E;
  padding: 7px;
  font-size: 113%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #83300E;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #83300E;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #83300E;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #83300E;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #83300E;
  color: #83300E;
}

/* 見出し */
.title-lv1 {
  background: #EAE6D0;
  padding: 10px;
  margin-bottom: 15px;
  color: #83300E;
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #83300E;
  margin-bottom: 5px;
  color: #83300E;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #83300E;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #83300E;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #EAE6D0;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--01 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  border-radius: 30px;
  border: 1.2px solid #810d07;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

/*.btn--full{
	display: block;
	padding: 12px 0;
	border-radius: 3px;
	text-align: center;
}
.btn--main{
	background: $color--site-main;
	color: #fff;
	text-decoration: none;
}
.btn--orange{
	background: #E7590D;
	color: #fff;
	text-decoration: none;
}
.btn--white{
	background: #fff;
	border: 2px solid $color--site-main;
	text-decoration: none;
	color: $color--site-main;
}*/
/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav .article-nav {
  width: 30%;
}
.article-nav .article-nav:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.article-nav .article-nav:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.article-nav .article-nav:nth-child(3) {
  margin: 0 auto;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #83300E;
}
.pagination a {
  border: 1px solid #83300E;
}
.pagination a:hover {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}
.pagination .current {
  background-color: #83300E;
  border: 1px solid #83300E;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.voice {
  background: url("../../assets/img/lp/voice/bgi--section.png") no-repeat top center;
  background-size: cover;
}

.voice-top {
  background: url("../../assets/img/lp/voice/tit--section.svg") no-repeat top center;
  padding: 40px 0px;
  background-size: contain;
}
.voice-top__title {
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4.8px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.voice-main {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 60px;
}

.voice-left,
.voice-right {
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice-left__title,
.voice-right__title {
  background-color: rgba(255, 255, 255, 0.27);
  padding: 15px 26px;
  margin-bottom: 40px;
  font-size: 1.375em;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.voice-left__title::before,
.voice-right__title::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  margin-left: -15px;
  border: 7px solid transparent;
  border-top: 12px solid rgba(255, 255, 255, 0.27);
}
.voice-left__content,
.voice-right__content {
  line-height: 2;
  letter-spacing: -0.9px;
  font-size: 90%;
}

.about {
  margin-bottom: 60px;
}

.about-left {
  margin-top: 80px;
}

.about-right {
  margin-top: 67px;
}

.merit {
  background: url("../../assets/img/lp/merit/bgi--section.png") repeat-x 0px 130px;
  margin-bottom: 60px;
}
.merit__title {
  width: 60%;
  margin: 100px auto 15px;
}
.merit__intro {
  width: 60%;
  margin: 0 auto;
}

.merit-hotel,
.merit-customer {
  color: #fff;
}
.merit-hotel__top,
.merit-customer__top {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 33px;
  margin-top: 43px;
  display: inline-block;
}
.merit-hotel__top-deco,
.merit-customer__top-deco {
  background: url("../../assets/img/lp/merit/bgi--title01.svg") no-repeat 10px;
  width: 200px;
  height: 63px;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 2.5px;
  line-height: 48px;
}
.merit-hotel__title,
.merit-customer__title {
  margin: 18px 20px 0;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.8px;
}
.merit-hotel__content,
.merit-customer__content {
  margin-top: 16.5px;
  font-family: NotoSansJavanese;
  text-align: left;
  margin: 0px 20px;
}

.merit-hotel {
  background: url("../../assets/img/lp/merit/bgi--merit01--01.png") no-repeat top;
  padding: 0 10px;
}
.merit-hotel__top {
  margin-top: 100px;
}

.merit-customer {
  background: url("../../assets/img/lp/merit/bgi--merit02--01.png") no-repeat center top;
  padding: 0 10px;
}

.merit-hotel-list ul,
.merit-customer-list ul {
  margin-bottom: 40px;
}

.merit-hotel-point {
  margin: 0px auto 45px auto;
  border: 1px solid #fff;
}
.merit-hotel-point li {
  list-style: none;
}

.merit .slick-prev {
  background: url(../../assets/img/lp/merit/btn--prev.svg) left top no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 46px;
  right: auto;
  left: 10px;
  z-index: 2;
}
.merit .slick-prev::before {
  content: "";
}

.merit .slick-next {
  background: url(../../assets/img/lp/merit/btn--next.svg) left top no-repeat;
  background-size: 15px auto;
  width: 15px;
  height: 46px;
  left: auto;
  right: 10px;
}
.merit .slick-next::before {
  content: "";
}

.reason__intro {
  background: url(../../assets/img/lp/reason/bgi--title.jpg) no-repeat;
  background-size: contain;
  background-position: center top calc(100vw * 0.27);
  padding: 0px 10px calc(100vw * 0.20);
}
.reason__intro img {
  width: 80%;
}

.reason-section {
  background: url(../../assets/img/lp/reason/bgi--session.jpg) repeat;
  padding: 60px 30px;
}
.reason-section__title {
  position: absolute;
  width: 40%;
  max-width: 150px;
}
.reason-section__content {
  width: 70%;
  text-align: left;
  padding-top: 40px;
  max-width: 500px;
}
.reason-section__odd, .reason-section__even {
  position: relative;
  margin-top: 40px;
}
.reason-section__odd .reason-section__title {
  right: 0px;
}
.reason-section__even .reason-section__title {
  left: 0px;
}

.section__title {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-family: Helvetica;
  font-size: 26px;
  letter-spacing: 5.2px;
  padding: 5px;
  font-weight: normal;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.section__title .section__jp {
  font-family: "游教科書体 New M", "Yu Kyokasho New M", sans-serif;
  font-size: 14px;
  letter-spacing: 2.8px;
  display: block;
  line-height: 0px;
  padding-bottom: 15px;
}

.detail-top__image {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.detail__image {
  width: 85%;
}

.detail__content {
  text-align: left;
  margin: 30px;
}
.detail__content th {
  width: 115px;
  padding: 0px 10px 15px 0px;
  vertical-align: top;
  font-weight: 500;
}
.detail__content td {
  vertical-align: top;
}

.detail-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0px;
  line-height: 1.88;
}
.detail-list__title::after {
  border-top: 0.5px solid #000;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.detail-list__content {
  line-height: 1.88;
}

.promotion {
  background: url(../../assets/img/lp/detail/bgi--section02.png) repeat-x;
  padding: 60px 0px;
}
.promotion__image {
  background: url(../../assets/img/lp/detail/bgi--promotion01.png) no-repeat;
}
.promotion__content {
  margin: 0px 0px -20px 0px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: 0.32px;
}

.promotion-banner__image {
  margin-top: 60px;
}

.faq {
  background: url(../../assets/img/lp/faq/bgi--section.png) repeat-x;
  padding: 30px 10px 0px;
}

.faq-list dt {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  border: #707070 1px solid;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  background-image: url(../../assets/img/lp/faq/ico--plus.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 22px;
  position: relative;
}
.faq-list dt::before {
  content: "Q";
  font-family: Georgia;
  font-size: 20px;
  position: absolute;
  top: 5px;
}

.faq-list dd {
  background: #fff;
  width: 100%;
  font-size: 16px;
  text-align: left;
  border: #707070 1px solid;
  border-top: none;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin-bottom: 55px;
  position: relative;
}
.faq-list dd::before {
  content: "A";
  font-family: Georgia;
  font-size: 20px;
  position: absolute;
  top: 10px;
}

.faq-list__title,
.faq-list__content {
  margin-left: 30px;
}

.contact {
  margin-top: 70px;
  margin-bottom: 100px;
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px auto 93px;
}
.contact-link__title {
  font-size: 16px;
  letter-spacing: 2.4px;
  font-weight: 500px;
  margin-bottom: 10px;
}

.contact-link-hp,
.contact-link-sns {
  margin: 0px 20px;
}
.contact-link-hp li,
.contact-link-sns li {
  float: left;
  list-style: none;
}

.btn__submit {
  width: 205px;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
}

.u-fr-red {
  border: 2px solid #800D06;
  color: #800D06;
  padding: 20px 15px;
  text-align: left;
  margin: 40px 30px;
  line-height: 1.4;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #83300E;
}

.u-color-sub {
  color: #83300E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

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

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

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  content: "";
  display: block;
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/