@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: sans-serif;
  /* 1 */
  -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 {
  background: #241819;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  *font-size: 100%;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #fff;
}

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

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* 画像 */
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 */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: left;
}

/* サブカラム */
.layout-sub-column {
  width: 200px;
  float: right;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 100px;
}

.layout-half {
  width: 450px;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col.last {
  margin-right: 0%;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col.last {
  margin-right: 0;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  text-align: left;
}

/* ヘッダー上段 */
.header-primal {
  background: #83300E;
  color: #fff;
  line-height: 1.8;
  padding: 3px 0;
  margin-bottom: 5px;
}

.site-description {
  font-weight: normal;
  width: 60%;
  font-size: 86%;
  float: left;
}

.primal-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 35%;
  float: right;
  text-align: right;
  font-size: 86%;
}
.primal-nav li {
  display: inline;
}
.primal-nav li:before {
  content: "| ";
}
.primal-nav li a {
  color: #fff;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  border-top: 1px solid #7A5B1F;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

/* フッターナビ */
.footer-bnr {
  width: 960px;
  margin: 20px auto 20px;
  list-style: none;
  text-align: center;
}
.footer-bnr li {
  width: 31%;
  margin-right: 2%;
  float: left;
  border-left: 1px solid #fff;
}
.footer-bnr li:nth-child(1) {
  border-left: none;
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  display: block;
  background: #3E1719;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  color: #fff;
}

.footer-sns {
  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;
  list-style: none;
  margin-bottom: 50px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}
.footer-sns li {
  padding: 0px 60px;
  border-left: 1px solid #fff;
  color: #fff;
}
.footer-sns li .sns-icon {
  margin-right: 15px;
}
.footer-sns li:nth-child(1) {
  border-left: none;
}
.footer-sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  clear: both;
  display: block;
  background: #661318;
  height: 80px;
}
.global-nav ul {
  list-style: none;
  width: 960px;
  margin: 0 auto;
}
.global-nav li {
  float: left;
  width: 192px;
}
.global-nav a, .global-nav span {
  display: block;
  height: 80px;
  background-image: url(../img/common/menu/global-nav.jpg);
  overflow: hidden;
  text-indent: -9999px;
}
.global-nav .global-nav-item--01 a {
  background-position: 0px 80px;
}
.global-nav .global-nav-item--01 a.active span {
  background-position: 0px 80px;
}
.global-nav .global-nav-item--01 a span {
  background-position: 0px 0px;
}
.global-nav .global-nav-item--02 a {
  background-position: -192px 80px;
}
.global-nav .global-nav-item--02 a.active span {
  background-position: -192px 80px;
}
.global-nav .global-nav-item--02 a span {
  background-position: -192px 0px;
}
.global-nav .global-nav-item--03 a {
  background-position: -384px 80px;
}
.global-nav .global-nav-item--03 a.active span {
  background-position: -384px 80px;
}
.global-nav .global-nav-item--03 a span {
  background-position: -384px 0px;
}
.global-nav .global-nav-item--04 a {
  background-position: -576px 80px;
}
.global-nav .global-nav-item--04 a.active span {
  background-position: -576px 80px;
}
.global-nav .global-nav-item--04 a span {
  background-position: -576px 0px;
}
.global-nav .global-nav-item--05 a {
  background-position: -768px 80px;
}
.global-nav .global-nav-item--05 a.active span {
  background-position: -768px 80px;
}
.global-nav .global-nav-item--05 a span {
  background-position: -768px 0px;
}

/* ローカルナビの設定 */
.news-nav {
  margin-bottom: 20px;
}
.news-nav .news-nav-title {
  background: url(../img/common/subcolumn/title--news-nav-title.png) left bottom no-repeat;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.news-nav .news-nav-list {
  list-style: none;
  padding-left: 10px;
}
/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  background: url(../img/common/heading/title--page-title.png) left bottom no-repeat;
  padding: 20px 0 20px 80px;
  margin-bottom: 40px;
  font-size: 171%;
}

.title-section {
  text-align: center;
  margin-bottom: 60px;
}

.title-section-sub {
  margin-bottom: 60px;
}

/*
	サイト全体の文字サイズ、文字装飾、段落の設定
*/
/* 文字サイズの設定 */
.font-size--small {
  font-size: 86%;
}

.font-size--large {
  font-size: 114%;
}

.font-size--x-large {
  font-size: 129%;
}

.font-size--xx-large {
  font-size: 200%;
}

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

.color-red {
  color: red;
}

.color-pink {
  color: #FF9999;
}

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

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

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

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

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.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;
  padding: 8px 18px;
  border-radius: 5px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 2px 2px 2px #787878;
  box-shadow: 2px 2px 2px #787878;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = "#787878");
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#787878')";
}

