@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Base
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.l_header .l_header_colset:after, .l_header .l_header_col2:after, .l_header .l_header_list:after, .l_header .l_header_list2:after, .m_media:after, .m_media2:after, .m_colset:after {
  content: "";
  display: block;
  clear: both;
}

.l_footer .l_footer_pagetop > a, .m_btn2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The root element
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:hover, a:active {
  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;
}

/**
 * Remove default margin.
 * Add usako.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 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;
}

/**
 * Corresponding to the parent element to not even a new line in succession is 
 * recognized when the letter-spacing is specified IE6/7 bug.
 * Add usako.
 */
br {
  letter-spacing: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Embedded content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. To clean when it is scaled in IE7. Add usako.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Grouping content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Remove default margin.
 * Add usako.
 */
p, blockquote, dl, dd, figure {
  margin: 0;
}

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

/**
 * 1. Contain overflow in all browsers.
 * 2. Folded when a row is longer. Add usako.
 * 3. Remove default margin. Add usako.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Remove default margin. Add usako.
 */
ol, ul {
  padding: 0;
  margin: 0;
}

/**
 * Remove default margin. Add usako.
 */
li {
  list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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.
 * 4. Unified the font size. Add usako.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/**
 * 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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

/**
 * Reset margins and border. Add usako.
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * 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;
}

/**
 * Chrome does not inherit the font system property If you do not specify a
 * background-color to select. Add usako.
 */
select {
  background-color: inherit;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In IE10 or later: -ms-input-placeholder pseudo-class. Add usako.
 */
:-ms-input-placeholder {
  color: inherit;
  opacity: .54;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In Chrome and Safari :: - webkit-input-placeholder pseudo-element. Add usako.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In web standard specification that will become Selectors Level 4:
 * going to be a placeholder-shown pseudo-class. Add usako.
 */
:placeholder-shown {
  opacity: .54;
  /* 3 */
}

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

/**
 * 1. Reset character direction of the cell. Add usako.
 * 2. Remove most spacing between table cells.
 */
th, td {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Reset character direction of the cell. Add usako.
 * 2. Remove most spacing between table cells. Add usako.
 */
caption {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

@font-face {
  font-family: 'honoka-marugo';
  src: url("../font/honoka-marugo.eot");
  /* IE9 Compat Modes */
  src: url("../font/honoka-marugo.eot?#iefix") format("embedded-opentype"), url("../font/honoka-marugo.woff") format("woff"), url("../font/honoka-marugo.ttf") format("truetype");
}
.l_header .l_header_list2 > li > a:before, .l_footer .l_footer_pagetop > a, .m_btn:after, .m_btn2 {
  background: url('../img/common/sprites.png') no-repeat;
  -moz-background-size: 160px 309px;
  -o-background-size: 160px 309px;
  -webkit-background-size: 160px 309px;
  background-size: 160px 309px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The root element
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:hover, a:active {
  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;
}

/**
 * Remove default margin.
 * Add usako.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 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;
}

/**
 * Corresponding to the parent element to not even a new line in succession is 
 * recognized when the letter-spacing is specified IE6/7 bug.
 * Add usako.
 */
br {
  letter-spacing: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Embedded content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. To clean when it is scaled in IE7. Add usako.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Grouping content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/**
 * Remove default margin.
 * Add usako.
 */
p, blockquote, dl, dd, figure {
  margin: 0;
}

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

/**
 * 1. Contain overflow in all browsers.
 * 2. Folded when a row is longer. Add usako.
 * 3. Remove default margin. Add usako.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Remove default margin. Add usako.
 */
ol, ul {
  padding: 0;
  margin: 0;
}

/**
 * Remove default margin. Add usako.
 */
li {
  list-style: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
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.
 * 4. Unified the font size. Add usako.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/**
 * 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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

/**
 * Reset margins and border. Add usako.
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * 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;
}

/**
 * Chrome does not inherit the font system property If you do not specify a
 * background-color to select. Add usako.
 */
select {
  background-color: inherit;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In IE10 or later: -ms-input-placeholder pseudo-class. Add usako.
 */
:-ms-input-placeholder {
  color: inherit;
  opacity: .54;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In Chrome and Safari :: - webkit-input-placeholder pseudo-element. Add usako.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/*
 * Reproduce the opacity of the Firefox placeholders.
 * In web standard specification that will become Selectors Level 4:
 * going to be a placeholder-shown pseudo-class. Add usako.
 */
:placeholder-shown {
  opacity: .54;
  /* 3 */
}

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

/**
 * 1. Reset character direction of the cell. Add usako.
 * 2. Remove most spacing between table cells.
 */
th, td {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Reset character direction of the cell. Add usako.
 * 2. Remove most spacing between table cells. Add usako.
 */
caption {
  text-align: left;
  /* 1 */
  padding: 0;
  /* 2 */
}

body {
  font-family: 'Noto Sans Japanese','游ゴシック体','Yu Gothic',YuGothic,'メイリオ',Meiryo,sans-serif;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  word-break: break-all;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 2em 0;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

.slider {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Layout
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l_wrap {
  padding: 0 20px;
  overflow: hidden;
}

.l_header {
  padding-top: 30px;
  margin-bottom: 30px;
}
.l_header .l_header_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l_header .l_header_sample {
  text-align: center;
}
.l_header .l_header_sample > img {
  max-width: 100%;
  height: auto;
}
.l_header .l_header_col1 {
  float: left;
}
.l_header .l_header_col2 {
  float: right;
}
.l_header .l_header_nav {
  display: inline-block;
  vertical-align: top;
}
.l_header .l_header_list > li {
  position: relative;
  float: left;
  margin-right: 30px;
}
.l_header .l_header_list > li > a {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'honoka-marugo';
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  color: #000;
  text-decoration: none;
}
.l_header .l_header_tooltip {
  position: absolute;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #ffff64;
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 2;
  display: block;
  font-family: 'honoka-marugo';
  min-width: 140px;
  right: -84px;
}
.l_header .l_header_tooltip:before {
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #ffff64;
  top: -20px;
  left: 28px;
  position: absolute;
}
.l_header .l_header_nav2 {
  vertical-align: top;
  display: inline-block;
}
.l_header .l_header_list2 {
  margin-right: -30px;
}
.l_header .l_header_list2 > li {
  float: left;
  margin-right: 30px;
}
.l_header .l_header_list2 > li > a {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'honoka-marugo';
  position: relative;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  color: #000;
  border: 2px solid #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  padding: 36px 4px 20px;
  min-height: 100px;
  text-align: left;
}
.l_header .l_header_list2 > li > a:before {
  position: absolute;
  content: '';
  top: 16px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 6px;
  background-position: 0 -97px;
}
.l_header .l_header_list > li > a + .l_header_tooltip {
  opacity: 0;
  transition: all 400ms ease;
  bottom: -60px;
}
.l_header .l_header_list > li > a:hover + .l_header_tooltip {
  opacity: 1;
  bottom: -80px;
}

.l_footer {
  position: relative;
  margin-top: 80px;
}
.l_footer .l_footer_sample {
  text-align: center;
}
.l_footer .l_footer_sample > img {
  max-width: 100%;
  height: auto;
}
.l_footer .l_footer_row1 {
  margin-bottom: 14px;
}
.l_footer .l_footer_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l_footer .l_footer_colset {
  display: table;
  width: 100%;
}
.l_footer .l_footer_col1,
.l_footer .l_footer_col2,
.l_footer .l_footer_col3 {
  display: table-cell;
  vertical-align: top;
}
.l_footer .l_footer_col1 {
  width: 234px;
}
.l_footer .l_footer_col2 {
  text-align: center;
  padding: 0 20px;
}
.l_footer .l_footer_address {
  text-align: left;
  display: inline-block;
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.l_footer .l_footer_tel {
  font-family: 'honoka-marugo';
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin-top: 0;
}
.l_footer .l_footer_pref {
  margin-bottom: 0;
}
.l_footer .l_footer_col3 {
  text-align: right;
  width: 210px;
}
.l_footer .l_footer_list > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.l_footer .l_footer_list > li:last-child {
  margin-bottom: 0;
}
.l_footer .l_footer_copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 0;
}
.l_footer .l_footer_pagetop {
  position: absolute;
  right: 0px;
  bottom: 214px;
}
.l_footer .l_footer_pagetop > a {
  width: 93px;
  height: 89px;
  background-position: 0 0;
}

.l_content .l_content_header {
  margin-bottom: 40px;
}
.l_content .l_content_footer {
  margin-top: 80px;
}
.l_content .l_content_slider {
  max-width: 1000px;
  margin: 0 auto;
}
.l_content .l_content_nav {
  margin-top: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Module
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.m_btn {
  position: relative;
  padding: 8px 40px;
  font-family: 'honoka-marugo';
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  text-decoration: none;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-width: 140px;
  display: inline-block;
}
.m_btn:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -2px;
  right: 20px;
  width: 6px;
  height: 8px;
  background-position: 0 -89px;
}
.m_btn:hover {
  transition: all 2s ease 1s;
  opacity: 0.5;
}

.m_btn2.m_btn2_logo {
  width: 160px;
  height: 206px;
  background-position: 0 -103px;
}

.m_nav .m_nav_list {
  text-align: center;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  margin-right: -20px;
  margin-bottom: -20px;
}
.m_nav .m_nav_list > li {
  display: inline-block;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  margin-right: 20px;
  margin-bottom: 20px;
}
.m_nav .m_nav_list > li > a {
  font-family: 'honoka-marugo';
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
  color: #000;
}

.m_heading {
  font-family: 'honoka-marugo';
  text-align: center;
  line-height: 1.5;
  font-size: 32px;
  font-size: 2rem;
}

.m_heading2 {
  font-family: 'honoka-marugo';
  font-size: 28px;
  font-size: 1.75rem;
}

.m_heading3 {
  font-family: 'honoka-marugo';
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.m_media {
  margin-right: -20px;
  margin-bottom: 20px;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.m_media:last-child {
  margin-bottom: 0;
}
.m_media .m_media_header,
.m_media .m_media_body {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: top;
}
.m_media .m_media_header {
  float: left;
  display: inline-block;
}
.m_media .m_media_img {
  line-height: 0;
}
.m_media .m_media_img img {
  max-width: 100%;
  height: auto;
}
.m_media .m_media_body {
  float: right;
}
.m_media .m_media_ttl {
  font-family: 'honoka-marugo';
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
}
.m_media .m_media_txt {
  text-align: left;
}
.m_media .m_media_btn {
  text-align: right;
  margin-top: 50px;
}

.m_media2 {
  margin-right: -20px;
  margin-bottom: 20px;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.m_media2:last-child {
  margin-bottom: 0;
}
.m_media2 .m_media2_header,
.m_media2 .m_media2_body {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: top;
}
.m_media2 .m_media2_header {
  float: right;
  display: inline-block;
}
.m_media2 .m_media2_img {
  line-height: 0;
}
.m_media2 .m_media2_body {
  float: left;
}
.m_media2 .m_media2_ttl {
  font-family: 'honoka-marugo';
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
}
.m_media2 .m_media2_txt {
  text-align: left;
}
.m_media2 .m_media2_btn {
  margin-top: 50px;
}

.m_media3:last-child {
  margin-bottom: 0;
}
.m_media3 .m_media3_header {
  margin-bottom: 20px;
}
.m_media3 .m_media3_img {
  line-height: 0;
}
.m_media3 .m_media3_img img {
  max-width: 100%;
  height: auto;
}
.m_media3 .m_media3_ttl {
  font-family: 'honoka-marugo';
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
}
.m_media3 .m_media3_txt {
  text-align: left;
}
.m_media3 .m_media3_btn {
  margin-top: 50px;
}

.m_list .m_list_item {
  display: table;
  width: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.m_list .m_list_item:last-child {
  border-bottom: 1px solid #000;
}
.m_list .m_list_item > dt,
.m_list .m_list_item > dd {
  display: table-cell;
  padding: 20px 40px;
}
.m_list .m_list_item > dt {
  width: 120px;
  background-color: #fff;
}
.m_list .m_list_item > dd {
  border-left: 1px solid #000;
}
.m_list .m_list_txt {
  margin-bottom: 0;
}

.m_list2 > dt,
.m_list2 > dd {
  display: inline;
}
.m_list2 > dt:after {
  content: ':';
  margin: 0 5px;
}

.m_list3 > div {
    border-radius: 24px;
}

.m_list3 > div > img {
  max-width: 100%;
  height: auto;
}

.m_list4 {
  margin-left: 1.5em !important;
  margin-bottom: 1em;
}

.m_sec {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.m_sec:last-child {
  margin-bottom: 0;
}
.m_sec .m_sec_header {
  margin-bottom: 40px;
}
.m_sec .m_sec_txt {
  text-align: center;
  margin-top: 15px;
}

.m_colset {
  margin-right: -20px;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
}
.m_colset:not(:last-child) {
  margin-bottom: 40px;
}
.m_colset .m_colset_col1,
.m_colset .m_colset_col2 {
  display: inline-block;
  padding-right: 20px;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.m_colset .m_colset_col1 {
  width: 66.66%;
}
.m_colset .m_colset_col2 {
  width: 33.34%;
}

.m_col2set {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  margin-right: -20px;
}
.m_col2set .m_col2set_col {
  display: inline-block;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}

/*! sass/_state.scss */
.is_current {
  background-color: #e8ffc9;
}

.m_ic {
  position: relative;
  padding-right: 1.5em;
}

.m_ic_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.m_ic2 {
  position: relative;
  padding-left: 1.5em;
}

.m_ic2_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.m_carousel {
  padding-bottom: 40px;
}
.m_carousel_inner {
  margin-left: -10px;
  margin-right: -10px;
}
.m_carousel_item {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.m_carousel .slick-dots {
  bottom: -40px;
}
.m_carousel .slick-dots li button:before {
  font-size: 14px;
}
.m_carousel .slick-prev,
.m_carousel .slick-next {
  z-index: 2;
  width: 32px;
  height: 32px;
}
.m_carousel .slick-prev {
  left: 32px;
}
.m_carousel .slick-next {
  right: 24px;
}
.m_carousel .slick-prev:before,
.m_carousel .slick-next:before {
  font-size: 32px;
}
.m_note {
  margin-bottom: 1em;
}
.m_note > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8rem;
  color: #999;
}
.m_note > li:before {
  content: '※';
}
