@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: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 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: #0d47a1;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

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

body {
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    line-height: 1;
    font-size: 1.4em;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", 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 {
    min-width: 1060px;
}
}/* pc end */

/* header                                         
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#header {
	position: relative;
	z-index: 97;	
 }
.header-logo p {
	color: #fff;
	font-size: 1rem;
 }
.header-logo a {
	text-decoration: none;
 }
.header-logo p em {
	font-size: 1.2rem;
 }
@media screen and (max-width: 768px){
#header {
    height: 60px;
    z-index: 98;
	padding: 0 4%;
	background: url("../img/common/head_bg.png") repeat;
	background-size: 250px;
}
.header-logo {
	height: 60px;
}
.header-logo img {
	width: 130px;
	margin-right: 15px;
}
}/* sp end */
@media print, screen and (min-width: 769px){
#header {
	width: 250px;
	background: url("../img/common/gn_bg.png") repeat;
	background-size: 250px;	
 }
.header-logo {
	width: 250px;
	height: 160px;
	background: url("../img/common/head_bg.png") repeat;
	background-size: 250px;
}
.header-logo p {
	font-size: 1.2rem;
	border-top: 1px solid #779f6e;
	text-align: center;
	margin-top: 5px;
	padding-top: 1em;
 }
.header-logo p em {
	font-size: 1.6rem;
 }
}/* pc end */

/* nav                                           
/* --------------------------------------------------- */
/* --------------------------------------------------- */
.gnav {
 }
.gnav-ul li {
    line-height: 1;
    font-size: 1.4rem;
    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 > a {
    color: #126200;
}
.gnav-ul > li.current > a,.gnav-ul > li > a:hover {
	background: #bee06f;
}
.gnav-ul > li.bnr a:hover {
	background: transparent;
}
.gnav-ul > li.bnr img {
	width: 220px;
}

.gnav-ul a {
	font-size: 1.6rem;
	-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 > li.current a {
    cursor : default;
}
@keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.gnav-ul li:hover .gnav-ul-child {
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    display: block;	
}

@media 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,.7);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 96;
}
.overlay::after {
    content: "";
    visibility: hidden;
    position: 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,.8);
}
	
/* gnav                                             
/* --------------------------------------------------- */
.gnav {
    position: absolute;
    top: 60px;
	right: 0;
    width: 90%;
    text-align: left;
    font-size: 13px;    
    z-index: 97;
	display: none;
}
.gnav-inner {
    background: #dde2e6;
	text-align: center;
}
.gnav-open .gnav {
	display: block;
}
.gnav-ul {
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
	text-align: left;
}
.gnav-ul > li > a {
    display: block;
    padding: 1.5em 0 1.5em 20px;
    border-bottom: 1px solid #fff;
	cursor: pointer;
}
.gnav-ul-li {
    position: relative;
}
.lang-btn {
	padding: 3em 4%;
}	
.lang-btn div {
	font-size: 1.6rem;
	line-height: 1.6;
	left: 50%;
	transform: translateX(-50%);
}

