@charset "UTF-8";
@font-face {
  font-family: 'genjyuugothic';
  src: url(../fonts/GenJyuuGothic-P-Bold.woff) format("woff"), url(../fonts/GenJyuuGothic-P-Bold.woff2) format("woff2"), url(../fonts/GenJyuuGothic-P-Bold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'genjyuugothic';
  src: url(../fonts/GenJyuuGothic-P-Heavy.woff) format("woff"), url(../fonts/GenJyuuGothic-P-Heavy.woff2) format("woff2"), url(../fonts/GenJyuuGothic-P-Heavy.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hv:hover {
  opacity: 0.6;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 130%;
  letter-spacing: 0px;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
  line-height: 1.0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*\*/
* html #container {
  overflow: visible;
}

/**/
input, select, textarea {
  font-size: 12px;
  color: #333;
}

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
  height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-input-placeholder {
  color: #999 !important;
}

:-input-placeholder {
  color: #999 !important;
}

::-placeholder {
  color: #999 !important;
}

:-placeholder {
  color: #999 !important;
}

html {
  background-color: #FFF;
  margin: 0 !important;
}

sup, sub {
  font-size: 0.8em;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #FFF;
}

p {
  word-wrap: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
	}
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

.font-yu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*============================

COMMON

============================*/
img {
  max-width: 100%;
  height: auto;
}

/*============================
#header
============================*/
#header {
  background: #FFF;
  padding: 23px 0 21px;
}
#header h1 {
    float: left;
    width: 290px;
    padding: 4px 7px 0 0px;
}
#header h1 a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header h1 a:hover {
  opacity: 0.6;
}
#header p.cp {
    float: left;
    width: 180px;
    font-size: 14px;
    padding: 15px 0px 0 0;
    color: black;
}
#header .tel {
  float: left;
  width: 214px;
}
#header .tel p.num {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #795e45;
  position: relative;
  line-height: 1;
}
#header .tel p.num:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  position: relative;
  background: url(../../img/common/i_tel.png) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  top: 3px;
  margin: 0 5px 0 0;
}
#header .tel p.time {
  font-size: 12px;
  color: #313131;
  padding: 2px 0 0 17px;
}
#header .tel p.time span {
  margin: 0 0 0 7px;
}
#header .btns {
  float: right;
  width: 310px;
}
#header .btns ul li {
  width: 49%;
}
#header .btns ul li:last-child a {
  background: #26ac5d;
  padding: 11px 0 10px;
}
#header .btns ul li:last-child a:before {
  background: url(../../img/common/i_mail.png) 0 0 no-repeat;
  width: 20px;
  height: 15px;
  top: 2px;
  left: 3px;
  margin: 0 10px 0 0;
}
#header .btns ul li a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  display: block;
  background: #6fb83f;
  position: relative;
  text-align: center;
  padding: 9px 0 10px;
}
#header .btns ul li a:hover {
  opacity: 0.6;
}
#header .btns ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  display: inline-block;
  background: url(../../img/common/i_hatena.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  top: 4px;
  left: -6px;
}

/*============================
#main_visual
============================*/
#main_visual {
  background: #f3ece1;
  position: relative;
}
#main_visual:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  margin: auto;
  background: url(../../img/common/bg_01s.jpg) no-repeat center top;
  background-size: 100% 100%;
  width: 100%;
  height: 73px;
  bottom: -22px;
  left: 0;
  right: 0;
  top: auto;
  z-index: 0;
}
#main_visual .container {
  z-index: 1;
}
#main_visual .container .left {
  width: 470px;
  position: relative;
}
#main_visual .container .left span.circle {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  display: block;
  background: url(../../img/common/o_01.png) 0 0 no-repeat;
  width: 120px;
  height: 120px;
  text-align: center;
  top: 17px;
  position: absolute;
  left: 0;
  padding: 45px 0 0;
  z-index: 2;
}
#main_visual .container .left .video_box {
  width: 470px;
  padding: 42px 0 0 28px;
  position: relative;
}
#main_visual .container .left .video_box #video {
  width: 100%;
  height: auto;
  border: 10px solid #FFF;
}
#main_visual .container .left .video_box #play {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(../../img/common/i_play.png) no-repeat 0 0;
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 28px;
  right: 0;
  margin: auto;
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
#main_visual .container .left .video_box #play:hover {
  opacity: 0.6;
}
#main_visual .container .left .btn_box {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-radius: 100px;
  width: 405px;
  position: absolute;
  bottom: -29px;
  left: 45px;
  background: #6fb83f;
  border: 4px solid #6fb83f;
  padding: 0 0 0 47px;
}
#main_visual .container .left .btn_box a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #FFF;
  display: block;
  position: relative;
  padding: 17px 0 18px 12px;
  letter-spacing: 0.05rem;
  line-height: 1;
  font-size: 16px;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0;
  border-radius: 0 100px 100px 0;
}
#main_visual .container .left .btn_box a:hover {
  opacity: 0.6;
}
#main_visual .container .left .btn_box a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/common/i_hatena2.png) 0 0 no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  left: -34px;
  right: auto;
  top: -3px;
}
#main_visual .container .left .btn_box a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/common/v_01.png) 0 0 no-repeat;
  display: block;
  width: 19px;
  height: 6px;
  right: 18px;
}
#main_visual .container .left .btn_box a span {
  color: #26ac5d;
}
#main_visual .container .right {
  width: 500px;
  padding: 40px 0 0;
  position: relative;
}
#main_visual .container .right p.t1 {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.18rem;
  font-weight: 600;
  color: #26ac5d;
  margin: 0 0 6px;
}
#main_visual .container .right p.t2 {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: white;
  background: #795e45;
  text-align: center;
  padding: 6px 0 6px;
  width: 426px;
  margin: 0 0 0 28px;
  letter-spacing: 0.1rem;
}
#main_visual .container .right ul {
  background: url(../../img/top/bg_01.png) 0 -43px no-repeat;
  padding: 14px 0 90px;
}
#main_visual .container .right ul li {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  padding: 0 0 0 90px;
  letter-spacing: 0.05rem;
  margin: 0 0 9px;
  position: relative;
}
#main_visual .container .right ul li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/common/i_hatena3.png) no-repeat 0 0;
  width: 34px;
  height: 34px;
  left: 45px;
  right: auto;
}
#main_visual .container .right #hito_01 {
  display: block;
  background: url(../../img/top/hito_01.png) 0 0 no-repeat;
  width: 87px;
  height: 65px;
  position: absolute;
  top: 114px;
  left: -2px;
}
#main_visual .container .right #hito_02 {
  display: block;
  background: url(../../img/top/hito_02.png) 0 0 no-repeat;
  width: 52px;
  height: 73px;
  position: absolute;
  top: 112px;
  right: 19px;
}