.btn--full {
  display: block;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--brown {
  background: #83300E;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #83300E;
  color: #83300E;
  text-decoration: none;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
  margin-bottom: 10px;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow--01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
  margin-bottom: 10px;
}
.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: 5px;
  border-bottom: 1px dashed #6A2D34;
}

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

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

/* 番号型リストボーダー付の設定 */
.list-border-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-border-numbering li {
  display: list-item;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  background: url(../img/sp/common/bgi--box-sub--01.jpg);
  padding: 10px;
}

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

/*
	サイト全体のalign floatの設定
*/
/* 文字寄せの設定 */
.textalign-center {
  text-align: center;
}

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

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

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

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.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;
}

/*
	サイト全体のalign floatの設定
*/
/* マージンボトムの設定 */
.margin-bottom--x-small {
  margin-bottom: 10px;
}

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

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

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

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-detail {
  margin-bottom: 50px;
}

.article__title {
  background: #6E242A;
  border: 1px solid #9A1932;
  padding: 10px 20px 10px;
  font-size: 129%;
}

.article__title--sp {
  background: #6E242A;
  border: 1px solid #9A1932;
  margin-bottom: 5px;
  padding: 5px 10px 5px;
  line-height: 1.3;
  font-size: 125%;
}

.article__date {
  margin-bottom: 5px;
  text-align: right;
  display: block;
}

.news-list {
  list-style: none;
}
.news-list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.news-list li a {
  background: #451D1C;
  border: 1px solid #6A2D34;
  display: block;
}
.news-list li .news-list__bgi {
  display: block;
  padding: 5px 15px 5px 10px;
  background: url(../img/common/mark/ico--arrow.png) 98% center no-repeat;
  -ms-background-size: 11px 21px;
  background-size: 11px 21px;
}
.news-list li .news-list__date {
  font-size: 88%;
}

/* ページネーションの設定 */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.catch {
  overflow: hidden;
  position: relative;
  height: 684px;
}
.catch .catch__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -77px;
  margin-top: -125px;
}

.catch__bgi {
  position: absolute;
  max-width: none !important;
}

.news {
  background: #3E1719 url(../img/index/bgi--news.png) center 20px no-repeat;
  padding: 20px 0;
  min-height: 150px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
.news h2 {
  width: 150px;
  margin-left: 120px;
  float: left;
}
.news .news__list {
  width: 530px;
  margin-right: 120px;
  float: right;
}
.news .news__list ul {
  list-style: none;
  padding-top: 10px;
}
.news .news__list ul li {
  margin-bottom: 5px;
}

.intro {
  background: url(../img/index/bgi--intro.jpg) center top no-repeat;
  padding: 100px 0 0;
  margin-bottom: 100px;
}
.intro .intro__lede {
  margin-bottom: 90px;
  text-align: center;
}
.intro .intro__dl {
  text-align: center;
}
.intro .intro__dl dt {
  margin-bottom: 20px;
}
.intro .intro__dl dd {
  margin-bottom: 50px;
}

.onsen-intro {
  width: 550px;
  padding-top: 80px;
  float: right;
}

.onsen-nature {
  background: url(../img/index/bgi--onsen-nature.jpg) left top no-repeat;
  padding: 30px;
}
.onsen-nature .onsen-nature__title {
  margin-bottom: 23px;
  border-bottom: 1px dashed #6A2D34;
  text-align: center;
}

.title-lav {
  background: url(../img/index/line--lav.png) left bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: normal;
}

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