/* ハンバーガーメニューボタン                                             
/* --------------------------------------------------- */
.nav_toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}
.gnav-open .nav_toggle {
    background: rgba(255,255,255,0);
}
.ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.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: 2px;
    -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: 2px;
    -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;
}
.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);
}
.i-opwn {
	vertical-align: middle;
	margin-left: 5px;
}
}/* sp end */
@media print, screen and (min-width: 769px){
.gnav {
	padding-top: 30px;
}
.gnav-ul {
	width: 250px;
}
.gnav-ul > li > a {
    display: block;
    width: 100%;
    padding: 1.5em 10px;
}
.gnav .lang-btn {
    display: none;
}

/* ハンバーガーメニューボタン                                             
/* --------------------------------------------------- */
.nav_toggle {
    display: none;
}
}/* pc end *

/* contents                                           
/* --------------------------------------------------- */
/* --------------------------------------------------- */
.main-contents {
	line-height: 1.6;
	margin-bottom: 5em;
}
#home .main-contents {
	margin-bottom: 0;
}
.lang-btn {
	position: relative;
}
.lang-btn div {
	position: absolute;
	background: #fff;
	border-radius: 1.5em;
	border: 1px solid #d4d4d4;
}
.lang-btn a,.lang-btn span {
	display: block;
	color: #220e06;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
}
.lang-btn a {
	color: #d4d4d4;
}
.lang-btn a:hover {
	color: #220e06;
}
.lang-btn .jp {
	padding-left: 2em;
}
.lang-btn .en {
	padding-right: 2em;
}
.keyv {
	position: relative;
}
.keyv .h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 2rem;
	font-weight: bold;
}
.contents-block {
    padding: 30px 4%;	
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px){
.keyv .lang-btn {
	display: none;
}
}/* sp end */
@media print, screen and (min-width: 769px){
.main-contents {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lang-btn div {
	top: 10px;
	right: 10px;
}
.keyv .h1 {
	font-size: 3.5rem;
}
.contents-block  {
	min-width: 710px;
    padding: 50px 4%;
}
.main-contents img {
    max-width: 100%;
    height: auto;
}
}/* pc end */

/* footer                                           
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#footer {
    width: 100%;
	clear: both;
}
#footer small {
    font-size: 1.4rem;
    color: #fff;
    padding: 20px;
	background: #220e06;
    display: block;
}
@media screen and (max-width: 768px){	
.foot-nav {
	background: #e8e8e8;
}
.foot-nav li {
    color: #333;
	text-align: left;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 1px solid #fff;
}
.foot-nav li a {
    color: #126200;
	text-decoration: none;
	background: #e8e8e8;
	display: block;
	padding: 4%;
}
.foot-nav li a:hover {
	background: #b5df52;
}

#footer small {
    font-size: 1.2rem;
}
}/* sp end */
@media print, screen and (min-width: 769px){
#footer {
    min-width: 1060px;
}
.foot-nav {
    display: none;
}
#footer small {
    font-size: 1.4rem;
}
}/* pc end */

/* page top                                           
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #000;
}
#page-top:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -7px;
}

/* layout                                          
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* flex */
.header-logo,.lang-btn div,.page-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
}
/*flex 折り返す*/
.page-link {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/* flex 要素の縦中央寄せ */
.header-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 768px){
.header-logo > h1,.header-logo > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
}
/* flex 要素の縦中央寄せ */
.header-logo > h1,.header-logo > a,.key-common .ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*要素の横中央寄せ*/
.key-common .ttl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sp-break {
    display: block;
}
.pc {
    display: none!important;
}
.sp {
    display: block!important;
}
.pc-inlin {
    display: none!important;
}
.sp-inlin {
    display: inline!important;
}
}/* sp end */
@media print, screen and (min-width: 769px){
/* flex */
.wrapper,.key-common {
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
}
/*要素の横中央寄せ*/
.header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*要素の横右寄せ*/
.key-common .ttl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.pcInlin {
    display: inline!important;
}
.spInlin {
    display: none!important;
}
}/* pc end */


/* レスポンシブルimages */
.rpimg,.keyv img {
    width: 100%;
    height: auto;
}