#main_visual .read_box {
    width: 100%;
    margin: 24px auto 0;
    text-align: center;
}
#main_visual .read_box h2 {
    font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 42px;
    color: #26ac5d;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
}
#main_visual .read_box p {
    font-size: 18px;
    color: black;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 0;
}
#main_visual .read_box p span {
    font-weight: bold;
    text-decoration: underline;
}

section h2.ttl {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 36px;
  color: #6fb83f;
  margin-bottom: 23px;
  letter-spacing: 0.2rem;
}
section p {
  font-size: 18px;
  color: black;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 30px;
}

.contact_box {
  border: 3px solid #e5e5e5;
  padding: 23px 18px 23px 38px;
  background: #FFF;
}
.contact_box .inner .left {
  width: 518px;
}
.contact_box .inner .left p.t1 {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  background: #26ac5d;
  padding: 0px 0 0 14px;
  letter-spacing: 0.13rem;
  font-size: 20px;
  color: white;
  margin: 0 0 5px;
}
.contact_box .inner .left p.t2 {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #795e45;
  position: relative;
  padding: 0 0 0 8px;
  text-align: left;
  line-height: 1;
  margin: 0;
}
.contact_box .inner .left p.t2:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  position: relative;
  background: url(../../img/common/i_tel2.png) 0 0 no-repeat;
  width: 29px;
  height: 29px;
  left: -7px;
}
.contact_box .inner .left p.t2 span {
  font-size: 14px;
  color: black;
  margin: 0 0 0 18px;
  position: relative;
  top: -6px;
}
.contact_box .inner .left p.t2 span span {
  margin: 0 0 0 11px;
  top: 0;
  letter-spacing: 0.1rem;
}
.contact_box .inner .right {
  width: 400px;
  margin: 4px 0 0;
}
.contact_box .inner .right a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  background: #6fb83f;
  font-size: 24px;
  color: white;
  display: block;
  text-align: center;
  padding: 15px 0 14px;
  font-weight: bold;
}
.contact_box .inner .right a:hover {
  opacity: 0.6;
}
.contact_box .inner .right a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  display: inline-block;
  background: url(../../img/common/i_mail2.png) 0 0 no-repeat;
  width: 34px;
  height: 20px;
  left: 3px;
  margin: 0 20px 0 0;
}

/*============================
#footer
============================*/
#footer {
  border-top: 10px solid #6fb83f;
  padding: 32px 0 0;
}
#footer .container #f_logo {
  width: 260px;
  float: left;
}
#footer .container #f_logo a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .container #f_logo a:hover {
  opacity: 0.6;
}
#footer .container #f_navi {
  width: 253px;
  float: left;
  padding: 13px 0 0 0;
}
#footer .container #f_navi ul li {
  width: 33.3%;
  font-size: 12px;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1;
}
#footer .container #f_navi ul li:last-child {
  border-right: none;
}
#footer .container #f_navi ul li a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: black;
}
#footer .container #f_navi ul li a:hover {
  opacity: 0.6;
}
#footer .container #f_add {
  width: 225px;
  float: left;
  padding: 4px 0 0 20px;
}
#footer .container #f_add p {
  font-size: 12px;
  color: black;
}
#footer .container .tel {
  width: 256px;
  float: right;
}
#footer .container .tel p.num {
  font-family: 'genjyuugothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #795e45;
  line-height: 1;
  position: relative;
  top: -6px;
}
#footer .container .tel p.num:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  position: relative;
  background: url(../../img/common/i_tel2.png) 0 0 no-repeat;
  width: 29px;
  height: 29px;
  left: 3px;
  top: 3px;
  margin: 0 10px 0 0;
}
#footer .container .tel p.time {
  font-size: 12px;
  color: #313131;
  padding: 0 0 0 40px;
  font-weight: bold;
}
#footer .container .tel p.time span {
  margin: 0 0 0 7px;
  letter-spacing: 0.13rem;
}
#footer p.copyright {
  font-size: 12px;
  color: black;
  text-align: center;
  padding: 26px 0 20px;
}
