@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・utility
・component
・layout
・main
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #232323;
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* a */
a:link {
  color: #232323;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #232323;
  text-decoration: none;
}
a:active {
  color: #232323;
  text-decoration: none;
}

/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "\0020";
}

.u_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
/* ======================================================================
 component
====================================================================== */
/* =================================
 buttons
================================= */
.c_btn_p_top {
  min-width: 1000px;
  text-align: center;
  background: #254c0d;
  cursor: pointer;
}
.c_btn_p_top._hover {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #25600d;
}
.c_btn_p_top .txt {
  display: inline-block;
  padding: 0 32px 0 0;
  height: 80px;
  line-height: 80px;
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.2em;
  background: url("/assets/img/arrow_p_top.png") no-repeat right center;
  -moz-background-size: 24px 16px;
  -webkit-background-size: 24px 16px;
  background-size: 24px 16px;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
/* =================================
 l_header
================================= */
.l_header {
  background: #fff;
  padding: 30px 0 0;
  min-width: 1000px;
}
.l_header .inner {
  width: 1000px;
  margin: 0 auto;
}
.l_header .inner .header_top {
  position: relative;
  text-align: center;
}
.l_header .inner .header_top .logo {
  display: inline-block;
}
.l_header .inner .header_top .tel {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #254c0d;
}
.l_header .inner .header_top .tel .num {
  font-size: 1.8em;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 0 0 0 20px;
  background: url("/assets/img/ico_tel.png") no-repeat left center;
  -moz-background-size: 13px;
  -webkit-background-size: 13px;
  background-size: 13px;
}
.l_header .inner .header_top .tel .txt {
  margin: 10px 0 0;
  font-size: 1.2em;
}
.l_header .inner .global_menu {
  width: 100%;
  padding: 30px 0;
}
.l_header .inner .global_menu ul {
  width: 100%;
  *zoom: 1;
}
.l_header .inner .global_menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.l_header .inner .global_menu ul li {
  float: left;
  border-left: 1px solid #ebebeb;
}
.l_header .inner .global_menu ul li a {
  display: table;
  padding: 0 32px;
  height: 36px;
}
.l_header .inner .global_menu ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6em;
}
.l_header .inner .global_menu ul li a._hover {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #a02f23;
}
.l_header .inner .global_menu ul li:nth-child(5) {
  border-right: 1px solid #ebebeb;
}
.l_header .inner .global_menu ul li:last-child {
  float: right;
  border-left: none;
}
.l_header .inner .global_menu ul li:last-child a {
  background: #a02f23;
  color: #fff;
}
.l_header .inner .global_menu ul li:last-child a .ico {
  padding: 0 10px 0 0;
}

/* =================================
 l_breadcrumb
================================= */
.l_breadcrumb {
  padding: 0 0 30px;
}
.l_breadcrumb ul {
  max-width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
.l_breadcrumb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.l_breadcrumb ul li {
  float: left;
  font-size: 1.4em;
  padding: 0 3em 0 0;
  position: relative;
}
.l_breadcrumb ul li:after {
  position: absolute;
  top: 0;
  right: 1em;
  content: '\03E';
  display: block;
  font-size: 1em;
}
.l_breadcrumb ul li:last-child:after {
  content: none;
}
.l_breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  height: 600px;
  background: url("/assets/img/mv.jpg") no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.l_main_visual .h1 {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
.l_main > .inner .sec .inner {
  width: 1000px;
  margin: 0 auto;
}

/* =================================
 l_footer
================================= */
.l_footer {
  padding: 40px 0 20px;
  min-width: 1000px;
  background: #fff;
}
.l_footer .inner {
  width: 1000px;
  margin: 0 auto;
}
.l_footer .inner .top {
  *zoom: 1;
}
.l_footer .inner .top:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.l_footer .inner .top .logo {
  float: left;
}
.l_footer .inner .top .global_menu {
  float: left;
  margin: 0 0 0 30px;
}
.l_footer .inner .top .global_menu ul {
  *zoom: 1;
}
.l_footer .inner .top .global_menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.l_footer .inner .top .global_menu ul li {
  float: left;
  margin: 0 25px 0 0;
}
.l_footer .inner .top .global_menu ul li:last-child {
  margin: 0;
}
.l_footer .inner .top .global_menu ul li a {
  display: table;
  height: 44px;
  font-size: 1.4em;
  letter-spacing: 0.15em;
}
.l_footer .inner .top .global_menu ul li a._hover {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #a02f23;
}
.l_footer .inner .top .global_menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.l_footer .inner .top .sns_menu {
  float: right;
}
.l_footer .inner .top .sns_menu ul {
  *zoom: 1;
}
.l_footer .inner .top .sns_menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}
.l_footer .inner .top .sns_menu ul li {
  float: left;
  margin: 0 25px 0 0;
  padding: 0 0 0 22px;
}
.l_footer .inner .top .sns_menu ul li a {
  display: table;
  height: 44px;
  font-size: 1.2em;
}
.l_footer .inner .top .sns_menu ul li a._hover {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #a02f23;
}
.l_footer .inner .top .sns_menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.l_footer .inner .top .sns_menu ul li:last-child {
  margin: 0;
}
.l_footer .inner .top .sns_menu ul li.fb {
  background: url("/assets/img/ico_fb.png") no-repeat left center;
  -moz-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.l_footer .inner .top .sns_menu ul li.insta {
  background: url("/assets/img/ico_insta.png") no-repeat left center;
  -moz-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.l_footer .inner .top .sns_menu ul li.tw {
  background: url("/assets/img/ico_tw.png") no-repeat left center;
  -moz-background-size: 14px 14px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.l_footer .inner .copy {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

/* =================================
 page：下層
================================= */
.page .h1_wrap {
  text-align: center;
  padding: 0 0 50px;
}
.page .h1_wrap .h1 {
  display: inline-block;
  font-size: 4em;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
  padding: 60px 0 20px;
  color: #254c0d;
  border-bottom: 1px solid #254c0d;
  background: url("/assets/img/ico_h2.png") no-repeat top center;
  -moz-background-size: 53px 40px;
  -webkit-background-size: 53px 40px;
  background-size: 53px 40px;
}
.page .l_content {
  padding: 20px 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}
.page .l_content .l_main .inner img {
  font-size: 0;
}
.page .l_content .l_main .inner .end_ad2 {
  margin: 150px 0 0;
  text-align: center;
}
.page .l_content .l_main .inner .end_ad2 h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
  letter-spacing: 3px;
  text-align: center;
}
.page .l_content .l_main .inner .end_ad2 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
}

/* =================================
 google_conversion_frame
================================= */
iframe {
  display: block;
  height: 0;
  visibility: hidden;
}

/* ======================================================================
 z-index
====================================================================== */

/*# sourceMappingURL=style.css.map */