/* Contents common page                                         
/* --------------------------------------------------- */
/* --------------------------------------------------- */
.s01-dl:last-child{
    border-bottom: 1px solid #b2a280;
}
.s01-dl > dt{
	border-top: 1px solid #b2a280;
}
.s01-dl > dd{
	border-bottom: 1px solid #b2a280;	
}
.s01-dl > dd:last-child{	
	border-bottom: none!important;
}
.s01-dl dt{
	color:#542310;
	font-weight: bold;
	padding: 1em 0 0;
}
.s01-dl dt.none{
	padding: 0;
}
.s01-dl dd{
	position: relative;
	padding: 1em 0 1em 20px;
}
.s01-dl dd:before{
	content: "";
	display: block;
	position: absolute;
	top: 1.35em;
	left: 0;
	width: 12px;
	height: 12px;
	background:#542310;
}
.s01-dl dl{
	margin: 1em 0 0 3em;
    border-top: 1px dotted #b2a280;
}
.s01-dl dl dd{
    border-bottom: 1px dotted #b2a280;
}
.s01-dl dl dd:last-child{
    border-bottom: none;
	padding-bottom: 0;
}
.profile-name{
	font-weight: bold;
	margin-bottom: 1.5em;
}
.profile-name em{
	font-size: 2rem;
}
.profile-dl-1 dt{
	float: left;
}
.profile-dl-1 dd{
	padding-left: 4em;
}
.profile-dl-2 dt{
	float: left;
}
.profile-dl-2 dd{
	padding-left: 3em;
}
.s02-dl{
	margin-bottom: 3em;
}
.s02-dl:last-of-type{
	margin-bottom: 0;
}
.s02-dl dd{
    border-bottom: 1px solid #b2a280;
	padding-left: 4em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.page-link{
	border: 1px solid #71a166;
	padding: 1em;
	margin-bottom: 3em;
}
.page-link li{
	position: relative;
	padding-left: 12px;
	margin: 0 1em;
}
.page-link li:before{
	content: "";
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color:  transparent transparent #000 #000;
	transform: rotate(-45deg);
	position: absolute;
	left: -6px;
	top: 4px;
}
.page-link li a{
	color: #000;
	text-decoration: none;
}
.page-link li a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 768px){
.s01-dl dl{
	margin-left: 0;
}
.s02-dl dd{
	padding-left: 2em;
}
}/* sp end */
@media print, screen and (min-width: 769px){
.profile-name em{
	font-size: 2.5rem;
}
.page-link li{
	margin: 0 2em;
}
}/* pc end *

/* crumb                                           
/* --------------------------------------------------- */
.crumb {
	padding:15px 4%;
	font-size: 1.3rem;
	text-align: left;
}
.crumb a {
	color: #283593;
	text-decoration: none;	
}
.crumb a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px){	

}/* sp end */
@media print, screen and (min-width: 769px){
.crumb {
	min-width: 710px;
	margin: 0 auto;
}
}/* pc end * */

/* parts Style   
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* タイトル */
.h01 {
    border-top: 2px solid #71a166;
	border-bottom: 2px solid #71a166;
	background: #e0f0b8;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.8em 4%;
    margin-bottom: 2em;
	text-align: center;
}
.h02 {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.5em 4%;
    margin-bottom:1.5em;
	margin-top: 5em;
	background:#ecf6d4;
	border-left: 3px solid #71a166;
}
.h02:first-of-type {
	margin-top: 0;
}
.h03 {
    line-height: 1.4;
    font-weight: bold;
	color: #542310;
	border-bottom: 1px solid #9c875a;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}


@media print, screen and (min-width: 769px){
.h01 {
    font-size: 2.2rem;
}
.h02 {
	padding: 0.5em 1em;
    font-size: 1.8rem;
}

}/* pc end */

/* Other */
.mb15 {
    margin-bottom: 1.5em;
}

/*flex 個別*/
.flex {
	display:-ms-flexbox;
	display:-webkit-flex;
	-js-display: flex;
	display:flex;
}
/*flex インライン要素*/
.flex-in {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
/*flex 縦並び*/
.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
/*flex 縦並び 逆順*/
.flex-column-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
/*flex 折り返す*/
.flex-wrap {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/*要素の逆順*/
.fd-rr {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/*要素の均等配置　左右外側マージン無し*/
.jc-sb {
    -ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/*要素の均等配置　左右外側マージン有り*/
.jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
/*要素の横左寄せ*/
.jc-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/*要素の横中央寄せ*/
.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*要素の横右寄せ*/
.jc-r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*要素の縦中央寄せ*/
.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*要素の縦下寄せ*/
.fw-c {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -ms-flex-flow: column;
      flex-flow: column;
}
/*画像が縦に伸びるのを回避*/
.ai-fs {
    -webkit-box-align:start;
	-ms-flex-align:start;
	align-items: flex-start;
}
.fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}