@charset "UTF-8";
/* CSS Document */


/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section {
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html { overflow:auto; }

body {
	 position: relative;
	 overflow: hidden;
	 -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 47.99em) {
    body {
        font-size: 14px;
    }
}

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

/* !Header
---------------------------------------------------------- */
#wrap {
    position: relative;
    background: #FFF;
}

#header {
	padding: 0 15px;
    box-sizing: border-box;
	width: 100%;
    position: fixed;
    z-index: 1;
    top:0;
    background: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header_s {
    box-shadow:0px 0px 6px 3px rgba(0,0,0, 0.25);
    top: -50px!important;
}

#logo {
    padding: 10px 15px 0 0;
}

#logo img {
    width: 100%;
    /*max-width: 296px;*/
    max-width: 340px;
    min-width: 240px
}

#uNavi {
    margin-bottom: 15px;
}

#uNavi ul {
    text-align: right;
    font-size: 0;
}

#uNavi ul li {
    display: inline-block;
    background: #8CB703;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-left: 3px;
}

#uNavi ul li:last-child {
    background: #F7931E;
}

#uNavi ul li:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right: 30px;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}

#uNavi ul li:hover {
    opacity: 0.7;
}

#uNavi ul li a {
    color: #FFF;
    display: block;
    padding: 8px 50px 8px 40px;
}

#uNavi ul li a:hover {
    text-decoration: none;
}

#gNavi {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 110%;
}

#gNavi ul {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gNavi ul a {
    align-items: center;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #F9F0E9;
    margin-left: 2px;
    height: 82px;
}

#gNavi ul a:hover {
    opacity: 0.7;
}

#gNavi .gNavi01 {
    color:#BF3F61;
}

#gNavi .gNavi02 {
    color:#9E509A;
}

#gNavi .gNavi03 {
    color:#0367A5;
}

#gNavi .gNavi04 {
    color:#038F82;
}

#gNavi .gNavi05 {
    color:#8CB703;
}

#gNavi .gNavi06 {
    color:#F29F04;
}

#gNavi .gNavi07 {
    color:#F27804;
}

#gNavi span,
#gNavi small {
    display: block;
}

#gNavi .gNavi01 span,
#gNavi .gNavi02 span,
#gNavi .gNavi03 span,
#gNavi .gNavi04 span,
#gNavi .gNavi05 span,
#gNavi .gNavi06 span,
#gNavi .gNavi07 span {
    display: block;
    font-size: 90%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em
}

#gNavi .gNavi01 small,
#gNavi .gNavi02 small,
#gNavi .gNavi03 small,
#gNavi .gNavi04 small,
#gNavi .gNavi05 small,
#gNavi .gNavi06 small,
#gNavi .gNavi07 small {
    font-family: 'Libre Caslon Text', serif;
    font-size: 80%;
}

#gNavi .gNavi01 small,
#gNavi .gNavi02 small,
#gNavi .gNavi07 small {
    transform: translateY(9px);
}

/*nav:not(.mm-menu) {
	display: none;
}*/

#spMenu {
    display: none;
}

#spMenu a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 0;
	right: 0;
}
#spMenu a:before,
#spMenu a:after {
	content: '';
	display: block;
	background: #999;
	height: 2px;
}
#spMenu a span {
	background: #999;
	display: block;
	height: 2px;
	margin: 6px 0;
}

@media screen and (max-width: 79.99em) {
    #gNavi {
        font-size: 1.3vw;
    }
    
    #gNavi ul a {
        height: 70px;
    }
    
    #gNavi .gNavi01 small,
    #gNavi .gNavi02 small,
    #gNavi .gNavi07 small{
        transform: translateY(8px);
    }
}

@media screen and (max-width: 63.99em) {
    .pc {
        display: none!important;
    }
    
    #header {
        height: 75px;
    }
    
    .header_s {
        top: 0!important;
    }
    
    #logo img {
        width: 70%;
        max-width: 300px;
    }
    
    #gNavi {
        display: none;
    }
    
    #uNavi {
        display: none;
    }
    
    #spMenu {
        display: block;
    }
}

/* !Main
---------------------------------------------------------- */

#main {
    margin-top: 140px;
    padding-bottom: 100px;
}

.home #main {
    padding-bottom: 0;
}

@media screen and (max-width: 79.99em) {
    #main {
        margin-top: 128px;
    }
}

@media screen and (max-width: 63.99em) {
    #main {
        margin-top: 75px;
    }
}

