@charset "utf-8";

/* --------------------------------------------------- */

/* Reset Style   

/* --------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
em {
    font-style: normal;
}
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: 2px;
    border: 0;
    border-top: 2px solid #eeeeee;
    margin: 5em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
img,svg {
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}
a img {
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------------------------------------------- */

/* General Style    

/* --------------------------------------------------- */

a, a:visited, a:active {
    color: #64412e;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

html {
    font-size: 62.5%;/* 16pxに625%を掛けると100pxになるよ！ */
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #64412e;
	background: #fbf9f2;
    text-align: center;
    line-height: 1;
    font-size: 1.5em;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px){	
html {
	height: 100%;
}
body {
	height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
}/* sp end */
@media print, screen and (min-width: 769px){
.wrapper {
    width: 100%;
    min-width: 1160px;
}
}/* pc end */



/* header                                         
/* --------------------------------------------------- */
/* --------------------------------------------------- */
@media screen and (max-width: 768px){
.header-inner {
	position: relative;
	background: #faf7ee;
    height: 60px;
    z-index: 96;
	padding: 0 4%;
	text-align: left;
	display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo {
	width: 200px;	
}

}/* sp end */
@media print, screen and (min-width: 769px){
#header {
	width: 100%;
	background: url(../../assets/img/common/head/head-bg.gif) repeat-x;
}
.header-inner {
	width: 100%;
	background: url(../../assets/img/common/head/keyv.png) no-repeat center 60px;
	height: 217px;
}
#header .header-logo {
	text-align: center;
}
/* Home */
#home #header {
	background: url(../../assets/img/common/head/head-bg-top.gif) repeat-x;
}
#home .header-inner {
	background: url(../../assets/img/common/head/keyv-top.png) no-repeat center 60px;
	height: 432px;
}
}/* pc end */

/* nav                                           
/* --------------------------------------------------- */
@media print, screen and (max-width: 768px) {
  .gnav-sp {
    background: #fff7b5; }
	.gnav {
    position: absolute;
    top: 60px;
    right: 0;
    width: 90%;    
    z-index: 97;
	background: #fff7b5;
    display: none; }
    .gnav-open .gnav {
      display: block; }
.gnav {
    display: none; }}
@media print, screen and (min-width: 769px) {
  .gnav {
    position: relative;
    z-index: 100;
    width: 100%;
	margin-bottom: 30px;
    background: #fff7b5;
    display: block !important; }
	.gnav-sp {
    display: none; }
   #home .gnav {
	margin-bottom: 100px; }}

@media print, screen and (min-width: 769px) {
  .gnav-ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    width: 950px;
    margin: 0 auto; }}
.gnav-ul li {
  line-height: 1;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  position: relative; }

.gnav-ul li a:link, .gnav-ul li a:visited, .gnav-ul li a:hover, .gnav-ul li a:active {
  text-decoration: none; }