@media screen and (max-width: 47.99em) {
    #main {
        margin-top: 75px;
    }
}

@media screen and (max-width: 35.49em) {
    #main {
        margin-top: 75px;
    }
}

/* !submenu
---------------------------------------------------------- */

nav.sMenu {
    margin-bottom: 100px;
}

nav.sMenu ul li a {
    background: #8CB703;
    color: #FFF;
    display: block;
    padding: 10px;
    border-radius: 25px;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}

nav.sMenu ul li a:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:7%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition:.3s;
}

nav.sMenu ul li a.on {
    color: #8CB703;
    background: #F9FFF2;
    border: 2px solid #8CB703;
}

nav.sMenu ul li a.on:after{
    border-top: 2px solid #8CB703;
    border-right: 2px solid #8CB703;
}

nav.sMenu ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* !Container
---------------------------------------------------------- */

.container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    /*text-align: center;*/
}

@media screen and (max-width: 63.99em) {
    .container {
        margin: 0 1.5em;
    }
}

@media screen and (max-width: 35.49em) {
    .container {
        margin: 0 15px;
    }
}

/* !category
---------------------------------------------------------- */

.category div a,
.category div a figure {
    display: block;
}

.category div a,
.category div a:hover {
    color: inherit;
}

.category div a:hover {
    opacity: 0.7;
}

.category div a h3,
.category div a h4 {
    font-size: 130%;
    font-weight: 400;
    margin-top: 5px;
}

.category div a p {
    font-size: 1.4rem;
}

/*.category figure {
    display: block;
}

.category a:hover {
    color: inherit;
    opacity: 0.7;
}

.category h3 {
    font-size: 2.0rem;
    font-weight: 500;
}*/

/* !footer
---------------------------------------------------------- */
#footer {
    background: #AFCD4F;
    padding: 60px 0;
    color: #33775B;
}

#footer nav {
    margin-bottom: 40px;
}

#footer nav ul {
    font-size: 0;
    text-align: center;
}

#footer nav ul li {
    display: inline-block;
    font-size: 1.8rem;
    padding: 0 1.5em;
    margin: 0.5em 0;
    border-right: 1px solid #FFF;
    line-height: 100%;
}

#footer nav ul li:first-child {
    border-left: 1px solid #FFF;
}

#footer nav a {
    color: #FFF;
}

#footer address {
    font-size: 1.5rem;
}

#footer .logo_s img {
    width: 100%;
    max-width: 260px;
}

#footer small {
    display: block;
    font-size: 85%;
}

@media screen and (max-width: 63.99em) {
    #footer {
        padding: 20px 0;
    }
    
    #footer nav {
        display: none;
    }
    
    #footer .logo_s {
        padding-bottom: 2em;
    }
}

@media screen and (max-width: 47.99em) {
    #footer nav ul li {
        font-size: 14px;
        padding: 0 1em;
        margin: 0.5em 0;
    }
}

/* !page-top
---------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background: #000;
    position:  relative;
    height: 60px;
    width: 60px;
    opacity: 0.5;
}

#page-top a::before {
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 3px;
    border-right: solid 3px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}

/*#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    opacity: 0.5;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}*/

/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01 {
    background: url("../img/h2_01.jpg") center top;
    background-size: cover;
    padding: 45px 0;
    margin-bottom: 10px;
    color: #FFF;
}

.tit_basic01 p {
    margin: 0;
    padding: 0;
}

.tit_basic01 h2 {
    font-size: 4.5rem;
    font-weight: 200;
}

.tit_basic02 {
    font-size: 3.8rem;
  font-weight: 400;
  border-bottom: solid 5px #EEEEEE;
  position: relative;
  margin-bottom: 50px;
  padding: 0.2em 0;
}

.tit_basic02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #005532;
  bottom: -5px;
  width: 20%;
}

.tit_basic03 {
    font-size: 2.7rem;
  font-weight: 400;
  border-bottom: solid 3px #EEEEEE;
  position: relative;
  margin-bottom: 50px;
  padding: 0.3em 0;
}

.tit_basic03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005532;
  bottom: -3px;
  width: 5%;
}

.tit_basic04 {
    font-size: 2.0rem;
    margin-bottom: 1em;
    font-weight: 400;
    padding: 0.1em 0.5em;
    border-left: solid 2px #005532;
}

@media screen and (max-width: 35.49em) {
    .tit_basic01 {
        padding: 20px 0;
    }
    .tit_basic01 h2 {
        font-size: 3.8rem;
        font-weight: 200;
    }
    .tit_basic02 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
}