.gnav-ul > li.current > a, .gnav-ul > li.current > span, .gnav-ul li a:hover {
  background: #ffd228;
  color: #5f3925 !important; }
.gnav-ul > li.current > a, .gnav-ul > li.current > span {
  cursor: default; }
.gnav-ul > li > a, .gnav-ul > li > span {
  display: block; }
  @media print, screen and (max-width: 768px) {
    .gnav-ul > li > a, .gnav-ul > li > span {
      padding: 1.5em 0 1.5em 20px;	  
      border-bottom: 1px solid #fff; }
      .gnav-ul > li > a:hover, .gnav-ul > li > span:hover {
        background: #ffd228;
        color: #5f3925 !important; } }
  @media print, screen and (min-width: 769px) {
    .gnav-ul > li > a, .gnav-ul > li > span {
      width: 100%;
      height: 70px;
      padding: 0 1.5em;
      color: #5f3925;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -ms-flexbox;
      display: -webkit-flex;
      -js-display: flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } 
.gnav-ul > li.active > a, .gnav-ul > li.active > span{
  background: #ffd228;
  color: #5f3925 !important; }
}


@media print, screen and (max-width: 768px) {
    .gnav-ul-child {
		position: relative!important;
		overflow: visible!important;
	  display: block!important; }
    .gnav-ul-child li a {
      display: block;
      padding: 1em 0 1em 3em;
	  line-height: 1.4;
	  border-bottom: 1px solid #fff; }
	.gnav-ul-child li.current a {
          background: #ffe975;
          cursor: default; }
    .gnav-ul-child li a:hover, .gnav-ul-child li a.active, .gnav-ul-child li a:focus {
      background: #ffe975; } }
  @media print, screen and (min-width: 769px) {
    .gnav-ul-child {
      position: absolute;
      top: 20px;
      left: 0;
      display: none;
      z-index: 10; }
	  .active .gnav-ul-child {
      top: 70px;
      display: block; }
      .gnav-ul-child li {
        display: block;
        vertical-align: top; }
        .gnav-ul-child li a {
          background: #ffd228;
          color: #5f3925;
          font-weight: normal;
          text-align: left;
          padding: 1.3em 1.5em;
          display: block;
          width: 26em;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .gnav-ul-child li.current a {
          background: #ffe975;
          cursor: default; }
        .gnav-ul-child li a:hover {
          background: #ffe975;} }

/* ハンバーガーメニューボタン */
.nav_toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  z-index: 100; }
  @media print, screen and (min-width: 769px) {
    .nav_toggle {
      display: none; } }

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    margin: auto;
    background: #5f3925;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ellipsis-v .point.top {
      top: 0; }
    .ellipsis-v .point.mid {
      top: 0;
      bottom: 0; }
    .ellipsis-v .point.bot {
      bottom: 0; }

.gnav-open .top {
  width: 40px;
  height: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.gnav-open .ellipsis-v .point.top {
  top: 0;
  left: 2px; }

.gnav-open .mid {
  opacity: 0; }

.gnav-open .bot {
  width: 40px;
  height: 3px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px; }

@media print, screen and (max-width: 768px) {
.closeBtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  position: relative;
  cursor: pointer; }
  .closeBtn span:before, .closeBtn span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: -8% 0 0 -42%;
    background: #666666; }
  .closeBtn span:before {
    transform: rotate(-45deg); }
  .closeBtn span:after {
    transform: rotate(45deg); }}
@media print, screen and (min-width: 769px) {
.closeBtn {
  display: none; }}

@media print, screen and (max-width: 768px) {
  /* overlay */
  .overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .gnav-open .overlay {
      visibility: visible;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.7);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 95; }
    .overlay:after {
      content: "";
      visibility: hidden;
      osition: fixed;
      top: 40%;
      left: 0;
      display: block;
      width: 100%;
      height: 50px;
      color: rgba(255, 255, 255, 0);
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .gnav-open .overlay:after {
      visibility: visible;
      color: rgba(255, 255, 255, 0.8); } }


/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  line-height: 1.8em; }
    @media print, screen and (min-width: 769px) {
      .main-contents > .contents {
        width: 950px;
		padding: 50px 0;
        margin: 0 auto; } }
    .main-contents > .contents {
      text-align: left; }
      @media print, screen and (max-width: 768px) {
		  .main-contents > .contents {
			  padding: 3em 4%; }
          .main-contents > .contents img {
            max-width: 100%;
            height: auto; } }

/* page top */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 2%;
  right: 2%;
  width: 70px;
  height: 89px;
  text-decoration: none; }

/* #footer */
#footer {
	clear: both;
	background: url(../../assets/img/common/foot/foot-bg.gif) repeat;
	padding: 70px 0;
	width: 100%;
}
#footer small {
	color: #FFF;
	width: 950px;
	font-size: 1.4rem;
}

/* home                                           
/* --------------------------------------------------- */
.info-area {
	border-top: 10px solid #ffda14;
	border-bottom: 10px solid #ffda14;
	background: #fff;
	margin-bottom: 100px;
}
.info-area h2 {
	font-size: 0;
	line-height: 0;
	padding: 12px 5px 5px;
	text-align: center;
	border-right: 15px solid #b69d8b;
}
.info-area p {
	text-align: left;
	font-size: 1.4rem;
	line-height: 2;
	margin: 2em;
}
.scroll-pane {
	height: 240px;
	overflow: auto;
	background: url(../../assets/img/top/sb-bg.png) repeat-y right top;
	padding-top: 10px;
}
.scroll-pane .jspPane {
    width: 100%!important;
}
.scroll-pane .jspVerticalBar {
    width: 15px;
}
.scroll-pane .jspHorizontalBar {
    display: none;
}
.scroll-pane .jspTrack{
	background: url(../../assets/img/top/sb-bg.png) repeat-y!important;
}
.scroll-pane .jspDrag{
	background: #c9b7aa!important;
}
.scroll-pane .jspDragTop{
	background: url(../../assets/img/top/sb.gif) top!important;
	height: 20px;
	width: 15px;
}
.scroll-pane .jspDragBottom{
	background: url(../../assets/img/top/sb.gif) bottom!important;
	height: 20px;
	width: 15px;
	position: absolute;
	bottom: 0px;
}

.quest-area {
	text-align: center;
}
.quest-area .ttl {
	margin: 0 0 25px;
}
.quest-area ul li:first-child {
	margin-bottom: 20px;
}
@media screen and (min-width: 769px){
.quest-area ul {
	width: 750px;
	margin: 0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
}

/* crumb                                           
/* --------------------------------------------------- */
#crumb {
	padding:1em 4%;
	font-size: 1.3rem;
	text-align: left;
}
#crumb li {
	display: inline-block;
}
#crumb li:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #64402d;
	display: inline-block;
	margin: 0 1em;
}
#crumb li:last-child:after {
	display: none;
}
#crumb a {
	color: #64402d;
	text-decoration: none;	
}
#crumb a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width: 769px){
#crumb {
	width: 940px;
	padding:15px 0;
	margin: 0 auto;
}
}

#niArea {
	clear: both;
	background: url(../img/common/ni-bg.gif) repeat-x;
	width: 100%;
}
#niArea .inner {
	clear: both;
	background: url(../img/common/ni-img.png) no-repeat bottom right 4%;
	height: 160px;
	text-align: left;
	position: relative;
}
@media print, screen and (max-width: 768px){
	#niArea .inner {
	background-size: 140px;
}
}
@media print, screen and (min-width: 769px){
	#niArea .inner {	
	margin: 0px auto;
	height: 200px;
	width: 950px;
}
}
#pattern #niArea .inner {
	background: url(../img/common/ni-img-pattern.png);
}
#rule #niArea .inner {
	background: url(../img/common/ni-img-rule.png);
}
#principle #niArea .inner {
	background: url(../img/common/ni-img-principle.png);
}
#past #niArea .inner {
	background: url(../img/common/ni-img-past.png);
}
#now #niArea .inner {
	background: url(../img/common/ni-img-now.png);
}
#life #niArea .inner {
	background: url(../img/common/ni-img-life.png);
}
#family #niArea .inner {
	background: url(../img/common/ni-img-family.png);
}
#niArea .next {
	position: absolute;
	top: 0;
	left: 4%;
}
@media print, screen and (min-width: 769px){
	#niArea .next {
	left: 20px;
}
}
#niArea .inner p {
	padding: 95px 0px 0px 20px;
	font-size: 1.8rem;
}
@media print, screen and (min-width: 769px){
	#niArea .inner p {
	padding: 95px 0px 0px 20px;
	font-size: 2.8rem;
}
}

.h01 {
	padding:22px 0 0 20px;
	font-size: 2.2rem;
	line-height: 1;
	text-shadow:1px 1px 0px #11a9b3;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 53px;
	background: url("../img/common/category_ttl_bg.png") no-repeat;
	margin-bottom: 25px;
}
.h01_02 {
	padding:22px 0 0 20px;
	font-size: 2.2rem;
	line-height: 1;
	text-shadow:1px 1px 0px #eb6da5;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 53px;
	background: url("../img/common/category_ttl_bg_02.png") no-repeat;
	margin-bottom: 25px;
}
@media print, screen and (max-width: 768px){
.h01 {
	padding:0.5em 1em;
	font-size: 2rem;
	line-height: 1.4;
	height: auto;
	background: #22AFB9;
	margin: 10px 0 20px;
}
.h01_02 {
	padding:0.5em 1em;
	font-size: 2rem;
	line-height: 1.4;
	height: auto;
	background: #eb6da5;
	margin: 10px 0 20px;
}
}

.h02 {
	font-size: 2.8rem;
	line-height: 1;
	color: #008899;
	font-weight: bold;
	display: block;
	background: url("../img/common/h01_bg.png") bottom left no-repeat;
	padding:0 0 5px 20px;
	margin-bottom: 25px;
}
.h02_02 {
	font-size: 2.8rem;
	line-height: 1;
	color: #eb6da5;
	font-weight: bold;
	display: block;
	background: url("../img/common/h01_02_bg.png") bottom left no-repeat;
	padding:0 0 5px 20px;
	margin-bottom: 25px;
}
@media print, screen and (max-width: 768px){
.h02 {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
}
.h03 {
    font-size: 1.6rem;
    color: #008699;
	font-weight: bold;
    background: url(../img/common/h2-bg.gif) no-repeat 0px 7px;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 18px;
}
.h03_02 {
    font-size: 1.6rem;
    color: #eb6da5;
	font-weight: bold;
    background: url(../img/common/h2_02-bg.gif) no-repeat 0px 7px;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 18px;
}
.h04 {
	font-weight: bold;
}
.h04_02 {
	font-weight: bold;
	color: #eb6da5;
}



/* ----------------------------------------------------------------
   Others
----------------------------------------------------------------- */
.ta-c{text-align:center!important;}
.ta-l{text-align:left!important;}
.ta-r{text-align:right!important;}
.va-b{vertical-align:bottom!important;}
.va-t{vertical-align:top!important;}
.va-m{vertical-align:middle!important;}
.mb00{margin-bottom:0px!important;}
.mb05{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb50{margin-bottom: 50px!important;}
.noUse{	display: none!important;}
.bg_blue{
	background-color:#a3dde1;
}
.bg_pink{
	background-color:#f7c9dd;
}
.bg_yello{
	background-color:#fdda4a;
}

@media screen and (max-width: 768px){
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
.pc-in {
    display: none!important;
}
.sp-in {
    display: inline!important;
}
.text_center{
	text-align:left;
}
.bg_white{
	width:100%;
	margin:0 0 20px 0;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dddddd;
}
}
@media print, screen and (min-width: 769px){
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pc-in {
    display: inline!important;
}
.sp-in {
    display: none!important;
}
.text_center{
	text-align:center;
}
.bg_white{
	width:100%;
	margin:0 0 20px 0;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #dddddd;
}
}