/* !breadcrumb
---------------------------------------------------------- */
.breadcrumb {
  margin-left:0;
  padding-left:0;
  margin-bottom: 70px;
}

.breadcrumb li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 1.3rem;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
  padding-right: 3px;
}

@media screen and (max-width: 35.49em) {
    .breadcrumb {
      margin-bottom: 35px;
    }
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
	.table_basic01 th,
	.table_basic01 td {
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px 15px;
	}
	.table_basic01 th {
		background-color: #f3f3f3;
		font-weight: 500;				
		text-align: center;
	}
	.table_basic01 td {
	}
    
.table_basic02 {
	border-collapse: collapse;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
	.table_basic02 th,
	.table_basic02 td {
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px 10px;
	}
	.table_basic02 th {
		background-color: #f3f3f3;
		font-weight: 500;				
		text-align: center;
	}
	.table_basic02 td {
	}
    
.table_basic03 {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
	.table_basic03 td {
		border-bottom: 1px solid #ccc;
		padding: 0.5em 0em 0.5em 2em;
	}
	.table_basic03 th {
        border-bottom: 1px solid #ccc;
		font-weight: 500;				
		text-align: center;
        padding: 0.5em 2em 0.5em 0em;
	}
	.table_basic03 td {
	}
    
@media screen and (max-width: 63.99em) {
  .scroll {
    overflow-x: auto;
  }
  .table_basic02 {
    min-width: 64em;
  }
}

@media screen and (max-width: 35.49em) {
    .table_basic02 th,
	.table_basic02 td {
		padding: 3px 5px;
	}
}

/* !Listing
---------------------------------------------------------- */
.list_basic01 {
	list-style: disc;
	margin-left: 20px;
}

/* !Section
---------------------------------------------------------- */
.sectionLv01,
.sectionLv02,
.sectionLv03,
.sectionLv04 {
    text-align: left;
}

.section_l_Lv01,
.section_l_Lv02,
.section_l_Lv03,
.section_l_Lv04 {
	/*border-bottom: 1px solid #ccc;*/
    text-align: left;
}

.sectionLv01 { margin-bottom: 2em;}
.sectionLv02 { margin-bottom: 4em;}
.sectionLv03 { margin-bottom: 6em;}
.sectionLv04 { margin-bottom: 8em;}
/*.section_l_Lv01 { margin-bottom: 2em;}
.section_l_Lv02 { margin-bottom: 4em;}
.section_l_Lv03 { margin-bottom: 6em;}
.section_l_Lv04 { margin-bottom: 8em;}*/

section[class^="section"]:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

@media screen and (max-width: 35.49em) {
    .sectionLv01 { margin-bottom: 1em;}
    .sectionLv02 { margin-bottom: 2em;}
    .sectionLv03 { margin-bottom: 3em;}
    .sectionLv04 { margin-bottom: 4em;}
}

/* !pure Grids
---------------------------------------------------------- */
.gridFrame {
	margin: 0 -2%;
}

.gridFrame > div,
.gridFrame > li {
	padding: 0 2%;
	box-sizing: border-box;
}

.gridFrame_h {
	margin: 0 -2%;
}

.gridFrame_h > div,
.gridFrame_h > li {
	padding: 0 2% 4%;
	box-sizing: border-box;
}

.gridFrame_narrow {
	margin: 0 -0.5%;
}

.gridFrame_narrow > div,
.gridFrame_narrow > li {
	padding: 0 0.5%;
	box-sizing: border-box;
}

.gridFrame_narrow_h {
	margin: 0 -0.5%;
}

.gridFrame_narrow_h > div,
.gridFrame_narrow_h > li {
	padding: 0 0.5% 1%;
	box-sizing: border-box;
}

@media screen and (max-width: 35.49em) {
	.gridFrame > div,
	.gridFrame > li {
		margin-bottom: 1em;
	}
	
	.gridFrame > div:last-child,
	.gridFrame > li:last-child {
		margin-bottom: 0;
	}
	
	.gridFrame_narrow > div,
	.gridFrame_narrow > li {
		margin-bottom: 3px;
	}
	
	.gridFrame_narrow > div:last-child,
	.gridFrame_narrow > li:last-child {
		margin-bottom: 0;
	}
}

/* !Border box
---------------------------------------------------------- */
.borderBox {
    border: solid 5px #EDEDED;
    padding: 2em;
    height: 100%;
    box-sizing: border-box;
}